Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

wikipedia

How to get the public ip address of current host
Monday, 22 August 2011 17:13
In a virtual host, or when your application could run on a multiple type of OS,
it could be difficult to get the IP address corresponding to your default gateway.

Here a solution, which should be 'universal'.

This snippets try to send a datagramme on a distant host (no matter if datagrame
arrive), and


Socket.do_not_reverse_lookup=true

def get_public_ip()
UDPSocket.open do |s|
s.connect '208.80.152.2', 1 # wikipedia, connection don't need effective
s.addr.last
end
end


This option must be positionned :

Socket.do_not_reverse_lookup=true

If not, your ruby machine will try to find DNS name of wikipedia, which could
take a very long time if host is isolated.



Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/z1Z0vJYt-SI/13567

 
Wikipedia Beautifier Kills Clutter, Makes the Online Encyclopedia More Readable [Downloads]
Thursday, 24 March 2011 12:12
Chrome: The Wikipedia Beautifier extension cleans the cruft from Wikipedia to offer an easy-on-the-eyes reading experience on the popular online encyclopedia. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/3EQx2wI4UdE/wikipedia-beautifier-kills-clutter-makes-the-online-encyclopedia-more-readable

 
Over 500,000 Donations Earned Wikipedia $16 Million [Wikipedia]
Monday, 03 January 2011 08:00
Fire up Wikipedia and Jimmy Wales' face is still grimacing at you—but he should be disappearing soon, as they've raised over $16 million for their Wikipedia donation drive. $22 was the average donation made, apparently. [PC Mag] More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/S-Wr5m1lldk/over-500000-donations-earned-wikipedia-16-million

 


Taxonomy by Zaragoza Online