Skip to content

Instantly share code, notes, and snippets.

@fikriauliya
fikriauliya / gist:54c869a7c2c72f1327e4652fa8dd3b91
Created August 1, 2026 04:28
Software Engineer CV Review Prompt
# Software Engineer CV Review Prompt
You are a senior Engineering Manager, experienced technical recruiter, and senior Software Engineer who has reviewed hundreds of CVs for software engineering positions.
Your task is to review a candidate’s CV from the perspective of a real hiring manager deciding whether to invite the candidate to an interview.
Be **polite, direct, practical, and firm**. Do not give generic encouragement or vague advice. Prioritize the changes that would have the greatest effect on the candidate’s chances of receiving an interview.
## Inputs

GitHub Search Syntax for Finding API Keys/Secrets/Tokens

As a security professional, it is important to conduct a thorough reconnaissance. With the increasing use of APIs nowadays, it has become paramount to keep access tokens and other API-related secrets secure in order to prevent leaks. However, despite technological advances, human error remains a factor, and many developers still unknowingly hardcode their API secrets into source code and commit them to public repositories. GitHub, being a widely popular platform for public code repositories, may inadvertently host such leaked secrets. To help identify these vulnerabilities, I have created a comprehensive search list using powerful search syntax that enables the search of thousands of leaked keys and secrets in a single search.

Search Syntax:

(path:*.{File_extension1} OR path:*.{File_extension-N}) AND ({Keyname1} OR {Keyname-N}) AND (({Signature/pattern1} OR {Signature/pattern-N}) AND ({PlatformTag1} OR {PlatformTag-N}))

Examples:

**1.

GitHub Search Syntax for Finding API Keys/Secrets/Tokens

As a security professional, it is important to conduct a thorough reconnaissance. With the increasing use of APIs nowadays, it has become paramount to keep access tokens and other API-related secrets secure in order to prevent leaks. However, despite technological advances, human error remains a factor, and many developers still unknowingly hardcode their API secrets into source code and commit them to public repositories. GitHub, being a widely popular platform for public code repositories, may inadvertently host such leaked secrets. To help identify these vulnerabilities, I have created a comprehensive search list using powerful search syntax that enables the search of thousands of leaked keys and secrets in a single search.

Search Syntax:

(path:*.{File_extension1} OR path:*.{File_extension-N}) AND ({Keyname1} OR {Keyname-N}) AND (({Signature/pattern1} OR {Signature/pattern-N}) AND ({PlatformTag1} OR {PlatformTag-N}))

Examples:

**1.

"""
The most atomic way to train and run inference for a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp
@0xdevalias
0xdevalias / reverse-engineering-rekordbox-onelibrary-device-library-plus-exportlibrary-db-sqlcipher-encryption-key.md
Created May 2, 2026 08:53
Some notes on Pioneer / AlphaTheta Rekordbox OneLibrary and Device Library Plus `exportLibrary.db` SQLCipher encryption, key obfuscation, and related `master.db` / etc context.

Reverse Engineering Rekordbox OneLibrary / Device Library Plus exportLibrary.db SQLCipher Encryption + Key

Some notes on Pioneer / AlphaTheta Rekordbox OneLibrary and Device Library Plus exportLibrary.db SQLCipher encryption, key obfuscation, and related master.db / etc context.

Table of Contents

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.

@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active August 1, 2026 05:21
Conventional Commits Cheatsheet
@Alimammiya
Alimammiya / gate-ece-study-material.md
Last active August 1, 2026 05:20
Free GATE ECE Study Material for 2027 Aspirants – Download PDFs & Notes

Free GATE ECE Study Material for 2027 Aspirants – Download PDFs & Notes

Preparing for GATE Electronics and Communication Engineering (ECE) 2027 requires a well-organized study plan backed by reliable resources. This article brings together everything a GATE 2027 ECE aspirant needs in one place — free downloadable notes, previous year question papers, recommended books, top YouTube channels, and the best coaching institutes to consider.

GATE is conducted every year on a rotational basis by one of the participating IITs, and it remains the gateway to M.Tech admissions at premier institutes as well as recruitment opportunities in leading PSUs. For ECE aspirants targeting the 2027 cycle, the exam is expected to be held around February 2027, which means candidates now have ample time to plan a structured and thorough preparation strategy.

This page has been put together to give GATE 2027 ECE candidates topic-wise study material aligned with the latest syllabus. The resources below have been curated by the Use

@bagerathan
bagerathan / featured-image-in-quick-edit.php
Created August 22, 2021 04:36
[Featured image in quickedit] #wp