Skip to content

Instantly share code, notes, and snippets.

@iDerp
iDerp / custom-twitch-chat-overlay-tmi-js-single-channel.markdown
Created February 8, 2022 03:25
Custom Twitch Chat Overlay - tmi.js (Single channel)
@iDerp
iDerp / index.html
Created April 4, 2020 17:37
Simple landing page cover
<div class="logocon" data-0="opacity: 1; display: flex" data-99="opacity: 0; display: none" data-100="display: none">
<div class="logo">DogeCoaster</div>
</div>
<div class="hint" data-0="bottom: 10vh" data-100="bottom: -25px">A new take on gambling for Dogecoin</div><div class="hint" data-0="bottom: 2vh" data-100="bottom: -25px">scroll down for info</div>
<!--page contents below-->
<div class="menu">DogeCoaster</div>
<div class="content"><div class="section-light row"><div class="col-md-16 col-md-offset-4 col-sm-20 col-sm-offset-2 col-xs-24"><h2 style="margin-bottom: 30px;">What's DogeCoaster?</h2><p style="font-size: x-large;">DogeCoaster is based off the classic Bitcoin gambling site, Bustabit. Users bet how much DOGE they want and can cash out at any time, unless the multiplier crashes. Multiplier crashes can happen at any time and once they do, unless you cashed out, you lose your entire bet.</p></div></div>
<br>
<div class="section-light row"><div class="col-md-16 col-md-offset-4 col-sm-20 col-sm-
@iDerp
iDerp / discord-user-interface-with-flexbox-and-grid.markdown
Created July 28, 2019 00:17
Discord User Interface with Flexbox and Grid

Discord User Interface with Flexbox and Grid

A basic mock-up of Discord's user interface with flexbox and grid. I will try to update it over time.

A Pen by iDerp on CodePen.

License.

@iDerp
iDerp / discord-user-interface-with-flexbox-and-grid.markdown
Last active July 28, 2019 00:15
Discord User Interface with Flexbox and Grid

Discord User Interface with Flexbox and Grid

A basic mock-up of Discord's user interface with flexbox and grid. I will try to update it over time.

A Pen by Nicholas Drzewiecki on CodePen.

License.

@iDerp
iDerp / index.html
Created November 5, 2018 20:14
JavaScript Image Loader: Example Usage
<h2>Simple JavaScript image loader</h2>
<div id="svgHolder">
<h3>Loads .svg files</h3>
</div>
<div id="jpgHolder">
<h3>Loads .jpg files</h3>
</div>
<div id="pngHolder">
@iDerp
iDerp / dashboard-demo.markdown
Created October 28, 2018 19:10
Dashboard Demo

Dashboard Demo

Based on the Bootstrap Dashboard Theme.

This intention of this project is to learn from Bootstrap's excellent design choices, not to claim someone else's hard work as my own. This pen in no way is a substitution to the official theme.

My main goal is to explore what concepts make this theme work so well. Learn what is going on behind the scenes and the reasons for its design.

Goals

  • First Draft: Replication. The draft should look extremely similar to the original.
@iDerp
iDerp / dashboard-demo.markdown
Created October 28, 2018 18:49
Dashboard Demo

Dashboard Demo

Based on the Bootstrap Dashboard Theme.

This intention of this project is to learn from Bootstrap's excellent design choices, not to claim someone else's hard work as my own. This pen in no way is a substitution to the official theme.

My main goal is to explore what concepts make this theme work so well. Learn what is going on behind the scenes and the reasons for its design.

Goals

  • First Draft: Replication. The draft should look extremely similar to the original.
@iDerp
iDerp / gotterdammerung.markdown
Created March 21, 2018 19:59
Götterdämmerung
@iDerp
iDerp / index.html
Last active February 7, 2018 21:07
PQbEgN
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script>
$(document).ready(() => {
var xmlhttp = new XMLHttpRequest();
var url = 'https://test.derpbot.us/api/status';
xmlhttp.onreadystatechange = function () {
if (this.status == 200) {
var data = JSON.parse(this.responseText);
if (data.totalGuilds){
@iDerp
iDerp / index.html
Created February 7, 2018 19:56
Makisu
<header class="header">
<hgroup>
<h1>Makisu</h1>
<h2>CSS 3D Dropdown Concept</h2>
</hgroup>
</header>
<section class="demo">
<dl class="list nigiri">