Skip to content

Instantly share code, notes, and snippets.

View farseenmanekhan1232's full-sized avatar
:octocat:

Farseen farseenmanekhan1232

:octocat:
View GitHub Profile
Terms and Conditions of Engine Labs (cto.new)
Introduction
These Terms govern
the use of this Application, and,
any other related Agreement or legal relationship with the Owner
in a legally binding way. Capitalized words are defined in the relevant dedicated section of this document.
The User must read this document carefully.
@farseenmanekhan1232
farseenmanekhan1232 / gist:d2091be40e711b008e7cf26591ed69c6
Last active December 15, 2025 16:15
Local EAS Android Production Build on macOS ( might be similar in windows too , please test it out )
/*
================================================================================================
SCRIPT TO DELETE ALL BUT THE TOP 5000 ROWS FROM EACH TABLE IN A DATABASE (REVISED)
================================================================================================
--
-- HOW TO USE:
-- 1. Make a file copy of your .mdf and .ldf files.
-- 2. Attach the copied files as a NEW database in SSMS (e.g., 'Gas5000').
-- 3. CHANGE the database name in the 'USE' statement below to your new database.
-- 4. Execute this script.
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#c6e3ff",
"style": "plain",
"template": "<#ffffff>[</>{{ .Path }}<#ffffff>]</>",
@farseenmanekhan1232
farseenmanekhan1232 / install-zsh-windows-git-bash.md
Created November 5, 2021 14:09 — forked from fworks/install-zsh-windows-git-bash.md
Zsh / Oh-my-zsh on Windows Git Bash