Skip to content

Instantly share code, notes, and snippets.

View leonurium's full-sized avatar
on lightning!

Leo leonurium

on lightning!
  • Jakarta
  • 03:00 (UTC +07:00)
View GitHub Profile
@mattupham
mattupham / @mattupham Omegle IP Location Finder
Last active May 12, 2024 15:05
@mattupham Omegle IP Location Finder - Ask Questions in our Discord, links below
// Subscribe on YouTube, and follow on TikTok (@mattupham)! Socials found below:
// https://mattupham.com/links
// @ me on Discord with any questions!
https://link.mattupham.com/discord
// --------------------------------------------
// PLEASE REPLACE "your-api-key-here" WITH AN
// API KEY FROM https://ipgeolocation.io/
let apiKey = "your-api-key-here";
<?php
header("Content-Type: image/jpeg");
$curl = curl_init();
$id=$_GET['id']; //Id Message
curl_setopt_array($curl, array(
CURLOPT_URL => "https://api.line.me/v2/bot/message/".$id."/content",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
<?php
/**
* @author Ammar F. <ammarfaizi2@gmail.com>
*/
$_p['value(user_id)'] = ""; // username
$_p['value(pswd)'] = ""; // password
$_p['value(Submit)'] = "LOGIN";
$a=curl("https://m.klikbca.com/login.jsp");
$a = explode('type="hidden"', $a);
for ($i=1;$i<count($a);$i++) {
@Jacke
Jacke / minestation.sh
Last active January 11, 2018 16:16
Miner station
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install gcc g++ build-essential libssl-dev automake linux-headers-$(uname -r) git gawk libcurl4-openssl-dev libjansson-dev xorg libc++-dev libgmp-dev python-dev
# wait
wget http://us.download.nvidia.com/XFree86/Linux-x86_64/387.34/NVIDIA-Linux-x86_64-387.34.run
sudo chmod +x NVIDIA-Linux-x86_64-387.34.run
sudo ./NVIDIA-Linux-x86_64-387.34.run --no-install-compat32-libs
@corbanb
corbanb / JavaScript.sublime-build
Last active July 7, 2024 10:48
Sublime Text - Tools > Build System > New Build System
// Sublime Text - Build System for Javascript
{
"cmd": ["node", "$file"],
"selector": "source.js"
}