Artem Russakovskii

2,385
Reputation
581 views

Registered User

Name Artem Russakovskii
Member for 11 months
Seen 1 hour ago
Website
Location 94112
Age 26
http://twitter.com/ArtemR
Nov
15
answered How to pull “most recent post” data from a Wordpress blog?
Nov
14
awarded  Nice Answer
Nov
5
comment Eclipse: auto format XML files on save
The only thing that comes up for 221696 and wtp on google is eclipse.org/forums/… which doesn't seem to be related. Can you provide a link please?
Nov
5
awarded  Favorite Question
Nov
5
answered php parse urls with multiple variables with get request
Nov
4
asked Eclipse: auto format XML files on save
Nov
4
answered Trouble with MySQL 5.1 and RANGE?
Nov
4
asked Eclipse doesn’t recognize style in the Android Layout builder?
Nov
4
comment How can you dynamically put different patterns on images in a webpage . .
Something like that. I used ImageMagick to implement watermarking, which is very similar to this.
Nov
4
revised How can you dynamically put different patterns on images in a webpage . .
deleted 1 characters in body; added 2 characters in body
Nov
4
answered android database
Nov
4
revised android database
deleted 10 characters in body
Nov
4
answered How can you dynamically put different patterns on images in a webpage . .
Nov
4
awarded  Popular Question
Nov
3
answered Flash and Android - common future?
Nov
3
comment Flash and Android - common future?
Perhaps you all can contribute to stackoverflow.com/questions/1619133/… then? Bounty of 200 is a nice extra bonus.
Nov
3
revised Hidden features of Android development?
added 381 characters in body
Nov
3
awarded  Nice Question
Nov
1
revised Backing Up Views with Mysql Dump
edited body; deleted 1 characters in body
Nov
1
comment Dump mysql view as a table with data
If you don't have access to the mysql server shell, this wouldn't work. Any other solutions?
Nov
1
answered Backing Up Views with Mysql Dump
Oct
30
revised TortoiseSVN works but command line svn doesn’t work?
edited tags
Oct
30
revised Hidden features of Android development?
added 142 characters in body
Oct
25
answered Hidden features of Android development?
Oct
24
revised Hidden features of Android development?
added 4 characters in body
Oct
24
asked Hidden features of Android development?
Oct
23
comment What are the dark corners of Vim your mom never told you about?
Excellent tip - exactly what I was looking for today.
Oct
23
awarded  Necromancer
Oct
16
accepted SQL Query - replace hardcoded values… (MySQL)
Oct
7
comment Origin of the name jQuery
Should be a community wiki.
Oct
6
asked What is the best GNU screen “taskbar” you’ve used/seen?
Oct
5
comment Free Source Control system that doesn’t require storing local copies of every file, thus doubling space usage?
Again, that's not what my question was about. Plus bazaar, which is the accepted solution, is free.
Oct
5
comment Free Source Control system that doesn’t require storing local copies of every file, thus doubling space usage?
Verified as working. Lightweight checkouts are described at bazaar-vcs.org/SharedRepositoryTutorial for example. Awesome.
Oct
5
comment Free Source Control system that doesn’t require storing local copies of every file, thus doubling space usage?
I want to use a VCS as both a history tool and a backup tool, so that I can restore, pull, sync, etc. It's just as natural to desire as doing it for Excel and Word documents, for example. And I'm perfectly fine with a VCS that would use binary diffs on the server. It would be great. Again, the point is I don't appreciate the forceful double storage on the client.
Oct
5
comment Free Source Control system that doesn’t require storing local copies of every file, thus doubling space usage?
I don't see how keeping history and backing up full sized image files is even remotely related to Picasa (which I actively use btw). Also, pretend I just said "really huge binaries", such as external libs, instead of images.
Oct
5
comment Free Source Control system that doesn’t require storing local copies of every file, thus doubling space usage?
Sorry, I should have added an important desired feature - FREE.
Oct
5
revised Free Source Control system that doesn’t require storing local copies of every file, thus doubling space usage?
added 120 characters in body; edited title
Oct
5
comment Free Source Control system that doesn’t require storing local copies of every file, thus doubling space usage?
And specific to Windows at that. And far from free.
Oct
5
comment Free Source Control system that doesn’t require storing local copies of every file, thus doubling space usage?
Yes, but if I want to store an entire collection of my photos in SVN, my photo drive now suddenly needs to be twice as big. And I would revert or use that local copy maybe 1 time a year. This is similar to how MySQL uses twice the storage when you do an ALTER. Unnecessary.
Oct
5
asked Free Source Control system that doesn’t require storing local copies of every file, thus doubling space usage?
Sep
28
comment Committing single change in SVN
I remember when such remarks were given to CVS users about the new and improved SVN. Now it's SVN's turn to be CVS :-/
Sep
28
comment What are your favorite Vim tricks?
It doesn't work very cleanly - prompts to reload file and then loses where it was, at least for me.
Sep
26
comment Best practises to stop memory leaks and improve performance
I'm observing a leak in my process where the memory doesn't get reclaimed after the script exits. PHP, of course, is to blame most likely.
Sep
25
awarded  Nice Answer
Sep
24
comment Should I use $hash{”string”} or $hash{string} in Perl?
The question was whether $hash{"string"} is identical to $hash{string}, which it is.
Sep
23
answered Should I use $hash{”string”} or $hash{string} in Perl?
Sep
22
comment Generate access logs for different subdirectories in Apache
Great question.
Sep
22
comment Howto hide a preference page in an eclipse RCP
Belongs on SU.
Sep
21
comment Constructing a multi-argument MySQL Search Query
Victor, can you define "isn't working"?
Sep
21
comment Constructing a multi-argument MySQL Search Query
Jonas, jobtype isn't even part of the OP's query. And he clearly says that it's a 3-letter code, not int. Plus, mysql doesn't care if you have quotes around numbers or not, so it wouldn't matter.