Pinned Repositories
coffeescript-exercises
to be aware of the most common pitfalls CoffeeScripters fall into, just to do the exercises at the end of each chapter
Coursera_Machine_Learning_Exercises
Machine Learning by Andrew Ng from Coursera
dict-visitor
the visitor will intend to greet all your friends on dict.cn automaticaly
dm-rest-adapter
REST Adapter for DataMapper
dotfiles
handyScripts
backup .ssh, .vim, install.sh etc
lissan
com put er
metasploit-framework
Metasploit Framework
minitest-tags
with minitest and this monkey patch, make it available to run the specified test case
MLBook
source code of 机器学习算法原理与编程实践
wenbo's Repositories
wenbo/1128html
wenbo/520gsjt
code repository for the site 光山吉他网 520gsjt.com
wenbo/algorithms
Useful algorithms and data structures for Ruby. Optional C extensions.
wenbo/bigbluebutton
BigBlueButton is an open source web conferencing system for on-line learning.
wenbo/chinese_convt
the exmaple ruby code will show you how to convert between Traditional and Simplified Chinese for the specified directory
wenbo/dhl-get_quote
Get shipping quotes from DHL
wenbo/discourse
A platform for community discussion. Free, open, simple.
wenbo/emacs-color-theme-solarized
Emacs highlighting using Ethan Schoonover’s Solarized color scheme
wenbo/emacs-manual-ja
Emacs Manual 日本語版
wenbo/emacs.d
An Emacs configuration bundle with batteries included
wenbo/gogs
Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language.
wenbo/gopher
Website built by Gopher https://github.com/jimmykuu/gopher
wenbo/javadrive.jp_tutorial
JavaDriveではJavaを使ったプログラミング方法や開発環境の構築方法について解説いたします。
wenbo/javascript_xml_html
generate html using javascript and xml smartly
wenbo/LCD
LCD
wenbo/list_importer
list_importer aims to clone your online store on ebay, ioffer
wenbo/phpbook.jp_tutorial
これからPHPのプログラムを開始される方を対象として、PHPの基本的な構文の解説とプログラムの記述方法を学習していきます。
wenbo/qt_ruby
Practice with QtRuby. QtRuby is a binding of the application framework Qt for the programming language Ruby.
wenbo/railstutorial.jp
Rails チュートリアルの中身 (最新版) です。
wenbo/rqr_code_with_label
using gem rqrcode_png to generate your own QR code image, using ImageMagick to generate label with Chinese characters, then composite two images to one.
wenbo/rubyspec
Executable specification for the Ruby programming language.
wenbo/secure_net_recurring
Standing on the shoulder of gem activemerchant,this gem implements SecureNet's AutoBill feature.
wenbo/sharp_aquos
sharp_aquos
wenbo/shell_script_exercises
shell script exercises
wenbo/swift-2048
2048 for Swift, build succeeded
wenbo/Swift2048-012
the source code in this initialized repository is from www.ucai.cn
wenbo/swift_tutorial
“func minMax(array: [Int]) -> (min: Int, max: Int) { var currentMin = array[0] var currentMax = array[0] for value in array[1..<array.count] { if value < currentMin { currentMin = value } else if value > currentMax { currentMax = value } } return (currentMin, currentMax) }” 抜粋:: Apple Inc. “The Swift Programming Language”。 iBooks. https://itun.es/cn/jEUH0.l
wenbo/SwiftCasts
Tutorials for Swift
wenbo/usps
A ruby wrapper around the various USPS APIs for generating rates, tracking information, label generation, and address checking.Thanks to the original author FotoVerite@gmail.com .
wenbo/work_pool
work_pool