I hereby claim:
- I am unixfy on github.
- I am unixfy (https://keybase.io/unixfy) on keybase.
- I have a public key whose fingerprint is 292C BDB4 D837 8443 8254 5235 6ECC 5387 A861 33BE
To claim this, I am signing this object:
| [{ | |
| "domain": "umb.edu", | |
| "AADEnabled": true, | |
| "companyName": "UMass Boston", | |
| "esi": true | |
| }, { | |
| "domain": "sunyit.edu", | |
| "AADEnabled": true, | |
| "companyName": "SUNY Poly", | |
| "esi": true |
| version: 2 | |
| jobs: | |
| build: | |
| docker: | |
| - image: circleci/python:latest | |
| steps: | |
| - checkout | |
| - store_artifacts: | |
| path: /code/{{repo-name}} |
| args: -device isa-applesmc,osk="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" -smbios type=2 -cpu Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check | |
| bios: ovmf | |
| boot: cdn | |
| bootdisk: sata0 | |
| cores: 4 | |
| cpu: Penryn | |
| cpuunits: 16000 | |
| efidisk0: pve-data:vm-112-disk-2,size=128K | |
| machine: pc-q35-2.11 | |
| memory: 5000 |
I hereby claim:
To claim this, I am signing this object:
| background: linear-gradient(45deg, #f44336, #e91e63, #9c27b0, #673ab7, #3f51b5, #2196f3, #03a9f4, #00bcd4, #009688, #4caf50, #8bc34a, #afb42b, #ff8f00, #ef6c00, #ff5722, #795548, #795548, #9e9e9e, #607d8b); | |
| background-size: 3800% 3800%; | |
| -webkit-animation: x2c0-gradient-bg 60s ease infinite; | |
| -moz-animation: x2c0-gradient-bg 60s ease infinite; | |
| -o-animation: x2c0-gradient-bg 60s ease infinite; | |
| animation: x2c0-gradient-bg 60s ease infinite; | |
| @-webkit-keyframes x2c0-gradient-bg { | |
| 0%{background-position:0% 51%} |
| <?php | |
| $address = $_GET['address']; | |
| $ammount_to_send = $_GET['ammount']; | |
| $api = $_GET['api']; | |
| //If you want to add a note the faucet owner and you can see | |
| $note = $_GET['note']; | |
| //What you will want to do is to do a random number+letters generator at ?api in the URL |