I hereby claim:
- I am cdata on github.
- I am chrisjoel (https://keybase.io/chrisjoel) on keybase.
- I have a public key ASDMd3Tcem0y4liXgwOzNt8ls3rV-oOIOZfKQ2d9Nh9Otgo
To claim this, I am signing this object:
| the,of,is,cause | |
| pokemon/avatar_female,1SkpVtzgQxBRwcw6TB8tX4G41GnZRqJ7XEhSRZy4sVE,string:https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/204.png, | |
| pokemon/avatar_female_shiny,1SkpVtzgQxBRwcw6TB8tX4G41GnZRqJ7XEhSRZy4sVE,string:https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/shiny/204.png, | |
| pokemon/avatar_male,1SkpVtzgQxBRwcw6TB8tX4G41GnZRqJ7XEhSRZy4sVE,string:https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/204.png, | |
| pokemon/avatar_male_shiny,1SkpVtzgQxBRwcw6TB8tX4G41GnZRqJ7XEhSRZy4sVE,string:https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/shiny/204.png, | |
| pokemon/name,1SkpVtzgQxBRwcw6TB8tX4G41GnZRqJ7XEhSRZy4sVE,string:pineco, | |
| pokemon/stat/attack,1SkpVtzgQxBRwcw6TB8tX4G41GnZRqJ7XEhSRZy4sVE,uint:65, | |
| pokemon/stat/defense,1SkpVtzgQxBRwcw6TB8tX4G41GnZRqJ7XEhSRZy4sVE,uint:90, | |
| pokemon/stat/hp,1SkpVtzgQxBRwcw6TB8tX4G41GnZRqJ7XEhSRZy4sVE,uint:50, | |
| pokemon/stat/special-attack,1SkpVtzgQxBRwcw6TB8tX4G41GnZRqJ7XEhSRZy4sVE,uint:35, |
| /** | |
| * Generate the BLAKE3 hash of some input bytes | |
| */ | |
| export function makeReference(bytes: Uint8Array): Uint8Array; | |
| /** | |
| * Convert the input bytes to a string using base58 encoding | |
| */ | |
| export function encode(bytes: Uint8Array): string; | |
| /** | |
| * Decode base58-encoded bytes from a string |
| pico-8 cartridge // http://www.pico-8.com | |
| version 42 | |
| __lua__ | |
| x = 16 | |
| vx = 0 | |
| y = 8 | |
| vy = 0 | |
| camera_x = 0 |
| #version 300 es | |
| precision highp float; | |
| precision highp int; | |
| struct MeshX_naga_oil_mod_XMJSXM6K7OBRHEOR2NVSXG2C7OR4XAZLTX { | |
| mat3x4 world_from_local; | |
| mat3x4 previous_world_from_local; | |
| mat2x4 local_from_world_transpose_a; | |
| float local_from_world_transpose_b; |
| #!/bin/bash | |
| set -e | |
| set -x | |
| SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) | |
| PROJECT_DIR="$SCRIPT_DIR/../" | |
| pushd $PROJECT_DIR | |
| rm -rf ./LibNoosphere.xcframework |
| { | |
| "name": "Subconscious Swift Packages", | |
| "overview": "This is a tedious hoop that Apple likes you to jump through", | |
| "author": { | |
| "name": "Chris Joel" | |
| }, | |
| "keywords": [ | |
| "subconscious" | |
| ], | |
| "packages": [ |
| // | |
| // Description : WGSL 2D simplex noise function | |
| // Author : Ian McEwan, Ashima Arts | |
| // Maintainer : ijm | |
| // Lastmod : 20110822 (ijm) | |
| // License : | |
| // Copyright (C) 2011 Ashima Arts. All rights reserved. | |
| // Distributed under the MIT License. See LICENSE file. | |
| // https://github.com/ashima/webgl-noise | |
| // |
| use std::fmt::Display; | |
| use std::fmt::Formatter; | |
| use std::fmt::Result; | |
| use lunatic::{ | |
| process::{self, Process}, | |
| Mailbox, | |
| }; | |
| use serde::{Deserialize, Serialize}; |
I hereby claim:
To claim this, I am signing this object:
| /* @license | |
| * Copyright 2019 Google LLC. All Rights Reserved. | |
| * Licensed under the Apache License, Version 2.0 (the 'License'); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software | |
| * distributed under the License is distributed on an 'AS IS' BASIS, |