Skip to content

Instantly share code, notes, and snippets.

View john01dav's full-sized avatar

David Johnson john01dav

  • /home/john01dav
View GitHub Profile
@john01dav
john01dav / loc_counter.cpp
Created October 7, 2019 05:33
Simple Program To Count Lines of Code Of Another Program
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
This file has been truncated, but you can view the full file.
Issue report: https://github.com/mezz/JustEnoughItems/issues/1455
MultiMC version: 0.6.2-custom
Minecraft folder is:
/home/david/.multimcinstances/Revelations/minecraft
Java path is:
[16:19:45] [main/INFO]: Detecting environment...
[16:19:45] [main/INFO]: Found launch wrapper, continuing
[16:19:45] [main/INFO]: Loading tweak class name com.simon816.sponge.bootstrap.Bootstrap$PreFMLTweaker
[16:19:45] [main/INFO]: Using primary tweak class name com.simon816.sponge.bootstrap.Bootstrap$PreFMLTweaker
[16:19:45] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[16:19:45] [main/INFO]: Loading tweak class name com.simon816.sponge.bootstrap.Bootstrap$PostFMLTweaker
[16:19:45] [main/INFO]: Calling tweak class com.simon816.sponge.bootstrap.Bootstrap$PreFMLTweaker
[16:19:45] [main/INFO]: Performing SpongeCoremod injection
[16:19:45] [main/INFO]: SpongeCoremod successfully injected into FML
[16:19:45] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
@john01dav
john01dav / somewhatadvancedc++calculator
Last active April 29, 2019 05:06
Somewhat Advanced C++ Calculator
See the comment for clickable links.
StackExchange: https://codereview.stackexchange.com/questions/117753/somewhat-advanced-c-calculator
main.cpp: https://gist.github.com/john01dav/3f45904bd3b26bae99da
term.h: https://gist.github.com/john01dav/034da66247bdbfeef2b0
term.cpp: https://gist.github.com/john01dav/937e20e0afee81a98eeb