This file contains hidden or 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
sub, sup { | |
/* Specified in % so that the sup/sup is the | |
right size relative to the surrounding text */ | |
font-size: 75%; | |
/* Zero out the line-height so that it doesn't | |
interfere with the positioning that follows */ | |
line-height: 0; | |
/* Where the magic happens: makes all browsers position |
This file contains hidden or 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
#!/bin/sh | |
# | |
# Search for a term within an Anki deck. | |
# | |
# Usage: grepanki.sh someword | |
# run "grepanki" without any input for more detailed help | |
# | |
# You might want to add special aliases to the .bashrc or .bash_profile files | |
# alias gpj='grepanki' # searches defaultly | |
# alias gpr='grepanki -r' # searches the reverse direction |
This file contains hidden or 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
// タンポポの{綿毛}が風にふかれて飛ぶ。 | |
// わたげ | |
// 植物のくきは上の方へのびる{性質}がある。 | |
// せいしつ | |
// 手あらいをよくして伝染<せん>病を{防}ぐ。 | |
// ふせ | |
// 父は{常}に「腹<はら>八分目」を心がけている。 | |
// つね | |
// 母は{雑用}が多くてこまっているようだ。 | |
// ざつよう |
NewerOlder