Skip to content

Instantly share code, notes, and snippets.

View styluxlive's full-sized avatar

Jabulani Mdluli styluxlive

  • Ckrit Platform
  • Durban
View GitHub Profile
@styluxlive
styluxlive / PatchExtract.ps1
Created January 14, 2024 18:51 — forked from wumb0/PatchExtract.ps1
a gist copy of patch extract by Greg Lanaris
<#
____ ______ ______ ____ __ __
/\ _`\ /\ _ \ /\__ _\/\ _`\ /\ \/\ \
\ \ \L\ \\ \ \L\ \\/_/\ \/\ \ \/\_\\ \ \_\ \
\ \ ,__/ \ \ __ \ \ \ \ \ \ \/_/_\ \ _ \
\ \ \/ \ \ \/\ \ \ \ \ \ \ \L\ \\ \ \ \ \
\ \_\ \ \_\ \_\ \ \_\ \ \____/ \ \_\ \_\
\/_/ \/_/\/_/ \/_/ \/___/ \/_/\/_/
@styluxlive
styluxlive / .block
Created November 8, 2023 07:47 — forked from mbostock/.block
Bullet Charts
license: gpl-3.0
@styluxlive
styluxlive / 8x1080.md
Created September 23, 2023 16:23 — forked from epixoip/8x1080.md
8x Nvidia GTX 1080 Hashcat Benchmarks
/*
* m1racle-poc: a basic proof of concept for the M1RACLES vulnerability in the Apple M1.
*
* This program allows you to read and write the state of the s3_5_c15_c10_1 CPU register.
*
* Please visit m1racles.com for more information.
*
* Licensed under the MIT license.
*/
@styluxlive
styluxlive / index.html
Created December 16, 2022 18:40
Liquid Constellations Mouse Trail (vanilla JS)
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<defs>
<filter id="goo">
<feGaussianBlur in="SourceGraphic" stdDeviation="10" result="blur" />
<feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 19 -9" result="goo" />
<feComposite in="SourceGraphic" in2="goo" operator="atop"/>
</filter>
</defs>
</svg>
<canvas id="canvas1"></canvas>
@styluxlive
styluxlive / css-only-typewriter-effect-customizable.markdown
Created May 9, 2022 12:20
CSS only typewriter effect | customizable
@styluxlive
styluxlive / custom-page-pre-loader-vanilla-js-html-css-javascript.markdown
Created March 3, 2022 22:20
Custom Page Pre-Loader (Vanilla JS) | HTML + CSS + JavaScript