I hereby claim:
- I am ppkn on github.
- I am ppkn (https://keybase.io/ppkn) on keybase.
- I have a public key ASBA_sNzkOi3LRuCRy3mkRrNZLKtPqEV186dyByYi3GHyQo
To claim this, I am signing this object:
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <stdint.h> | |
| #include "tagStandard52h13.c" | |
| #define NUM_CODES 48714 | |
| int main(int argc, char *argv[]) { | |
| if (argc != 2) { |
| import p5 from "p5"; | |
| export function bunnySketch(p: p5) { | |
| const hexSize = 28; | |
| const hexWidth = 2 * hexSize; | |
| const hexHeight = Math.sqrt(3) * hexSize; | |
| const horizontalSpacing = (hexWidth * 3) / 4; | |
| const verticalSpcaing = hexHeight / 2; | |
| let numRows = Math.ceil(p.windowHeight / verticalSpcaing) + 1; | |
| let numCols = Math.ceil(p.windowWidth / horizontalSpacing) + 1; |
| -- ZeldAI by dpipkin | |
| -- Feel free to use this code, but please do not redistribute it. | |
| -- Borrowed heavily from MarI/O by SethBling | |
| -- Intended for use with the BizHawk emulator and The Legend of Zelda (NES) | |
| -- Make sure you have a save state on the overworld opening scene named | |
| -- "zelda0.state" and put a copy in both the Lua folder and the root directory | |
| -- of BizHawk | |
| Filename = "zelda0.state" | |
| ButtonNames = { |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <link rel="preconnect" href="https://fonts.googleapis.com"> | |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | |
| <link href="https://fonts.googleapis.com/css2?family=Merriweather&display=swap" rel="stylesheet"> | |
| <title>Interactive Transcripts</title> |
I hereby claim:
To claim this, I am signing this object:
| name | handedness | height | weight | avg | HR | |
|---|---|---|---|---|---|---|
| Tom Brown | R | 73 | 170 | 0.0 | 0 | |
| Denny Lemaster | R | 73 | 182 | 0.130 | 4 | |
| Joe Nolan | L | 71 | 175 | 0.263 | 27 | |
| Denny Doyle | L | 69 | 175 | 0.250 | 16 | |
| Jose Cardenal | R | 70 | 150 | 0.275 | 138 | |
| Mike Ryan | R | 74 | 205 | 0.193 | 28 | |
| Fritz Peterson | B | 72 | 185 | 0.159 | 2 | |
| Dick Bertell | R | 72 | 200 | 0.250 | 10 | |
| Rod Kanehl | R | 73 | 180 | 0.241 | 6 |
| Tom Brown | R | 73 | 170 | 0.0 | 0 | |
|---|---|---|---|---|---|---|
| Denny Lemaster | R | 73 | 182 | 0.130 | 4 | |
| Joe Nolan | L | 71 | 175 | 0.263 | 27 | |
| Denny Doyle | L | 69 | 175 | 0.250 | 16 | |
| Jose Cardenal | R | 70 | 150 | 0.275 | 138 | |
| Mike Ryan | R | 74 | 205 | 0.193 | 28 | |
| Fritz Peterson | B | 72 | 185 | 0.159 | 2 | |
| Dick Bertell | R | 72 | 200 | 0.250 | 10 | |
| Rod Kanehl | R | 73 | 180 | 0.241 | 6 |
| Traceback (most recent call last): | |
| File "C:\Users\Daniel\Miniconda2\envs\contest\lib\site-packages\docker\api\client.py", line 225, in _raise_for_status | |
| response.raise_for_status() | |
| File "C:\Users\Daniel\Miniconda2\envs\contest\lib\site-packages\requests\models.py", line 935, in raise_for_status | |
| raise HTTPError(http_error_msg, response=self) | |
| requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://192.168.99.100:2376/v1.35/containers/create | |
| During handling of the above exception, another exception occurred: | |
| Traceback (most recent call last): |
| Python 3.6.4 |Anaconda, Inc.| (default, Jan 16 2018, 18:10:19) | |
| [GCC 7.2.0] on linux | |
| Type "help", "copyright", "credits" or "license" for more information. | |
| SLF4J: Class path contains multiple SLF4J bindings. | |
| SLF4J: Found binding in [jar:file:/home/ubuntu/spark/jars/slf4j-log4j12-1.7.16.jar!/org/slf4j/impl/StaticLoggerBinder.class] | |
| SLF4J: Found binding in [jar:file:/home/ubuntu/hadoop/share/hadoop/common/lib/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class] | |
| SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. | |
| SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] | |
| Setting default log level to "WARN". | |
| To adjust logging level use sc.setLogLevel(newLevel). For SparkR, use setLogLevel(newLevel). |