Public Notes on
View Public Collections
"A lean, agnostic, flexible file-change watcher. github.com/alloy/kicker/raw/master/html/images/kikker.jpg Meet king kikker, kicking stuff in your computers is his dream come true! Drawing by Manfred Stienstra. The character is purely fictional, so if you feel offended; live with it. Installation $ gem install kicker -s http://gemcutter.org" #ruby #gems #pub
Show More
NeoCities neocities.org
"Your free home page is waiting.. once again. NeoCities allows you to create your own free web site!" "10 Megabytes. You can have HTML, Images, Text, CSS, Markdown, and JavaScript. That's it." #free #open_source #ruby #Geocities #throwbacks #geeky #uncensored #pub
Show More
#Trakt #ruby #rails #netflix #logging #pub
Show More
#interesting #Rails #mind_maps #ruby #rails4 #pub
Show More
#references #interesting #Rails #ruby #patching #performance #pub
Show More
"View real-time data and statistics from any logfile on any server with SSH, in an intuitive and entertaining way. FEATURES Real-Time Multiple logfiles on multiple servers Configurable layout Multiple logfile parsers (Apache Combined, Rails, IIS, Postfix/spamd/clamd, Nginx, Squid, PostgreSQL, PureFTPD, MySQL, TShark, qmail/vmpop3d) Custom events Show rate, total or average If you can 'tail' it, you can visualize it Written in Ruby using net-ssh, chipmunk & ruby-opengl Free! (GPLv2)" #ruby #open_source #geeky #pub
Show More
Artoo artoo.io
"Artoo is a micro-framework for robotics. It provides a simple, but powerful DSL (domain-specific language) for robots and physical computing. With Artoo, you can easily connect multiple, different hardware devices together into a single solution." _Hooks for Arduino, Sphero, AR.Drone, & Roomba (as of July 2013)_ #ruby #gems #robotics #DSL #automation #Arduino #Roomba #Sphero #AR.Drone #pub
Show More
"With this plugin Action Controller parameters are forbidden to be used in Active Model mass assignments until they have been whitelisted. This means you’ll have to make a conscious choice about which attributes to allow for mass updating and thus prevent accidentally exposing that which shouldn’t be exposed. In addition, parameters can be marked as required and flow through a predefined raise/rescue flow to end up as a 400 Bad Request with no effort." #Rails #rails4 #gems #security #ruby #code #MVC #pub
Show More
Amber on Rails amberonrails.com
Like the simple blog layout #sexy #ideas #web_design #layouts #blogs #Jekyll #ruby #pub
Show More
Like the simple blog layout "Here are some of the main components that I used: Standard boilerplate from Tom Preston-Warner himself, with pagination. Category generation plugin from Recursive Design. Disqus for comments. I don't really buy into the whole argument against using Disqus for static sites (that it defeats the purpose of having a static site). RSS feed template from Recursive Design. All of the templates and styles are handwritten. Being able to customize all aspects of the blog is definitely one of the major perks of using Jekyll!" #ideas #ruby #Jekyll #blogs #layouts #sexy #web_design #pub
Show More
#from:Windows_Phone #code #Ruby #Sinatra #@to_investigate #hacks #APIs #images #pub
Show More
muflax/fume github.com
#productivity #time_tracking #Ruby #open_source #code #cli #@to_look_into #beeminder #pub
Show More
"Aleks Kissinger wrote: > Depending on how you feel about mucking with core ruby types, a method > like this one seems like a decent candidate for mixing in to Object. > > class Object > def this_method > caller[0]=~/`(.*?)'/ > $1 > end > end These methods are typically put into Kernel and made private. Also, you don't check whether the RX actually matches. I'd also prefer to change the RX to a more efficient one. So that would give module Kernel private def this_method caller[0] =~ /`([^']*)'/ and $1 end end Kind regards robert" #Ruby #code #core #dynamic #pub
Show More
#Ruby #code #core #dynamic #pub
Show More
RDoc Documentation www.ruby-doc.org
#Ruby #keywords #reserved #references #pub
Show More
#Ruby #references #tidbits #good_to_know #boilerplates #pub
Show More
Ala ActiveRecord associations. Might be good for own projects like @AProject #Ruby #references #objects #inheritance #@to_grok #@to_utilize #pub
Show More
"Psych is a YAML parser and emitter. Psych leverages libyaml for its YAML parsing and emitting capabilities. In addition to wrapping libyaml, Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format." #Ruby #gems #yaml #wrappers #pub
Show More
#Watir #references #tidbits #reminders #advanced_basics #Ruby #code #pub
Show More
#Watir #web_automation #docs #references #guides #info #Ruby #code #pub
Show More