Slashdot Mirror


User: hroo772

hroo772's activity in the archive.

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

Comments · 3

  1. LogMeIn on Simple, Free Web Remote PC Control? · · Score: 5, Informative

    I'm a big fan of LogMeIn Free. It's pretty easy to setup, and it gives you access to the pc through any browser. You don't have to worry about port issues or anything. I think it's what you should really look into using.

  2. nice stats on Why Windows Solitaire Eats So Much Time · · Score: 1

    http://worldofsolitaire.com/ is an ajax solitare site, which I know isn't windows solitare but if one checks out the stats, people have wasted 68 years, 35 days on that site alone

  3. Type Casting on Colossus Cipher Challenge Winner On Ada · · Score: 3, Interesting

    For those that know the differences in Ada, its a very strongly typed language which makes it harder for a beginning programmer to pickup. It doesn't allow for type conversion and pretty much enforces strict coding rules. It would make sense that he used this since he would have complete control over what his code did exactly. This wouldn't be the case with java or other languages which allow type conversions easily, which is nice for alot of people, but can definitely lead to issues when not accounted for.