I hereby claim:
- I am lewkoo on github.
- I am lewkoo (https://keybase.io/lewkoo) on keybase.
- I have a public key whose fingerprint is FB21 D86F D40C BE2B 42AB 5BEE FF7E 2F5B 2137 632F
To claim this, I am signing this object:
attribute vec4 position; | |
uniform mat4 modelViewProjectionMatrix; | |
void main(){ | |
gl_Position = modelViewProjectionMatrix * position; | |
} |
precision highp float; | |
void main() | |
{ | |
// gl_FragCoord contains the window relative coordinate for the fragment. | |
// we use gl_FragCoord.x position to control the red color value. | |
// we use gl_FragCoord.y position to control the green color value. | |
// please note that all r, g, b, a values are between 0 and 1. | |
git status -s | grep -e "^\?\?" | cut -c 4- >> .gitignore |
#!/usr/bin/env bash | |
function find_in_list() | |
{ | |
[[ "$2" == *"$1"* ]] && return 0 || return 1; | |
} | |
function add_path_to_rules() | |
{ | |
# The idea was to pass an extra path |
I hereby claim:
To claim this, I am signing this object:
document.querySelectorAll('[class^="md-icon-button exist-follow-up ico-item md-button md-ink-ripple"]').forEach(element => {element.click();}) |
Coverage Badges |