Skip to content

Instantly share code, notes, and snippets.

@perillamint
perillamint / entryinstaller.sh
Last active October 28, 2015 21:41
Entry board connector installer for linux
#!/bin/sh
# This script downloads entry board (http://play-entry.com/)
# websocket connector and apply some hack to enable it to
# run it on linux platform
#
# This script depends on Node.JS system installation (for npm)
#
# Copyright (c) 2015 perillamint
#
@perillamint
perillamint / unlinkis-notice.md
Last active November 26, 2015 16:22
unlink.is

#Notice

This gist is moved to git repository:

unlink.is

@perillamint
perillamint / BOOTLOG.md
Last active December 22, 2015 18:31
Misc information about NIS-HAP11N

Bootlog

CFE

Decompressing...done


CFE version 5.60.127.36 based on BBP 1.0.37 for BCM947XX (32bit,SP,LE)
Build Date: 2013. 07. 30. (화) 17:18:39 KST (root@localhost.localdomain)
Copyright (C) 2000-2008 Broadcom Corporation.
@perillamint
perillamint / ch4mchi.c
Created December 27, 2015 18:10
One of problems in ISCTF2015
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <math.h>
int main(){
int i;
char rune;
char spell[4];
@perillamint
perillamint / keybase.md
Created January 4, 2016 10:35
Keybase.io proof.

Keybase proof

I hereby claim:

  • I am perillamint on github.
  • I am perillamint (https://keybase.io/perillamint) on keybase.
  • I have a public key whose fingerprint is F3F7 A109 0496 6A12 DE3C AAB0 6134 9C07 C6B6 947A

To claim this, I am signing this object:

@perillamint
perillamint / factorial-worker.lfe
Created January 7, 2016 22:22
Lisp-flavored-Erlang - factorial
(defmodule factorial-worker
(export all))
;;Start factorial worker
(defun listener ()
(receive ((tuple caller msg)
(! caller (fact-part (car msg) (car (cdr msg)))))))
(defun fact-part (begin end)
(if (> begin end) 1
@perillamint
perillamint / million_park_geun_hye.py
Last active January 27, 2016 03:25 — forked from if1live/million_park_geun_hye.py
확산선 밀리언 ㄹ혜
#!/usr/bin/env python
#-*- coding: utf-8 -*-
#It needs address fuzzer.
"""
pip install requests
"""
import urllib
===== dmidecode -t 2 =====
# dmidecode 3.0
Getting SMBIOS data from sysfs.
SMBIOS 2.4 present.
Handle 0x001C, DMI type 2, 16 bytes
Base Board Information
Manufacturer: Apple Inc.
Product Name: Mac-742912EFDBEE19B3
@perillamint
perillamint / Makefile
Last active February 24, 2016 12:39
Makefile for iCEstorm and Icarus verilog
PROJ := test
PIN_DEF := hx8kboard.pcf
DEVICE := hx8k
SIMCOMPILER := iverilog
SIMULATOR := vvp
VIEWER := gtkwave
TOPMODULE := top
@perillamint
perillamint / bluez.log
Created May 18, 2016 10:16
BlueZ log while pairing with Razer orochi chroma. (BLE mouse)
May 18 19:06:32 nerdanel.gentoo.moe bluetoothd[23551]: Bluetooth daemon 5.39
May 18 19:06:32 nerdanel.gentoo.moe bluetoothd[23551]: src/main.c:parse_config() parsing main.conf
May 18 19:06:32 nerdanel.gentoo.moe bluetoothd[23551]: src/main.c:parse_config() Key file does not have key 'DiscoverableTimeout' in group 'General'
May 18 19:06:32 nerdanel.gentoo.moe bluetoothd[23551]: src/main.c:parse_config() Key file does not have key 'PairableTimeout' in group 'General'
May 18 19:06:32 nerdanel.gentoo.moe bluetoothd[23551]: src/main.c:parse_config() Key file does not have key 'AutoConnectTimeout' in group 'General'
May 18 19:06:32 nerdanel.gentoo.moe bluetoothd[23551]: src/main.c:parse_config() Key file does not have key 'Name' in group 'General'
May 18 19:06:32 nerdanel.gentoo.moe bluetoothd[23551]: src/main.c:parse_config() Key file does not have key 'Class' in group 'General'
May 18 19:06:32 nerdanel.gentoo.moe bluetoothd[23551]: src/main.c:parse_config() Key file does not have key 'DeviceID' in group 'General'