Skip to content

Instantly share code, notes, and snippets.

@neisdev
neisdev / index.html
Created April 7, 2023 07:49
Markdown Notes
<div class="container-fluid h-100 notes-app-container">
<div class="row h-100 ">
<div class="col-2 p-0 folder-list">
<ul class="list-group">
<li class="d-flex justify-content-between align-items-center">
All Notes
<span class="badge">51</span>
</li>
<li class="d-flex justify-content-between align-items-center">
Daily Tasks
@neisdev
neisdev / ace-syntax-highlighter.markdown
Created April 6, 2023 21:03
Ace Syntax Highlighter
@neisdev
neisdev / ace-syntax-highlighter.markdown
Created April 6, 2023 20:57
Ace Syntax Highlighter
@neisdev
neisdev / code-editor-ace-for-html-css-and-js.markdown
Created April 6, 2023 20:16
Code Editor - Ace for HTML, CSS and JS

Code Editor - Ace for HTML, CSS and JS

Online editor for HTML, CSS and JS like REPL screen to test or doing code practice

A Pen by shiva on CodePen.

License.

@neisdev
neisdev / index.html
Created April 6, 2023 15:18
Package Builder Thing
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Fredoka+One" rel="stylesheet">
<!-- PAC MAN -->
<div id="app">
<!-- Page Header -->
<h2 class="rela-block main-header">Package Builder</h2>
<!-- Show Final Package -->
<div :class="['editor-button', 'pack-button', package_code?'visible':'']" @click='show_package'>Show Package</div>
@neisdev
neisdev / index.html
Created March 24, 2023 08:23
Package Builder Thing
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Fredoka+One" rel="stylesheet">
<!-- PAC MAN -->
<div id="app">
<!-- Page Header -->
<h2 class="rela-block main-header">Package Builder</h2>
<!-- Show Final Package -->
<div :class="['editor-button', 'pack-button', package_code?'visible':'']" @click='show_package'>Show Package</div>
@neisdev
neisdev / bootstrap-accordion-generator.markdown
Created March 16, 2023 09:44
Bootstrap Accordion Generator
@neisdev
neisdev / d3-js-bubble-map-layering-census-data-and-topojson.markdown
Created March 2, 2023 09:53
d3.js Bubble Map, layering census data and topoJSON

d3.js Bubble Map, layering census data and topoJSON

Based on Mike Bostock's map, created topoJSON from Natural Earth data and population data obtained from the US Census Bureau. Map depicts poverty numbers for those under 18 by county in US, represented with bubbles. County names and poverty population figures are shown on mouseover where available.

A Pen by Amelia Power on CodePen.

License.

@neisdev
neisdev / alpine-single-upload-with-croppie.markdown
Created March 2, 2023 08:38
Alpine single upload with croppie
@neisdev
neisdev / index.html
Created February 24, 2023 13:07
Invoice Generator with TailwindCSS and AlpineJS
<body class="antialiased sans-serif">
<div class="border-t-8 border-gray-700 h-2"></div>
<div
class="container mx-auto py-6 px-4"
x-data="invoices()"
x-init="generateInvoiceNumber(111111, 999999);"
x-cloak
>
<div class="flex justify-between">
<h2 class="text-2xl font-bold mb-6 pb-2 tracking-wider uppercase">Invoice</h2>