This helps "fold a corner" when reading through a website. It remembers where you are to come back to later.
Each website can only have one corner folded at a time.
Please see the companion command to unfold corners.
| [Mon, 20 Jan 2014 19:51:54 GMT] [error] [<0.368.0>] Uncaught error in HTTP request: {error,undef} | |
| [Mon, 20 Jan 2014 19:51:54 GMT] [info] [<0.368.0>] Stacktrace: [{couch_httpd_proxy,handle_proxy_req, | |
| [{httpd, | |
| {mochiweb_request,#Port<0.1979>,'GET', | |
| "/test/_example", | |
| {1,1}, | |
| {8, | |
| {"host", | |
| {'Host',"localhost:5984"}, | |
| {"connection", |
| # Based on the philips theme | |
| if [ $UID -eq 0 ]; then NCOLOR="red"; else NCOLOR="green"; fi | |
| PROMPT='[%?] %{$fg[blue]%}%B%~%b%{$reset_color%} $(git_prompt_info)%(!.#.$) ' | |
| RPROMPT='[%*]' | |
| # git theming | |
| ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg_no_bold[red]%}%B" | |
| ZSH_THEME_GIT_PROMPT_SUFFIX="%b%{$fg_bold[blue]%})%{$reset_color%} " | |
| ZSH_THEME_GIT_PROMPT_CLEAN="" |
| 2014-07-29 12:22:27 Looking for entities in <RegionSet regiondir='/home/astronouth7303/.local/minecraft-server/Alvancia/region'> | |
| 2014-07-29 12:22:27 Buckets has 5123 entries | |
| 2014-07-29 12:22:27 Buckets has 4461 entries | |
| 2014-07-29 12:22:28 Found 212 entities and 9 tile entities in thread 18437 so far at 250 chunks | |
| 2014-07-29 12:22:28 Found 353 entities and 14 tile entities in thread 18438 so far at 250 chunks | |
| 2014-07-29 12:22:29 Found 428 entities and 21 tile entities in thread 18437 so far at 500 chunks | |
| 2014-07-29 12:22:29 Found 532 entities and 17 tile entities in thread 18438 so far at 500 chunks | |
| 2014-07-29 12:22:30 Found 647 entities and 41 tile entities in thread 18437 so far at 750 chunks | |
| 2014-07-29 12:22:30 Found 679 entities and 17 tile entities in thread 18438 so far at 750 chunks | |
| 2014-07-29 12:22:31 Found 836 entities and 143 tile entities in thread 18437 so far at 1000 chunks |
This helps "fold a corner" when reading through a website. It remembers where you are to come back to later.
Each website can only have one corner folded at a time.
Please see the companion command to unfold corners.
This helps "unfold a corner" when reading through a website. It remembers where you are to come back to later.
Each website can only have one corner folded at a time.
Please see the companion command to fold corners.
| [Unit] | |
| Description=VNC Display | |
| Requires=network.target lightdm.service | |
| After=network.target lightdm.service | |
| [Service] | |
| type=simple | |
| User=debian | |
| Environment=DISPLAY=:0 | |
| ExecStartPre=sleep 20s |
| #!/bin/sh | |
| export X11VNC_REVERSE_CONNECTION_NO_AUTH=1 | |
| exec x11vnc -viewonly -connect enterprise.local -rfbport 0 -nopw $* |
| from __future__ import absolute_import, division, print_function, unicode_literals | |
| import six | |
| if six.PY2: | |
| __metaclass__ = type | |
| class StreamBuffer: | |
| """ | |
| Makes a buffer look like a stream. Assumes infinite stream. | |
| """ |
This is a port of Diigo's simple bookmarklet. It just opens a popup to have you bookmark the page.
This is a port of Diigo's read later bookmark let. It just saves the current page as unread and gets out of the way.