Skip to content

Instantly share code, notes, and snippets.

@neisdev
neisdev / index.html
Created May 3, 2023 13:50
Python - pruebas
<!DOCTYPE html>
<html lang="en">
<head>
<title>Online Python - IDE, Editor, Compiler, Interpreter</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
@neisdev
neisdev / ace-editor-multiple-tabs-js.markdown
Created May 2, 2023 12:26
Ace Editor Multiple Tabs JS
@neisdev
neisdev / index.html
Created April 29, 2023 18:54
Transition to Auto Height using Grid - Pure CSS Demo
<section class="w-screen min-h-screen py-6 px-12 flex flex-col bg-zinc-900 text-zinc-50 items-center justify-center">
<div class="w-full flex flex-col gap-3 max-w-screen-md">
<!-- FAQ 1 Start-->
<div class="w-full rounded bg-zinc-800 hover:bg-zinc-700">
<div class="flex flex-col">
<input id="faq1" type="checkbox" class="ml-auto sr-only peer">
<label for="faq1" class="flex py-2 px-4 mt-2 w-full items-center cursor-pointer">
<span class="font-medium text-lg">What is the meaning of life, the universe, and everything?</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5 ml-auto">
<path d="M10.75 4.75a.75.75 0 00-1.5 0v4.5h-4.5a.75.75 0 000 1.5h4.5v4.5a.75.75 0 001.5 0v-4.5h4.5a.75.75 0 000-1.5h-4.5v-4.5z" />
@neisdev
neisdev / index.haml
Created April 29, 2023 10:52
Style Guide?
//<script type="text/x-emblem">
// h1 Welcome to my App
// = outlet
//</script>
.container
.page-header
%h2
Modules
.pull-right <small> local storage module </small>
%pre.language-coffeescript
@neisdev
neisdev / full-javascript-notes.markdown
Created April 29, 2023 10:44
Full JavaScript Notes
@neisdev
neisdev / ace-editor-electric-storm-jumpscroll-to-marked-linenumbers.markdown
Created April 28, 2023 21:32
Ace Editor Electric Storm JumpScroll to marked linenumbers
@neisdev
neisdev / ace-editor-electric-storm-jumpscroll-to-marked-linenumbers.markdown
Created April 28, 2023 21:32
Ace Editor Electric Storm JumpScroll to marked linenumbers
@neisdev
neisdev / ace-editor-electric-storm-jumpscroll-to-marked-linenumbers.markdown
Created April 28, 2023 21:26
Ace Editor Electric Storm JumpScroll to marked linenumbers
@neisdev
neisdev / index.html
Created April 26, 2023 12:32
JavaScript CheatSheet Using (HTML, CSS & JS) Responsive SIte
<body>
<nav class="navbar">
<span class="logo"><img src="Logo/copy.png" alt=""></span>
<span class="nav content">JavaScript CheatSheet</span>
</nav>
<div class="container">
<ol>
<li>JavaScript Basics <br><br>
Set of JavaScript basic syntax to add, execute and write basic programming paradigms in JavaScript. <br><br>
@neisdev
neisdev / index.html
Created April 26, 2023 09:36
Tailwind Dash
<nav class="flex bg-blue-900 p-3">
<div class="flex items-center justify-between flex-wrap container mx-auto">
<div class="flex items-center flex-shrink-0 text-white mr-6">
<img src="https://merchantwest.co.za/sites/default/files/logo.png" class="fill-current h-8 mr-2">
</div>
<div class="block lg:hidden">
<button class="flex items-center px-3 py-2 border rounded text-teal-200 border-teal-400 hover:text-white hover:border-white">
<svg class="fill-current h-3 w-3" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><title>Menu</title><path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z"/></svg>
</button>
</div>