I hereby claim:
- I am PyYoshi on github.
- I am pyyoshi (https://keybase.io/pyyoshi) on keybase.
- I have a public key whose fingerprint is 8C8F 440B 3390 4D89 6E52 A114 146D 52F7 C000 C2F0
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| FROM debian:buster-slim | |
| RUN apt update \ | |
| && apt install -y \ | |
| autoconf \ | |
| wget \ | |
| nasm \ | |
| build-essential \ | |
| pkg-config \ | |
| libde265-0 \ |
| #!/usr/bin/env ruby | |
| # | |
| # Originally written by http://redartisan.com/tags/csv | |
| # Added and minor changes by Gavin Laking | |
| # Rewritten by Andrew Bennett for Ruby 1.9 | |
| # | |
| # Usage: ruby csv_to_fixture.rb file.csv [--json] | |
| # | |
| # "id","name","mime_type","extensions","icon_url" | |
| # "1","unknown","unknown/unknown","||","/images/icon/file_unknown.gif" |
| find `pwd` -type d -maxdepth 3 -name node_modules | xargs -n1 sudo tmutil addexclusion -p |
| # ~/.config/mpv/input.conf | |
| MOUSE_BTN3 add volume 2 | |
| MOUSE_BTN4 add volume -2 | |
| AXIS_UP add volume 2 | |
| AXIS_DOWN add volume -2 | |
| UP add volume 2 | |
| DOWN add volume -2 |
| 87a1f231fa93a45db5b3b8fd36780ff2cd5857de77bb4c0d580366e599b1a817 GPD Pocket--firmware of Windows OS(20170526).rar | |
| 800635981f43f4efabf84e1988f4dbca89b2eda0400718647ef8904e595170b6 ./WINPE/BOOTEX.LOG | |
| 21bf8054adfe0614baba6f21a4bad0b7bfe71dbe9169d2422de42a79258beba0 ./WINPE/Boot/BCD | |
| 8358dd2d0dc148113181718daee0b916e6e37ea7d94afd06ee153086da1ce478 ./WINPE/Boot/Fonts/chs_boot.ttf | |
| 9be3453a0ccd14f3ae1fc766727909b22b51f561d9a5cd0338e8ad41b2be5737 ./WINPE/Boot/Fonts/cht_boot.ttf | |
| 89470defffa753a6d3fcff4db243ec211d9970ae67f1f840034fe9199020db1c ./WINPE/Boot/Fonts/jpn_boot.ttf | |
| 6a21388fc2c5fda2cd7d08ffa0ce01dc6c65e08fcb030a3d3aaa39c31b1c398a ./WINPE/Boot/Fonts/kor_boot.ttf | |
| 6846bcd60c75f991dc009f6c0dad10ce2016cb00acc9d208abd596fb2e6bd7d0 ./WINPE/Boot/Fonts/malgun_boot.ttf | |
| 458f90f9e99e25b8777b3e4ba872f822ee074668814d52d454f3597af2fc8680 ./WINPE/Boot/Fonts/malgunn_boot.ttf | |
| ec653bdee02143ef49f28ef932bb31ab9c6d6a431c8d8f244ce44a7f7ad03e66 ./WINPE/Boot/Fonts/meiryo_boot.ttf |
http://www-2.cs.cmu.edu/~chuck/lennapg/lena_std.tif
$ go test -bench "BenchmarkResize" -benchmem
BenchmarkResize_NfntResize_NearestNeighbor-4 1000 1754846 ns/op 845441 B/op 24 allocs/op
BenchmarkResize_NfntResize_Bilinear-4 1000 1788142 ns/op 847436 B/op 24 allocs/op
BenchmarkResize_NfntResize_Bicubic-4 500 2474752 ns/op 851532 B/op 24 allocs/op
BenchmarkResize_NfntResize_MitchellNetravali-4 500 2517930 ns/op 851531 B/op 24 allocs/op
BenchmarkResize_NfntResize_Lanczos2-4 500 2726255 ns/op 851530 B/op 24 allocs/op
BenchmarkResize_NfntResize_Lanczos3-4 500 3424438 ns/op 855629 B/op 24 allocs/op| // Chrome以外でも利用する場合は以下をimportすること | |
| // import 'webcrypto-shim'; | |
| import JSSHA from 'jssha'; | |
| function webCryptoHex(buffer: Uint8Array): string { | |
| const hexCodes = []; | |
| const view = new DataView(buffer); | |
| for (let i = 0; i < view.byteLength; i += 4) { | |
| const value = view.getUint32(i); |
$ curl -s https://launchermeta.mojang.com/mc/game/version_manifest.json | jq '.latest.release as $latest | .versions | .[] | select(.type == "release" and .id == $latest)'| mkdir -p ~/src | |
| cd ~/src | |
| wget https://www.libsdl.org/release/SDL-1.2.15.tar.gz | |
| tar zxvf SDL-1.2.15.tar.gz | |
| cd ~/src/SDL-1.2.15 | |
| ./configure --prefix=/mingw64 --disable-stdio-redirect | |
| make -j4 | |
| make install |