Skip to content

Instantly share code, notes, and snippets.

View shinshin86's full-sized avatar
👶

Yuki Shindo shinshin86

👶
View GitHub Profile
@shinshin86
shinshin86 / caesar_cipher.py
Created August 6, 2016 11:55
It was create to solve to SECCON2015 online CTF - Excercise (After)
# -*- coding: utf-8 -*-
import sys
def create_dict(c,p):
dic ={}
for i in range(len(c)):
dic[c[i]] = p[i]
return dic
def q_replace(q, dic2):
@shinshin86
shinshin86 / Sample_AtomAndRssGeneratedPelican.xml
Created March 15, 2016 22:18
This RSS and ATOM has been generated by Pelican.
<!--
# This RSS and ATOM has been generated by Pelican
# Pelican is a static site generator, written in Python. Highlights include:
http://docs.getpelican.com/en/3.6.3/
-->
<!-- ATOM Feed -->
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Brewing Heads</title><link href="http://shinshin86.github.io/BrewingHeads/" rel="alternate"></link><link href="http://shinshin86.github.io/BrewingHeads/feeds/all.atom.xml" rel="self"></link><id>http://shinshin86.github.io/BrewingHeads/</id><updated>2016-03-06T00:00:00+09:00</updated><entry><title>BrewingHeads</title><link href="http://shinshin86.github.io/BrewingHeads/brewingheads.html" rel="alternate"></link><updated>2016-03-06T00:00:00+09:00</updated><author><name>shinshin86</name></author><id>tag:shinshin86.github.io,2016-03-06:BrewingHeads/brewingheads.html</id><summary type="html">&lt;h1&gt;Episode 0&lt;/h1&gt;
@shinshin86
shinshin86 / chBrightness.sh
Last active January 11, 2016 02:03
"Change Brightness" shell script
#!/bin/bash
function usage {
cat <<EOF
$(basename ${0}) is a tool for Change a Screen Brightness(Verification environment : Debian7)
Usage:
$(basename ${0}) [command or options]
Command(Selected Brightness):