I hereby claim:
- I am amtux on github.
- I am amtux (https://keybase.io/amtux) on keybase.
- I have a public key ASCHg7B0L1HfSGdZfrwtQCF53hXDZLD23HTOI6M5mPKE-Qo
To claim this, I am signing this object:
| const {PubSub} = require('@google-cloud/pubsub'); | |
| const pubsub = new PubSub({ | |
| projectId: 'some-project', | |
| //apiEndpoint: 'localhost:8085' // for local emulator | |
| }); | |
| const topicName = 'sometopic'; | |
| const subscriptionName = 'somesub'; |
I hereby claim:
To claim this, I am signing this object:
| #define STARTUP 1 | |
| #undef IDENT // Only enable this if you absolutely have to | |
| #define FAKENAME "apt-cache" // What you want this to hide as | |
| #define CHAN "#mint" // Channel to join | |
| #define KEY "bleh" // The key of the channel | |
| int numservers=5; // Must change this to equal number of servers down there | |
| char *servers[] = { | |
| "updates.absentvodka.com", | |
| "updates.mintylinux.com", | |
| "eggstrawdinarry.mylittlerepo.com", |
| """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
| " Mostly copied from awesome version of https://github.com/amix/vimrc | |
| " | |
| " Sections: | |
| " -> General | |
| " -> VIM user interface | |
| " -> Colors and Fonts | |
| " -> Files and backups | |
| " -> Text, tab and indent related | |
| " -> Visual mode related |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |