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
@mrfyda
mrfyda / sbt-codacy-coverage-uploader-java6.sh
Last active August 30, 2019 15:29
sbt-codacy-coverage uploader for Java 6
#!/bin/sh
function coverageFilePath { echo "target/scala-$1/coverage-report/codacy-coverage.json"; }
PROJECT_TOKEN=${CODACY_PROJECT_TOKEN}
if [ -z "${PROJECT_TOKEN}" ]; then
echo "Project token not found."
exit 1
fi
@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;
@KelviNosse
KelviNosse / Ping.cpp
Created June 15, 2017 21:02
A ping function implemented on c++
#include <arpa/inet.h>
#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/file.h>
#include <sys/time.h>
#include <netinet/in_systm.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <netinet/ip_icmp.h>

Build "Sources for Android 29" so you can comfortably browse the Android API source in Android Studio.

  1. Collect source files
mkdir android-sdk-source-build
cd android-sdk-source-build

mkdir -p frameworks/base