This file contains 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
Results using the default details::mpmc_blocking_queue implementation: | |
$ bench | |
[info] ************************************************************** | |
[info] Single threaded: 1000000 messages | |
[info] ************************************************************** | |
[info] basic_st Elapsed: 0.45 secs 2239158/sec | |
[info] basic_st/backtrace-on Elapsed: 0.45 secs 2225987/sec | |
[info] | |
[info] rotating_st Elapsed: 0.44 secs 2293912/sec | |
[info] rotating_st/backtrace-on Elapsed: 0.54 secs 1863870/sec |
This file contains 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
; All plugins must derive from the _Plugin class | |
class HShifter extends _UCR.Classes.Plugin { | |
Type := "H-Shifter" | |
Description := "Emulate an H-Shifter output, controlled by any (non-toggling) input" | |
CurrentPosition := 0 | |
; The Init() method of a plugin is called when one is added. Use it to create your Gui etc | |
Init(){ | |
PositionCount := 7 | |
Loop % PositionCount { | |
; Create the GUI |
This file contains 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
3. gitlab:shell:setup | |
4. `:shell:` |
This file contains 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
# tmux-mouse-toggle | |
# via http://qiita.com/kawaz/items/7b15e18ca8e072c1dc57 | |
# | |
# Changes: | |
# - Modified 2015-07-27 by Araeos: modified shell code to work inline the .tmux.conf file with key binding. | |
# - Original gist by h14i | |
bind-key m run-shell "if [[ -n \$TMUX ]]; then \ | |
if [[ -z \"$(tmux show-options -gw mode-mouse | grep off)\" ]]; then \ | |
tmux set-option -gq mouse-utf8 off; \ |
This file contains 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
This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/Arch Linux) (rev 4971) (format=lualatex 2014.11.12) 30 NOV 2014 13:20 | |
restricted \write18 enabled. | |
**siunitx-luatexja-bug.tex | |
(./siunitx-luatexja-bug.tex | |
LaTeX2e <2014/05/01> | |
Babel <3.9k> and hyphenation patterns for 79 languages loaded. | |
(/usr/share/texmf-dist/tex/latex/base/article.cls | |
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class | |
(/usr/share/texmf-dist/tex/latex/base/size10.clo | |
File: size10.clo 2007/10/19 v1.4h Standard LaTeX file (size option) |