Skip to content

Instantly share code, notes, and snippets.

View daegalus's full-sized avatar
❄️

Yulian Kuncheff daegalus

❄️
View GitHub Profile
{ config, pkgs, ...}:
{
home.packages = with pkgs; [
# Languages
crystal
dart
go
haxe
hashlink # VM for Haxe
{ config, pkgs, lib, ... }:
{
# Home Manager needs a bit of information about you and the paths it should
# manage.
home.username = "yulian";
home.stateVersion = "22.11";
programs.home-manager.enable = true;
@daegalus
daegalus / proof.md
Created February 12, 2024 20:23
Keyoxide Verification

aspe:keyoxide.org:V6KXI73HEWQGK4IOWU3E4KNYHI

@daegalus
daegalus / openpgp.md
Last active March 17, 2023 20:13
Keyoxide Verification

openpgp4fpr:10B37026CB465449E31D0F41EBBC33985BFC0E17

@daegalus
daegalus / verification.txt
Created April 17, 2019 01:27
BlockStack verification
Verifying my Blockstack ID is secured with the address 18BmASbYob9nYYQ6dbUi3tUWxiqeQEEsKp https://explorer.blockstack.org/address/18BmASbYob9nYYQ6dbUi3tUWxiqeQEEsKp
@daegalus
daegalus / sack_challenge_rules.md
Last active April 8, 2019 17:49
The Disc Golf Podcast Slack Sack Challenge Rules

The DGP #sackchallenge

The Sack Challenge is a simple challenge to really learn your molds and gain consistency, along with maybe a little bit of money saving. (But who are we kidding, you will still buy plastic)

This will run in a quarterly cycle of 1 month to modify and adjust your back, and 2 months of lockin. We started in October being our change month, and November/December being lock months. The next open period is January, and the next lock is February/March.

Open Bag Month Lock-in Months
January February, March
April May, June
@daegalus
daegalus / gw2downloader.py
Last active January 22, 2019 16:14
GW2 Downloader - This was used during alpha/beta for reverse engineering efforts, don't know if it still works.
import os
import urllib.request
import struct
import numpy
manifest = None
lastFileSize = 0
def readManifest(version):
"""Reads the manifest file for the specified version."""
Verifying my Blockstack ID is secured with the address 1PUWkLW1XWC6UvtcKedASEUAWycV9dZHTa https://explorer.blockstack.org/address/1PUWkLW1XWC6UvtcKedASEUAWycV9dZHTa
@daegalus
daegalus / feral_druid.tmw
Last active November 9, 2016 03:08
Feral Druid Display for TMW - Latest version is 1.7
^1^T^SVersion^N82008 ^SNumGroups^N10 ^SCodeSnippets^T ^N1^T ^SName^SFeralBuffState ^SCode^SabilityState~`=~`{}~J currentBuffs~`=~`{}~J currentTargetGUID~`=~`nil~J ~J function~`hasBuff(ability,~`buff)~J ~`~`~`~`return~`currentTargetGUID~`and~`abilityState[currentTargetGUID]~`and~`abilityState[currentTargetGUID][ability]~`and~`abilityState[currentTargetGUID][ability][buff]~J end~J ~J function~`setBuffs(ability)~J ~`~`~`~`if~`currentTargetGUID~`==~`nil~`then~J ~`~`~`~`~`~`~`~`return~J ~`~`~`~`end~J ~`~`~`~`~J ~`~`~`~`if~`not~`abilityState[currentTargetGUID]~`then~J ~`~`~`~`~`~`~`~`abilityState[currentTargetGUID]~`=~`{}~J ~`~`~`~`end~J ~`~`~`~`~J ~`~`~`~`abilityState[currentTargetGUID][ability]~`=~`{}~J ~`~`~`~`~J ~`~`~`~`for~`buff,exists~`in~`pairs(currentBuffs)~`do~J ~`~`~`~`~`~`~`~`abilityState[currentTargetGUID][ability][buff]~`=~`exists~J ~`~`~`~`end~J ~`~`~`~`~J end~J ~J function~`setBuffActiveness(buff,~`active)~J ~`~`~`~`currentBuffs[buff]~`=~`active~J end~J ~J ~J function~`clearBuffsForAbility(ability)~J
/* Flatten das boostrap */
.well, .navbar-inner, .popover, .btn, .tooltip, input, select, textarea, pre, .progress, .modal, .add-on, .alert, .table-bordered, .nav>.active>a, .dropdown-menu, .tooltip-inner, .badge, .label, .img-polaroid {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
border-collapse: collapse !important;
background-image: none !important;