e-satis

12,330
Reputation
621 views

Registered User

Name e-satis
Member for 1 year
Seen 18 hours ago
Website
Location FR
Age 24
Python and android dev / trainer in the south of France.
1d
revised How to merge this two specific arrays in PHP?
retagging
1d
comment Is there ever a good reason to use eval() ?
+1, only real good example I've seen so far.
1d
comment How to merge this two specific arrays in PHP?
Nope, he didn't read the question.
1d
answered os.kill not raising an OSError, however I do not see the given pid running
1d
comment How to merge this two specific arrays in PHP?
Does "orange" and "apple" have the same number of items ?
2d
comment Is there an IDE that provides code completion for Python
Really really really good actually.
2d
revised What tools to automatically inline CSS style to create email HTML code ?
adding Inline2Mail
Nov
29
comment What next generation low level language is the best bet to migrate the code base ?
Lol. Of course, but cutting edge and COBOL are indeed oxymoron
Nov
29
comment What are some bad programming habits to look out for and avoid?
-1, I learned more using copy and paste than in HighSchooL
Nov
29
comment Programming language with native code support, No framework (I write the framework)
Wow, even funnier with your question edited. Why not directly make a MMORPG ? metamagick.net/images/mmorpg.gif
Nov
29
comment Programming language with native code support, No framework (I write the framework)
So why do I smile ?
Nov
29
comment What next generation low level language is the best bet to migrate the code base ?
Or maybe I am a TV show character, maybe I am a Monthy Python Flying circus character. And maybe I'm going for something completely different.
Nov
29
comment What next generation low level language is the best bet to migrate the code base ?
I have absolutely no reason to do so, I make a living coding in Python. The "Let's say you have a company" is clearly an hypothetical case, I don't talk about me like a tv show character would to his shrink :-)
Nov
29
comment What next generation low level language is the best bet to migrate the code base ?
COBOL is still here, very much here, and alone, that's the problem. In my country, the entire postal pay system is written in Cobol. And it's true for the USA as well : careerjet.com/cobol-jobs.html. But nobody wants to code in COBOL anymore, nobody even dream of learning it, no matter how well payed can be the job, and some offers are outrageous.
Nov
29
comment Why can’t I sort this list?
Original Poster. Since SO works like a wiki, we refer to the very first user this way, this differentiate what he wrote from what has been corrected.
Nov
29
revised Why can’t I sort this list?
added 1 characters in body
Nov
29
revised What next generation low level language is the best bet to migrate the code base ?
typo
Nov
29
asked What next generation low level language is the best bet to migrate the code base ?
Nov
29
comment Programming language with native code support, No framework (I write the framework)
Nice catch with D. I first thought it would be the next gen low level language. How ever, Go will probably kill it.
Nov
29
answered Programming language with native code support, No framework (I write the framework)
Nov
29
comment Programming language with native code support, No framework (I write the framework)
+1 for Go, since we don't know what he wants to do.
Nov
29
comment Why can’t I sort this list?
This does not do what the OP ask, quoting "the integer largest to smallest".
Nov
29
revised Why can’t I sort this list?
adding reverse
Nov
29
answered Why can’t I sort this list?
Nov
29
comment Can a Bash script tell what directory it’s in?
Nice! Could be made shorter replacing "pushd[...] popd /dev/null" by SCRIPT_PATH=readlink -f $(dirname "${VIRTUAL_ENV}");
Nov
29
revised Can a Bash script tell what directory it’s in?
Stripping trail spaces on code lines
Nov
29
accepted I want to develop a framework in Python for desktop based applications. How should I go about it?
Nov
28
comment PHP: Multithreaded PHP / Web Services?
Yes, you can do that with any turing complete language. You can code an operating system too.
Nov
28
comment Why should I use WSGI ?
Geez, I found this, it really explains it all : svn.colorstudy.com/home/ianb/…
Nov
28
comment Why should I use WSGI ?
Really, so should I stick to mod_python or use mod_wsgi, if I give a try to wsgi?
Nov
28
comment Why should I use WSGI ?
Sorry, I wanted to correct my comment and deleted it then put it back... OK, so if I want to use django on GAE, then I have to go WSGI ?
Nov
28
comment Why should I use WSGI ?
I hear you but why ?
Nov
28
comment Why should I use WSGI ?
Well, I used mod_python, so I guess his anwser is useful.
Nov
28
accepted Trying jQuery wrapAll seems to wrap the content twice
Nov
28
accepted PyLint, PyChecker or PyFlakes ?
Nov
28
accepted How to extract a file extension in PHP ?
Nov
28
comment How to stream the contents of a file live to a browser
XMPP is a communication protocole (just like HTTP, the one your use for web pages). But unlike HTTP, XMPP is suited for real time communication and can do so stuff like data pushin data and load balancing. Using XMPP usually require a dedicated server, the Ejabberd is one of the most famous but require the knowledge in Erlang. This is a very powerful solution, but it's likely overkill, you'll need a huge amount of work just to do something AJAX would handle fine in an hour.
Nov
28
asked Why should I use WSGI ?
Nov
28
comment PHP: Multithreaded PHP / Web Services?
In that case, use Python / Ruby or, if perf is really an issue, Java. And if perf is so much an issue that you are willing to sell your soul for any micro sec you can grab, then use C++.
Nov
28
answered PHP: Multithreaded PHP / Web Services?
Nov
28
answered How to stream the contents of a file live to a browser
Nov
28
comment running an outside program (executable) in python?
He did. But when you do, you generally let a comment so the OP can understand what's going on.
Nov
28
revised How to set the current working directory in Python?
rewriting the whole thing
Nov
28
revised I want to develop a framework in Python for desktop based applications. How should I go about it?
typo
Nov
28
answered I want to develop a framework in Python for desktop based applications. How should I go about it?
Nov
27
revised Inline CSS/Javascript into a HTML file
addin inline2mail
Nov
27
comment Inline CSS/Javascript into a HTML file
Premailer does this import, whereas the python script inject the css directly in the tags. They are complementary.
Nov
27
comment NHibernate and python
+1, only real anwser to his question.
Nov
27
answered What tools to automatically inline CSS style to create email HTML code ?
Nov
27
revised Inline CSS/Javascript into a HTML file
adding more tools