Ville Laurikari

2,724
reputation
353 views

Registered User

name Ville Laurikari
member for 1 year
seen 16 hours ago
website
location Finland
age
A hacker and a boss. Frequently at the same time.
22h
comment Erlang : Returning from a function
Example added, I hope it helps.
23h
revised Erlang : Returning from a function
An example.; added 87 characters in body
1d
revised How can the last command’s wall time be put in the Bash prompt?
Tweaked prompt.
1d
revised Erlang : Returning from a function
Fixed grammar, I think.
1d
answered Erlang : Returning from a function
1d
comment How can the last command’s wall time be put in the Bash prompt?
The DEBUG trap is executed before every command, including non-interactively run commands. It can be used to start a timer to measure execution time.
1d
comment How can the last command’s wall time be put in the Bash prompt?
Thanks Martin. I updated my answer to give a greatly improved solution taking advantage of the DEBUG trap.
1d
revised How can the last command’s wall time be put in the Bash prompt?
Greatly improved my solution. Now it's good.
2d
revised How can the last command’s wall time be put in the Bash prompt?
syntax
2d
answered How can the last command’s wall time be put in the Bash prompt?
Dec
6
awarded  Mortarboard
Dec
3
revised errors are not displaying in PHP script.
tags
Nov
25
accepted ssl impact on web server
Nov
14
revised Is there any difference between java run.exec of a command and shell execution?
added 144 characters in body; added 3 characters in body
Nov
14
answered Is there any difference between java run.exec of a command and shell execution?
Nov
6
accepted Is there a way to package a dynamic library in the application binary?
Nov
6
comment Python: ulimit and nice for subprocess.call / subprocess.popen ?
As far as I can tell, you have to pass the entire shell command in one string for something like this to work.
Nov
6
answered Python: ulimit and nice for subprocess.call / subprocess.popen ?
Nov
6
accepted In Python 2.6.4, why do I get a syntax error for a function call, of which the function is defined and works perfectly on its own?
Nov
6
answered In Python 2.6.4, why do I get a syntax error for a function call, of which the function is defined and works perfectly on its own?
Nov
6
revised Is there a way to package a dynamic library in the application binary?
Elaborated.; added 83 characters in body
Nov
6
answered Is there a way to package a dynamic library in the application binary?
Nov
6
answered Are there any alternatives to py2exe?
Nov
6
accepted There is some way to do this string extraction faster?
Nov
5
revised There is some way to do this string extraction faster?
added 17 characters in body
Nov
5
comment There is some way to do this string extraction faster?
By the way, since speed is so important to you, are you using a PHP accelerator of some sort?
Nov
5
revised There is some way to do this string extraction faster?
added 65 characters in body
Nov
5
answered There is some way to do this string extraction faster?
Nov
5
revised There is some way to do this string extraction faster?
code formatting
Nov
2
awarded  Nice Answer
Nov
2
revised Comparing strings for equality in ksh
Spelling.
Oct
9
awarded  Good Answer
Sep
16
awarded  Yearling
Sep
14
accepted Using Make $(dir) or $(notdir) on a path with spaces
Aug
28
awarded  
Aug
23
revised How complex COBOL programs would fit in 256k?
Better titme.
Aug
23
comment How complex COBOL programs would fit in 256k?
The idea is to get an understanding of how complex programs a mainframe could run. In the podcast, someone said (I think it was Joel) that since the machines in those days had so little RAM and disk, they wouldn't really be able to run very complex programs.
Aug
23
awarded  Citizen Patrol
Aug
21
awarded  Tumbleweed
Aug
17
accepted LD_PRELOAD on AIX
Aug
16
awarded  Nice Answer
Aug
16
revised What is your best programmer joke?
Back to text version.
Aug
16
revised What is your best programmer joke?
Use a picture instead, the previous hack wasn't 100% portable.
Aug
15
awarded  Necromancer
Aug
15
answered What is your best programmer joke?
Aug
15
comment What is your best programmer joke?
In Prolog programming (in contrast perhaps to life in general) our goal is to fail as quickly as possible. - The Art of Prolog/MIT Press
Aug
14
asked How to reliably capture win32 console screen buffer changes?
Aug
13
comment How complex COBOL programs would fit in 256k?
Measuring the size of programs in a meaningful way is tricky. Maybe average bytes of machine code per line of COBOL code? A semi-useless metric maybe, but better than nothing.
Aug
13
comment How complex COBOL programs would fit in 256k?
Eh, yeah. I mean compiled code. Clarified the question.
Aug
13
revised How complex COBOL programs would fit in 256k?
edited title; added 11 characters in body