I hereby claim:
- I am VitaliiTsilnyk on github.
- I am vitaly_zilnik (https://keybase.io/vitaly_zilnik) on keybase.
- I have a public key whose fingerprint is D516 C446 1293 62F2 6A1E 8EA9 4536 E364 9736 AE91
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Aladdin (USA) | |
Breath of Fire (USA) | |
Breath of Fire II (USA) | |
Castlevania - Dracula X (USA) | |
Chrono Trigger (USA) | |
Contra III - The Alien Wars (USA) | |
Donkey Kong Country (USA) | |
Donkey Kong Country 2 - Diddy's Kong Quest (USA) (En,Fr) | |
Donkey Kong Country 3 - Dixie Kong's Double Trouble! (USA) (En,Fr) | |
Doom (USA) |
Battletoads (USA) | |
Castlevania (USA) | |
Castlevania II - Simon's Quest (USA) | |
Castlevania III - Dracula's Curse (USA) | |
Contra (USA) | |
Donkey Kong | |
Dragon Warrior (USA) | |
Dragon Warrior II (USA) | |
Elite | |
Final Fantasy (USA) |
Advance Wars (USA) | |
Advance Wars 2 - Black Hole Rising (USA) | |
Alien Hominid (Europe) (En,Fr,De,Es,It) | |
Astro Boy - Omega Factor (Europe) (En,Ja,Fr,De,Es,It) | |
Baldur's Gate - Dark Alliance (Europe) (En,Fr,De,Es,It) | |
Broken Sword - The Shadow of the Templars (USA) (En,Fr,De,Es,It) | |
Castlevania - Aria of Sorrow (USA) | |
Castlevania - Circle of the Moon (USA) | |
Castlevania - Harmony of Dissonance (Europe) | |
Donkey Kong Country (Europe) (En,Fr,De,Es,It) |
<?php | |
function memdiff($id = null) { | |
static $int = null; | |
$current = memory_get_usage(); | |
if ($int === null) { | |
$int = $current; | |
} else { |
(function () { | |
function getCurrentSeason() { | |
var now = new Date(); | |
var currentYear = now.getFullYear(); | |
if (now < new Date(currentYear, 2, 1)) { | |
// [Jan 1 ~ Mar 1) | |
return 'winter'; |
#!/bin/bash | |
#REPO_PATH=/etc/openvpn/zapret-info | |
CUSTOM_DOMAINS_FILE=/etc/openvpn/custom_domains.txt | |
OPENVPN_CONFIG_FILE=/etc/openvpn/server.conf | |
#echo "Updating git repo..." | |
#git -C "$REPO_PATH" pull | |
echo "Parsing the dump..." |
#cs ---------------------------------------------------------------------------- | |
AutoIt Version: 3.3.12.0 | |
Author: Neris Ereptoris <[email protected]> | |
Script Function: | |
Tab key keyboard layout switcher + Dell 7737 insert fix. | |
Administrative privileges recommended but not required. | |
To use this script please remap keys using windows registry or SharpKeys tool: |
#include <string> | |
#include <iostream> | |
#include <vector> | |
#include <algorithm> | |
#include <dirent.h> | |
#include <stdio.h> | |
#include <sys/types.h> | |
#include <sys/stat.h> | |
struct file_info { |
<?xml version="1.0" encoding="utf-8" ?> | |
<Quest Id="12" Type="General" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<Requirements> | |
<ZoneId>1</ZoneId> | |
<Level>1</Level> | |
<CurrentClassId>1</CurrentClassId> | |
<CurrentClassLevel>1</CurrentClassLevel> | |
<CompletedQuest>1</CompletedQuest> | |
</Requirements> |