This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; GameBoy Color Boot ROM Disassembly | |
; Dumped by Costis | |
; Commenting by Randy Mongenel (Duo) | |
; WORK-IN-PROGRESS VERSION 09-27-2009 | |
; =========================================================================== | |
; Segment type: Pure code | |
SECTION "ROM", CODE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | |
<CodeBlocksConfig version="1"> | |
<editor> | |
<colour_sets> | |
<ACTIVE_COLOUR_SET> | |
<str> | |
<![CDATA[modnokai night shift v2]]> | |
</str> | |
</ACTIVE_COLOUR_SET> | |
<ACTIVE_LANG> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd <directory> | |
echo <repository name> | |
git pull origin master | |
cd <another directory> | |
echo <another repository name> | |
git pull origin master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import argparse | |
import subprocess | |
import re | |
import os | |
TYPECODES = ['\-', 'r', 'd', 'b', 'l', 'p', 's', 'w', 'v'] | |
DESCRIPTIONS = [ | |
'unknown type', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# Python port of keepass2john from the John the Ripper suite (http://www.openwall.com/john/) | |
# ./keepass2john.c was written by Dhiru Kholia <dhiru.kholia at gmail.com> in March of 2012 | |
# ./keepass2john.c was released under the GNU General Public License | |
# source keepass2john.c source code from: http://fossies.org/linux/john/src/keepass2john.c | |
# | |
# Python port by @harmj0y, GNU General Public License | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> import pytz | |
>>> | |
>>> for tz in pytz.all_timezones: | |
... print tz | |
... | |
... | |
Africa/Abidjan | |
Africa/Accra | |
Africa/Addis_Ababa | |
Africa/Algiers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: Created by: Shawn Brink | |
:: http://www.sevenforums.com | |
:: Tutorial: http://www.sevenforums.com/tutorials/214461-local-group-policy-reset-default.html | |
RD /S /Q "%WinDir%\System32\GroupPolicyUsers" | |
RD /S /Q "%WinDir%\System32\GroupPolicy" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdlib.h> | |
#include <stdio.h> | |
#include <string.h> | |
int main(int argc, const char *argv[]) | |
{ | |
int i, idx; | |
const char *adobe_cipher[] = { | |
"0000000001", "5038647192", "1456053789", "2604371895", | |
"4753896210", "8145962073", "0319728564", "7901235846", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
20160622~20160624 | |
���� ��Ȳ : �պκ��� ���������� �κ��� ��¥�� ��������. | |
���ϸ����� 99, 103, 106 �̷� ������ ������ ����. | |
�� ������ ù 8���ڴ� YYYYMMDD | |
��ǥ : ��� ������ ��¥�� ���ϸ����� ��ȯ�Ѵ�. | |
���� ��¥�� ���� ������ �������� ���,�� ó�� ���� ������ ���κп� ���δ�. | |
�ٹٲ�, ���� ����, #ǥ�� ���� ���� �Ƴ��α� �������� ����� ��. |
OlderNewer