This file contains hidden or 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
# -*- 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): |
This file contains hidden or 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
<!-- | |
# 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"><h1>Episode 0</h1> |
This file contains hidden or 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
#!/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): |
NewerOlder