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
| # Copyright (c) 2014, Simon Conseil | |
| # All rights reserved. | |
| # | |
| # Redistribution and use in source and binary forms, with or without | |
| # modification, are permitted provided that the following conditions are met: | |
| # | |
| # 1. Redistributions of source code must retain the above copyright notice, | |
| # this list of conditions and the following disclaimer. | |
| # | |
| # 2. Redistributions in binary form must reproduce the above copyright notice, |
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/sh | |
| ## | |
| ## @author Ricardo JL Rufino | |
| ## | |
| echo "Whatsapp Backup Cleanup" | |
| echo "======================================" |
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
| <?php | |
| $sso_server = "http://chat.local:8080/api/clients/validateDb"; | |
| /* Need to have cookie visible from parent directory */ | |
| session_set_cookie_params(0, '/', '', true, true); | |
| /* Create signon session */ | |
| $session_name = 'SignonSession'; | |
| session_name($session_name); |
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}, |
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
| 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
| 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
| 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
| // 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
| #include <Servo.h> | |
| // NAO MUDAR NADA AQUI.. | |
| void setup () | |
| { | |
| // NAO MUDAR NADA AQUI... | |
| } | |
| void loop() |