Skip to content

Instantly share code, notes, and snippets.

View coline-carle's full-sized avatar

Coline Carle coline-carle

View GitHub Profile
local clusterData =
{
[121] = {
alliance = 12844.0,
horde = 26991.0,
realms = {
"Aegwynn",
"Bonechewer",
"Daggerspine",
"Gurubashi",
local clusterData =
{
{
alliance = 62026.0,
horde = 2323.0,
id = 241.0,
realms = {
"Aegwynn"
} --[[table: 0x7fa0bfc49070]]
} --[[table: 0x7fa0bfc49030]],
{
"title": "CREATIVE TITLE HERE",
"time": {
"minutes": 0,
"hours": 22
},
"seeds": {
"seeds_quantity": 60
},
"required": {
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import re
import sys
import requests
import getopt
import glob
import os
'use strict';
const vm = require('vm');
const fs = require('fs');
const Promise = require('bluebird');
const cheerio = require('cheerio');
const he = require('he');
const Sequelize = require('sequelize');
const readFile = Promise.promisify(fs.readFile);
const writeFile = Promise.promisify(fs.writeFile);
E.DispelClasses = {
['PRIEST'] = {
['Magic'] = true,
['Disease'] = true
},
['SHAMAN'] = {
['Magic'] = false,
['Curse'] = true
},
['PALADIN'] = {
@coline-carle
coline-carle / search.rb
Created January 7, 2018 20:56
seed realm ranking
require 'sequel'
require 'CSV'
require 'awesome_print'
houses = [121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 245, 197, 234, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 214, 209, 210, 211, 212, 213, 241, 222, 231, 237, 216, 221, 218, 215, 217, 219, 220, 223, 224, 225, 226, 232, 227, 228, 229, 230, 233, 235, 236, 238, 239, 240, 242]
def month(year, month)
12 * (year - 2014) + month - 1
end
@coline-carle
coline-carle / overwatch.ahk
Created November 19, 2017 14:06
overwatch
#Persistent
SetTimer, WatchOverwatch, 500
return
WatchOverwatch() {
WinWaitActive, Overwatch
Sleep, 13000 ; time necessary to launch + connect in ms
Send, {Numpad0} ; keyboard shortcut that hide all chat for me
WinWaitClose, Overwatch
}
{
"id": 1181,
"icon": "inv_misc_coin_01",
"title": "Got My Mind On My Money",
"points": 10,
"criteria": [
{
"id": 4093,
"max": 250000000,
"orderIndex": 0,
viewDescription : Achievement -> List (Html Msg)
viewDescription achievement =
[ viewIcon achievement.icon
, div []
[ text achievement.title
, span [ class "is-size-7" ] [ text achievement.description ]
]
]