I hereby claim:
- I am wrl on github.
- I am wrl (https://keybase.io/wrl) on keybase.
- I have a public key ASAMsNic-9W2ZXx47icCplV_6GU0O6HTIWfAXR_zUH1KYgo
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| # cross_compile.py - waf tool for cross-compilation | |
| # Written in 2017 by William Light <[email protected]> | |
| # | |
| # To the extent possible under law, the author(s) have dedicated all copyright | |
| # and related and neighboring rights to this software to the public domain | |
| # worldwide. This software is distributed without any warranty. | |
| # | |
| # You should have received a copy of the CC0 Public Domain Dedication along |
| for results/control: | |
| when sleeping for 3000000us: | |
| samples: 6 | |
| mean: 58.33ns (0.0001ms) | |
| median: 63.00ns (0.0001ms) | |
| min: 24.00ns (0.0000ms) | |
| max: 74.00ns (0.0001ms) | |
| when sleeping for 1000000us: | |
| samples: 19 |
| #!/usr/bin/env python | |
| # cross_compile.py - waf tool for cross-compilation | |
| # Written in 2017 by William Light <[email protected]> | |
| # | |
| # To the extent possible under law, the author(s) have dedicated all copyright | |
| # and related and neighboring rights to this software to the public domain | |
| # worldwide. This software is distributed without any warranty. | |
| # | |
| # You should have received a copy of the CC0 Public Domain Dedication along |
| #include <stdio.h> | |
| #include <stdint.h> | |
| #define MAX 100 | |
| int | |
| main(int argc, char **argv) | |
| { | |
| intptr_t op[MAX + 2]; | |
| int ip; |
| #include <stdio.h> | |
| int | |
| main(int argc, char **argv) | |
| { | |
| int i; | |
| void *jump[] = { | |
| [0] = &&printn, | |
| [1] = &&fizz, |
| #!/usr/bin/env python | |
| def override_find_program(prefix): | |
| from waflib.Configure import find_program as orig_find | |
| from waflib.Configure import conf | |
| if prefix[-1] != '-': | |
| prefix += '-' | |
| @conf |
| { | |
| "version": 20150319, | |
| "exported": { | |
| "from": "0.3.1-b9a585a", | |
| "on": "2016-06-10T20:43:46+0200" | |
| }, | |
| "programs": [ | |
| { | |
| "level": -6.0, | |
| "note_logic": "poly", |
| #!/bin/dash | |
| path=$(readlink -f "$(which "$0")") | |
| prefix=${path%-*}- | |
| program=${0##*-} | |
| default_cflags="-isysroot /home/will/macosx_sdks/SDKs/MacOSX10.8.sdk" | |
| $program -target x86_64-apple-darwin -B "$prefix" $default_cflags "$@" |
I hereby claim:
To claim this, I am signing this object: