I hereby claim:
- I am skammer on github.
- I am skammer (https://keybase.io/skammer) on keybase.
- I have a public key ASD3rCjjGLMq04t39OHMH6v5mDnqK6bhlkjDz9ZlUN30qwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Graphic via State of Florida CFO Vendor Payment Search (flair.myfloridacfo.com)
This is a quick command I use to snapshot webpages that have a fun image I want to keep for my own collection of WTFViz. Why not just right-click and save the image? Oftentimes, the webpage in which the image is embedded contains necessary context, such as captions and links to important documentation just incase you forget what exactly that fun graphic was trying to explain.
#![no_main] | |
#![no_std] | |
#[allow(unused)] | |
extern crate stm32f1xx_hal; | |
extern crate cortex_m_rt; | |
extern crate cortex_m_semihosting; | |
extern crate panic_semihosting; | |
extern crate cortex_m; |
#!/bin/bash | |
set -e | |
COUNTER=0 | |
cat /dev/input/event1 | \ | |
while IFS= read -s -d '' -r -n1 foo ; do | |
if [ "$foo" == "<" ] | |
then |
include ffl/str.fs | |
0 Variable cnt | |
0 Value fd-in | |
256 Constant max-line | |
Create line-buffer max-line 2 + allot | |
str-create buffer | |
str-create buffer-inverted | |
str-create buffer-tmp |