I hereby claim:
- I am josecelano on github.
- I am josecelano (https://keybase.io/josecelano) on keybase.
- I have a public key ASA6nwb4qqa8gSA5lHoCFaIKCBPKwzS9z4iwYf4S-eZBcAo
To claim this, I am signing this object:
| Verifying my Blockstack ID is secured with the address 1KcajFC1xmw6bEBdXBcyG5xTfuUFkGNW4F https://explorer.blockstack.org/address/1KcajFC1xmw6bEBdXBcyG5xTfuUFkGNW4F |
| <?php | |
| $currency_symbols = array( | |
| 'AED' => 'د.إ', // ? | |
| 'AFN' => 'Af', | |
| 'ALL' => 'Lek', | |
| 'AMD' => '', | |
| 'ANG' => 'ƒ', | |
| 'AOA' => 'Kz', // ? | |
| 'ARS' => '$', | |
| 'AUD' => '$', |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <math.h> | |
| #ifndef FRACT_STDLIB_H_ | |
| #define FRACT_STDLIB_H_ | |
| #ifdef __cplusplus |
| # This is a basic workflow to automatically build a Svelte app and deploy it to GitHub Pages | |
| name: Deploy to GitHub Pages | |
| on: | |
| push: | |
| branches: [ master ] | |
| workflow_dispatch: | |
| jobs: |
I hereby claim:
To claim this, I am signing this object:
| /* converts Bencoded data on stdin to JSON on stdout */ | |
| #include <stdio.h> | |
| #include <ctype.h> | |
| #include <stdlib.h> | |
| int pos = 0; | |
| int c; | |
| char stack[1024], *sp = stack; |