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
version: '2' | |
services: | |
zookeeper: | |
image: "confluentinc/cp-zookeeper:4.1.0" | |
ports: | |
- "2181:2181" | |
expose: | |
- "2181" | |
environment: | |
- ZOOKEEPER_CLIENT_PORT=2181 |
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
--- | |
apiVersion: kops/v1alpha2 | |
kind: Cluster | |
metadata: | |
name: kops.k8s-int-kops.skyscrape.rs | |
spec: | |
api: | |
loadBalancer: | |
type: Internal | |
subnets: |
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
import csv | |
import json | |
import urllib | |
bookmark_file = '<bookmark_file_from_delicious>' | |
pinboard_token = '<your pinboard token>' | |
def process_tags(csv_tags): | |
json_tags = json.loads('{ "tags": %s }' % csv_tags) | |
json_tags = json_tags['tags'] |
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
{ | |
"_id": "delicious", | |
"selectors": [ | |
{ | |
"delay": "", | |
"id": "per_page_bookmarks_enumeration", | |
"multiple": false, | |
"parentSelectors": [ | |
"_root" | |
], |
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
> @ images:watch /pipeline/source | |
> nodemon --watch ./src/images --ext gif,png,jpg -x "npm run images:build" --legacy-watch | |
fs.js:651 | |
var r = binding.read(fd, buffer, offset, length, position); | |
^ | |
Error: EBADF: bad file descriptor, read | |
at Error (native) | |
at Object.fs.readSync (fs.js:651:19) |
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
*.cs filter=tabspace4 | |
*.xml filter=tabspace2 |
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
# These files are text and should be normalized (convert crlf => lf) | |
*.cmd text | |
*.config text | |
*.Config text | |
*.cs text diff=csharp | |
*.csproj text | |
*.datasource text | |
*.disco text | |
*.edmx text | |
*.map text |
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
virtualbox@host:~$ VBoxManage storageattach machine1 –storagectl “SATA Controller” –port 0 –type hdd –medium /home/virtualbox/virtualmachines/machine1/machine1-sda.vmdk |
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
$ backportpackage -s precise -d oneiric -u amplidata-2.5 -r ocaml |
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
Host dh-user1 | |
User user1 | |
HostName boba.dreamhost.com | |
IdentityFile ~/.ssh/dh-user1 | |
Host dh-user2 | |
User user2 | |
HostName boba.dreamhost.com | |
IdentityFile ~/.ssh/dh-user2 |
NewerOlder