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
# Reconstructed via infocmp from file: /usr/share/terminfo/x/xterm | |
xterm|X11 terminal emulator, | |
auto_right_margin, | |
back_color_erase, | |
eat_newline_glitch, | |
has_meta_key, | |
move_insert_mode, | |
move_standout_mode, | |
no_pad_char, | |
prtr_silent, |
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
I have: | |
mounted under plack/toadfarm under /communication: | |
my $msgs = $r->under('/messages/:recipient')->to('messages#list_by_user')->name('users_messages'); | |
$msgs->get('/archive') | |
->to('messages#list_archived') | |
->name('show_archived_messages'); | |
# and a bunch more |
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
## Foo | |
Hallo, hier ist ein normaler Textparagraph. | |
* Bulletlist simple. And some piece of text. And some more Text. And some even longer Text. And let's see what happens | |
Now I added an empty line to see if I remain in the bullet list. | |
* Here's another item. | |
- foo: Here is O.'s style bullet list. |
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
export LC_CTYPE="de_DE.utf8" | |
export LC_COLLATE="de_DE.utf8" | |
export LANG=en_US.utf8 | |
export LC_PAPER="de_DE.utf8" | |
#export XMODIFIERS="@im=SCIM" | |
#export XIM_PROGRAM="scim -d" | |
#export GTK_IM_MODULE=scim | |
#export QT_IM_MODULE=scim | |
#scim -f socket -ns socket -d | |
#scim -f x11 -s socket -c socket -d |
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
173 Thread model: posix | |
174 gcc version 5.3.0 (GCC) | |
175 configure:6219: $? = 0 | |
176 configure:6208: gcc -V >&5 | |
177 gcc: error: unrecognized command line option '-V' | |
178 gcc: fatal error: no input files | |
179 compilation terminated. | |
180 configure:6219: $? = 1 | |
181 configure:6208: gcc -qversion >&5 | |
182 gcc: error: unrecognized command line option '-qversion' |