niXar
|
Registered User
|
Linux sysadmin
|
|
Sep 22 |
awarded | ● Yearling |
|
Jul 27 |
comment |
What’s the most egregious pop culture perversion of programming? «The idea that governments and financial institutions don't audit their code to prevent the presence of back doors and the like in their software» -- I'm dealing with code from financial institutions and they wouldn't find a backdoor if it hit them in the jaws and knocked all their teeth off. |
|
Jul 24 |
comment |
foreach loop in c/c++?? It's not just convenience. It has a very interesting property, one that is used in functional languages: the work load can be cut into pieces and sent to various threads to take advantage of parallel processing, as long as the work to be done has not side-effects. Actually for that purpose functions such as "map," "reduce," and "filter" are more appropriate but it's the same principle. |
|
Jul 23 |
comment |
Matrix transposition in XSLT variable number of cells in a col. Platform is XSLT 1.0 with EXSLT (Xalan-C or Gnome's libxslt) |
|
Jul 23 |
asked | Matrix transposition in XSLT |
|
Jul 23 |
revised |
Python v. Perl added 125 characters in body |
|
Jun 27 |
comment |
Weird constants Let's say you forgot the quotes; this is clearly something added by a script. CVS/RCS had something like that, you can see it sometimes, when you put $Version$ in a file, it gets replaced with the version number on commit. It's not used by the code, but it's written to the class files and might be used by exception or debugging code to generate stack trace with version info. |
|
Jun 26 |
comment |
Twitter image encoding challenge I know, I was being sarcastic. |
