Debian/Ubuntu packages for Gauge.
$ sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-keys 023EDB0B
| " Kaustav's .vimrc | |
| " Colorscheme | |
| syntax enable | |
| colorscheme monokai | |
| let g:monokai_italic=1 | |
| let g:monokai_thick_border=1 | |
| " Tab related settings | |
| set tabstop=4 |
| Proposal for restructuring of Mozilla India community | |
| ===================================================== | |
| Author : Kaustav Das Modak <[email protected]> | |
| Date : Jul 24, 2016 | |
| Location : Bangalore | |
| Status : Proposal | |
| License : CC0 1.0 [1] | |
| Version : 1.0.0 |
| #!/bin/bash | |
| # Usage: e.sh <args> | |
| # <args> are any valid arguments for emacsclient | |
| nohup $(which emacsclient) -a "" -c "$@" &>/dev/null & disown %% |
| hr:after { | |
| display: block; | |
| text-align: center; | |
| content: "..."; | |
| color: #333333; | |
| font-size: 2rem; | |
| height: 2rem; | |
| line-height: 2rem; | |
| clear: both; | |
| border: none; |
I hereby claim:
To claim this, I am signing this object:
| openapi: 3.0.0 | |
| info: | |
| title: Cat Management API | |
| version: '0.1' | |
| description: Hypothetical internal service API for managing database of cats in the household | |
| servers: | |
| - url: 'https://api.cat' | |
| description: production | |
| paths: | |
| /cats: |
| export PS1="\e[1;36m\u@\h\e[0m\e[1;34m:\W $ \e[0m" |
| package main | |
| import ( | |
| "flag" | |
| "log" | |
| "github.com/nats-io/nats-server/v2/server" | |
| nats "github.com/nats-io/nats.go" | |
| ) |