MARK P. JONES
Pacific Software Research Center
Department of Computer Science and Engineering
Oregon Graduate Institute of Science and Technology
###SSH into a remote machine###
ssh user@mydomain.com
#or by ip address
ssh user@192.168.1.1
exit: exit
###Install Something###
#If it's a new server, update apt-get first thing
| apply plugin: 'groovy' | |
| description = "Library Name" | |
| group = 'package.name' | |
| version = "0.0.1" | |
| repositories { | |
| mavenCentral() | |
| } |
| import javafx.application.Application; | |
| import javafx.beans.property.DoubleProperty; | |
| import javafx.beans.property.ObjectProperty; | |
| import javafx.beans.property.ReadOnlyObjectProperty; | |
| import javafx.beans.property.SimpleObjectProperty; | |
| import javafx.beans.value.ChangeListener; | |
| import javafx.beans.value.ObservableValue; | |
| import javafx.collections.FXCollections; | |
| import javafx.collections.ObservableList; | |
| import javafx.event.EventHandler; |