Skip to content

Instantly share code, notes, and snippets.

View Sh00k-ThaD3v's full-sized avatar
💯
Loving T3ch

Krisshatta Esclovon Sh00k-ThaD3v

💯
Loving T3ch
View GitHub Profile
@woodman231
woodman231 / README.md
Last active November 27, 2021 05:44
A couple of good steps to do after creating an electron-forge app with the Webpack plugin

To start the project: npx create-electron-app my-new-app --template=webpack

Attached are files to help with configuration of a preload script and a visual studio code debug

@wmclifford
wmclifford / attributeParser.cpp
Created November 27, 2021 06:35
HackerRank: attribute parser (c++)
#include <algorithm>
#include <cassert>
#include <iomanip>
#include <iostream>
#include <cstdlib>
#include <string>
#include <regex>
#include <map>
#include <vector>
#include <iterator>
@xeoncross
xeoncross / index.js
Last active December 15, 2021 07:14
Setup Bootstrap with Parcel for local development
import $ from "jquery";
import "bootstrap";
import "bootstrap/dist/css/bootstrap.css"; // Import precompiled Bootstrap css
import "@fortawesome/fontawesome-free/css/all.css";
import "./offcanvas.css";
import Holder from "holderjs";
$(() => {
"use strict";
@Sh00k-ThaD3v
Sh00k-ThaD3v / index.html
Created June 4, 2022 10:40
Neumorphic Elements
<div class="container">
<div class="components">
<div class="switch">
<div class="switch__1">
<input id="switch-1" type="checkbox">
<label for="switch-1"></label>
</div>
<div class="switch__2">
<!-- TO DO : Find out how to create new items + congrats message when all done-->
<div class="frame">
<div class="list">
<div class="head">
<div class="title">Friday</div>
<div class="subtitle">March 4, 2016</div>
</div>
<ul>
@Sh00k-ThaD3v
Sh00k-ThaD3v / index.html
Created June 10, 2022 11:15
Pure CSS Gradient Background Animation
<div class="d-flex flex-column justify-content-center w-100 h-100">
<div class="d-flex flex-column justify-content-center align-items-center">
<h1 class="fw-light text-white m-0">Pure CSS Gradient Background Animation</h1>
<div class="btn-group my-5">
<a href="https://codepen-api-export-production.s3.us-west-2.amazonaws.com/zip/PEN/pyBNzX/1578778289271/pure-css-gradient-background-animation.zip" class="btn btn-outline-light" aria-current="page"><i class="fas fa-file-download me-2"></i> SOURCE CODE</a>
<a href="https://codepen.io/P1N2O/full/pyBNzX" class="btn btn-outline-light">FULL SCREEN <i class="fas fa-expand ms-2"></i></a>
</div>
<a href="https://manuel.pinto.dev" class="text-decoration-none">
<h5 class="fw-light text-white m-0">— Pen by Manuel Pinto —</h5>
@Sh00k-ThaD3v
Sh00k-ThaD3v / augmented-ui-social-media-picture-of-code-thing.markdown
Created June 10, 2022 11:39
augmented-ui social media picture-of-code thing
@Sh00k-ThaD3v
Sh00k-ThaD3v / index.html
Created June 10, 2022 14:52
Social Icon Glassmorph
<a class="glassIco" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="glassIco" href="#"><i class="fab fa-instagram"></i></a>
<a class="glassIco" href="#"><i class="fab fa-linkedin-in"></i></a>
<a class="glassIco" href="#"><i class="fab fa-whatsapp"></i></a>
@Sh00k-ThaD3v
Sh00k-ThaD3v / candy-color-button-animation.markdown
Created June 11, 2022 23:45
Candy Color Button Animation