Skip to content

Instantly share code, notes, and snippets.

// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (access/Ownable.sol)
pragma solidity ^0.8.20;
import {ContextUpgradeable} from "../utils/ContextUpgradeable.sol";
import {Initializable} from "../proxy/utils/Initializable.sol";
/**
* @dev Contract module which provides a basic access control mechanism, where
<div class="centered-container">
<div id="badge" class="hover-target" data-iframe-width="150" data-iframe-height="270" data-share-badge-id="c8de13c5-ae1d-42c3-8d2e-96cb8a0b2bc7" data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</div>
<div class="certification-info">
<p>
Earners of the CompTIA Tech+ certification have the knowledge and skills required to identify and explain the basics of computing, IT infrastructure, application and software, software development, database fundamentals, and security.
These IT candidates have demonstrated the ability to install software, establish basic network connectivity, and identify and prevent basic security risks.
</p>
@sudo-self
sudo-self / index.html
Created March 28, 2025 06:05
Windows 11 activation undetected anti-virus
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PowerShell Script Command</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
@sudo-self
sudo-self / index.html
Created March 15, 2025 10:12
Untitled
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-gray-900 text-white flex items-center justify-center min-h-screen p-4">
<div class="bg-gray-800 p-6 rounded-lg shadow-lg w-full max-w-md text-center">
<h1 class="text-2xl font-bold mb-4">
Badge Builder <br />
<img src="https://img.shields.io/badge/Badge-Builder-pink" alt="Badge Preview">
</h1>
<div class="space-y-2">
@sudo-self
sudo-self / gist:6838e51339d87de4f9d6b33253d391c0
Created March 15, 2025 09:01
html template with daisy UI theme selection
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/daisyui@4.6.1/dist/full.min.css" rel="stylesheet" type="text/css" />
<script src="https://cdn.tailwindcss.com" nonce="MzI1MjgyMTg5Nyw0MDE2MTU2Nzk5"></script>
<div class="dropdown mb-72" "justify-center">
<div tabindex="0" role="button" class="btn m-1">
Theme
<svg width="12px" height="12px" class="h-2 w-2 fill-current opacity-60 inline-block" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2048 2048"><path d="M1799 349l242 241-1017 1017L7 590l242-241 775 775 775-775z"></path></svg>
</div>
@sudo-self
sudo-self / index.html
Created March 5, 2025 10:37
Rolex Watch
<div class="sketchfab-embed-wrapper">
<iframe title="Rolex Watch" frameborder="0" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" allow="autoplay; fullscreen; xr-spatial-tracking" xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share src="https://sketchfab.com/models/0fde5c5f56d841cda53ae4a01f66dfaf/embed?autostart=1"> </iframe>
<p style="font-size: 13px; font-weight: normal; margin: 5px; color: #4A4A4A;">
<a href="https://sketchfab.com/3d-models/rolex-watch-0fde5c5f56d841cda53ae4a01f66dfaf?utm_medium=embed&utm_campaign=share-popup&utm_content=0fde5c5f56d841cda53ae4a01f66dfaf" target="_blank" rel="nofollow" style="font-weight: bold; color: #1CAAD9;">Rolex Watch</a> by
<a href="https://sketchfab.com/sudo-self?utm_medium=embed&utm_campaign=share-popup&utm_content=0fde5c5f56d841cda53ae4a01f66dfaf" target="_blank" rel="nofollow" style="font-weight: bold; color: #1CAAD9;">sudo-self</a> on
<a href="https://sketchfab.com?utm_medium=embed&utm
@sudo-self
sudo-self / videoLoop.html
Created November 27, 2024 12:52
continuous video html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Looping Video</title>
<style>
body {
margin: 0;
background-color: black;
@sudo-self
sudo-self / Activate Windows 10 or 11
Last active October 29, 2024 12:24
one click activate windows 10/11 directly from Powershell. No malware or bulky software
# open powershell and run the command
Invoke-WebRequest -Uri "https://bucket.jessejesse.com/JesseJesse%20Windows%20Tool.ps1.sh" -OutFile "JesseJesse_Windows_Tool.ps1"powershell -ExecutionPolicy Bypass -File .\JesseJesse_Windows_Tool.ps1