Jian Lin

4,390
reputation
1228 views

Registered User

name Jian Lin
member for 7 months
seen Dec 9 at 23:19
website
location
age
I started with a Super Board computer... and then TRS-80, and then Apple II. In those days, the 6502 machine code only has 1 accumulator and 2 registers. Hm... the computer has 48k RAM. So your program can cause a "code overflow" instead of a stack overflow.
Dec
9
comment Why is Ruby 1.8.6 RC1 more recent than Ruby 1.8.6 Final?
so you mean the version number and the patchlevel is the sole indicator of how update it is?
Dec
9
comment How to use Win32’s BitBlt using Ruby?
I hope to take that 100 pixels into an array of color. just like doing GetPixel() and putting the color into an array.
Dec
9
comment How to use Win32’s BitBlt using Ruby?
actually, i tried GetPixel using C some time ago and it was quite slow also... for example, if I get 100 pixels, i'd expect it to return immediately, but it won't, and if i SetPixel right after GetPixel, I actually see the SetPixel painting the pixels one by one. So even using C, GetPixel is slow too.
Dec
9
comment How to use Win32’s BitBlt using Ruby?
that's ok except if it involves forking a new process every time you need to make a BitBlt() call, then the performance would not be so good. Also it will involves some kind of communication between processes to pass the bitmap back.
Dec
9
asked Why is Ruby 1.8.6 RC1 more recent than Ruby 1.8.6 Final?
Dec
9
asked How to use Win32’s BitBlt using Ruby?
Dec
6
awarded  Mortarboard
Dec
4
comment Why GetPixel() is so slow using Ruby (or probably Perl or Python too) and how to do it by other methods?
Quad core is to suggest that the machine is (1) a reasonably modern machine and (2) able to run the program at 100% speed instead of tied up by other processes.
Dec
4
revised Why GetPixel() is so slow using Ruby (or probably Perl or Python too) and how to do it by other methods?
edited body
Dec
4
asked Why GetPixel() is so slow using Ruby (or probably Perl or Python too) and how to do it by other methods?
Nov
30
comment Why when using DBM with Ruby, db[1] = 2 is ok, but print db[1] will give error?
does it answer why printing out db[1] will give error?
Nov
30
revised Why when using DBM with Ruby, db[1] = 2 is ok, but print db[1] will give error?
added 101 characters in body; added 1 characters in body
Nov
30
asked Why when using DBM with Ruby, db[1] = 2 is ok, but print db[1] will give error?
Nov
28
asked On Win32, how to detect whether a Left Shift or Right ALT is pressed using Perl, Python, or Ruby (or C)?
Nov
27
revised What’s your favorite “programmer” cartoon?
added 2 characters in body
Nov
27
answered How to move all source code over when it was on VisualSVN Server on Vista and migrating to Windows 7?
Nov
27
comment Must the keys and values in a Berkeley DB on Ruby be strings, not int, float, or any other type?
strings... hmm... is it on Linux? On Windows, do you know how the line is?
Nov
26
asked Must the keys and values in a Berkeley DB on Ruby be strings, not int, float, or any other type?
Nov
25
revised How to move all source code over when it was on VisualSVN Server on Vista and migrating to Windows 7?
edited tags
Nov
25
comment How to move all source code over when it was on VisualSVN Server on Vista and migrating to Windows 7?
how similar can you write a line or two about it?
Nov
25
revised How atomic is the Berkeley DB usage?
added 43 characters in body
Nov
25
revised How atomic is the Berkeley DB usage?
added 176 characters in body; added 2 characters in body; added 31 characters in body
Nov
25
asked How atomic is the Berkeley DB usage?
Nov
25
asked How to move all source code over when it was on VisualSVN Server on Vista and migrating to Windows 7?
Nov
23
revised TortoiseDiff to diff source code but it seems to have become an image diff’ing tool?
added 60 characters in body; added 7 characters in body; added 471 characters in body
Nov
23
asked TortoiseDiff to diff source code but it seems to have become an image diff’ing tool?
Nov
21
asked How to program a mouse click on Mac OS X and on Linux?
Nov
20
accepted How can I sort by column header if clicked on and then sort in reverse order when clicked on again?
Nov
20
awarded  Popular Question
Nov
11
revised When our source code is used again on Windows 7 (and was on Vista) using Tortoise SVN, will there be any problem?
added 641 characters in body; added 4 characters in body; added 4 characters in body
Nov
10
comment When our source code is used again on Windows 7 (and was on Vista) using Tortoise SVN, will there be any problem?
Vista was on a partition. All source code was on that partition. When booting up Vista, they are on C:\. And then a new partition was made and Win7 was installed on it. So when booting to Win7 which is C:, the source code are now in D:\code
Nov
10
comment When our source code is used again on Windows 7 (and was on Vista) using Tortoise SVN, will there be any problem?
in this case, VisualSVN Server and the source code are both on the same machine (although there is another machine that has the source code and also upgrading to Win 7)
Nov
10
asked When our source code is used again on Windows 7 (and was on Vista) using Tortoise SVN, will there be any problem?
Nov
8
revised Does favicon.ico need to reside in that same directory of index.html?
added 102 characters in body
Nov
8
comment Does favicon.ico need to reside in that same directory of index.html?
@Frank? really? some people say MS is the only one following the standard of W3C in the case of favicon...
Nov
8
asked Does favicon.ico need to reside in that same directory of index.html?
Nov
5
comment Can Ruby print out time difference (duration) readily?
how come Date.day_fraction_to_time(25) returns [600, 0, 0, Rational(0, 1)] ?
Nov
5
revised Can Ruby print out time difference (duration) readily?
added 44 characters in body
Nov
5
revised Can Ruby print out time difference (duration) readily?
added 1 characters in body
Nov
5
asked Can Ruby print out time difference (duration) readily?
Nov
5
revised How to capture a part of a screen using Ruby on Windows?
edited title
Nov
5
revised How to do a getPixel() in Ruby on Win32?
edited tags
Nov
5
asked How to capture a part of a screen using Ruby on Windows?
Nov
5
asked How to do a getPixel() in Ruby on Win32?
Nov
4
comment How to sleep for 5 seconds in Windows’s Command Prompt? (or DOS)
it works on Win 7, but not on Win XP
Nov
4
asked How to sleep for 5 seconds in Windows’s Command Prompt? (or DOS)
Nov
3
comment How to relocate our source code from Vista running VisualSVN Server to Windows 7 running VisualSVN Server?
yes i actually sync to two other machines too. would be good if a friend can sync to it in his house, so the data is double safe. or i can regularly FTP to my website.
Nov
2
asked How to relocate our source code from Vista running VisualSVN Server to Windows 7 running VisualSVN Server?
Nov
2
asked How to programmatically program a “Wheel Scroll” using Ruby on Windows?
Nov
2
asked How to use Ruby to detect whether on Windows Platform, the SHIFT or ALT key is being pressed?