Skip to content

Instantly share code, notes, and snippets.

@sumprideharl8
sumprideharl8 / Blumentals Surfblocker
Created March 13, 2025 14:46
Blumentals Surfblocker Cracked
Blumentals Surfblocker Crackeded
@LTibbs
LTibbs / fers_contribution_refund_guide.md
Created March 13, 2025 14:46 — forked from monfresh/fers_contribution_refund_guide.md
Guide to getting your FERS contribution refund for former 18F employees

For best results, all forms mentioned below must be printed out, filled out and signed in ink, and mailed directly to OPM at the following address:

U.S. Office of Personnel Management
Attn: Federal Employee Retirement System 
Post Office Box 45
Boyers, PA 16017-0045

In order to send directly to OPM, you must wait 30 days after your last day at GSA. However, because part of the process requires you to mail some forms to your financial institution and wait for them to send them back, you can start the process about 15 days after your last day.

@efcribeiro
efcribeiro / install.bat
Created March 13, 2025 14:46
Install service STCP Directlink
@echo off
setlocal
REM get folder
set "current_dir=%CD%"
REM Check if current_dir exists
if not exist "%current_dir%\bin" (
echo The directory %current_dir%\bin does not exist.
exit /b
@echo off
setlocal enabledelayedexpansion
echo =============================================
echo Spring Boot Project Generator
echo =============================================
:: Validate input parameters and format
if "%~1"=="" (
echo Usage: %~nx0 [PROJECT_NAME]
@lesterlxy
lesterlxy / font-changer.css
Last active March 13, 2025 14:46
Vencord QuickCSS - Font Changer
::placeholder, body, button, input, select, textarea {
font-family: "Noto Sans";
text-rendering: geometricPrecision;
}
@bordakovvv
bordakovvv / gist:090c9e3b31adbdf2a92d5d049e7cbb29
Created March 13, 2025 14:45
ДЗ: Переменные
namespace ConsoleApp1
{
public class Program
{
static void Main(string[] args)
{
byte age = 20;
float temperature = 36.6F;
string name = "Юрий";
bool isStudent = true;
@choco-bot
choco-bot / FilesSnapshot.xml
Created March 13, 2025 14:45
scansnapmanager v6.5.40 - Failed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\scansnapmanager\scansnapmanager.nupkg" checksum="3DF978150F2703A2771F805ABB59D139" />
<file path="C:\ProgramData\chocolatey\lib\scansnapmanager\scansnapmanager.nuspec" checksum="E163CDA24CE07DDAC234E694BE6CA4CE" />
<file path="C:\ProgramData\chocolatey\lib\scansnapmanager\tools\chocolateyInstall.ps1" checksum="1ABDE37C5386A7250048CC3C5EBBC2D5" />
<file path="C:\ProgramData\chocolatey\lib\scansnapmanager\tools\chocolateyUninstall.ps1" checksum="D15A23CB92404962D0AC5F665C05CD05" />
<file path="C:\ProgramData\chocolatey\lib\scansnapmanager\tools\install32.iss" checksum="B34EFFD79E32B93210BD99FE6B8FEEFA" />
<file path="C:\ProgramData\chocolatey\lib\scansnapmanager\tools\install64.iss" checksum="FF403EA527EAE65A1B045F9377D852C5" />
<file path="C:\ProgramData\chocolatey\lib\sca
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created March 13, 2025 14:45
Rimworld output log published using HugsLib
Log uploaded on Thursday, March 13, 2025, 10:45:32 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
Big and Small - Framework(RedMattis.BetterPrerequisites): BetterPrerequisites(1.0.0), BSXeno(1.0.0)
HugsLib(UnlimitedHugs.HugsLib)[ov:11.0.4]: 0Harmony(av:2.3.3,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.4)
LWM's Deep Storage(LWM.DeepStorage)[mv:1.5.0.4]: IHoldMultipleThings(av:0.1.0,fv:1.0.0), LWM.DeepStorage(1.0.0.23349)
@sagarpanchal
sagarpanchal / setup-husky.sh
Last active March 13, 2025 14:46
Git hooks auto-setup shell script
#!/bin/zsh
# This script automates the process of setting up Husky for an npm package in a git repo.
# It creates the .husky directory, installs Husky, and sets up the pre-commit and post-merge hooks.
# It also updates the package.json with lint-staged configuration.
# Usage: run `./setup-husky.sh` in the package directory (where the package.json is located)
set -e
if [ ! -f "$PWD/package.json" ]; then
<?xml version='1.0' encoding='UTF-8'?>
<kml xmlns='http://www.opengis.net/kml/2.2'>
<Document>
<name>Bike</name>
<Folder>
<name>Bike</name>
</Folder>
</Document>
</kml>