417 reputation
110
bio website
location
age
visits member for 1 year, 2 months
seen May 14 at 12:54
stats profile views 34

Mar
13
awarded  Yearling
Jan
2
comment Regionplot with Boole - with more than dimension number of variables
I am trying to get this to work : mathematica.stackexchange.com/questions/13378/…. Takes some time but solves the problem ! (dunno y the link was removed)
Jan
1
asked Regionplot with Boole - with more than dimension number of variables
Nov
26
comment Programmatically move the cursor to a desired location on the screen
Impressive + Thanks !
Nov
5
awarded  Nice Question
Oct
17
comment Control over depth-first scan and breadth-first scan
Thank you all - I am implementing a modified version of a DFS myself!
Oct
11
awarded  Nice Question
Oct
4
comment Control over depth-first scan and breadth-first scan
Thanks Vincent. Like I mentioned, I am relying on events associated with the DFS.
Oct
3
awarded  Promoter
Sep
29
comment Control over depth-first scan and breadth-first scan
I am trying to find a path in 2D regular grid (GridGraph[{m, n}]), which satisfies some conditions. I need to explore pathways starting from a node. I think DFS would be one (quick+suitable for my purpose) way to explore all possible pathways. But as soon as I see that the current path is NOT a solution, I need the algorithm to stop there and not process the child nodes further. (I am thinking of using DFS since I find the events very handy) Can this be done?
Sep
28
asked Control over depth-first scan and breadth-first scan
Sep
14
awarded  Caucus
Aug
21
accepted Programmatically move the cursor to a desired location on the screen
Aug
15
comment Programmatically move the cursor to a desired location on the screen
not the selection inside Mathematica. Just moving the mouse pointer anywhere inside the screen
Aug
15
comment How to make an inkblot?
I remember reading an approach to this using cellular automaton.
Aug
12
awarded  Commentator
Aug
12
comment Take screenshot of the entire desktop using Mathematica
This does not seem to work on Ubuntu .. Can any1 confirm this ...
Aug
11
comment Take screenshot of the entire desktop using Mathematica
I am trying to automate a simple game (!). So grabbing it using an external program, then saving it as a file and importing the file again from within Mathematica is a tedious job (if not realtime). Also I am not sure if I can pipe the output of a program as input to Mathematica (I could not find a way to get it done with Run[] command! - i.e. the piping large output from external program)
Aug
11
awarded  Editor
Aug
11
revised Take screenshot of the entire desktop using Mathematica
some more clarification + details + image upload