Skip to content

Instantly share code, notes, and snippets.

@janzeteachesit
janzeteachesit / PY0101EN-1-1-Types.ipynb
Created September 4, 2020 23:55
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@janzeteachesit
janzeteachesit / index.html
Created March 22, 2019 07:20
Invader Zim Survey
<h1 id="title">Invader Zim Survey</h1>
<div id="form-outer">
<p id="description">
The Earth is mine to devastate... and I already promised the moon to GIR.
</p>
<form id="survey-form" method="GET" action="https://crossorigin.me/https://freecodecamp.com">
<!-- species -->
<div class="rowTab">
<div class="labels">
<label for="species">What are you?</label>
@janzeteachesit
janzeteachesit / article.md
Created October 20, 2017 02:57 — forked from KevinAst/article.md
Integrating GitBook with JSDoc to Document Your Open Source Project

Integrating GitBook with JSDoc to Document Your Open Source Project

Introduction

Good documentation should include two distinct elements - a Guide and an API:

  1. The Guide builds concepts, providing examples, etc.

GitBook is well suited to

@janzeteachesit
janzeteachesit / nodejs-portable-20170609.md
Last active June 10, 2017 05:12
Portable Node.js setup 2017-06-09
@janzeteachesit
janzeteachesit / index.html
Created April 29, 2017 02:04
Make your own adventure game!
<div id="historial">
<h2>Instructions</h2>
Welcome to "Arkator Tales: The brave adventurer". This is a game where you take the role of an adventurer who will change the history of the world of Arkator. The way to play is pretty simple, you only have to read the story that appears up here and then make your choice by writing the action you think will be the better option. The game ussually will offer you some options that you can choose. This options will be an upper case action, like JUMP, RUN... Or some other words like LEFT, RIGHT, NORTH, SOUTH... In some cases, the words that the game gives to you may be not the only options, so you can try to figure out for yourself what could you do. Ok, now that you know how the game works, let's play it! Thank you for reading the instructions!
<h2>Chapter 0: Prologue</h2>
If you have a save code insert it now, if not just type NEXT.
</div>
<div>
@janzeteachesit
janzeteachesit / getting-started-with-phaser-part-3.markdown
Created April 7, 2017 21:19
Getting started with Phaser, Part 3
@janzeteachesit
janzeteachesit / index.html
Created April 7, 2017 18:05
Phaser - Game Template
<head>
<title>Phaser - Game Template</title>
<meta charset="utf-8">
<script src="//cdn.jsdelivr.net/phaser/2.2.2/phaser.min.js"></script>
</head>
<body>
<div id="game"></div>
@janzeteachesit
janzeteachesit / index.html
Created February 24, 2017 00:09
Loot RPG v1.05
<div id="all">
<div oncontextmenu="return false;" id="main">
<div id="viewscreen">
<div class="col-xs-3">
<table class="inventory" id="inventory">
<tr>
<td id="i1" class="slot "></td>
<td id="i2" class="slot "></td>
<td id="i3" class="slot "></td>
@janzeteachesit
janzeteachesit / chapter-1-tennis_step09.markdown
Last active February 18, 2017 08:42
Chapter 1: Tennis_Step09
@janzeteachesit
janzeteachesit / chapter-1-tennis_step08.markdown
Last active February 18, 2017 08:31
Chapter 1: Tennis_Step08