Skip to content

Instantly share code, notes, and snippets.

View 28andrew's full-sized avatar

Andrew Tran 28andrew

View GitHub Profile
[1025/172424:INFO:LauncherAppRenderer.cpp(106)] Javascript bridge extended.
[1025/172425:INFO:LocalVersionProvider.cpp(81)] Looking for installed versions in C:/Users\Andrew Tran\AppData\Roaming\.minecraft\versions
/*----------------------------------------------------------------------------*/
/* Copyright (c) 2018 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of */
/* the project. */
/*----------------------------------------------------------------------------*/
package frc.robot.utils;
import edu.wpi.first.networktables.EntryListenerFlags;
[Window][Debug##Default]
Pos=60,60
Size=400,400
Collapsed=0
[Window][Robot State]
Pos=5,20
Size=92,99
Collapsed=0
@28andrew
28andrew / docker-compose.yml
Created February 19, 2021 00:45
docker-compose.yml for Apache Guacamole with MySQL and nginx on host instead of two other containers
####################################################################################
# docker-compose file for Apache Guacamole
# created by PCFreak 2017-06-28
#
# Apache Guacamole is a clientless remote desktop gateway. It supports standard
# protocols like VNC, RDP, and SSH. We call it clientless because no plugins or
# client software are required. Thanks to HTML5, once Guacamole is installed on
# a server, all you need to access your desktops is a web browser.
####################################################################################
#