Skip to content

Instantly share code, notes, and snippets.

View foolusion's full-sized avatar

Andrew O'Neill foolusion

View GitHub Profile
@foolusion
foolusion / test.proto
Created January 1, 2017 01:34
good idea or bad idea
syntax = "proto3";
import "google/api/annotations.proto";
package dsproto;
service Admin {
rpc Set (SetMessage) returns (ValueResponse) {
option (google.api.http) = {
post: "/v1/dsproto/set"
call plug#begin('~/.vim/plugged')
Plug 'fatih/vim-go'
Plug 'scrooloose/syntastic'
Plug 'altercation/vim-colors-solarized'
Plug 'nsf/gocode',{ 'rtp': 'vim' }
Plug 'shougo/neocomplete.vim'
call plug#end()

Keybase proof

I hereby claim:

  • I am foolusion on github.
  • I am foolusion (https://keybase.io/foolusion) on keybase.
  • I have a public key whose fingerprint is 1E3D BE6E 18FC 989D C972 C724 215C 5631 63ED 4F3F

To claim this, I am signing this object:

var y = 'default value';
if (something) {
y = 'other value';
}
console.log(y);
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../paper-input/paper-input.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../google-map/google-map.html">
<link rel="import" href="../google-map/google-map-search.html">
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-field/core-field.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../core-icons/core-icons.html">