Slashdot Mirror


User: lance_rushing

lance_rushing's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:RTJKJAS? on Feds Shut Down Elite Torrents · · Score: 1

    I think it is the initials of the typist, bosses initial and or the department's acronym.

  2. Re:PERL CODE TO WATCH IT TICK OVER on date +%s Turning 1111111111 · · Score: 1


    bash onliner:

    while [ 1 ] ; do date +%s; sleep 1; done;