Coder Social home page Coder Social logo

misc's Introduction

Misc

Miscelanious random stuff I uploaded for one reason or another.

misc's People

Contributors

blue64 avatar

Watchers

James Cloos avatar  avatar

misc's Issues

GitHub Formatting

Code Tags include: (remove the spaces)

` ` `
^(the non shift of ~ next to 1 & Tab)
for the opening, or
[ code ]
for the opening

*!@#$&%^()[]{}-_+=;:'"/?.,<>
you type the code that you need, then close the Code Tag with

[ / code ]
or
` ` `
^(the non shift of ~ next to 1 & Tab)
again, remove spaces to actually implement.
Desktop View has a Preview Function, very useful to make sure you don't accidentally ~Strikethrough~ your own message.
As you can see, this method also removes Word Wrap from the Code Chunk, useful for Crash Logs.

*Italics*
**Bold**
***Bold Italics***
_Italics_
**_Bold Italics_**
_**Bold Italics**_
**_`Bold Italics in a Small Code Block`_**
_**`Bold Italics in a Small Code Block`**_
_`*Italics in a Small Code Block with Asterisks*`_
**`Bold Text in a Small Code Box`**
I'm pretty sure you get the general idea by now.

(>^.^)> Kirby in a Small Code Block <(^.^<)

then you simply type like normal on the line after the ``` <(the non shift of ~ next to 1 & Tab)
note that for it to function it needs to be the only thing on that line
another note, don't put ``` for purposes other than Code Blocks (` for Continuous, or ``` for Multi-Line) if you can help it
I can only write ``` if it is inside a Multi-Line Code Block, otherwise it tries to "Pair Up" for Continuous Code Blocks.

You need to provide more information?

use the Code Tags to display any large chunks of code/crashes. for in depth formatting tips, check out:
>> Here <<

to use a group Code Tag like this one type this on it's own line to Open/Close it (minus the Spaces)
` ` `
Which Mod are you trying to Edit?
Which Version?
Which Version of MineCraft?
Which Version of Forge?
Which Version of Java are you currently Using?
What is your current Operating System? (aka OS [Operating System], aka iOS [internal Operating System])
Are you running in Server or Client Mode?
Are you trying to run this on a Server?
Are you trying to run this in Single Player?
Which Version of MineTweaker are you using? (MineTweaker related)
Do you have ModTweaker? (MineTweaker related)
Which Version of ModTweaker? (MineTweaker + ModTweaker related)
What is the current Script you are using? (MineTweaker + ModTweaker related)
Does that current Script currently Function as intended? (no Bugs/Errors/Crashes for that specific Script) (MineTweaker + ModTweaker related)

most of this information can be found in any Crash Log, for example:

 ---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 5/8/17 8:47 PM
Description: Loading screen debug info

This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
	Minecraft Version: 1.7.10
	Operating System: Windows 7 (amd64) version 6.1
	Java Version: 1.8.0_73, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 69093088 bytes (65 MB) / 159133696 bytes (151 MB) up to 2141913088 bytes (2042 MB)
	JVM Flags: 42 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:+AggressiveHeap -XX:+AggressiveOpts -XX:+AlwaysPreTouch -XX:+CMSScavengeBeforeRemark -XX:+ExplicitGCInvokesConcurrent -XX:+ParallelRefProcEnabled -XX:+ScavengeBeforeFullGC -XX:+UseCodeCacheFlushing -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseStringDeduplication -XX:-DisableExplicitGC -XX:-UseAdaptiveSizePolicy -XX:-UseCompressedOops -XX:-UseG1GC -XX:-UseParallelGC -XX:-UseSerialGC -XX:ReservedCodeCacheSize=128M -XX:InitialHeapSize=256M -XX:MaxNewSize=32M -XX:NewSize=8M -Xms64M -Xmx2048M -Xss2M -XX:CMSExpAvgFactor=10 -XX:CMSTriggerRatio=95 -XX:CodeCacheMinimumFreeSpace=64M -XX:ConcGCThreads=1 -XX:G1HeapRegionSize=16M -XX:G1ReservePercent=5 -XX:InitialCodeCacheSize=128M -XX:InitialSurvivorRatio=4 -XX:InitiatingHeapOccupancyPercent=75 -XX:MaxGCPauseMillis=250 -XX:MaxHeapFreeRatio=50 -XX:MaxTenuringThreshold=8 -XX:MinHeapFreeRatio=5 -XX:ParallelGCThreads=1 -XX:StringDeduplicationAgeThreshold=2 -XX:SurvivorRatio=4 -XX:TargetSurvivorRatio=50
	AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: 
	GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.4.12874 Compatibility Profile Context 14.100.0.0' Renderer: 'AMD Radeon HD 6310 Graphics'

you can clearly see my:
MineCraft Version (1.7.10)
Java Version (1.8.0_73, Oracle Corporation)
Operating System (Windows 7 (amd64) version 6.1)
Server/Client Mode (Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation)
I'm sure you can use your imagination to see how this type of information can greatly assist the people working on your issue.

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.