Skip to content

Instantly share code, notes, and snippets.

View payingattention's full-sized avatar
🏠
(Waiting patiently for4ticket # https://github.com/keybase/client/issues/14640.)

// /∫ ∫∫ ∫prosodyVvVereableContext( (( [[ [( ( payingattention

🏠
(Waiting patiently for4ticket # https://github.com/keybase/client/issues/14640.)
View GitHub Profile

With tears we see medics.t

#Wedic #Medic

A scholarly appropach to Emotional-Informational Security Apparatus Apparent Madus Operaendie

Temporary

Window
anonymous
anonymous / unnamed.eve
Created August 28, 2015 07:16
{"changes":[["field",["field: view","field: field","field: kind"],[["02cdd50c-b328-4970-98a5-4a015f29de98","fc7f3434-8105-4c32-b036-4cf8b5dcb5cf","output"]],[]],["tag",["tag: view","tag: tag"],[["02cdd50c-b328-4970-98a5-4a015f29de98","editor"]],[]],["display name",["display name: id","display name: name"],[["02cdd50c-b328-4970-98a5-4a015f29de98","New table!"],["fc7f3434-8105-4c32-b036-4cf8b5dcb5cf","Field A"]],[]],["view",["view: view","view: kind"],[["02cdd50c-b328-4970-98a5-4a015f29de98","table"]],[]],["display order",["display order: id","display order: priority"],[["fc7f3434-8105-4c32-b036-4cf8b5dcb5cf",-1]],[]]],"commands":[]}
{"changes":[["02cdd50c-b328-4970-98a5-4a015f29de98",["fc7f3434-8105-4c32-b036-4cf8b5dcb5cf"],[[""]],[]]],"commands":[]}
{"changes":[["02cdd50c-b328-4970-98a5-4a015f29de98",["fc7f3434-8105-4c32-b036-4cf8b5dcb5cf"],[[""]],[]]],"commands":[]}
{"changes":[["02cdd50c-b328-4970-98a5-4a015f29de98",["fc7f3434-8105-4c32-b036-4cf8b5dcb5cf"],[[""]],[]]],"commands":[]}
{"changes":[["02cdd50c-b
@imjasonh
imjasonh / markdown.css
Last active February 12, 2024 17:18
Render Markdown as unrendered Markdown (see http://jsbin.com/huwosomawo)
* {
font-size: 12pt;
font-family: monospace;
font-weight: normal;
font-style: normal;
text-decoration: none;
color: black;
cursor: default;
}

Want to grab a copy of your favorite website, using wget in the command line, and saving it in WARC format? Then this is the gist for you. Read on!

First, copy the following lines into a textfile, and edit them as needed. Then paste them into your command line and hit enter:

export USER_AGENT="Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27"
export DOMAIN_NAME_TO_SAVE="www.example.com"
export SPECIFIC_HOSTNAMES_TO_INCLUDE="example1.com,example2.com,images.example2.com"
export FILES_AND_PATHS_TO_EXCLUDE="/path/to/ignore"
export WARC_NAME="example.com-20130810-panicgrab"
@kachayev
kachayev / concurrency-in-go.md
Last active March 11, 2024 11:27
Channels Are Not Enough or Why Pipelining Is Not That Easy
Verifying that +drwasho is my Bitcoin username. You can send me #bitcoin here: https://onename.io/drwasho
@drwasho
drwasho / OB-Ricardian-Contracts.md
Last active August 15, 2023 21:46
Proposal for Ricardian Contracts in Open Bazaar

0

Ricardian Contracts in OpenBazaar

What is a Ricardian Contract

A Ricardian Contract can be defined as a single document that is a) a contract offered by an issuer to holders, b) for a valuable right held by holders, and managed by the issuer, c) easily readable by people (like a contract on paper), d) readable by programs (parsable like a database), e) digitally signed, f) carries the keys and server information, and g) allied with a unique and secure identifier.
- Ian Grigg

The Ricardian contract is a means of tracking the liability of one party to another when selling goods to each other in OpenBazaar. Fundamentally, a contract represents a single unit of a good or service. Ricardian contracts should be used in OpenBazaar as they are means of effectively tracking legitimately signed agreements between two parties, which cannot be forged afte

@vedant
vedant / gist:9333992
Last active May 27, 2020 06:46
Export note files from Google Keep
/* Vedant Misra (vedantmisra.com) (github.com/vedant)
*
* Script for exporting Google Keep note files.
*
* This does not handle attachments or checklists, only note files. Downloads
* each note to a .txt file named for the note's title.
*
* To use this, go to https://drive.google.com/keep/ and wait for the page to
* fully load all of your saved notes; scroll to the bottom to confirm they're
* loaded. Then paste the below in your URI bar, go to the start of the line,
@h4cc
h4cc / install_hal.sh
Last active February 19, 2016 20:24
Making Amazon Instant Video work with Ubuntu Linux. Explanation: The Amazon Flash player needs HAL to display the DRM protected video.
# Try to install HAL
apt-get install hal
# If there is no "hal" package available, try this:
add-apt-repository ppa:mjblenner/ppa-hal
apt-get update
apt-get install hal