Skip to content

Instantly share code, notes, and snippets.

View a-espinoza's full-sized avatar

Andres Espinoza a-espinoza

View GitHub Profile
@a-espinoza
a-espinoza / Main.java
Created December 18, 2018 19:48
NonstopDapperJavabytecode created by a_espinoza - https://repl.it/@a_espinoza/NonstopDapperJavabytecode
import java.util.Arrays;
import java.util.Scanner;
public class Main
{
private static String[] dump = new String [200];
private static String UART = "no UART found";
private static String CriticalLine = "Error in dump scanning - please check dump";
private static String resourceID = "no resourceID found";
private static boolean dev = false;
<!-->Look it's your boilerplate! Nothing in the head shows up on the output.
So let's move to the body, where you can see things happening!</!-->
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<link ref="stylesheet" type="text/css" src="style.css">
<style id="jsbin-css">
div {
width: 150px;
height: 150px;
border: 2px solid black;
<!DOCTYPE html>
<html>
<head>
<link ref="stylesheet" type="text/css" src="style.css">
<style id="jsbin-css">
div {
width: 150px;
height: 150px;
border: 2px solid black;
@a-espinoza
a-espinoza / index.html
Created June 20, 2016 00:27 — forked from anonymous/index.html
Hi,I'm awesome // source https://jsbin.com/xoviher
<!-- Write your code below-->
<!DOCTYPE>
<html>
<head>
<title>Hi,I'm awesome</title>
</head>
<body>
<h1>Hi, I'm awesome.</h1>
<h1>My first webste!</h1>
<h2>by a talent student</h2>
<h3>Built with WDI at GA.</h3>
<script id="jsbin-source-html" type="text/html"><h1>My first webste!</h1>
<h2>by a talent student</h2>
<h3>Built with WDI at GA.</h3>
</script>