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
'.vim-mode.insert-mode': { | |
'ctrl-n': 'autocomplete:attach' | |
} | |
'.vim-mode.command-mode:not(.mini)': { | |
':': 'go-to-line:toggle' | |
'%': 'bracket-matcher:go-to-matching-bracket' | |
'0': 'editor:move-to-first-character-of-line' | |
'ctrl-f': 'core:page-down' | |
'ctrl-b': 'core:page-up' | |
} |
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/env PYTHONHOME=/Applications/FontForge.app/Contents/Resources/opt/local/bin/Python.framework.2.7 DISPLAY=:0 /Applications/FontForge.app/Contents/Resources/opt/local/bin/fontforge -script | |
Open("/Users/audreyt/Downloads/SourceHanSansTWHK-1.000/SourceHanSansTWHK-Normal.otf") | |
Select(0u3000) | |
SelectMore(0u3001) | |
SelectMore(0u3002) | |
SelectInvert() | |
Clear() | |
Generate("SourceHanSansTWHK-Normal-Subset.ttf") |
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
$scope.select_sitting_year = ($scope.sitting_year) -> | |
$scope.sittings_month = latest_months_of_sittings do | |
sittings | |
...$scope<[ committee sitting_year ]> | |
$scope.select_sitting_month do | |
select_possible_option do | |
$scope.sittings_month | |
$scope.sitting_month | |
$scope.select_sitting_month = ($scope.sitting_month) -> |
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
use std::collections::Bitv; | |
use std::num; | |
fn main() { | |
let mut solved = Bitv::with_capacity(9999999999u, false); | |
let mut todo = vec![ | |
1123456789u, | |
2123456789u, | |
3123456789u, | |
4123456789u, |
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
# CC0 Public Domain (唐鳳) | |
use Imager; | |
my $img = Imager->new( xsize => 512, ysize => 512, channels=>1 ); | |
my $color = Imager::Color->new( 255, 255, 255 ); | |
my $dir = 0; | |
die "Usage: $0 input.txt" unless @ARGV; | |
while (<>) { | |
if (/^(\d+),\d+\s*$/) { | |
$dir = $1; | |
next; |
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
八大胡同: | |
pinyin: bá dà hú tong | |
bopomofo: ㄅㄚˊ ㄉㄚˋ ㄏㄨˊ ˙ㄊㄨㄥ | |
勦竊: | |
pinyin: chǎo qiè | |
bopomofo: ㄔㄠˇ ㄑㄧㄝˋ | |
嘀裡嘟嚕: | |
pinyin: dī lǐ dū lū | |
bopomofo: ㄉㄧ ㄌㄧˇ ㄉㄨ ㄌㄨ | |
屯留縣: |
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
A/GS/TW/0142/2015 H5N3 | |
"H5" | |
"ataccaatcgggaagatcttttgatactgtgggggattcatcattccaacaatgcagcagagcagacaaatctctataaa | |
aacccagacacttatgtttccgtggggacatcaacattaaaccagagattggtgccaaaaatagetactagatcccaagta | |
aacgggcaaagtggaagaatggatttcttctggacaattttaaaaccgaatgatgcaatccactttgagagtaatggaaat | |
ttcattgctccagaatatgcatacaaaattgtcaagaaaggggactcaacaattatgaaaagtgaaatggagtatggcca | |
ctgcaacaccaaatgtcaaactccaataggggcgataaactctagcatgccattccacaatatacaccctctcaccatcgg | |
ggaatgccccaaatacgtgaagtcaaacaaattagtccttgcgactgggctcagaaatagtcctctaagagaaagaaga | |
agaaaaagaggactatttggagctatagcagggtttatagagggaggatggcagggaatggtagacggttggtatgggt |
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
https://www.youtube.com/watch?v=_gQV8pVLzMA&t=2h05m | |
大家好,我叫 ETBlue,我是一個阿宅。 | |
去年 318 的時候,我主要就是幫忙 g0v 網路的工作。 | |
後來知道可以退場,就覺得終於可以不要 24 小時排班了,鬆一口氣這樣。 | |
退場以後,就覺得政府後續的回應很奇怪,有一種被唬爛的感覺。 | |
然後就覺得,這件事根本還沒有結束,還好後來 NGO 的大大們也還沒有放棄, | |
還是繼續辦公民憲政會議和草根論壇,所以我就跑去參加其中一場。 |