Skip to content

Instantly share code, notes, and snippets.

C DELTAT TMAX XOPT COPT EPSLIN TOLMAT TSTART
05.E-6 170.E-2 60.0 60.0 1.E-12
100000 1 1 1 1 1 0
1 RHIGH EPSZNO EPWARN EPSTOP EPSUBA EPDGEL EPOMEG SZPLT SZBED TENFAC
1.D+10 1.D-8 1.D-3 0.1 100. 1.D-16 1.D-15 10.0 72.0 10.
2 SIGMAX TENERG DEGMIN DEGMAX ZNOLIM(1), (2) STATFR ZNVREF XMAXMX AINCR
4.0 1.D+20 0.0 360. 1.0 1.5 60.0 1.D-6 2.0 .05
3 FREQFR HLETT1 HLETT2 VHS VS VH TAXISL VAXISL FILL1 FILL2
0.25 8.0 1.0 10. 20.0 8.0 6. 7.0
4 TOLRCE FHTAX FXSUP FYSUP FXTIT FYTIT VPLOTS VPLOTL FACTVI FTCARR
8.E-5 0.5 .25 .03 0.10 0.1 1.0 5.0 0.0 1.5
5 FXNUMV FXNUMH FVAXTT FXVERT UNIXON TIMTAC OVRLAP FLZERO EPSILN FLTINF
1.5 5.0 -1.5 0.0 0.0 0.0 0.5 1.D-12 1.D-8 1.D+19
Time V-bran V-node I-bran
in FONTEA FONTEA FONTEA
second RESISA RESISA
0.0 50. 50. 0.0
.0099999998 0.0 -40.450851 -20.225426
.0199999996 0.0 15.4508495 0.0
.0299999993 15.4508495 15.4508495 0.0
.0399999991 -40.450851 -40.450851 0.0
.0500000007 50. 50. 0.0
.0599999987 -40.450851 -40.450851 0.0
@ldemattos
ldemattos / DNS In Router.txt
Last active September 12, 2017 18:58
Santander Log Cracked DNS
104.168.146.22 and its whois
#
# ARIN WHOIS data and services are subject to the Terms of Use
# available at: https://www.arin.net/whois_tou.html
#
# If you see inaccuracies in the results, please report at
# https://www.arin.net/public/whoisinaccuracy/index.xhtml
#
#!/bin/sh
# Script to be used with Syncthing External File Versioning to call duplicity backup tool.
# This script is based on the original located in https://docs.syncthing.net/users/versioning.html
# Modified by Leonardo M. N. de Mattos <l(at)mattos.eng.br>
# Code is available at https://gist.github.com/ldemattos/91b5a1dbf3d17ed796594a942a2ec532
set -eu
# Where I want my versions stored
versionspath=~/.trashcan
@ldemattos
ldemattos / launchpyjulia.py
Last active March 22, 2017 01:57
Python script to launch pyjulia with Julia static compiled linux binary.
#!/usr/bin/env python2.7
# -*- coding: utf-8 -*-
#
# launchpyjulia.py
#
# Copyright 2017 Leonardo M. N. de Mattos <l@mattos.eng.br>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
@ldemattos
ldemattos / xorg.conf.nvidia
Created February 23, 2017 23:57
Xorg conf file to be used with Ubuntu 16.04 + bumblebee + NVIDIA GT540M
Section "ServerLayout"
Identifier "Layout0"
Option "AutoAddDevices" "false"
Option "AutoAddGPU" "false"
EndSection
Section "Device"
Identifier "DiscreteNvidia"
Driver "nvidia-340"
VendorName "NVIDIA Corporation"
@ldemattos
ldemattos / bumbleblee.conf
Last active February 24, 2017 00:00
Bumblebee conf file to be used with Ubuntu 16.04 + bumbleblee + NVIDIA GT540M
# Configuration file for Bumblebee. Values should **not** be put between quotes
## Server options. Any change made in this section will need a server restart
# to take effect.
[bumblebeed]
# The secondary Xorg server DISPLAY number
VirtualDisplay=:8
# Should the unused Xorg server be kept running? Set this to true if waiting
# for X to be ready is too long and don't need power management at all.
KeepUnusedXServer=false