Skip to content

Instantly share code, notes, and snippets.

View soumasandesu's full-sized avatar

soumasandesu

View GitHub Profile
@soumasandesu
soumasandesu / !!雙向中毒-鶴丸國永x一期一振.jpg
Last active February 6, 2019 16:03
双向中毒-第一章‧環遊世界
!!雙向中毒-鶴丸國永x一期一振.jpg
#關於coser的小問題
被點的人請認真回答!
Tagged by
問題開始啦~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A.1) 請問你的CN名:

job list

  • 甲 - 重新縫帶
    • 右手 1
    • 右手 2
    • unit test
  • 眼鏡 (ext)
    • 畫 layout
    • trace & cut
    • 噴色 (Failed)
# a bad thing to tell Huge-Cs is that for IT nerds they are aware for all things over the Internet
$fileName = '21226191*.flv'
$a = "";
ls $fileName | % { $_.FullName } | % { $a += "file '$_'`n"};
$a | ffmpeg -f concat -i pipe:0 -c copy ($fileName -replace '\*')
@soumasandesu
soumasandesu / 00-SecondarySortJavaMapReduce
Last active April 8, 2017 16:18 — forked from airawat/00-SecondarySortJavaMapReduce
Secondary sort in mapreduce- Includes code for a simple program that sorts employee information by department ascending and employee name desc.
Secondary sort in Mapreduce
With mapreduce framework, the keys are sorted but the values associated with each key
are not. In order for the values to be sorted, we need to write code to perform what is
referred to a secondary sort. The sample code in this gist demonstrates such a sort.
The input to the program is a bunch of employee attributes.
The output required is department number (deptNo) in ascending order, and the employee last name,
first name and employee ID in descending order.
ls -File | ? { $_.Name -match ".*\.(gif|jpe?g|png)" } | % {
$folder = ("" + $_.LastWriteTime.Year + "\" + $_.LastWriteTime.Month)
New-Item -Force -ItemType directory -Path $folder | Out-Null
$_ | mv -force -destination $folder
}
@soumasandesu
soumasandesu / operations.md
Last active April 4, 2017 06:55
Full-suiting Cantonese Input

#開關

  • 預設轉 IME 到此時開啟中文砌字模式(可設定)
  • 使用 Shift 在 IME 內互轉中/英 mode

#界面

  • 因為設計時專供 W8 後使用,不設語言列及其他任何非組/選字的視窗/控制項
  • 是否全英英數模式者,則應以NotifyIcon切換
  • 在設換中英或全半形的ContextMenu提供開啟設定輸入法的控制項

#字表及拼音系統