sudo apt-get install -y unixodbc unixodbc-dev unixodbc-bin libodbc1 odbcinst1debian2 tdsodbc php5-odbc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| # @author weishu @2015/12/7 | |
| import subprocess | |
| import os | |
| import re | |
| import json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'benchmark' | |
| require 'id_check' | |
| require 'taiwanese_id_builder' | |
| require 'TaiwanUserID' | |
| n = 100000 | |
| Benchmark.bmbm do |x| | |
| x.report('wayne5540 '){ n.times{ TaiwaneseIdBuilder.valid?('A123456789') } } | |
| dummy = Object.new.extend(TaiwanUserID) | |
| x.report('kaochenlong'){ n.times{ dummy.is_valid?('A123456789') } } |
- Static data as of April 13, 2015, some updates as of October 1, 2015
| # | Metric | Haml | Slim | Winner |
|---|---|---|---|---|
| 1 | Issues | Slim | ||
| 2 | Stars | Slim | ||
| 3 | Quality | -- | Haml | |
| 4 | Test Coverage | .tooltipOnOverflow(); | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # xcode command tool | |
| xcode-select --install | |
| # check | |
| xcode-select -p | |
| # homebrew | |
| /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" |