Skip to content

Instantly share code, notes, and snippets.

@FranchuFranchu
FranchuFranchu / townlist.js
Created December 5, 2019 23:05
List of towns in EarthMC, extracted from the dynmap
citiesD = [
{"x": 2448.0, "y": -7648.0, "name": "Amalfi"},{"x": 22784.0, "y": -1712.0, "name": "Cagayan"},{"x": -26128.0, "y": -12800.0, "name": "Area-42"},{"x": -2048.0, "y": -10576.0, "name": "Neftegrad"},{"x": -20304.0, "y": -10432.0, "name": "Dawnstar"},{"x": 5744.0, "y": -8752.0, "name": "Nova Kakhovka"},{"x": -13440.0, "y": 8384.0, "name": "Perito Moreno"},{"x": -10592.0, "y": -512.0, "name": "Illuminauti"},{"x": 176.0, "y": -8208.0, "name": "Miramas"},{"x": -7808.0, "y": 1616.0, "name": "Juazeiro"},{"x": 5984.0, "y": 1744.0, "name": "Ancapistan"},{"x": 3632.0, "y": 6192.0, "name": "Kaapstad"},{"x": 4832.0, "y": -6992.0, "name": "Halicarnassus"},{"x": -10656.0, "y": 736.0, "name": "Lemon Town"},{"x": -2752.0, "y": -4576.0, "name": "Saint Cloud"},{"x": 27632.0, "y": 5424.0, "name": "Moree"},{"x": 3504.0, "y": 2640.0, "name": "City Toof"},{"x": 3200.0, "y": -8560.0, "name": "Beograd"},{"x": 1232.0, "y": -8288.0, "name": "Monaco"},{"x": -16688.0, "y": -3984.0, "name": "Burrito"},{"x": -16128.0, "y": -8
@FranchuFranchu
FranchuFranchu / data.txt
Created July 8, 2019 21:48
A program that, given a made-up word, tells you if it makes sense or not
€a
ardvark
ˆs
baci
„k
„us
†es
ƒft
ƒlone
‡s
@FranchuFranchu
FranchuFranchu / data.txt
Created July 8, 2019 21:48
A program that, given a made-up word, tells you if it makes sense or not
€a
ardvark
ˆs
baci
„k
„us
†es
ƒft
ƒlone
‡s
@FranchuFranchu
FranchuFranchu / main.py
Last active May 14, 2019 20:07
28/04 edition of TalvorGames' bot
from asyncio import coroutine
import asyncio
import socket
import sys
import discord
from discord.ext import commands
import random
from multiprocessing import Manager
from multiprocessing.dummy import Process
try: