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
| :443 { | |
| proxy /v1 https://api.native-instruments.com/ | |
| proxy /static https://api.native-instruments.com/ | |
| log log.txt | |
| } | |
| # sudo setcap cap_net_bind_service=+ep /usr/local/bin/caddy | |
| # /etc/hosts | |
| # 127.0.0.1 api.native-instruments.coz |
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
| /* | |
| * ssss version 0.5 - Copyright 2005,2006 B. Poettering | |
| * | |
| * This program is free software; you can redistribute it and/or | |
| * modify it under the terms of the GNU General Public License as | |
| * published by the Free Software Foundation; either version 2 of the | |
| * License, or (at your option) any later version. | |
| * | |
| * This program is distributed in the hope that it will be useful, | |
| * but WITHOUT ANY WARRANTY; without even the implied warranty of |
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 ruby | |
| wtbl = nil | |
| colors = [31,32,33,34,35,36,37] | |
| begin | |
| while line = STDIN.readline do | |
| line.chomp! | |
| csv = line.split(",") | |
| wtbl_new = csv.map do |v| | |
| v.size | |
| end |
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
| result.xml | |
| tmp.xml | |
| tmp2.txt | |
| *.jpg | |
| *.mp4 | |
| *.ts |
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 | |
| while true; do | |
| pamon | ./a.out ; notify-send "$(date)" | |
| sleep 2 | |
| done |
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 | |
| set -x | |
| set -e | |
| #pid=$$ | |
| pid="1" # TODO | |
| date=`date '+%Y-%m-%d-%H_%M'` | |
| playerurl=http://radiko.jp/apps/js/flash/myplayer-release.swf | |
| playerfile="player.swf" | |
| keyfile="authkey.png" |
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
| (()=>{ | |
| var a = document.createElement('A'); | |
| a.download='foo-'+(new Date()).toISOString()+'.txt'; | |
| a.href='data:text/plain,foo'; | |
| document.body.appendChild(a); | |
| a.click(); | |
| document.body.removeChild(a); | |
| })(); |
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
| class foo { | |
| public: | |
| foo* operator>>(const char* str) { return (foo*)0; } | |
| }; | |
| #define cout void x(){foo a;a | |
| #define return0 ;} | |
| int main() { return 0; } | |
| /* | |
| $ cat boku.cpp |
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
| setting.json | |
| zaif/ | |
| coincheck/ | |
| bitbank/ |
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
| worker_all.js | |
| foo.html | |
| foo.js | |
| foo.wasm |