UPDATE a fork of this gist has been used as a starting point for a community-maintained "awesome" list: machine-learning-with-ruby Please look here for the most up-to-date info!
- liblinear-ruby: Ruby interface to LIBLINEAR using SWIG
| <theme> | |
| <!-- Window Style --> | |
| <color id="foreground" red="0.59" green="0.80" blue="0.99" alpha="1.0" /> | |
| <color id="background" red=".1" green=".1" blue=".1" alpha=".95" /> | |
| <window foregroundColorID="foreground" backgroundColorID="background" shouldUseHUDScrollers="yes" /> | |
| <!-- Text View Style --> | |
| <color id="tag" red=".48" green=".48" blue=".48" alpha="1.0" /> | |
| <color id="handle" extendsColorID="foreground" /> | |
| <color id="insertionPoint" red=".4" green=".4" blue=".4" alpha="1.0" /> |
| // | |
| // Regular Expression for URL validation | |
| // | |
| // Author: Diego Perini | |
| // Created: 2010/12/05 | |
| // Updated: 2018/09/12 | |
| // License: MIT | |
| // | |
| // Copyright (c) 2010-2018 Diego Perini (http://www.iport.it) | |
| // |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>DVTConsoleDebuggerInputTextColor</key> | |
| <string>0.811765 0.796078 0.564706 1</string> | |
| <key>DVTConsoleDebuggerInputTextFont</key> | |
| <string>Inconsolata - 16.0</string> | |
| <key>DVTConsoleDebuggerOutputTextColor</key> | |
| <string>1 1 1 1</string> |
| # cookbooks/nginx-custom/templates/default/custom.conf.erb | |
| rewrite ^/members/(.*)/blog_entries/(.*)$ /members/$1/blog/$2 permanent; |
| #!/usr/bin/env ruby | |
| # Program to download emails through imap. | |
| #Uses Gmail's imap extensions to download all emails of a label. | |
| require "rubygems" | |
| require "bundler/setup" | |
| require "mailman" | |
This section applies to machines with Secure Boot, such as ThinkPad.