$ sudo apt-get install \
python3-dev \
librrd-dev \
libudev-dev \
libusb-1.0-0-dev
$ python3 -m pip install wheel
$ python3 -m pip install hidapi rrdtool
This file contains 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
http { | |
server { | |
server_name example.net; | |
listen 80; | |
types {} | |
default_type text/plain; | |
set $12 "Hello"; |
This file contains 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
package main | |
import ( | |
"context" | |
"encoding/xml" | |
"flag" | |
"log" | |
"net" | |
"os" | |
"time" |
This file contains 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/osascript | |
on run argv | |
set startMargin to 55 | |
set stopMargin to 115 | |
if (count of argv) = 0 then | |
# use the default | |
else if (count of argv) = 2 then | |
set startMargin to item 1 of argv |
This file contains 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
package main | |
import ( | |
"context" | |
"flag" | |
"io/ioutil" | |
"github.com/chromedp/cdproto/page" | |
"github.com/chromedp/cdproto/runtime" | |
"github.com/chromedp/chromedp" |
This file contains 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
package main | |
import ( | |
"encoding/json" | |
"flag" | |
"log" | |
"net" | |
"strings" | |
) |
This file contains 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
Dear Yoshida-san, | |
My name is XXX XXX. I came across your online profile and github @yosida95. If this is not your github account, please tell me and I will correct my records. | |
突然の英語のメール、大変申し訳ございません。是非日本語でもご返事ください。 | |
I am a Software Engineer Recruiter based in Tokyo. I am working closely with the #1 ranked tech startup in Japan to hire for software engineer positions. The company is famous in the areas of machine learning, data science, NLP, microservices, and content curation. During 2018, many new faces joined their company from companies like LINE, DeNA, CyberAgent, and Google. | |
Based on what I saw online, I think you might be strongly matched for one of their engineering positions, either staff or manager/VP level based on experience. In particular I saw a list of skills you have that seem relevant including Python, Javascript, Object-oriented Programming, django, C, vim script, HTML, Go, YAML, CSS. |
This file contains 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 bash | |
google_java_format=$HOME/.local/lib/google-java-format-1.5-all-deps.jar | |
[ -f "$google_java_format" ] || exit 1 | |
git diff --name-only --cached| { | |
code=0 | |
while IFS= read -r file; do | |
[ -f "$file" ] || continue | |
case "$file" in |
This file contains 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
<?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>Label</key> | |
<string>com.yosida95.duplicity-backup</string> | |
<key>ProgramArguments</key> | |
<array> | |
<string>/Users/yosida95/.local/bin/duplicity-backup.sh</string> | |
</array> |
$ sudo apt-get build-dep vim-nox
$ sudo apt-get install luajit libluajit-5.1-dev libncurses-dev libperl-dev python3-dev ruby-dev
$ git clone https://github.com/vim/vim.git
$ cd ./vim
NewerOlder