I hereby claim:
- I am fallenhitokiri on github.
- I am fallenhitokiri (https://keybase.io/fallenhitokiri) on keybase.
- I have a public key whose fingerprint is CCBF B645 FAC8 8BFD C5D7 DF90 423E C3A0 4B45 68CE
To claim this, I am signing this object:
| // | |
| // UDPListener.swift | |
| // | |
| // Created by Michael Robert Ellis on 12/16/21. | |
| // | |
| import Foundation | |
| import Network | |
| import Combine |
| #!/usr/bin/env python | |
| # This is an example Git server. http://blog.nerds.kr/post/106956608369/implementing-a-git-http-server-in-python | |
| # Stewart Park <stewartpark92@gmail.com> | |
| from flask import Flask, make_response, request, abort | |
| from StringIO import StringIO | |
| from dulwich.pack import PackStreamReader | |
| import subprocess, os.path | |
| from flask.ext.httpauth import HTTPBasicAuth |
I hereby claim:
To claim this, I am signing this object:
| https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts | |
| https://mirror1.malwaredomains.com/files/justdomains | |
| http://sysctl.org/cameleon/hosts | |
| https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist | |
| https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt | |
| https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt | |
| http://hosts-file.net/ad_servers.txt | |
| http://winhelp2002.mvps.org/hosts.txt | |
| https://adaway.org/hosts.txt | |
| http://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext |
| FORMAT: 1A | |
| # Foo API | |
| API for Foo | |
| # Group Foo | |
| Foo API | |
| ## Login [/api/login] | |
| Authenticate user and returns api token for use in subsequent requests. |
| router := mux.NewRouter() | |
| box := rice.MustFindBox("static") | |
| staticFileServer := http.StripPrefix("/static/", http.FileServer(box.HTTPBox())) | |
| router.Handle("/static/{path:.*}", loggingHandler(staticFileServer)) |
| autoload -U colors && colors | |
| autoload -U compinit && compinit | |
| autoload -Uz vcs_info | |
| # completion | |
| zstyle ':completion:*' menu select | |
| setopt completealiases | |
| # history | |
| HISTFILE=$HOME/.zsh_history |
| autoload -U colors && colors | |
| autoload -U compinit && compinit | |
| autoload -Uz vcs_info | |
| # completion | |
| zstyle ':completion:*' menu select | |
| setopt completealiases | |
| # history | |
| HISTFILE=$HOME/.zsh_history |
| { | |
| "name": "wrtc", | |
| "description": "Standards-compliant WebRTC implementation for Node", | |
| "keywords": [ | |
| "webrtc", | |
| "p2p", | |
| "peer" | |
| ], | |
| "version": "0.0.22", | |
| "author": { |
| Shirayuki ~/Playground/wrtc | |
| $ npm install wrtc | |
| / | |
| > wrtc@0.0.22 install /Users/timo/Playground/wrtc/node_modules/wrtc | |
| > node-pre-gyp install --fallback-to-build | |
| node-pre-gyp ERR! Source compile required: 404 status code downloading tarball | |
| ACTION Run build script /dev/null | |
| TARGET_ARCH=x64 r5982 Release | |
| Preparing directories ... done |