Single Dual, Plural
N | V | Ac | I | D | Ab | G | L |
---|---|---|---|---|---|---|---|
は | よ | を | よって | から | の | で | |
が | に | に |
# | |
# A fatal error has been detected by the Java Runtime Environment: | |
# | |
# SIGSEGV (0xb) at pc=0x00007fe8ba5bcdd9, pid=1239, tid=140639455762176 | |
# | |
# JRE version: OpenJDK Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18) | |
# Java VM: OpenJDK 64-Bit Server VM (25.25-b02 mixed mode linux-amd64 compressed oops) | |
# Problematic frame: | |
# C [i965_dri.so+0x36fdd9] | |
# |
_JAVA_AWT_WM_NONREPARENTING=0 java -jar foo/bar.jar | |
import Chisel._ | |
class LEDModule extends Module { | |
val io = new Bundle {val a = UInt(OUTPUT,8)} | |
val a = Reg(init = UInt(7,8)) | |
val speed = UInt(20000000) | |
val count = Reg(init = speed) | |
count := count - UInt(1) |
indent $(TARG) -ts2 -br -npcs |
NOTE: | |
The OVMF X64 UEFI image has been moved to /usr/share/ovmf/x64/ovmf_x64.bin | |
The OVMF IA32 UEFI image has been moved to /usr/share/ovmf/x64/ovmf_ia32.bin | |
To test OVMF X64 in QEMU (use v1.5+) run: | |
$ cp /usr/share/ovmf/x64/ovmf_x64.bin ~/ovmf_x64.bin | |
$ qemu-system-x86_64 -enable-kvm -net none -m 1500 -pflash ~/ovmf_x64.bin | |
Unnamed_thm = | |
fun (T' S' : Prop) (H : T' -> S') (H0 : (T' -> False) \/ S' -> False) => | |
(fun H1 : (T' -> False) -> False => | |
(fun H2 : S' -> False => | |
(fun H3 : False => (fun H4 : False => False_ind False H4) H3) | |
((fun H3 : T' -> False => H1 H3) | |
((fun (H3 : False -> False) (H4 : T') => | |
(fun H5 : S' => | |
(fun H6 : False => (fun H7 : False => False_ind False H7) (H3 H6)) | |
(H2 H5)) (H H4)) (fun y : False => H1 (fun _ : T' => y))))) |
#/bin/sh | |
SRC=../libs/iovm/source/IoVersion.h | |
DST=_build/headers/IoVersion.h | |
sed -e "s;^\(#define IO_BUILTDATE_STRING\) .*;\1 \"`date '+%H\:%M %d/%m/%Y'`\";" $SRC > $DST |
mkdir tmux_build | |
cd tmux_build | |
wget https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz | |
tar zxf libevent-2.0.21-stable.tar.gz | |
cd libevent-2.0.21-stable | |
mkdir build | |
export LIBEVENT_PREFIX=${PWD}/build | |
./configure --prefix=${LIBEVENT_PREFIX} | |
make |
Single Dual, Plural
N | V | Ac | I | D | Ab | G | L |
---|---|---|---|---|---|---|---|
は | よ | を | よって | から | の | で | |
が | に | に |
;; latn-post.mim -- Latin input method with postfix modifiers | |
;; Copyright (C) 2003, 2004, 2005 | |
;; National Institute of Advanced Industrial Science and Technology (AIST) | |
;; Registration Number H15PRO112 | |
;; This file is part of the m17n database, a sub-part of the m17n library. | |
;; The m17n library is free software; you can redistribute it and/or | |
;; modify it under the terms of the GNU General Public License as | |
;; published by the Free Software Foundation; either version 2, or (at |