Skip to content

Instantly share code, notes, and snippets.

View JavierCanon's full-sized avatar
🎯
Focusing in Automation and AI / ML

Javier Cañon JavierCanon

🎯
Focusing in Automation and AI / ML
View GitHub Profile
@edolganov
edolganov / main_out.js
Created May 10, 2015 17:19
agar.io game client with bots
//replace http://agar.io/main_out.js by this file
//with Fiddler Web Debugger (AutoResponder tab)
//bots can be created in different rooms - so try restart the page if need
var totalBotCount = 0;
function game(h, r, bot, botUrl, botName) {
@btoone
btoone / curl.md
Last active December 10, 2025 22:00
A curl tutorial using GitHub's API

Introduction

An introduction to curl using GitHub's API.

The Basics

Makes a basic GET request to the specifed URI

curl https://api.github.com/users/caspyin