This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Advanced Window Snap | |
* Snaps the active window to a position within a user-defined grid. | |
* | |
* @author Andrew Moore <andrew+github@awmoore.com> | |
* @contributor jballi | |
* @contributor park-brian | |
* @contributor shinywong | |
* @version 1.2 | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Author: Daniel Gordon | |
# License: MIT | |
# Created: 10/28/2016 | |
# | |
# Mini Script for Updating Scala to some Scala version | |
# Does not update SBT. Just Scala. | |
# See <http://www.scala-sbt.org/0.13/docs/Installing-sbt-on-Linux.html> for upgrading SBT | |
# This is for Debian/Mint/Ubuntu distributions only | |
# | |
# TO USE AS A SCRIPT: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Advanced Window Snap | |
* Snaps the Active Window to one of nine different window positions. | |
* | |
* @author Andrew Moore <andrew+github@awmoore.com> | |
* @version 1.0 | |
*/ | |
/** | |
* SnapActiveWindow resizes and moves (snaps) the active window to a given position. |