Skip to content

Instantly share code, notes, and snippets.

View MinecraftPublisher's full-sized avatar

Moon Flower Fields MinecraftPublisher

View GitHub Profile
@MinecraftPublisher
MinecraftPublisher / README.md
Last active October 2, 2021 04:56
List of all the rules of programming

List of all the programming rules

  1. If it works, Don't touch it.
  2. Never code at daytime, Always code at night
  3. Don't fight over an IDE, Just use notepad++
  4. Stick to maximum 3 programming languages
  5. Don't minify or obfuscate your code, It absolutely sucks
  6. Use a beautifier or a code prettier, To make it look better
  7. Always write documentation
  8. Write summary comments, Or just normal comments to make everyone's life easier
@MinecraftPublisher
MinecraftPublisher / README.md
Last active September 29, 2021 11:56
PlugCord

PlugCord

A custom discord mod that updates automatically.

How to install PlugCord?

Installation steps coming soon!

@MinecraftPublisher
MinecraftPublisher / README.md
Created August 16, 2021 06:52
Reset Jetbrains product evaluation

Reset Jetbrains product evaluation

You could reset your Jetbrains product evaluation timer using this Gist.

How to use

reset_eval.vbs is for Windows devices

reset_eval.sh is for Linux and MacOS devices

@MinecraftPublisher
MinecraftPublisher / PROCESS.md
Last active May 21, 2023 16:32
Developement logs of Applex.

Applex

Applex developement logs

I just started to work on Applex, and i'll be happy to have some nice testers around! Comment down below if you want to beta test Applex.

Actions implemented into Applex

Scripting

@MinecraftPublisher
MinecraftPublisher / LICENSE
Last active June 8, 2021 11:43
Phazor.JS - Another javascript framework
Copyright 2021 Martia Foroud, otherwise known as MinecraftPublisher
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECT
<?php
echo "heya";
?>