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
@Sh00k-ThaD3v
Sh00k-ThaD3v / index.html
Created November 14, 2021 16:01 — forked from bg1bgst333/index.html
electron-rebuild#electron-rebuild
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>app_</title>
</head>
<body>
<h1>ABCDE</h1>
<button onclick="run()">Run</button>
<script>
@Sh00k-ThaD3v
Sh00k-ThaD3v / README.md
Created November 14, 2021 16:05 — forked from woodman231/README.md
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

<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TestRunnerService">
<option name="PROJECT_TEST_RUNNER" value="Unittests" />
</component>
@Sh00k-ThaD3v
Sh00k-ThaD3v / attributeParser.cpp
Created November 27, 2021 06:51 — forked from wmclifford/attributeParser.cpp
HackerRank: attribute parser (c++)
#include <algorithm>
#include <cassert>
#include <iomanip>
#include <iostream>
#include <cstdlib>
#include <string>
#include <regex>
#include <map>
#include <vector>
#include <iterator>
@Sh00k-ThaD3v
Sh00k-ThaD3v / index.html
Created April 10, 2022 13:53
Magic Card
<div class="card">
Magic Card
</div>
<a href="https://mythrillfiction.com/" target="_blank">Mythrill</a>
@Sh00k-ThaD3v
Sh00k-ThaD3v / gh-deploy-clone.sh
Created May 8, 2022 09:59 — forked from blvz/gh-deploy-clone.sh
Creates a deploy key and clones the repository.
#!/usr/bin/env bash
read -r -d '' usage << EOM
Usage:
gh-deploy-clone user/repo [ENVIRONMENT]
EOM
[ -z "$1" ] && echo && echo "$usage" && echo && exit 1
@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">