Skip to content

Instantly share code, notes, and snippets.

View takano32's full-sized avatar
🌏

TAKANO Mitsuhiro takano32

🌏
View GitHub Profile
[
{
"word": "Asshole",
"kana": "アスホール",
"meaning": "いやな奴(Ass=お尻、Hole=穴)",
"notice": "「うざい野郎」「ろくでなし」"
},
{
"word": "あばずれ",
"kana": "あばずれ",

Arch Linux ARM on Crostini

Screenshot

I got Arch Linux ARM installed on a Lenovo Chromebook Duet! I mostly used the instructions from the Arch Wiki as reference.

0. Before we begin

@takano32
takano32 / hackadoll
Created May 17, 2019 12:50 — forked from koluku/hackadoll
ハッカドールソースコメント コメントが消える直前に取得したソースコメント。多分最後のコメントを保存しているのはこれだけだと思う。 リビジョンで最後に取得したことを証明できるので参考までに。 2014-08-12 13:59 view-source:hackadoll.com
<!--
--
もう時間がないのでここにログだけ残す。
--
@takano32
takano32 / beer.lisp
Created September 23, 2018 23:11 — forked from elderica/beer.lisp
(in-package #:cl-user)
(defpackage #:beer
(:use #:common-lisp)
(:export #:verse #:sing))
(in-package #:beer)
;; [*endpoint-min*, *endpoint-max*] in notations for intervals.
(defparameter *endpoint-max* 99)
(defparameter *endpoint-min* 0)
uuid = require 'node-uuid'
uuid1 = uuid.v4()
uuid2 = uuid.v4()
uuid2bytes = (uuid) ->
bytes = []
sBytes = uuid.match(/([0-9a-zA-Z]{2})/g)
sBytes.forEach (inByte) ->
aByte = parseInt(inByte, 16)
bytes.push(aByte)
@takano32
takano32 / Terminal
Created November 27, 2012 09:26 — forked from laiso/appps.bash
[OS X]起動中のアプリケーション一覧を出力するシェルスクリプト
$ ps ax -o command | sed -ne 's/.*\/Applications\/\([^/]*\)\.app\/.*/\1/p' | sort -u
Alfred
Boxcar Mac
Dropbox
Emacs
Google Chrome
Google Drive
Growl
LimeChat
Skype
import java.awt._
import javax.swing._
class Window(t: String,frash:FrashCard) extends JFrame(t){
val frashCard = frash
val panel:JPanel = new JPanel(new GridLayout(1,1))
val tit = t
makeWindow();
add(panel)
@takano32
takano32 / 矩形.txt
Created February 15, 2012 03:40 — forked from rummelonp/矩形.txt
クケェーッ!!!
               ,, -―-、       
             /     ヽ   
       / ̄ ̄/  /i⌒ヽ、|    クケェーッ!!!!
      /  (゜)/   / /          
     /     ト、.,../ ,ー-、       
    =彳      \\‘゚。、` ヽ。、o   
    /          \\゚。、。、o
   /         /⌒ ヽ ヽU  o
   /         │   `ヽU ∴l
  │         │     U :l
#!/usr/bin/perl
use utf8;
use strict;
use warnings;
use Encode;
use File::Slurp;
use URI::Escape qw(uri_unescape);
use LWP::Simple;
diff --git a/application/controllers/reports.php b/application/controllers/reports.php
index 3a9c93f..f06ed59 100644
--- a/application/controllers/reports.php
+++ b/application/controllers/reports.php
@@ -135,7 +135,8 @@ class Reports_Controller extends Main_Controller {
- $query = 'SELECT id,category_title,category_color FROM category WHERE category_visible = 1 AND category_trusted = 0';
+ //$query = 'SELECT id,category_title,category_color FROM category WHERE category_visible = 1 AND category_trusted = 0';