I hereby claim:
- I am generall on github.
- I am generall (https://keybase.io/generall) on keybase.
- I have a public key whose fingerprint is 5890 9DD1 1207 59ED 61EE 49E6 020F A930 F691 939C
To claim this, I am signing this object:
| Japan | |
| Kingdom | |
| Sweden | |
| Norway | |
| Poland | |
| Denmark | |
| Slovenia | |
| Ireland | |
| Argentina | |
| Bolivia |
| Colombian | |
| Iranian | |
| British | |
| Irish | |
| Welsh | |
| American | |
| Canadian | |
| Australian | |
| Israeli | |
| Greenlandic |
| wget --load-cookies /tmp/cookies.txt\ | |
| "https://docs.google.com/uc?export=download&confirm=$(wget\ | |
| --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies\ | |
| --no-check-certificate 'https://docs.google.com/uc?export=download&id=$FILE_ID'\ | |
| -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=$FILE_ID" \ | |
| -O docs.rar && rm -rf /tmp/cookies.txt |
| Twitter bot for automated detection and re-twitting influential thematic posts. | |
| === | |
| Assume that thematic = `programming` | |
| ##Stage 1 | |
| * Prepare examples of programmer's twitter accounts and other ones for representativity | |
| * Create graph of twitter accounts which seems to contain programmers thematic | |
| * Starting from small amount of truly programmer's accounts collect all of it's followers and following accounts | |
| * Add in queue post perspective ones based on |
| # Common analizer interface | |
| class TSemanticAnaliser | |
| def analise_text(text) | |
| # returns double | |
| end | |
| def learn(array_of_texts) |
| #!/bin/bash | |
| PROJECT_NAME="$1" | |
| SCALA_VERSION="2.11.8" | |
| SCALATEST_VERSION="3.0.0" | |
| mkdir $PROJECT_NAME | |
| cd $PROJECT_NAME | |
| cat > build.sbt << EOF |
I hereby claim:
To claim this, I am signing this object:
| set nocompatible " be iMproved, required | |
| filetype off " required | |
| " set the runtime path to include Vundle and initialize | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| " alternatively, pass a path where Vundle should install plugins | |
| "call vundle#begin('~/some/path/here') | |
| " let Vundle manage Vundle, required |
##python vs ruby
###Выборка элементов из массива
ruby
arr[n..m]| # You want latexmk to *always* run, because make does not have all the info. | |
| # Also, include non-file targets in .PHONY so they are run regardless of any | |
| # file of the given name existing. | |
| FNAME = ref | |
| .PHONY: $(FNAME).pdf all no_bible clean | |
| # The first rule in a Makefile is the one executed by default ("make"). It |