Skip to content

Instantly share code, notes, and snippets.

View rhettl's full-sized avatar

Rhett Lowe rhettl

View GitHub Profile
@rhettl
rhettl / chosenObjectTest.html
Last active December 24, 2015 21:09
Testing that angular-chosen works with objects
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="chosen/chosen.css"/>
<style>
select {
width: 200px;
}
</style>
$font-base: 12px;
$red: #d80000;
$dkbrown: #2b1d0e;
$eggshell: #F0EAD6;
$tan: #D2B48C;
body {
font-size: $font-base;
background-color: $eggshell;
color: $dkbrown;
@rhettl
rhettl / Change.js
Last active October 18, 2017 22:04
/**
* Anaonymous function to scrape and reform data.
* @params {jQuery} $
*/
(function ($) {
/**
* Make an object where keys are years and values
* are sorted arrays of people and hrefs.
@rhettl
rhettl / controllers.application.js
Last active November 30, 2017 00:12
one-to-many
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});
@rhettl
rhettl / components.expand-all-toggle.js
Created January 9, 2018 23:51 — forked from onechiporenko/components.expand-all-toggle.js
Ember Models Table with Semantic UI
import Ember from 'ember';
export default Ember.Component.extend({
actions: {
collapseAllRows() {
Ember.get(this, 'collapseAllRows')();
},
expandAllRows() {
Ember.get(this, 'expandAllRows')();
}
@rhettl
rhettl / controllers.application.js
Last active January 10, 2018 21:46
Bootstrap Theme Test
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});
---- Minecraft Profiler Results ----
// Now with less numbers
Version: 1.16.1
Time span: 34421 ms
Tick span: 364 ticks
// This is approximately 10.57 ticks per second. It should be 20 ticks per second
--- BEGIN PROFILE DUMP ---

Instructions for Modded Client Setup

With Optional: Optifine Integration, Client Side Carpet Mod, and World Edit

Setup MultiMC Launcher

  1. In Windows, you may need to download 64bit Java. Have run into issues with built in 32bit version
  2. Download and install client from https://multimc.org/#Download
  3. Open MultiMC
  4. Add Minecraft Account (if it doesn't ask for this, use account icon in top right)
  5. Recommended: In settings > Java, set Minimum Memory Allocation to 2048MB and Maximum to 2048MB or 3072MB. This will allow more operating space for MC to move about in memory.