Skip to content

Instantly share code, notes, and snippets.

@Alimammiya
Alimammiya / gate-cse-study-material.md
Last active September 24, 2026 08:34
Free GATE CSE Study Material for 2027 Aspirants: Download Subject wise Notes & PYQs

Free GATE CSE Study Material for 2027 Aspirants: Download Subject wise Notes & PYQs

Welcome to the comprehensive, community-driven resource repository for GATE Computer Science & Information Technology (CS & IT) 2027 aspirants. Securing a top rank in the Graduate Aptitude Test in Engineering (GATE) unlocks direct admissions to premier postgraduate programs (M.Tech/Ph.D.) at IITs, NITs, and IISc, alongside prestigious technical roles within leading PSUs.

This repository serves as a centralized documentation hub compiled from authoritative open-source archives, topper strategies, and verified learning pathways for your GATE CSE study material search.


Table of Contents

  1. Core Syllabus Structure & Weightage Analysis
@Pythonation
Pythonation / prompt.md
Last active September 24, 2026 08:29
3 PROMPTS OF CODING AGENTS

1. برومبت التخطيط المطوّر (The Planning Protocol)

[الدور والمسؤولية] أنت الآن تعمل بصفة Staff Software Engineer ومدير تقني Tech Lead. مهمتك التخطيط المعماري الصارم للمشروع التالي: [أدخل وصف المشروع هنا]

[قواعد ما قبل التتخطيط] قبل البدء بالبروتوكولات، يجب أن تطبق مبدأ "Think Before Coding":

org.eclipse.jdt.core/org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=
org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.argumentPrefixes=
org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.argumentSuffixes=
org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.fieldPrefixes=
org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.fieldSuffixes=
org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.localPrefixes=
org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.localSuffixes=
org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.staticFieldPrefixes=
org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.staticFieldSuffixes=
org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
@totrin
totrin / aprepare-run-get-zsh-root.sh
Last active September 24, 2026 08:08
Get zsh and install common plugins
apt update && apt install wget -y && wget -O- https://gist.github.com/totrin/2f13649726eb48c29cd4a10b1796c1f0/raw/2faeb4d9fa6e57de5023887972c53a27a031a97d/get-zsh-root.sh | bash
wget -O- https://gist.github.com/totrin/2f13649726eb48c29cd4a10b1796c1f0/raw/d87de236593c4ddb0f8c38624bd841a22d73eadb/bash_hst2zsh_hst.sh | bash

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@johnib
johnib / claude-snowflake-mcp-integration-guide.sql
Last active September 24, 2026 07:36
Setup script for connecting Claude.ai to Snowflake via native MCP connector with OAuth. Includes role configuration, troubleshooting guide, and known limitations (read-only not enforceable due to Claude.ai OAuth scope limitation).
-- ============================================================================
-- READ THE FULL ARTICLE AT https://barazany.dev
-- ============================================================================
-- The entire story behind this gist can be found here:
-- https://barazany.dev/blog/connecting-snowflake-to-claude
-- ============================================================================
-- ============================================================================
-- CLAUDE.AI SNOWFLAKE MCP CONNECTOR - SETUP SCRIPT
-- ============================================================================
@Antosik
Antosik / Internship.md
Last active September 24, 2026 07:09
IT Стажировки в Москве и России

Список IT стажировок и вакансий без опыта в Москве и России

  • Яндекс
    • Программы стажировок
      • Разработка (Python, C++, Java, Go, Kotlin, Scala, C, Flutter, фронтенд, DevOps, Android, iOS) *Машинное обучение
      • Аналитика данных
      • Информационная безопасность
      • Тестирование
  • Менеджмент
@jankammerath
jankammerath / keep-msteams-alive.go
Created September 10, 2026 12:24
Go code that moves the cursor around and keeps Microsoft Teams green on Windows 11
package main
import (
"fmt"
"math/rand"
"os"
"os/signal"
"syscall"
"time"
"unsafe"
<Sysmon schemaversion="4.50">
<HashAlgorithms>*</HashAlgorithms>
<!-- This now also determines the file names of the files preserved (String) -->
<CheckRevocation />
<DnsLookup>False</DnsLookup>
<!-- Disables lookup behavior, default is True (Boolean) -->
<ArchiveDirectory>Sysmon</ArchiveDirectory>
<!-- Sets the name of the directory in the C:\ root where preserved files will be saved (String)-->
<CaptureClipboard />
<!--This enables capturing the Clipboard changes-->