- A receive from a nil channel blocks forever
- A receive from a closed channel returns the zero value immediately
- A receive on an empty channel blocks
- A send to a nil channel blocks forever
- A send to a closed channel panics
! name: dWeb Goggle | |
! description: Only return results served from ipfs or ipns | |
! public: true | |
! author: Fabrice Desré | |
! Remove results not matching any other rule | |
$discard | |
https://*.ipfs.*$boost=1 | |
https://*.ipns.*$boost=1 |
<body onload=z=c.getContext`2d`,setInterval(`c.width=W=150,Y<W&&P<Y&Y<P+E|9<p?z.fillText(S++${Y=`,9,9|z.fillRect(p`}*0,Y-=--M${Y+Y},P+E,9,W),P))):p=M=Y=S=6,p=p-6||(P=S%E,W)`,E=49) onclick=M=9><canvas id=c> |
SHOW_PRINTING_AIDS = true; | |
MINIMUM_LAYER_HEIGHT = .2; | |
SHOW_CROSS_SECTION = false; | |
CROSS_SECTION_LENGTH = 10; | |
CROSS_SECTION_ROTATION = 30; | |
lid_wall = 1.8; | |
lip_and_pot_clearance = 5; |
{ | |
// Commented-out options have their default values. | |
"include": ["src/**/*"], | |
"exclude": ["node_modules/*"], | |
// "files": [], // A list of relative or absolute file paths to include. | |
// "extends": "", // A string containing a path to another configuration file to inherit from. | |
// "references": [], // An array of objects `{"path": "./to/dirOrConfig"}` that specifies projects to reference. | |
// "compileOnSave": false, // Signals to the IDE to generate all files for a given tsconfig.json upon saving. | |
"compilerOptions": { |
I got super tired of Xcode opening everything: .rb
, .sh
, etc etc etc....
NOTE: It may be helpful to know that I found the lsregister command right here:
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Versions/Current/Support/lsregister
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Example", | |
"type": "node", | |
"request": "launch", | |
"runtimeExecutable": "node", | |
"runtimeArgs": ["--nolazy", "-r", "ts-node/register/transpile-only"], |
find `pwd` -type d -maxdepth 3 -name 'node_modules' | xargs -n 1 tmutil addexclusion |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>HTML Table to Markdown Extra Table</title> | |
<style> | |
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;} | |
body { font-family: -apple-system, "Segoe UI", Arial, Helvetica, sans-serif; line-height: 1.5; | |
text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } | |
textarea { width: 100%; height: 15em; } |
/* | |
Just paste into your console.. or make a tampermonkey/greasemonkey script out of it. | |
Only tested in Chrome. Be careful.. three tabs are opened per book. | |
If a books image is not removed, you'll need to try to download that book yourself. | |
Use this script (enter into the console of your browser) on the following pages: | |
http://www.oreilly.com/programming/free/ | |
http://www.oreilly.com/business/free/ |