37,987 reputation
3102193
bio website mathprogramming-intro.org
location St. Petersburg, Russia
age 36
visits member for 1 year, 4 months
seen 9 hours ago
stats profile views 3,083

Ok, an obligatory note: opinions expressed here are mine and not those of my employer.


Feb
16
revised Is it possible to use Compile on a function with optional arguments?
added 163 characters in body
Feb
16
revised Is it possible to use Compile on a function with optional arguments?
Fixed a few typos
Feb
16
revised Is it possible to use Compile on a function with optional arguments?
Added auto-compilation
Feb
11
revised Counting the population of integers
Added a (much) faster solution
Feb
9
revised Counting the population of integers
refactored the code to minimally change the original OP's approach
Feb
9
revised Is Table the only functional way to construct nested loops in Mathematica?
Changed to an improved version, per jVincent's suggestion
Feb
9
revised Is Table the only functional way to construct nested loops in Mathematica?
added 86 characters in body
Feb
8
revised Interrupting package evaluation, handling error
added 130 characters in body
Feb
8
revised Efficient code for tallying entries in very large lists
added 468 characters in body
Feb
8
revised Efficient code for tallying entries in very large lists
Made more fair speed comparison
Feb
8
revised Efficient code for tallying entries in very large lists
Added a section on file-backed lists
Feb
7
revised Quick multiple selections from a list
added 115 characters in body
Feb
5
revised FoldWhile and FoldWhileList
Fixed a few typos
Feb
5
revised FoldWhile and FoldWhileList
Added code for version fifth-arg versions, restructured
Feb
5
revised FoldWhile and FoldWhileList
Fixed a bug in initialization
Feb
5
revised FoldWhile and FoldWhileList
Improved reap-sow by tagging
Feb
5
revised What are the most common pitfalls awaiting new users?
added 151 characters in body
Jan
31
revised Values set using SetOptions are staying in the kernel, beyond the necessary time
Changed HoldFirst to HoldRest
Jan
30
revised Character edge finding
Removed the extraneous )
Jan
29
revised Ways to plot interpolating functions more economically?
Changed to make more general, per request of the OP