I got Arch Linux ARM installed on a Lenovo Chromebook Duet! I mostly used the instructions from the Arch Wiki as reference.
This file contains 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
[ | |
{ | |
"word": "Asshole", | |
"kana": "アスホール", | |
"meaning": "いやな奴(Ass=お尻、Hole=穴)", | |
"notice": "「うざい野郎」「ろくでなし」" | |
}, | |
{ | |
"word": "あばずれ", | |
"kana": "あばずれ", |
This file contains 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 file contains 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
(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) |
This file contains 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
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) |
This file contains 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
$ 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 |
This file contains 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
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) |
This file contains 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
,, -―-、 | |
/ ヽ | |
/ ̄ ̄/ /i⌒ヽ、| クケェーッ!!!! | |
/ (゜)/ / / | |
/ ト、.,../ ,ー-、 | |
=彳 \\‘゚。、` ヽ。、o | |
/ \\゚。、。、o | |
/ /⌒ ヽ ヽU o | |
/ │ `ヽU ∴l | |
│ │ U :l |
This file contains 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
#!/usr/bin/perl | |
use utf8; | |
use strict; | |
use warnings; | |
use Encode; | |
use File::Slurp; | |
use URI::Escape qw(uri_unescape); | |
use LWP::Simple; |
This file contains 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
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'; |
NewerOlder