Skip to content

Instantly share code, notes, and snippets.

View Meshiest's full-sized avatar
🍰

Isaac H Meshiest

🍰
View GitHub Profile
@Meshiest
Meshiest / style.css
Last active September 17, 2017 00:10
MrSeedbox Mal Style
/*
Stylesheet for MyAnimeList.net profiles
Copyright (C) 2017 Meshiest
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.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

Auto Bridge

Conjures a block beneath and infront of the player

{spellName:"AutoBridge",uuidMost:-7555304362156670255L,validSpell:1b,spellList:[0:{data:{params:{_target:2},key:"operatorVectorExtractX"},x:2,y:1},1:{data:{params:{_target:2},key:"operatorEntityLook"},x:2,y:2},2:{data:{key:"selectorCaster"},x:2,y:3},3:{data:{params:{_target:3},key:"connector"},x:3,y:1},4:{data:{params:{_target:3},key:"operatorVectorExtractZ"},x:3,y:2},5:{data:{params:{_target:3},key:"operatorEntityPosition"},x:3,y:3},6:{data:{params:{_target:3},key:"connector"},x:4,y:1},7:{data:{params:{_x:1,_y:4,_z:3},key:"operatorVectorConstruct"},x:4,y:2},8:{data:{params:{_vector3:4,_vector2:3,_vector1:1},key:"operatorVectorSum"},x:4,y:3},9:{data:{params:{_time:0,_position:1},key:"trickConjureBlock"},x:4,y:4},10:{data:{key:"constantNumber",constantValue:"0"},x:5,y:2},11:{data:{params:{_x:1,_y:4,_z:2},key:"operatorVectorConstruct"},x:5,y:3},12:{data:{key:"constantNumber",constantValue:"0"},x:5,y:4},13:{data:{key:"constantNumber",constan

@Meshiest
Meshiest / inclass1.html
Last active September 18, 2017 20:41
In class assignment 1
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Magical Table</title>
</head>
<body>
<table border="1">
<tr>
<td rowspan="2">
<a href="#">Link</a>
@Meshiest
Meshiest / inclass0.html
Last active November 26, 2022 20:20
Hacker hideout
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Leet Hacker</title>
</head>
<body>
<h1>Welcome to the <code>hacker hideout</code></h1>
<h2>Only those <u>1337 enough</u> can <i>enter</i></h2>
<h3>D3c1ph3r <code>this</code> code to p<u>a</u>s<u>s</u></h3>
<hr/>
@Meshiest
Meshiest / scds.html
Created October 9, 2017 23:38
I thought it would look cool
<!DOCTYPE html>
<html>
<head>
<title>Stevens Cyber Defense Society</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:300|Work+Sans:300" rel="stylesheet">
<style type="text/css">
* {
margin: 0;
padding: 0;
@Meshiest
Meshiest / listexample.html
Last active October 13, 2017 20:33
an example list
<!DOCTYPE html>
<html>
<head>
<title>Foo</title>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<style type="text/css">
* {
margin: 0;
@Meshiest
Meshiest / AWSJavaUpdateTutorial.md
Created October 14, 2017 21:07
A simple tutorial for updating java on the default AWS AMI

AWS Java Update Tutorial (1.7 -> 1.8)

  1. ssh into your box
  2. sudo yum update
  3. sudo yum install java-1.8.0-openjdk
  4. sudo alernatives --config java and select java 1.8.0
  5. Done!

Homework 1 Rubric

An automatic grader for this assignment can be found here. This grader does not account for penalties.

Specification

  • A completed assignment does not have to exactly resemble the "Isaac's Schedule" document.
  • A completed assignment requires valid html, NOT what validator.w3.org specifies
  • Capitalization of tags should be ignored
  • Should students choose to use CSS instead of HTML attributes, no points should be deducted
@Meshiest
Meshiest / cs146_hw1_grader.html
Last active October 22, 2017 20:08
Basic auto grader for the first homework. Does not account for penalties
<!DOCTYPE html>
<html>
<head>
<title>HW1 Grader</title>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<style type="text/css">
* {
margin: 0;
padding: 0;
}
<!-- You are not supposed to edit this document ;) -->
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Magical CSS Tester</title>
<style type="text/css">
/*
You like memes?
https://i.imgur.com/qYag1jU.png
*/