I hereby claim:
- I am anticom on github.
- I am toganticom (https://keybase.io/toganticom) on keybase.
- I have a public key ASDD8ZD5K89X-wpluJcONBQCBnC430by2OZCyo076n9s8Qo
To claim this, I am signing this object:
| cat ~/.gitconfig | |
| [user] | |
| name = XXXXXXX | |
| email = XXXXXXX@XXXXXX | |
| [github] | |
| user = Anticom | |
| [core] | |
| excludesfile = ~/.gitignore_global |
| """ See: https://github.com/mgedmin/dotvim/blob/master/vimrc | |
| " Backup files {{{2 | |
| set backup " make backups | |
| set backupdir=~/tmp " but don't clutter $PWD with them | |
| if $USER == "root" | |
| " 'sudo vi' on certain machines cannot write to ~/tmp (NFS root-squash) | |
| set backupdir=/root/tmp | |
| endif |
| public class Foo { | |
| //... | |
| private List<Phrase> breed(List<Phrase> currentPopulation) { | |
| List<Phrase> newPopulation = currentPopulation.subList(31, 95); | |
| List<Phrase> breedingPool = new ArrayList<>(newPopulation); | |
| //pick two random species | |
| Random r = new Random(); | |
| for(int i = 0; i < 32; i++) { |
| import { Component, EventEmitter, OnInit, Output } from '@angular/core'; | |
| @Component({ | |
| selector: 'app-search-bar', | |
| template: ` | |
| <md-input-container class="search-bar"> | |
| <input mdInput #searchquery placeholder="Search"> | |
| <span md-prefix> | |
| <i class="material-icons app-input-icon">search</i> | |
| </span> |
| <?php | |
| class MobilePhone { | |
| // example state | |
| $state = [ | |
| 'connectedToWifi' => true, | |
| 'connectedToCelular' => false, | |
| ]; | |
| public function isOnlineMsg() { | |
| if($this->state['connectedToWifi'] || $this->state['cellular']) return 'yes'; |
| FROM node:lts-alpine | |
| WORKDIR /usr/src/app | |
| COPY . . | |
| RUN npm ci | |
| CMD ["npm", "start"] |
I hereby claim:
To claim this, I am signing this object: