Skip to content

Instantly share code, notes, and snippets.

TARGET=
CC=gcc
CXX=g++
CFLAGS=-g -O2 -w
CXXFLAGS=$(CFLAGS)
LDFLAGS=-static-libgcc -static-libstdc++
INCDIR=-I"./DxLib/"
LIBDIR=-L"./DxLib/"
LIBS=-lDxLib -lDxUseCLib -lDxDrawFunc -ljpeg -lpng -lzlib -ltheora_static -lvorbis_static\
-lvorbisfile_static -logg_static -lbulletdynamics -lbulletcollision -lbulletmath
menuentry "BIOS Update" {
insmod part_msdos
insmod ext2
search --no-floppy --fs-uuid --set=root 5f99584c-d07c-4027-864a-d41f44126188
linux16 /memdisk iso
initrd16 /8quj09uc.iso
}
;;; -*- coding: utf-8 -*-
;; okuri-ari entries.
つもあがt /ツモ和了;[麻雀]/
つもあがr /ツモ和了;[麻雀]/
つもt /自摸;[麻雀]/
つもt /ツモ;[麻雀]/
つもr /自摸;[麻雀]/
つもr /ツモ;[麻雀]/
くいながs /喰い流;[麻雀]/
くいなおs /喰い直;[麻雀]/
dir /dev 0755 0 0
nod /dev/console 0600 0 0 c 5 1
nod /dev/tty1 0600 0 0 c 4 1
nod /dev/zero 0600 0 0 c 1 5
nod /dev/mem 0600 0 0 c 1 1
dir /root 0700 0 0
dir /sbin 0755 0 0
file /sbin/v86d /sbin/v86d 0755 0 0
[ 65.677]
X.Org X Server 1.14.1
Release Date: 2013-04-17
[ 65.677] X Protocol Version 11, Revision 0
[ 65.677] Build Operating System: FreeBSD 9.1-r1-Gentoo amd64 Gentoo
[ 65.677] Current Operating System: FreeBSD Tyr 9.1-r1-Gentoo FreeBSD Gentoo 9.1-r1 #0: Tue May 21 22:08:23 JST 2013 root@:/usr/src/sys/amd64/compile/GENERIC amd64
[ 65.677] Build Date: 23 May 2013 09:53:04AM
[ 65.677]
[ 65.684] Current version of pixman: 0.30.0
[ 65.684] Before reporting problems, check http://wiki.x.org
@orumin
orumin / mms.cfg
Created August 28, 2013 12:00
Setting File for Adobe Flash Player on Linux
#
# /etc/adobe/mms.cfg: Adobe Flash privacy and security settings
#
# For more details on the meaning of most of these options, please visit:
# http://www.adobe.com/devnet/flashplayer/articles/flash_player_admin_guide.html
#
# Lets you prevent users from designating any files on the local file system as
# trusted
# 0 = Not Allowed, 1 = Allowed (default)
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).
{ config, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
@orumin
orumin / mikutter_windows.patch
Created October 21, 2013 23:53
mikutter 0.2.2.1373をWindowsで使えるようにし、popup通知をgrowlで行えるようにするパッチ
diff -urN mikutter.orig/core/mui/gtk_postbox.rb mikutter/core/mui/gtk_postbox.rb
--- mikutter.orig/core/mui/gtk_postbox.rb 2013-10-22 08:30:44.330987100 +0900
+++ mikutter/core/mui/gtk_postbox.rb 2013-10-21 19:50:11.893088600 +0900
@@ -138,7 +138,7 @@
text = widget_post.buffer.text
text += UserConfig[:footer] if add_footer?
@posting = service.post(:message => text){ |event, msg|
- notice [event, msg].inspect
+ # notice [event, msg].inspect
case event
@orumin
orumin / Haskell Platform package
Last active December 30, 2015 06:29
ArchLinuxでAURつかわずにHaskell環境構築
ghc
happy
alex
cabal-install
haskell-opengl
haskell-openglraw
haskell-fgl
haskell-gluraw
haskell-glut
haskell-text
@orumin
orumin / maudchan_icon.rb
Last active December 30, 2015 08:19
mikutterアイコンまつり
Plugin.create(:maudchan_icon) do
maudchan = File.join(File.dirname(__FILE__), 'maudchan.png').freeze
filter_web_image_loader_url_filter do |usr|
[maudchan]
end
end