3,240 reputation
640
bio website
location
age
visits member for 1 year, 3 months
seen 2 days ago
stats profile views 403

Aug
24
comment What is the fastest way to count square-free words?
Correct, I want to count them.
Aug
23
comment What is the fastest way to count square-free words?
My machine has 5TB of storage, so just having the count of solutions will have to suffice :)
Aug
22
comment What is the fastest way to count square-free words?
@DanielLichtblau I just added your suggestion :)
Aug
22
comment How can I interrupt Speak?
Quit[] has no effect
Aug
21
comment How can I emit a sound only during a mouseover?
@Rojo Quite right! Your solution has no pauses, so I will accept it, thanks.
Aug
21
comment What is the fastest way to count square-free words?
Brilliant code, thanks Leonid!
Aug
20
comment What is the fastest way to count square-free words?
@LeonidShifrin Thank you, that's good to know!
Aug
20
comment What is the fastest way to count square-free words?
Still I try to avoid the pattern matcher like the plague! It is rather slow, I'm thinking compilation...
Aug
20
comment What is the fastest way to count square-free words?
LOL, I should have started yours first! +1
Aug
20
comment What is the fastest way to count square-free words?
But is it faster than my code? I'm running it now.
Aug
20
comment How can I emit a sound only during a mouseover?
Yes, thanks @vitalykaurov. I think it is related but it still does not generate a perfectly constant sound (free of quick pauses) for a dynamic amount of time.
Aug
20
comment How can I emit a sound only during a mouseover?
@rojo Nice, but I still hear momentary pauses. And did you know UpdateInterval -> 1 is an option to Dynamic, you don't need the Refresh call
Aug
20
comment How can I emit a sound only during a mouseover?
This is nice but is not constant, the breaks inbetween are what I'm trying to avoid.
Aug
17
comment How can I create a glass distortion effect in an image?
@simonwoods I'm impressed! thanks for this addition Simon
Aug
15
comment How can I create a glass distortion effect in an image?
Ok, then can some simpler distorting function be used?
Aug
15
comment How do I remove the top bar and bottom bar from the Mathematica window?
The structure of notebooks in the student version is the same as the full version, but I'm not sure how to automatically remove them for all new notebooks, shouldn't be too hard
Aug
13
comment How can I permute a multiset?
RandomSample does not preserve the structure.
Jul
20
comment How can I access documentation from the Workbench?
@sebhofer Don't you use code cells? The reason I don't like to use the frontend is because of the 1-step undo.
Jul
16
comment Mathematica Destructuring
It's a shame that neither With[] nor Function[] support destructuring.
Jul
16
comment Drag & drop path info into front end?
Yes check out 'howto/InsertAFilePath'