Quantcast
Channel: Segment7 : Category Toys, everything about Toys
Browsing latest articles
Browse All 7 View Live

httpdump

I wrote a nifty little combination of a WEBrick servlet and a ruby-pcaphttp grabbing example that lets you see the latest HTTP requests that have crossed a network card interface.All so I can spy on my...

View Article



Markov Chain

The back of my brain has been wanting a Markov chain based random-text generator for some time. I found some decently explanatory pseudo-code in the Generating Text section of the online Programming...

View Article

render_tree for Rails

Spelunking deep in unfamiliar Rails view code? Flushing out the cobwebs and updating your code? Don't know what gets rendered when?I have a solution for you:class ActionView::Base alias plain_render...

View Article

I wrote an inliner

$ ruby test.rb caller result: 12 caller: def caller v1 = (2 + 3) x = callee(v1) (x + 2) end callee: def callee(v) (v + 5) end inline callee into caller caller result: 12 caller: def caller v1 = (2 + 3)...

View Article

imap_to_rss 1.0

imap_to_rss version 1.0 has been released!imap_to_rss documentation IMAPToRSS turns messages on an IMAP server into RSS entries when the match a handler. Included handlers work for email from Amazon,...

View Article


imap_processor 1.1

imap_processor version 1.1 has been released!IMAPProcessor documentation IMAPProcessor is a client for processing messages on an IMAP server. It provides some basic mechanisms for connecting to an...

View Article

orca_card 1.0

orca_card version 1.0 has been released!orca_card documentationORCA CardDumps information about your ORCA card. ORCA cards are Western Washington’s all-in-one transit smart card that allow travel via...

View Article
Browsing latest articles
Browse All 7 View Live




Latest Images