Skip to content

Instantly share code, notes, and snippets.

View dpo's full-sized avatar
💭
Hacking

Dominique dpo

💭
Hacking
View GitHub Profile
@dpo
dpo / .tmux.conf
Last active April 20, 2020 20:51
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
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
#*******************************************************/
#* 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.
""" (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
@dpo
dpo / krylov_bmark_GitHub.tag.md.md
Created February 12, 2019 19:51
A benchmark for Krylov repository

Benchmark Report for Krylov

Job Properties

  • Time of benchmark: 12 Feb 2019 - 14:23
  • Package commit: dirty
  • Julia commit: 099e82
  • Julia command flags: None
  • Environment variables: None

Results

@dpo
dpo / krylov_bmark_2019-02-11T17:43:28.735.md.md
Created February 11, 2019 22:43
A benchmark for Krylov repository

Benchmark Report for Krylov

Job Properties

  • Time of benchmark: 11 Feb 2019 - 17:43
  • Package commit: dirty
  • Julia commit: 099e82
  • Julia command flags: None
  • Environment variables: None

Results

@dpo
dpo / krylov_bmark_2019-02-11T17:26:26.674.md.md
Created February 11, 2019 22:26
A benchmark for Krylov repository

Benchmark Report for Krylov

Job Properties

  • Time of benchmark: 11 Feb 2019 - 17:25
  • Package commit: dirty
  • Julia commit: 099e82
  • Julia command flags: None
  • Environment variables: None

Results

@dpo
dpo / krylov_bmark_2019-02-11T16:55:16.619.md.md
Created February 11, 2019 22:02
A benchmark for Krylov repository

Benchmark Report for Krylov

Job Properties

  • Time of benchmark: 11 Feb 2019 - 16:54
  • Package commit: dirty
  • Julia commit: 099e82
  • Julia command flags: None
  • Environment variables: None

Results

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',
{
"title": "Tmux Prefix (rev 3)",
"rules": [
{
"description": "Tmux Prefix Mode [Tab as trigger key]",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "tab",