Jump To Content

LearnHub



7 Comments

  1. From the discussion Other Ruby implementations

    Sat, 27 Sep 2008 09:51:00 -0000

    I agree that JRuby is impressive (with obviously the extra bonus of being able to use Java libraries write away) and I also like MacRuby in terms of speed. For a beta release (0.2) it’s speed is really ok and also it can be useful for Mac addicts / programmers :)

    If anyone is interested I have posted (some months ago – I should update them at some point!) some benchmarks on all of them except IronRuby

    Vote
    Current Rating
    0
    Rate Up
    Rate Down
    No Votes
  2. From the lesson Ruby Coding Convention

    Sat, 27 Sep 2008 09:45:01 -0000

    Nice one – pretty comprehensive :)

    Vote
    Current Rating
    0
    Rate Up
    Rate Down
    No Votes
  3. From the trivia question In 2000, the 'grandchild' of C was released, a language designed for Microsoft's .NET framework. Its name is...

    Sun, 21 Sep 2008 20:59:03 -0000

    Ok, but what does this question has to do with web design?

  4. From the trivia question Can you explain what the following property means? border: 2px solid #FF0000

    Sun, 21 Sep 2008 20:56:07 -0000

    At first I made the same thought but if you put it down it’s pretty easy to figure the color:

    a) RGB -> Red Green Blue b) Hexadecimal values (which means F is the greater value available)

    this leads to the following: Red: Full value Green: Lowest value Blue: Lowest value

    The difficult would be #FFBB88 for example ;)

  5. From the trivia question The mapping of bits to a display space produces what form of image?

    Sun, 21 Sep 2008 20:23:01 -0000

    The question is not expressed correctly I may say :( (at least for a non-native english speaker)

  6. From the trivia question Who's idea was the Email Veracity Active Record validation plugin?

    Sun, 21 Sep 2008 20:05:06 -0000

    Nasty!

  7. From the trivia question Named Scopes were Introduced in what version of Ruby on Rails?

    Sun, 21 Sep 2008 20:01:50 -0000

    Arghhh! My teachers always told me: “Double check your answers for stupid mistakes!”. I guess I never listened to them :D