Skip to content

Instantly share code, notes, and snippets.

View hovo1990's full-sized avatar

Hovakim Grabski hovo1990

View GitHub Profile
Planet Mass Diameter DayLength SunDistance OrbitPeriod OrbitVelocity MeanTemperature SurfacePressure Moons Rings MagneticField FirstVisited FirstMission
MERCURY 0.33 4879 4222.6 57.9 88 47.4 167 0 0 No Yes 1974-03-29 Mariner 10
VENUS 4.87 12,104 2802 108.2 224.7 35 464 92 0 No No 1962-08-27 Mariner 2
EARTH 5.97 12,756 24 149.6 365.2 29.8 15 1 1 No Yes NA NA
MOON 0.073 3475 708.7 NA 27.3 1 -20 0 0 No No 1959-09-12 Luna 2
MARS 0.642 6792 24.7 227.9 687 24.1 -65 0.01 2 No No 1965-07-15 Mariner 4
JUPITER 1898 142,984 9.9 778.6 4331 13.1 -110 NA 67 Yes Yes 1973-12-04 Pioneer 10
SATURN 568 120,536 10.7 1433.5 10,747 9.7 -140 NA 62 Yes Yes 1979-09-01 Pioneer 11
URANUS 86.8 51,118 17.2 2872.5 30,589 6.8 -195 NA 27 Yes Yes 1986-01-24 Voyager 2
NEPTUNE 102 49,528 16.1 4495.1 59,800 5.4 -200 NA 14 Yes Yes 1989-08-25 Voyager 2
@hovo1990
hovo1990 / build.sh
Created June 11, 2020 09:23 — forked from Forst/build.sh
Ubuntu ISO with preseed.cfg generation script
#!/bin/bash
## FORSTWOOF UBUNTU PRESEED :: BUILD SCRIPT
# Quit on first error
set -e
# Temporary directory for the build
TMP="/var/tmp/ubuntu-build"
@hovo1990
hovo1990 / jupyter_ngrok.md
Created March 24, 2020 21:05 — forked from artificialsoph/jupyter_ngrok.md
Quickest way to get Jupyter notebook running on a remote server.

Log into your server with ssh, something like

ssh -i "my_secret.pem" ubuntu@12.123.12.123

If it's a new server, you'll need to install a few things.

Install conda with

@hovo1990
hovo1990 / sudo-keepalive-example.sh
Created March 8, 2020 08:13 — forked from cowboy/sudo-keepalive-example.sh
Bash: Sudo keep-alive (good for long-running scripts that need sudo internally but shouldn't be run with sudo)
#!/bin/bash
# Might as well ask for password up-front, right?
sudo -v
# Keep-alive: update existing sudo time stamp if set, otherwise do nothing.
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &
# Example: do stuff over the next 30+ mins that requires sudo here or there.
function wait() {
@hovo1990
hovo1990 / Transition_jsbml.java
Last active July 25, 2016 09:09
Transition.java from jsbml repository
/*
* $Id$
* $URL$
* ----------------------------------------------------------------------------
* This file is part of JSBML. Please visit <http://sbml.org/Software/JSBML>
* for the latest version of JSBML and more information about SBML.
*
* Copyright (C) 2009-2016 jointly by the following organizations:
* 1. The University of Tuebingen, Germany
* 2. EMBL European Bioinformatics Institute (EBML-EBI), Hinxton, UK
@hovo1990
hovo1990 / Transition_deviser.java
Created July 25, 2016 09:04
Transition_deviser
/*
* ----------------------------------------------------------------------------
* This file is part of JSBML. Please visit <http://sbml.org/Software/JSBML>
* for the latest version of JSBML and more information about SBML.
*
* Copyright (C) 2009-2016 jointly by the following organizations:
* 1. The University of Tuebingen, Germany
* 2. EMBL European Bioinformatics Institute (EBML-EBI), Hinxton, UK
* 3. The California Institute of Technology, Pasadena, CA, USA
* 4. The University of California, San Diego, La Jolla, CA, USA
@hovo1990
hovo1990 / Transition.java
Created July 22, 2016 10:32
ListOf Function Order
/*
* ----------------------------------------------------------------------------
* This file is part of JSBML. Please visit <http://sbml.org/Software/JSBML>
* for the latest version of JSBML and more information about SBML.
*
* Copyright (C) 2009-2016 jointly by the following organizations:
* 1. The University of Tuebingen, Germany
* 2. EMBL European Bioinformatics Institute (EBML-EBI), Hinxton, UK
* 3. The California Institute of Technology, Pasadena, CA, USA
* 4. The University of California, San Diego, La Jolla, CA, USA
@hovo1990
hovo1990 / ReplacementLog.txt
Created July 12, 2016 07:12
Replacement QualSpecies
Before Commenting:
With replaced QualitativeSpecies.java
john1990@john1990:/media/workDrive/GSOC2016/compile_test/jsbml/extensions/qual$ ant compile
Buildfile: /media/workDrive/GSOC2016/compile_test/jsbml/extensions/qual/build.xml
init: