Skip to content
View code-witch's full-sized avatar
👗
hot girl summer
👗
hot girl summer

Block or report code-witch

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
code-witch/README.md

Code-Witch

  • Neumont College of Computer Science Alumni
  • Graduated in 2022

Learn more about me here

Skills

Languages

Tools

Pinned Loading

  1. GameSweet GameSweet Public

    Final Project for CSC150

    Java

  2. Xlayton/Helium Xlayton/Helium Public

    A Lightweight Chat Service

    JavaScript 4

  3. Robotics Robotics Public

    All code that I worked on during my time with frc team 4348

    Java 1

  4. chromatic chromatic Public

    SCSS Framework but good this time

    SCSS

  5. this is amazing.java this is amazing.java
    1
    package calc;
    2
    
                  
    3
    public class User {
    4
    	int dollars = 0, cents = 0;
    5
    }
  6. App.java App.java
    1
    import java.util.Random;
    2
    
                  
    3
    import javafx.application.Application;
    4
    import javafx.application.Platform;
    5
    import javafx.event.ActionEvent;