I hereby claim:
- I am johncalistro on github.
- I am johncalistro (https://keybase.io/johncalistro) on keybase.
- I have a public key whose fingerprint is 6418 F9A5 F691 A2E6 E004 139F 562D 153B 99D9 B400
To claim this, I am signing this object:
| # LoRaWAN AU915 Starter (iMasters) | |
| Pequeno kit para testar *uplinks* LoRaWAN com **AU915** e consumir mensagens via **MQTT**. | |
| ## Conteúdo | |
| - `decoders/ttn_decoder.js` — Decoder para The Things Stack (TTN) | |
| - `clients/mqtt_consumer.py` — Cliente MQTT (Python) | |
| - `.env.example` — Variáveis para o cliente MQTT | |
| - `LICENSE` — MIT |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| function _git_prompt() { | |
| local git_status="`/usr/local/git/bin/git status -unormal 2>&1`" | |
| if ! [[ "$git_status" =~ Not\ a\ git\ repo ]]; then | |
| if [[ "$git_status" =~ nothing\ to\ commit ]]; then | |
| local ansi=32 | |
| elif [[ "$git_status" =~ nothing\ added\ to\ commit\ but\ untracked\ files\ present ]]; then | |
| local ansi=33 | |
| else | |
| local ansi=35 | |
| fi |
| $ sudo apt-get install openjdk-6-jre | |
| $ sudo apt-get install openjdk-7-jre | |
| $ sudo apt-get install openjdk-6-jdk | |
| $ sudo apt-get install openjdk-7-jdk | |
| $ sudo add-apt-repository ppa:webupd8team/java | |
| $ sudo apt-get update | |
| $ sudo apt-get install oracle-java7-installer | |
| to check |
| Aconteceu comigo e creio que com mais pessoas, a instalação do Mountain Lion nem mesmo começa e dá um erro que | |
| o HD está com defeito. | |
| O que resolveu no meu caso. | |
| - Recuperei a ultima versão que tinha no Time Machine, acontece que ferrei tanto com as tentativas de | |
| instalação que chegou uma hora que só tinha uma tela preta na minha frente, nem mesmo iniciava mais, então, | |
| reiniciei com o Option pressionado pra escolher o disco de recuperação, e de lá recuperei o último backup | |
| (+-3h). |
| OSX 10.8 Mountain Lion | |
| Xcode 4.4 (4F250) with command line installed | |
| RVM curl https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer | bash -s stable | |
| Ruby 193p194 | |
| Rails 3.2.6 | |
| Error: | |
| /Users/home_dir/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:799: [BUG] Segmentation fault ruby 1.9.3p194 (2012-04-20 revision 35410) | |
| This is what fixed the problem for me. |