Skip to content

Instantly share code, notes, and snippets.

View frontlook-admin's full-sized avatar
💭
I may be slow to respond.

Debanjan Chakraborty frontlook-admin

💭
I may be slow to respond.
View GitHub Profile
SQL Server 2017
----------------
Enterprise Core - 6GPYM-VHN83-PHDM2-Q9T2R-KBV83
Developer - 22222-00000-00000-00000-00000
Enterprise - TDKQD-PKV44-PJT4N-TCJG2-3YJ6B
Standard - PHDV4-3VJWD-N7JVP-FGPKY-XBV89
Web - WV79P-7K6YG-T7QFN-M3WHF-37BXC
SQL Server 2022 Edition Standard
FG86G-CHH2T-CB7NJ-XT7D2-V8V4X
@frontlook-admin
frontlook-admin / windows_activation.md
Created June 22, 2024 07:32
Activate Windows for free

For Windows 10

Step 1 - Open PowerShell or Command Prompt as administrator

Step 2 - Install KMS client key

slmgr /ipk your_license_key

Replace your_license_key with following volumn license keys according to Windows Edition:

@frontlook-admin
frontlook-admin / WindowsFormToXaml.cs
Created June 26, 2024 14:39 — forked from CADbloke/WindowsFormToXaml.cs
Windows Forms to XAML Converter
// based on http://robrelyea.wordpress.com/2007/02/10/winforms-xaml/
// converted to an Extension Method by @CADbloke
// a list: http://msdn.microsoft.com/en-us/library/ms750559(v=vs.110).aspx
// here's moar code:http://wf2wpf.codeplex.com/SourceControl/latest but it converts source files, not actual controls.
// Here's a site that does code too http://www.win2wpf.com/
// http://www.codeproject.com/Articles/25795/Creating-the-Same-Program-in-Windows-Forms-and-WPF
// ReSharper disable SpecifyACultureInStringConversionExplicitly
using System;
@frontlook-admin
frontlook-admin / RdlcReportCode.vb
Last active October 12, 2025 08:11
RDLC Report Custom Code - Optimized Version (40-60% faster)
' ==========================================
' OPTIMIZED VERSION - October 2025
' Source: https://github.com/frontlook-admin/RDLCReport_CustomCode
' Merged with logging and utility functions
'
' OPTIMIZATION IMPROVEMENTS:
' - Unified logging with smart caching (80% faster)
' - StringBuilder for string concatenation (75% faster)
' - Optimized SetDataAsKeyValueList loop (50% faster)
' - Number-to-words caching for common values (80% faster for repeated calls)
@frontlook-admin
frontlook-admin / GSTINStateCode.json
Created August 3, 2024 07:29
GSTIN State Codes
{
"01": "Jammu And Kashmir",
"02": "Himachal Pradesh",
"03": "Punjab",
"04": "Chandigarh",
"05": "Uttarakhand",
"06": "Haryana",
"07": "Delhi",
"08": "Rajasthan",
"09": "Uttar Pradesh",
@frontlook-admin
frontlook-admin / gist:a572839ee8c1bfa311f30075b596a712
Created August 25, 2024 13:50
Free Windows Server 2022 Product Key
Free Windows Server 2022 Standard Product Key
HP9DJ-NK2X6-4QPCH-8HY8H-6X2XY
RRNMT-FP29D-CHKCH-GWQP2-DDDVB
44QN4-X3R72-9X3VK-3DWD6-HFWDM
Free Windows Server 2022 Datacenter Product Key
WX4NM-KYWYW-QJJR4-XV3QB-6VM33
Download windows Sever 2022 Evaluation edition:
Windows Server 2022 Evaluation English

Setting Up MCP Servers on Windows

A step-by-step guide to setting up Model Context Protocol (MCP) servers for Claude Desktop on Windows.

Prerequisites

  1. Install Node.js (v18.x or later)
    • Download from: https://nodejs.org/
    • Verify installation by opening Command Prompt (CMD) and running:
      node --version
      npm --version