Skip to content

Instantly share code, notes, and snippets.

View tanu360's full-sized avatar
🎯
Focusing

Tarun tanu360

🎯
Focusing
View GitHub Profile
@r4d10n
r4d10n / split-multi-checksum-rclone.sh
Created November 11, 2025 05:11
Script to split/rejoin a large file into/from multiparts with MD5 checksum checks and sync upload to a Rclone compatible drive (S3, Google Drive, etc.) to beat Request Rate Limiting
# Script to split/rejoin a large file into/from multiparts with MD5 checksum checks
# Sync upload to a Rclone compatible drive (Google Drive, S3, etc.) to beat Request Rate Limiting
!/bin/bash
# Configuration
REMOTE_PATH="drv:path" # use rclone configure to setup
NUM_PARTS=20
DELAY_BETWEEN_UPLOADS=15 # seconds
UPLOAD_RETRIES=3
@willccbb
willccbb / grpo_demo.py
Last active March 8, 2026 10:23
GRPO Llama-1B
# train_grpo.py
#
# See https://github.com/willccbb/verifiers for ongoing developments
#
"""
citation:
@misc{brown2025grpodemo,
title={Granular Format Rewards for Eliciting Mathematical Reasoning Capabilities in Small Language Models},
author={Brown, William},
@TameemS
TameemS / debloatMEmu.md
Last active February 18, 2026 12:23
Debloating & Optimizing MEmu

Inspired by this

More of my guides: Debloating LDPlayer - Debloating Nox (Updated)

Edit 22/8/2021: I have updated MEmu and it seems like it reinstalls the apps and re-enables the services. Repeat steps 5, 7, 8, and 9 if you update MEmu.

Debloating MEmu

In my experience, Nox can be quite slow and choppy, and looks like I'm not the only person with this problem. A lot of people say that MEmu performs better than Nox, and I could agree with that. I have no chopping issues with it so far. But like Nox, there are kinda shady stuff going on.