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
# dig -p 5333 @127.0.0.1 google.yoyodyne.net | |
; <<>> DiG 9.9.5-9-Ubuntu <<>> -p 5333 @127.0.0.1 google.yoyodyne.net | |
; (1 server found) | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57553 | |
;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1 | |
;; WARNING: recursion requested but not available |
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
make all-recursive | |
make[1]: Entering directory '/home/rektide/src/archive/pdns' | |
Making all in ext | |
make[2]: Entering directory '/home/rektide/src/archive/pdns/ext' | |
Making all in polarssl | |
make[3]: Entering directory '/home/rektide/src/archive/pdns/ext/polarssl' | |
Making all in library | |
make[4]: Entering directory '/home/rektide/src/archive/pdns/ext/polarssl/library' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/home/rektide/src/archive/pdns/ext/polarssl/library' |
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
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1 | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building Fabric8 :: Quickstarts :: War :: CXF JAX-RS with CDI Servlet 2.3-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ quickstart-war-cxf-cdi-servlet --- | |
[INFO] Deleting /home/mfowle/src/archive/fabric8-quickstarts/quickstarts/war/cxf-cdi-servlet/target |
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
# Base dirs | |
SRC_DIR = src | |
TMP_DIR = tmp | |
DEV_DIR = dev | |
SRC_PUBLIC_DIR := $(SRC_DIR)/public | |
SRC_STYLES_DIR := $(SRC_DIR)/styles | |
SRC_SCRIPTS_DIR := $(SRC_DIR)/scripts | |
TMP_SCRIPTS_DIR := $(TMP_DIR)/scripts | |
DEV_PUBLIC_DIR := $(DEV_DIR)/public | |
DEV_STYLES_DIR := $(DEV_DIR)/styles |
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
Apache Maven 3.0.5 | |
Maven home: /usr/share/maven | |
Java version: 1.9.0-ea, vendor: Oracle Corporation | |
Java home: /usr/lib/jvm/java-9-oracle | |
Default locale: en_US, platform encoding: UTF-8 | |
OS name: "linux", version: "3.18.3", arch: "amd64", family: "unix" | |
[INFO] Error stacktraces are turned on. | |
[DEBUG] Reading global settings from /usr/share/maven/conf/settings.xml | |
[DEBUG] Reading user settings from /home/rektide/.m2/settings.xml | |
[DEBUG] Using local repository at /home/rektide/.m2/repository |
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
PLAY [all] ******************************************************************** | |
TASK: [debug msg="{{ vars }}"] ************************************************ | |
ok: [127.0.0.1] => { | |
"msg": "{'delegate_to': None, 'failed_when': None, 'inventory_file': '/etc/opt/ansible-git/hosts/default', 'playbook_dir': '/home/rektide/projects/compfuzor', 'register': None, 'inventory_dir': '/etc/opt/ansible-git/hosts', 'always_run': False, 'HI': 'yes hello', 'role_names': [], 'play_hosts': ['127.0.0.1'], 'ignore_errors': False, 'changed_when': None}" | |
} | |
TASK: [debug msg="{{ hostvars }}"] ******************************************** | |
ok: [127.0.0.1] => { | |
"msg": "{'127.0.0.1': {}}" |
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
Traceback (most recent call last): | |
File "/opt/ansible-git/bin/ansible-playbook", line 324, in <module> | |
sys.exit(main(sys.argv[1:])) | |
File "/opt/ansible-git/bin/ansible-playbook", line 264, in main | |
pb.run() | |
File "/opt/ansible-git/lib/ansible/playbook/__init__.py", line 310, in run | |
play = Play(self, play_ds, play_basedir, vault_password=self.vault_password) | |
File "/opt/ansible-git/lib/ansible/playbook/play.py", line 124, in __init__ | |
ds = template(basedir, ds, temp_vars) | |
File "/opt/ansible-git/lib/ansible/utils/template.py", line 146, in template |
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
// attempts | |
var si= Symbol.iterator | |
function *realGenerator(){ | |
yield *[1,3,4,7,11] | |
} | |
var g1= realGenerator() | |
console.log(g1.next(),'=== 1') | |
console.log(g1[si]().next(),'=== 3') |
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
{ | |
"@context": "http://www.w3.org/ns/activitystreams", | |
"@type": "Block", | |
"actor": "https://twitter.com/rektide", | |
"object": "https://twitter.com/claytoncubitt" | |
} |
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
// "Seascape" by Alexander Alekseev aka TDM - 2014 | |
// License Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. | |
// https://www.shadertoy.com/view/Ms2SD1 | |
const int NUM_STEPS = 8; | |
const float PI = 3.1415; | |
const float EPSILON = 1e-3; | |
float EPSILON_NRM = 0.1 / iResolution.x; | |
// sea |