Giter Club home page Giter Club logo
Mike Shafter photo

mineshafter61 Goto Github PK

followers: 15.0 following: 30.0 repos: 20.0 gists: 0.0

Name: Mike Shafter

Type: User

Bio: Owner and Lead Developer of the Limaru City Server. Creator of the Krepian language. Profile picture from https://www.pixiv.net/artworks/92476898 cuz it caha'ei

Twitter: Mineshafter61

Location: Fresbury, The Shafterlands

📿 Hi there, I'm Mike Shafter (a.k.a. Mineshafter61)

Discord

ko-fi

Welcome to my GitHub page! Some of the projects I've done are listed below.

Mineshafter61's github stats
Mineshafter61's Top Languages


About me

Owns the Limaru City Server. Likes trains. A lot. Created the Krepian language. Discord: https://discord.gg/ykrbZga

Coding style

Variable names must always be in CamelCase. Use 2 spaces instead of tabs. If-else format:

if (condition) {
  // statements
}
else if {
  // statements
}
else {
  // statements
}

For Python, use underscores instead of CamelCase, except in the case of Classes.

If the statement in an if-else block has only 1 line, put it on the same line as the condition. This also applies for loops. Always use a for-loop whenever possible. Use an underscore (if the language allows) for variables that will never be used but must be present for code to work.


Versioning

For Minecraft plugins: <minor>.<minecraft minor>.<patch*100+snapshot>

For my projects that do not depend/partially depend on someone else's project: <major>.<minor>.<patch*100+snapshot>

Languages I know

HTML5 CSS3 JavaScript Python Java

Mike Shafter's Projects

appception icon appception

Android App maker for Android. Isn't that AppCeption?

cocoainput icon cocoainput

A best way to input characters with native mac IM in Minecraft

discordafk icon discordafk

A plugin that sends Essentials AFK messages onto Discord.

landclaim icon landclaim

A Minecraft server plugin for servers running Spigot/Bukkit 1.13-1.16. Plugin download, instructions and reviews at be viewed at https://www.spigotmc.org/resources/landclaim.69666/

tpbus icon tpbus

TpBus: A lightweight plugin to handle teleportation transportation systems.

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.