I hereby claim:
- I am JaHIY on github.
- I am jahiy (https://keybase.io/jahiy) on keybase.
- I have a public key whose fingerprint is 9ED1 1282 613B 84E1 BBB5 A977 0632 BF80 2EB3 6492
To claim this, I am signing this object:
#!/usr/bin/env tclsh -- | |
set maze [list [list 2 2 2 2 2 2 2 2 2] \ | |
[list 0 0 2 2 2 2 0 2 2] \ | |
[list 2 0 0 0 0 0 0 0 2] \ | |
[list 2 0 2 2 0 2 2 0 2] \ | |
[list 0 2 0 2 0 2 2 0 2] \ | |
[list 2 2 0 2 0 2 2 0 2] \ | |
[list 2 2 0 2 0 0 0 0 2] \ | |
[list 2 2 0 2 0 2 2 2 2] \ |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env perl | |
use strict; | |
use warnings; | |
use utf8; | |
use autodie; | |
use 5.010; | |
use Data::Dumper; | |
use Image::Magick; |
#!/usr/bin/env perl | |
use strict; | |
use warnings; | |
use utf8; | |
use autodie; | |
use 5.010; | |
#use Data::Dumper; | |
use Encode; |
# $Id: PKGBUILD 99197 2013-10-25 12:45:06Z giovanni $ | |
# Maintainer: Rudolf Polzer <[email protected]> | |
# Original-Maintainer: Bartłomiej Piotrowski <[email protected]> | |
# Contributor: Eivind Uggedal <[email protected]> | |
# Contributor: Kars Wang <[email protected]> | |
pkgname=mpv-git | |
pkgver=0.36551.add439b | |
pkgrel=1 | |
pkgdesc='Video player based on MPlayer/mplayer2 (git version)' |
# Submitter: Alex Chamberlain <[email protected]> | |
# Maintainer: Kars Wang <[email protected]> | |
pkgname=jq | |
pkgver=1.3 | |
pkgrel=1 | |
pkgdesc='Command-line JSON processor' | |
arch=('i686' 'x86_64') | |
url='http://stedolan.github.com/jq/' | |
license=('custom') |
# Submitter: Alex Chamberlain <[email protected]> | |
# Maintainer: Kars Wang <[email protected]> | |
pkgname=jq-git | |
_gitname='jq' | |
pkgver=1.3_78_g4e3024c | |
pkgrel=1 | |
pkgdesc='Command-line JSON processor' | |
arch=('i686' 'x86_64') | |
url='http://stedolan.github.com/jq/' |
# Rime dictionary - kaomoji | |
# encoding: utf-8 | |
# ref: http://www.facemark.jp/ | |
--- | |
name: kaomoji | |
version: "0.3" | |
sort: origin | |
... | |
( ̄ε(# ̄) va 10 |
require 'formula' | |
class Hotot < Formula | |
homepage 'https://github.com/lyricat/Hotot' | |
url 'https://github.com/lyricat/Hotot/archive/0.9.8.10.tar.gz' | |
sha1 '09e1aae05546b99abc593df0c55d664a04336c43' | |
head 'https://github.com/lyricat/Hotot.git' | |
depends_on 'cmake' => :build |
#!/usr/bin/awk -f | |
BEGIN { | |
FS=";" | |
} | |
{ | |
printf "server=/%s/199.91.73.222\n",$1 | |
} |