Search Results

3
votes

Print in terminal with colors using python ?

I'm surprised no one has mentioned the Python termcolor module. Usage is pretty simple: from termcolor import colo …
-2
votes

size_t can not be found by g++-4.1 or others on Ubuntu 8.1

Generally, you shouldn't be using C .h files for C++. While you may find an easy way to get away with it, and while a lot of this was allowed in previous versions of g++ and in other compilers, the …
4
votes

Is GIJ (GNU Interpreter for Java) stable enough for commercial use?

gij is very ancient, and while I don't have references I doubt it's reliable enough to support commercial applications. That, and Java 1.4 is a chore to program in. If your systems administ …