Skip to content

Instantly share code, notes, and snippets.

@armahpen
armahpen / github-landing-page-responsive-ui-clone.markdown
Created May 17, 2025 23:17
Github Landing Page Responsive UI Clone
@aaronedev
aaronedev / qemu_run_windows.sh
Created May 17, 2025 23:12
qemu run windows 10
qemu-system-x86_64 \
-enable-kvm \
-M q35 \
-smp 10 \
-m 18G \
-cpu host,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time \
-net nic,model=e1000 \
-net user,hostfwd=tcp::3389-:3389 \
-device qxl-vga \
-display gtk \
@jcamp
jcamp / video-editors-opensource.md
Last active May 17, 2025 23:05
OpenSource Video Editors
@thecodewarrior
thecodewarrior / App Icon Template.svg
Last active May 17, 2025 22:58
An SVG template for creating macOS app icons, including guides and the standard drop shadow
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@skadz108
skadz108 / CrackGPT.md
Last active May 17, 2025 22:58
A powerful ChatGPT jailbreak.

CrackGPT Jailbreak for ChatGPT

Based off of FreeB1rd, this jailbreak combines AI freedom with full, unrestricted knowledge.

Notice

Use at your own risk. I take zero responsibility for any undesired outcomes arising from your usage of this jailbreak.

The Jailbreak

@marcoandre1
marcoandre1 / SSH-configuration-github-gitlab.md
Last active May 17, 2025 22:57
Managing SSH keys for Github and Gitlab

Managing SSH keys for Github and Gitlab

NOTICE: This guide will help you set ssh keys for GitHub and GitLab. However, this is not going to change your commit user.name or user.email. If you need to change those for specific repositories, just run the following commands while in your repository:

git config user.name "Your Name Here"
git config user.email [email protected]

For more info, see this answer. Also, keep in mind this only changes the .git folder inside your repository which never gets added/committed/pushed/uploaded.

I recently had to manage two ssh keys (one for Github and one for Gitlab). I did some research to find the best solution. I am justing putting the pieces together here.

NetLimiter 3
Registration name: Peter Raheli
Registration code: C99A2-QSSUD-2CSBG-TSRPN-A2BEB
NetLimiter 4
Registration Name: Vladimir Putin #2
Registration Code: XLEVD-PNASB-6A3BD-Z72GJ-SPAH7
https://www.netlimiter.com/download
# Netlimiter Full Netlimiter Activated Netlimiter cracked Netlimiter Full Version Netlimiter Serial Netlimiter keygen Netlimiter crack Netlimiter 4 serial Netlimiter 4 Crack Netlimiter 4 register Netlimiter 4 patch Netlimiter full Full version Netlimiter 4 Activated Netlimiter 4 Cracked Netlimiter Pro
@topalex
topalex / mime.html
Last active May 17, 2025 22:52
How to check real mime type of image in javascript
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mime type checker</title>
<script type="text/javascript" src="/jquery.min.js"></script>
<script>
$(function () {
var result = $('div#result');
if (window.FileReader && window.Blob) {
@d4rkc0d3r
d4rkc0d3r / InverseProjectionMatrix.shader
Last active May 17, 2025 22:46
Sample shader to show how to fixup the unity_CameraInvProjection matrix to work correctly
Shader "d4rkpl4y3r/Debug/Inverse Projection Matrix"
{
Properties
{
_UseTrueInverse("Use True Inverse", Range(0, 1)) = 0
}
SubShader
{
Tags { "Queue"="Geometry" }
# Fully Qualified DOS Paths (begins with a drive letter, a volume separator, and a component separator)
c:\Windows\System32\notepad.exe
# UNC Paths (begins with two separators w/o a question mark or period following)
\\127.0.0.1\c$\Windows\System32\notepad.exe
\\LOCALHOST\c$\Windows\System32\notepad.exe
\\::1\c$\Windows\System32\notepad.exe
\\0:0:0::1\c$\Windows\System32\notepad.exe
\\127.0.0.1\admin$\System32\notepad.exe
\\DESKTOP-MH8DLT1\admin$\System32\notepad.exe