Skip to content

Instantly share code, notes, and snippets.

We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
var_cont1
9.983288027
4.221392492
9.722352893
2.394614008
3.760809959
7.527067359
6.652670589
1.313090927
1.146579068
using StatsFuns, Distributions, Random, LazyArrays, Memoization
using Turing #master
using ReverseDiff, ForwardDiff, Zygote
using MCMCBenchmarks # I forget what we had to do to this to make it work
@model TuringModelA(nA,nB,nF,nS,a,b,f) = begin
μ ~ Normal(1,1)
μ_coeffs ~ MvNormal(nF,1)
signal (7): Bus error
in expression starting at /home/dev/.julia/packages/HDF5/Zh9on/deps/build_HDF5.v1.10.5.jl:35
unknown function (ip: 0x7fe963348a6e)
unknown function (ip: 0x7fe96332feac)
unknown function (ip: 0x7fe963331ffb)
unknown function (ip: 0x7fe96333dee3)
_dl_catch_exception at /build/glibc-OTsEL5/glibc-2.27/elf/dl-error-skeleton.c:196
unknown function (ip: 0x7fe96333d7c9)
dlopen_doit at /build/glibc-OTsEL5/glibc-2.27/dlfcn/dlopen.c:66
include('organizer-lib')
function get_sets()
sets.weapons = {sub="Burtgang",main="Xiutleato",ammo="Excalibur"}
sets.aegis = {sub={name="Aegis"}}
sets.ochain = {sub={name="Ochain"}}
sets.priwen = {sub={name="Priwen",hp=80}}
monster_array = {}
windower.register_event('incoming chunk',function(id,org,new,is_injected,is_blocked)
if is_injected then return end
if id == 0x00E then
local index = org:unpack('H',9)
if org:byte(11)%2 == 1 then -- First bit of byte 11 is a flag for position updating
if not monster_array[index] then monster_array[index] = {} end
monster_array[index].ts = os.clock()
monster_array[index].coords = {org:unpack('f',13),org:unpack('f',17),org:unpack('f',21)}
end
local c
if type(swap_type) == 'function' then
c = coroutine.create(swap_type)
elseif swap_type == 'equip_command' then
equip(val1)
elseif type(swap_type) == 'string' and user_env[swap_type] and type(user_env[swap_type]) == 'function' then
c = coroutine.create(user_env[swap_type])
elseif type(swap_type) == 'string' and user_env[swap_type] then
msg.addon_msg(123,windower.to_shift_jis(tostring(str))..'() exists but is not a function')
end
303/32 = A0 97 - Mog Gardens - Dialogue Table
303/33 = A1 97 - Library - Dialogue Table
306/58 = 3A 99 - Monstrosity lobby - Dialogue Table
306/61 = 3D 99 - Monstrosity Lobby - NPC List
311/74 = CA 9B - Trust dialogue
314/62 = 3E 9D - Job Point descriptions/etc.
315/108 = EC 9D - Leafallia - Dialogue Table
315/109 = ED 9D - Mount Kamihr - Dialogue Table
315/114 = F2 9D - Leafallia - NPC List
315/115 = F3 9D - Mount Kamihr - NPC List
windower.text.delete = function (str)
if __raw.text.registry[str] then
local deleted = false
if windower.text.saved_texts then
for i,v in pairs(windower.text.saved_texts) do
if v._name == str then
i:destroy()
deleted = true
break
end
@Byrth
Byrth / gist:0af21468288cb2afe59f
Last active August 29, 2015 14:04
Spell finder
res=require 'resources'
for i=1,2000 do
if not windower.ffxi.get_spells()[i] and res.spells[i] then
windower.add_to_chat(8,tostring(res.spells[i].english))
end
end
namespace ResourceExtractor.Formats.Items
{
using System;
using System.Collections.Generic;
internal sealed class MonstrosityItem : Item
{
private IDictionary<int, int> tpmoves = new Dictionary<int, int>();
private int[] offsets = { 0, 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56 };