1,298 reputation
41732
bio website
location
age
visits member for 3 years, 11 months
seen May 13 at 7:44
stats profile views 293

Python, R and d3.js


May
10
comment How to connect Mongodb from Excel
I would seriously consider removing the word "simple" from the first sentence of your response. This is certainly a viable solution for someone with all the required skills, and the time, but it is certainly not a simple one.
May
8
comment How to connect Mongodb from Excel
are you joking?
May
4
comment Does anybody get these weird repeated ()()()()()() in Vim?
@ Explosion Pills. Interesting. I'll try to replicate this, though it is inserting around 30-40 times so I don't see how I can be typing a double digit number with a misstype. I will also try and remove SharpKeys capslock mapping - I'll try to map it another way or go back to the old corner key dance.
May
4
comment Does anybody get these weird repeated ()()()()()() in Vim?
@ FDinoff cyclecolor.vim. I'll take it out and see
May
4
comment Does anybody get these weird repeated ()()()()()() in Vim?
No plugins as far as I know. c:\program files (x86)\Vim\vimfiles\ftplugin is empty.
Apr
25
comment Can I access the colours of the R console, from R code?
it is a solution but I find that I then get lost amongst the desktops. On OS/X at least I change the desktop colours for each workspace. The other issue is that I have not found a good one for Windows, and the last one I did loaded a bunch of dodgy-ware into my browser. I would have to pay.
Apr
25
comment Can I access the colours of the R console, from R code?
@plannapus - this is probably the way to go - thanks. I was hoping that some internal variable would be accessible rather than hacking the Rconsole file but this is the solution I guess.
Apr
25
comment Can I access the colours of the R console, from R code?
@Maxim.K - yes have tried this but I prefer the color option as it is more obvious (when I'm needing to move around fast). But it is one solution and perhaps I will do that too.
Apr
16
comment How do I protect python code?
Like this extreme idea. Gets it out there in a huge way and massive market share, then you have a very big customer base for support and addons. I have also been grappling with this question and all the "licensing" answers are basically bull because it doesn't protect against widespread copying, yet doesn't give you any market share advantage.
Apr
10
comment Accessing Reuters data in Python
Thanks looks interesting and I will investigate. Now full disclosure request: are you working for them?
Apr
1
comment as.Date() doesn't like the summer time change… it seems
aha! Guess I should have woken up later ;)
Apr
1
comment as.Date() doesn't like the summer time change… it seems
so... we have a problem? Because I'm getting the same issue on OS/X. Both R2.15.2. Have come across other issues like this before with xts but this time xts is not loaded.
Apr
1
comment as.Date() doesn't like the summer time change… it seems
I'm running this on Windows 7 x64. Let me try on Ubuntu....
Apr
1
comment Can I get() an R global environment variable by reference?
Redis again eh! I think I must get into it. Seems the right way to go for data storage and sharing.
Mar
30
comment Can I get() an R global environment variable by reference?
I have modified my question which was incomplete. I do need to make small changes (appends). I know there is an environment hack for passing by reference but I would rather avoid hacks.
Mar
30
comment Can I get() an R global environment variable by reference?
The problem is the copy on write. I unfortunately do need to make small modifications to the global variables.
Mar
30
comment Can I get() an R global environment variable by reference?
okay I'll take a look. I have assumed that copies are being made because if I do this: dd <- 1; ee <- get("dd"); ee <- 2, then dd is still equal to 1. Also I do need to write to these variables so I'm currently writing to the copies, then assigning them back to overwrite the originals.
Mar
27
comment why does unlist() kill dates in R
okay - I guess I have to read through reams of quirky behaviour documentation for each function that I use.
Mar
27
comment why does unlist() kill dates in R
aha.... okay. Not a great behaviour of unlist though. This should also apply to the non list. Behaves differently on a list or a vector as you can see in the example.
Mar
27
comment why does unlist() kill dates in R
yep I did read the manual.... they're already in a common mode