greut

- friends
3,560 link karma
198 comment karma
send messageredditor for
what's this?

TROPHY CASE


  • Four-Year Club

    Verified Email

Need some beginners info on Oracle by g2g079in Database

[–]greut 1 point2 points ago

I've been using Oracle XE for a school project and all I can say that it's not close at all to anything you could have done using MySQL. If you were a master of PostgreSQL, I wouldn't say, but it's real paradigm shift here. I'd be like hiring something for a Perl position when all you really used is PHP :-D.

Give it a try, but expect it to be quite advanced. You'll need that website: http://ora-code.com/

Will be researching at ETH Zurich D-BSSE - Need a cheap room/apartment for the summer! by [deleted]in zurich

[–]greut 0 points1 point ago

wgzimmer can be helpful as not only students may be looking for flatmates. Best of luck!

PHP Websocket by slidethepenguinin PHP

[–]greut -4 points-3 points ago

Having PHP code dealing with sockets scares me everytime... Ratchet uses the BSD sockets so is the code pasted here. The stream ones seems better. If you can get anything decent with that, go ahead... but please consider alternatives built on more suitable tools: Node.js (Socket.io), Python (websocket (gevent), …), Ruby (em-websocket (eventmachine), …), Java, …

Humour Auchan (présidentielle) by greutin france

[–]greut[S] 0 points1 point ago

“Flamby” serait à l'envers il me semble.

Feedback on my responsive design by sleepydozerin web_design

[–]greut 0 points1 point ago

I don't think Facebook like you to redesign their login button, it doesn't help. And stuff that scrolls suck, especially if you cannot prevent them of doing so.

Looking to migrate from mod_php to fastcgi by devourment77in PHP

[–]greut 0 points1 point ago

I'd +1 this saying how great running on PHP-FPM can be.

I'm trying to find really unique, mind-boggling PHP scripts. Can you help me? (Lots of them inside) by BrentNewlandin PHP

[–]greut 1 point2 points ago

Two web (HTTP) servers, one concurrent and the other non-concurrent : https://gist.github.com/949850

Benefits of Zend? by bravadomizzouin Database

[–]greut -1 points0 points ago

Which “Zend” are you talking about?

What is your PHP Development Environment Like? by sebzillain PHP

[–]greut 2 points3 points ago

Linux (Gentoo / Debian):

  • (g)vim
  • mysql cli
  • git cli
  • nginx + php-fpm
  • memcached
  • xdebug
  • xhprof

I've spent the past 6 years developing a CMS in my free time... just released it free/open-source. Does Reddit have any feedback? by benhaynesin webdev

[–]greut 0 points1 point ago

Wouldn't be nicer if the revert was just loading the previous version in the form without actually doing the revert? Or give a way to view the modifications.

Selecting A Framework, which do you use and why? by arsadsin PHP

[–]greut 1 point2 points ago

Lithium over here for being comfortable to hack around. I wouldn't recommend it to beginners though.

Laravel 3.0 Released - Sinatra-esque PHP framework with great documentation, migrations, and more! by utotwelin programming

[–]greut 1 point2 points ago

I meant why not using it for your own models and controllers, the good ol' eat your own dog food stuff.

Laravel 3.0 Released - Sinatra-esque PHP framework with great documentation, migrations, and more! by utotwelin programming

[–]greut 0 points1 point ago*

Why do you have to do this loading hell when PSR-0 exists and you seem to support it?

Autoloader::map(array(
    'Base_Controller' => path('app').'controllers/base.php',
));

PSR-0 enable a convention over configuration paradigm, just embrace it!

Coming in PHP 5.4.0: OOP-based custom session handlers by frozenfirein PHP

[–]greut 0 points1 point ago

Those mentioned ones are strongly typed and PHP isn't; which might explain the difference. If it quacks like a duck, it's duck isn't enough?

how come javascript doesn't have printf? by Samus_in javascript

[–]greut 5 points6 points ago

Maybe because JavaScript was designed to be run into an environment without any stdout/stderr - where should it print it by default? meh.

If you wanna talk about the f part of your question, they never had to think about it maybe.

Can anyone help me rewrite working PHP code so that it no longer uses cURL, but an alternative? by theirfRedditin PHP

[–]greut 0 points1 point ago

For something totally different, when doing a redirect.

header("Location: introduction.html");

You have to specify the full URL, including domain and scheme.

http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.30

ELI5 why all banks aren't like swiss banks? by needmoreknowledgein explainlikeimfive

[–]greut 1 point2 points ago

Swiss people decided otherwise once they realized they lived in a country with no natural resources like Oil, Diamonds, Gold, Coal, Sea/Ocean, … Since then winter sports went popular but snow's melting ;-)

Javscript front and back end CMS? by toksicityin javascript

[–]greut 0 points1 point ago

that's the “JavaScript back” part of the question.

Anyone willing to contribute to Jaiku-engine Project on Appengine written in Python. (non-commercial) by sifaratin AppEngine

[–]greut 0 points1 point ago

I can tell you that there are no Jaiku-engine code within Status.net.

view more: next