Skip to content

Instantly share code, notes, and snippets.

View al42and's full-sized avatar

Andrey Alekseenko al42and

View GitHub Profile
@CrockAgile
CrockAgile / float_arcade.md
Last active December 27, 2022 00:47
Floating Point Arcade

Floating Point Arcade

![Twitter Follow][twitter]

A Shady Coin Toss

A shady game master approaches...

Hey there! You look like you would enjoy a good game of chance.
@lambdalisue
lambdalisue / install_vmd_ubuntu.sh
Last active June 17, 2018 17:05
An install script of VMD to Ubuntu
#!/bin/bash
#==============================================================================
# An install script which help you to install VMD in Ubuntu 15.04
#
# Author: Alisue (lambdalisue@hashnote.net)
# License: MIT License
#
# Copyright hashnote.net, 2015, allright reserved.
#==============================================================================
ROOT=$(cd $(dirname $0); pwd)