Skip to content

Instantly share code, notes, and snippets.

View Bryanmarc's full-sized avatar
:bowtie:
Probably Coding

Bryanmarc Ray Bryanmarc

:bowtie:
Probably Coding
  • Huntington, West Virginia
View GitHub Profile
ARCHTUPLE=arm-none-eabi-
DEVICE=VEX EDR V5
MFLAGS=-mcpu=cortex-a9 -mfpu=neon-fp16 -mfloat-abi=softfp
CPPFLAGS=-D_POSIX_THREADS -D_UNIX98_THREAD_MUTEX_ATTRIBUTES -Os
GCCFLAGS=-ffunction-sections -fdata-sections -fdiagnostics-color
WARNFLAGS+=
SPACE :=
################################################################################
######################### User configurable parameters #########################
# filename extensions
CEXTS:=c
ASMEXTS:=s S
CXXEXTS:=cpp c++ cc
# probably shouldn't modify these, but you may need them below
ROOT=.
FWDIR:=$(ROOT)/firmware
command /setautospawn:
permission: skript.admin
trigger:
set {autospawn} to location of player
message "You set AutoSpawn to %location of player%!"
on join:
teleport player to {autospawn}
clear player's inventory
give compass named "&c&lServer Selector" to Player
give chest named "&a&lGadgets and Gizmos" to player
package com.company;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class Main {
public static void main(String[] args) {
package com.company;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class Main {
public static void main(String[] args) {