Skip to content

Instantly share code, notes, and snippets.

View derektypist's full-sized avatar

Derek Dhammaloka derektypist

View GitHub Profile
@derektypist
derektypist / index.html
Created February 20, 2024 09:29
Remove Non Alphanumeric Characters and Change Case
<header class="container-fluid text-center">
<h1>Remove Non Alphanumeric Characters and Change Case</h1>
</header>
<div id="results"></div>
@derektypist
derektypist / index.html
Created September 5, 2022 10:01
Leading Zeros
<body>
<!-- Set Up Heading -->
<h1>Leading Zeros</h1>
<!-- Set Up Paragraph -->
<p id="demo"></p>
</body>
@derektypist
derektypist / index.html
Created January 11, 2022 15:33
Light-Bright App
<div id='root'></div>
@derektypist
derektypist / dungeon-crawler-game.markdown
Created September 4, 2021 10:01
Dungeon Crawler Game

Dungeon Crawler Game

Dungeon Crawler Game

The purpose of the project is to provide a Dungeon Crawler Game.

UX

As a user, I have a health, a level and.a weapon. I can pick up a better weapon. I can pick up health items.

@derektypist
derektypist / index.html
Created August 13, 2021 17:52
Recipe Box
<div id="app"></div>
@derektypist
derektypist / index.html
Created July 5, 2021 09:51
Show Local Weather
<section class="container-fluid">
<!-- Display Header -->
<header class="text-center">
<h1>Your Local Weather</h1>
</header>
<!-- Get City, Country and Status -->
<article>
<h3><span id="city"></span><span id="country"></span></h3>
<h4><span id="temperature"></span><span id="tempunit"></span></h4>
<i class="weather-icon"></i>
@derektypist
derektypist / index.html
Created July 2, 2021 14:49
Show Local Weather
<section class="container-fluid">
<!-- Display Header -->
<header class="text-center">
<h1>Your Local Weather</h1>
</header>
<!-- Get City, Country and Status -->
<article>
<h3><span id="city"></span><span id="country"></span></h3>
<h4><span id="temperature"></span><span id="tempunit"></span></h4>
<i class="weather-icon"></i>
@derektypist
derektypist / index.html
Created July 1, 2021 15:22
Show Local Weather
<section class="container-fluid">
<!-- Display Header -->
<header class="text-center">
<h1>Your Local Weather</h1>
</header>
<!-- Get City, Country and Status -->
<article>
<h3><span id="city"></span><span id="country"></span></h3>
<h4><span id="temperature"></span><span id="tempunit"></span></h4>
<i class="weather-icon"></i>
@derektypist
derektypist / index.html
Created February 11, 2020 17:32
Markdown Previewer
<div id="app"></div>