Skip to content

Instantly share code, notes, and snippets.

@jdstein1
jdstein1 / hexagons.js
Created May 6, 2017 15:16 — forked from zackthehuman/hexagons.js
Drawing a hexagonal grid with HTML canvas
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Canvas Hexagonal Map</title>
<style type="text/css">
canvas {
border:0;
display:block;
margin:0 auto;
@jdstein1
jdstein1 / CSS-Shield.markdown
Last active August 29, 2015 14:20
CSS Shield
@jdstein1
jdstein1 / Medals.markdown
Last active August 29, 2015 14:19
Medals
@jdstein1
jdstein1 / Destiny-API-reference.md
Last active November 11, 2020 23:34
A list of APIs for player data in Bungie's Destiny

Destiny API reference

A list of APIs for player data in Bungie's Destiny

Groups

Clans

API - Clan

@jdstein1
jdstein1 / Media-Queries-test.markdown
Created September 18, 2014 20:34
A Pen by Jeff S..
@jdstein1
jdstein1 / ResponsiveSearchBarFlat.md
Last active January 2, 2016 15:48
Responsive Search Bar (Flat Style)

Responsive Search Bar

Flat Style

by Jeff Stein

About

This is a test of an HTML search bar using various layout techniques. The layout is an HTML form with back button fieldset and search input fieldset. The inner search fieldset has a search box and clear "X" button. The variations use 1) auto width DIVs, 2) TABLEs, and 3) percentage width DIVs.

@jdstein1
jdstein1 / ResponsiveSearchBarNormal.md
Last active January 2, 2016 12:09
Responsive Search Bar (Normal Style)

Responsive Search Bar

Normal Style

by Jeff Stein

About

This is a test of an HTML search bar using various layout techniques. The basic layout is an HTML form with input search box and "Go!" button. The variations use 1) auto width DIVs, 2) TABLEs, and 3) percentage width DIVs.

@jdstein1
jdstein1 / AngularToggle.md
Last active December 18, 2015 12:39
Toggling with AngularJS

Toggling with AngularJS

by Jeff Stein

About

This is a small example of how you can toggle classes and overlays with the ngClick directive. It performs a show/hide on an overlay DIV, activates/deactivates clicked item, and changes the state of the overlay.