Git Product home page Git Product logo
    class Lickem : Git {

        public Lickem() {
            this.username = "Lickem";
            this.country = "United States";
            this.age = 22;
            this.more = new string[] {
            
                "Welcome to my GitHub Page!",
                "I mostly code in java so don't expect me to push anything else ¯\_(ツ)_/¯",
                "GET OUT OF MY ROOM I'M PLAYING MINECRAFT (╯°□°)╯︵ ┻━┻"
            };

           
            for(int i = 0; i < 1e6; i++) {
                Console.WriteLine("Stop coding");
            }
        }
    }

    abstract class Git {
    
        public string username { get; set; }
        public string country { get; set; }
        public int age { get; set; }
        public string[] more { get; set; }

    }

}

Lickem's github stats Top Languages

Isaiah's Projects

duelnode icon duelnode

A system that creates duels across different servers; used to help spread out server load for optimal performance (Duel Servers)

minigame-idea icon minigame-idea

A sample plugin/template for creating and handling a variety of minecraft minigames.

nachospigot icon nachospigot

NachoSpigot is a fork of TacoSpigot 1.8.9 that offers several enhancements to performance as well as bug fixes.

packets icon packets

A program used for sending TCP packets between clients & servers.

potato icon potato

If you fork this then you can say you forked a potato.

waterfall icon waterfall

BungeeCord fork that aims to improve performance and stability.

whole icon whole

A plugin I made to test new ideas or to just mess around.

wii64-ps3 icon wii64-ps3

A very old proof of concept porting mupen64 (wii64) to PS3 using PSL1GHT v1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.