I hereby claim:
- I am cpl on github.
- I am cpl_li (https://keybase.io/cpl_li) on keybase.
- I have a public key ASC4TOCVpZRU6tjIbFqo0JCWu6E_2K58Wzx8sqgfBHRAzAo
To claim this, I am signing this object:
| MIT License | |
| Copyright (c) 2016 Alexandru-Paul Copil (thee-engineer) | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |
I hereby claim:
To claim this, I am signing this object:
| 049dd3545be65523308a4f49b2992047c9028be92cb46e3ccf46b552bd44af811464f600aaa3aa39ff06d9c4415b4db6203cf2af6df3e6f59386a18767fba420fc |
| #!/usr/bin/python | |
| """Create UNIX environment alias shortcuts.""" | |
| import sys | |
| import os | |
| from aluminium.utils import Paths | |
| from aluminium.utils import initialize_config | |
| STORE_FILE = os.path.join(Paths.CONFIG_DIR.value, 'ad', 'ads') |
| sizeof() {echo "int main() { printf(\"%d\", sizeof($1)); }" | gcc -xc -w - && ./a.out} |
| Date : Monday, 20 May 2019 | |
| MD5 : 1125ead35eda40a3dd2a161eeb99e672 | |
| Size : 106.9 MB | |
| Link : https://mega.nz/#!hS4HHKQS |
| #include <FastLED.h> | |
| #define AUDIO_PIN A0 | |
| #define LEDST_PIN 5 | |
| #define LED_TYPE WS2811 | |
| #define BRIGHTNESS 100 | |
| #define NUM_LEDS 60 | |
| #define COLOR_ORDER GRB |
| #define TX 1 | |
| #define RX 0 | |
| #define LED 7 | |
| #define BUFFER_SIZE 16 | |
| char bufr[BUFFER_SIZE]; | |
| void setup(){ | |
| Serial.begin(9600); | |
| pinMode(TX, OUTPUT); |
| curl -o /tmp/goose.jpg -s https://cpl.li/assets/images/goose2.jpg >/dev/null | |
| while true | |
| do | |
| say "honk!" | |
| open -a Preview /tmp/goose.jpg | |
| sleep $(( ( RANDOM % 300 ) + 1 )) | |
| done |