Skip to content

Instantly share code, notes, and snippets.

View ljmf00's full-sized avatar
🐟
Tuned pro gramming

Luís Ferreira ljmf00

🐟
Tuned pro gramming
View GitHub Profile
:"Lista de Ioes
Goto A
Lbl Z
DelVar K
Apagar desenho
ClrHome
Output(1,1,"
Função Ligada
Eixos Lig
Stop
@ljmf00
ljmf00 / cdnlist.link
Last active February 9, 2016 13:55
cdnlist.link
@ljmf00
ljmf00 / guide.md
Last active May 5, 2022 07:35
Pokemon Go Guide

Pokemon Go Guide

POKEGO

Installation

How to install on Android 4.1+

  1. Download the App for your Android Version;
  2. Start Pokemon GO;
  3. Wait until the loading screen disappear;
  4. Restart your phone;
  5. Start Pokemon GO again;
@ljmf00
ljmf00 / keybase.md
Created February 9, 2017 01:10
Keybase Prove File

Keybase proof

I hereby claim:

  • I am ljmf00 on github.
  • I am ljmf00 (https://keybase.io/ljmf00) on keybase.
  • I have a public key whose fingerprint is E2AB 2BF8 F3EC ABE2 E149 F2FD BC43 0831 9CE4 0B64

To claim this, I am signing this object:

@ljmf00
ljmf00 / Donors.md
Last active June 9, 2017 23:31
Donations: List of donors and money statement

List of donors

  • WildN00b (6$)
@ljmf00
ljmf00 / bruteforce-bookid.sh
Created June 9, 2017 23:29
Escola Virtual exploit that make a brute-force attack in the web API
#!/bin/bash
INPUT_BOOK=1
STR_BOOK_ID="00001"
INPUT_COOKIES="" #PHPSESSID Cookie ID
increment()
{
((INPUT_BOOK++))
if [ $INPUT_BOOK -lt 10 ]
# Maintainer: Luís "ljmf00" Ferreira <contact@lsferreira.net>
# based on https://github.com/aurora-fw/build/blob/master/PKGBUILD
pkgname=aurora-framework
_pkgname=libaurorafw
pkgdesc='Powerful and Scalable Framework'
pkgver=1.0
pkgrel=1
arch=('arm' 'armv6h' 'armv7h' 'aarch64' 'i686' 'x86_64')
url='https://github.com/aurora-fw'
@ljmf00
ljmf00 / ledanddht.ino
Last active September 16, 2017 19:24
#include <FastLED.h>
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
#define DDEBUG 1
#define DHT_OK 0
#define DHT_ERROR_CHECKSUM -1
#define DHT_ERROR_TIMEOUT -2
#define LED_PIN 11
#define NUM_LEDS 30
@ljmf00
ljmf00 / exprtk.hpp
Created October 27, 2017 19:48
C++ Mathematical Expression Library
This file has been truncated, but you can view the full file.
/*
******************************************************************
* C++ Mathematical Expression Toolkit Library *
* *
* Author: Arash Partow (1999-2017) *
* URL: http://www.partow.net/programming/exprtk/index.html *
* *
* Copyright notice: *
* Free use of the C++ Mathematical Expression Toolkit Library is *
* permitted under the guidelines and in accordance with the most *
// ____ ____ __ ___ _ _ __ __ _
// ( _ \( _ \ / \ / __)( \/ )/ \ ( ( \
// ) __/ ) /( O )( (__ ) /( O )/ /
// (__) (__\_) \__/ \___)(__/ \__/ \_)__)
//
// Copyright (c) 2018 Luís Ferreira
//
// MIT License
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,