The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
I See You

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Trans Onoma

Posts: 63
Nickname: transfire
Registered: Aug, 2005

Trans Onoma has programming for too long.
I See You Posted: Oct 2, 2006 8:51 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Trans Onoma.
Original Post: I See You
Feed Title: 7ransCode
Feed URL: http://feeds.feedburner.com/7ranscode
Feed Description: l33t c0d3 $p1n!
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Trans Onoma
Latest Posts From 7ransCode

Advertisement


You have to
check this out.
I know. I know. It's been blogged so many times now.
You can check out the other blog posts too: _why has it on Redhanded, and J'ey put out the word as well.
But it's just so damn cool, I just had to blog it too!

Try it at home:


require 'drb'

def brite_shot(text)
url = "druby://eviladmins.org:9000"
obj = DRbObject.new_with_uri(url)
File.open("out.jpg",'wb') do |a|
a << obj.write_simple(text)
end
end

brite_shot("I SEE YOU!")


(And if a still picture isn't enough for you. How about an animation.)

And so, a REAL picture is made for me by remote many thousands of miles away. How far I wonder? Well, with a GeoIP lookup and Google Maps, I found out where this picture was made. The world really is getting smaller!

I See You!

Read: I See You

Topic: Hack This Sign On a Remote Wood Floor Previous Topic   Next Topic Topic: Remove Subversion from a tree

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use