A Pen by Mustafa Dalğa on CodePen.
Discover gists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 \ |
Updated: 20250516
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NOTICE: This guide will help you set ssh keys for GitHub and GitLab. However, this is not going to change your commit
user.name
oruser.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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Shader "d4rkpl4y3r/Debug/Inverse Projection Matrix" | |
{ | |
Properties | |
{ | |
_UseTrueInverse("Use True Inverse", Range(0, 1)) = 0 | |
} | |
SubShader | |
{ | |
Tags { "Queue"="Geometry" } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
NewerOlder