Skip to content

Instantly share code, notes, and snippets.

View coline-carle's full-sized avatar

Coline Carle coline-carle

View GitHub Profile
@coline-carle
coline-carle / installing.pot
Created December 29, 2015 15:11
sphinx translation bug
# SOME DESCRIPTIVE TITLE.
# Copyright (C) : This page is in public domain as CC0
# This file is distributed under the same license as the Blender Reference Manual package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Blender Reference Manual 2.76\n"
"Report-Msgid-Bugs-To: \n"
#include "luaparser.h"
#define EXC_ENCODING rb_utf8_encoding()
static VALUE mLuaTable;
static VALUE CNaN;
static VALUE eParserError, eNestingError;
/* unicode */
@coline-carle
coline-carle / LibRealmInfo.lua
Created March 2, 2017 18:51
C:\Program Files (x86)\World of Warcraft\Interface\AddOns\TooltipRealmInfo\libs\LibRealmInfo
--[[--------------------------------------------------------------------
LibRealmInfo
World of Warcraft library for obtaining information about realms.
Copyright 2014 Phanx <addons@phanx.net>
Do not distribute as a standalone addon.
See accompanying LICENSE and README files for more details.
https://github.com/Phanx/LibRealmInfo
http://wow.curseforge.com/addons/librealminfo
http://www.wowinterface.com/downloads/info22987-LibRealmInfo
----------------------------------------------------------------------]]

3/4 Adds à chaque phase max / control kick pour eviter les pertes

  • tranq reduction osgy ? (a eviter)

P1

  • 30s - Slam
  • CD 1 Totem de marée de soin
  • 50s - adds
@-moz-document domain("www.wowhead.com"), domain("fr.wowhead.com") {
a.zul-bar-user-item-get-premium, a.zul-bar-user-item-upgrade, a.header-nav-wowhead-premium {
display: none !important;
}
}
defmodule Test.Behaviour do
@doc "Define The Behaviour"
@callback handle_something(String.t) :: String.t
end
defmodule Test.Util do
def handle_general_case("general_special") do
"return something general but special"
end
setupCalendar: Date -> Maybe Calendar.Model -> Maybe Calendar.Model
setupCalendar currentDate calendar =
let
year = Date.year(currentDate)
month = Date.month(currentDate)
mdl = Material.model
in
case calendar of
Just active_calendar -> Just { active_calendar | currentDate = currentDate }
Nothing -> Just { mdl = mdl
local AtlasLoot = _G.AtlasLoot
local ItemString = {}
AtlasLoot.ItemString = ItemString
local BonusIDInfo = AtlasLoot.BonusIDInfo
-- lua
local format = string.format
local tbl_concat = table.concat
defmodule Armory.Worker do
use GenServer
@timeout 5000
def start_link(_) do
GenServer.start_link(__MODULE__, nil, [])
end
def get(module, fun, args) do
{ classification: 4,
id: 3773,
location: [ 331 ],
maxlevel: 26,
minlevel: 26,
name: 'Akkrilus',
react: [ -1, -1 ],
type: 3,
coordinatesList: { '331': { '0': { count: 1, coords: [ [ 25, 60.4 ] ] } } },
displayId: 1912 }