Skip to content

Instantly share code, notes, and snippets.

View akouryy's full-sized avatar
💭
🐰

akouryy akouryy

💭
🐰
View GitHub Profile
@akouryy
akouryy / jmc15-1.cpp
Last active August 29, 2015 14:11
jmc.miz-miz.biz
#include <algorithm>
#include <climits>
#include <cstdio>
#include <functional>
#include <iostream>
#include <map>
#include <numeric>
#include <string>
#include <utility>
#include <vector>
1 2 3 v 3 2 1 ^
2 3 v 3 2 ^
3 v 3 ^
N > N ^
@akouryy
akouryy / A example
Last active August 29, 2015 14:08
A: tags, B: files
A = [
['6','千夜']
['7','シャロ']
['8','リゼ']
['9','ココア']
['0','チノ']
[]
['i','青山']
['o','マヤ']
['p','メグ']
@akouryy
akouryy / ぴょんぴょん.rb
Last active August 29, 2015 14:08
filter by tag
# encoding utf-8
# example:
# ruby ぴょんぴょん.rb -e png -e jpg -e gif -t シャロ -t チノ
# : .png or .jpg or .gif, シャロ or チノ
# ruby ぴょんぴょん.rb -o リゼシャロ --tag シャロ リゼ -千夜
# : シャロ and リゼ but 千夜, ./リゼシャロ/ will contain symlinks
require 'fileutils'
@akouryy
akouryy / dup.rb
Created November 2, 2014 02:07
remove duplication (backup: .dup directory)
# encoding utf-8
require 'fileutils'
i = 0
dir = ARGV[0] || ?.
moved = []
FileUtils.mkdir(dir + '/.dup')
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>test page</title>
<style>
*{
font-family: "M+ 2p";
}
</style>
<!DOCTYPE html>
<html>
<head>
<title>test page</title>
<style>
circle{
transform: rotateX(0deg);
transform-origin: 50px 50px;
transition: transform 1s linear;
}
@akouryy
akouryy / pyonpyon-1
Created October 19, 2014 14:35
ぴょんぴょん
# AOJ 0530
# http://judge.u-aizu.ac.jp/onlinejudge/description.jsp?id=0530
#
# (C)2014 akouryy
; eval(%w(I = 1/0.0 ;l
o op {n,m=gets.split.map(& :to_i);n
< 1 && exit;c=Array.new(n){Hash[[* get s
. sp lit[1..-1].map(&:to_i).each_slic e(2)]]};p=
Array.new(m +1){|k|n.times.map{|i|Hash[c[i].m ap{|j ,
@akouryy
akouryy / pyonpyon
Last active August 29, 2015 14:07
ぴょんぴょん
# AOJ 0530
eval(
%( I=1/0.0; loop{n,
m =gets.s p lit.m ap
( &: to_i);n<1&&exit;c=Arr ay.new(n
) { Ha sh[[*gets.split[1..-1].map( &:t o
_ i) .each_slice(2)]]};p=Array.new(m+ 1){|k|n.ti
mes.map{|i| Hash[c[i].map{|j,_|[j,((i<1||i<2& &k>1) ?
0:I)]}]}};0.upto(m){|k|1.upto(n-1){|i|c[i].ma p{|j, d
@akouryy
akouryy / ぴょんぴょん
Created August 24, 2014 13:59
eachの引数の関数でfalseを返すとbreakの代わりと見なされるのでfalse以外の値を返しますよ
$ ->
include '/jQuery.cookie.js'
checkList = []
updateControl = ->
$('#save-anime').attr 'disabled', true
link = "http://akouryy.net/anime/?year=2014&season=3&by_param"
console.log checkList
$('.show-anime').each (i) ->
if $(this).is ':checked'