This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
========================================================================================================================== | |
Big IDE enchavements : AutoComplete(including user libs), Doc Tooltips, New SyntaxColoring, etc... | |
========================================================================================================================== | |
Progress: | |
======================= | |
- Autocomplete (95%) | |
- Realtime Parser and Error Marker(95%) | |
- Documentation in the Editor (in progress - 20%) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
DFILE=`find -name "*arm*.tar.gz"` | |
echo "Found: " $DFILE | |
if [ -z "$DFILE" ]; then | |
echo "ERROR: Please download JRE/JDK and put in current directory" | |
exit 1 | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PROGRAM CUBO3D; | |
{ | |
Autor: RiardozMetal | |
} | |
Uses Crt,Graph; | |
Type Eixos = set of (x,y,z); | |
const | |
Npontos = 8; {Numero de pontos do Objeto} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Servo.h> | |
// NAO MUDAR NADA AQUI.. | |
void setup () | |
{ | |
// NAO MUDAR NADA AQUI... | |
} | |
void loop() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// MFRC522 registers. Described in chapter 9 of the datasheet. | |
// When using SPI all addresses are shifted one bit left in the "SPI address byte" (section 8.1.2.3) | |
enum PCD_Register { | |
// Page 0: Command and status | |
// 0x00 // reserved for future use | |
CommandReg = 0x01 << 1, // starts and stops command execution | |
ComIEnReg = 0x02 << 1, // enable and disable interrupt request control bits | |
DivIEnReg = 0x03 << 1, // enable and disable interrupt request control bits | |
ComIrqReg = 0x04 << 1, // interrupt request bits | |
DivIrqReg = 0x05 << 1, // interrupt request bits |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ESP (2x) : http://produto.mercadolivre.com.br/MLB-764266052-esp-esp8266-esp12-e-esp12e-wifi-bgn-postagem-rapida-_JM | |
fonte (2x) : http://produto.mercadolivre.com.br/MLB-718677327-fonte-ajustavel-regulador-de-tenso-lm2596-arduino-pic-_JM | |
rfid (2x) : http://produto.mercadolivre.com.br/MLB-691481796-kit-modulo-rfid-mfrc522-1356-mhz-desenvolvimento-_JM | |
Bussola (1x) : http://produto.mercadolivre.com.br/MLB-690302452-bussola-3-eixos-hmc5883l-arduino-pic-quadcopter-_JM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yowsup-cli v2.0.15 | |
yowsup v2.5.0 | |
Copyright (c) 2012-2016 Tarek Galal | |
http://www.openwhatsapp.org | |
This software is provided free of charge. Copying and redistribution is | |
encouraged. | |
If you appreciate this software and you would like to support future |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package br.com.criativasoft.eduaccess.util; | |
import android.util.Log; | |
import java.io.BufferedReader; | |
import java.io.ByteArrayOutputStream; | |
import java.io.Closeable; | |
import java.io.DataOutputStream; | |
import java.io.IOException; | |
import java.io.InputStream; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Boot_Armbian_5.27_S805_Debian_jessie_3.10.33_xfce_20170324.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nodes": [ | |
{"id": "Myriel", "group": 1}, | |
{"id": "Napoleon", "group": 1}, | |
{"id": "Mlle.Baptistine", "group": 1}, | |
{"id": "Mme.Magloire", "group": 1}, | |
{"id": "CountessdeLo", "group": 1}, | |
{"id": "Geborand", "group": 1}, | |
{"id": "Champtercier", "group": 1}, | |
{"id": "Cravatte", "group": 1}, |
OlderNewer