- Time of benchmark: 12 Feb 2019 - 14:23
- Package commit: dirty
- Julia commit: 099e82
- Julia command flags: None
- Environment variables: None
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
set -g prefix Home | |
unbind C-b | |
bind-key Home send-prefix # Caps-Lock is remapped to Home | |
# List of plugins | |
set -g @plugin 'tmux-plugins/tpm' | |
set -g @plugin 'tmux-plugins/tmux-sensible' | |
# tmux-resurrect and tmux-continuum to save the state across system restarts | |
# prefix-Ctrl-s to save the state |
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
set -g prefix Home | |
unbind C-b | |
bind-key Home send-prefix | |
# List of plugins | |
set -g @plugin 'tmux-plugins/tpm' | |
set -g @plugin 'tmux-plugins/tmux-sensible' | |
# tmux-resurrect and tmux-continuum to save the state across system restarts | |
# prefix-Ctrl-s to save the state |
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
#*******************************************************/ | |
#* Copyright(c) 2018 by Artelys */ | |
#* This source code is subject to the terms of the */ | |
#* MIT Expat License (see LICENSE.md) */ | |
#*******************************************************/ | |
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
# This example demonstrates how to use Knitro to solve the following | |
# simple nonlinear optimization problem. This model is test problem | |
# HS40 from the Hock & Schittkowski collection. |
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
""" (x, flags, stats) = usymlqr(A, b, c) | |
Solve the symmetric saddle-point system | |
[ I A ] [ s ] = [ b ] | |
[ A' ] [ t ] [ c ] | |
by way of the Saunders-Simon-Yip tridiagonalization using the USYMQR and USYMLQ methods. | |
The method solves the least-squares problem |
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
0 info it worked if it ends with ok | |
1 verbose cli [ '/Applications/Atom.app/Contents/Resources/app/apm/bin/node', | |
1 verbose cli '/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/bin/npm-cli.js', | |
1 verbose cli '--globalconfig', | |
1 verbose cli '/Users/dpo/.atom/.apm/.apmrc', | |
1 verbose cli '--userconfig', | |
1 verbose cli '/Users/dpo/.atom/.apmrc', | |
1 verbose cli 'install', | |
1 verbose cli 'https://www.atom.io/api/packages/linter-retextjs/versions/0.28.0/tarball', | |
1 verbose cli '--runtime=electron', |
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
{ | |
"title": "Tmux Prefix (rev 3)", | |
"rules": [ | |
{ | |
"description": "Tmux Prefix Mode [Tab as trigger key]", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "tab", |