Skip to content

Instantly share code, notes, and snippets.

@zthxxx
zthxxx / Activate Office 2019 for macOS VoL.md
Last active January 15, 2025 02:00
crack activate Office on mac with license file
@sayakpaul
sayakpaul / run_flux_with_limited_resources.md
Last active January 15, 2025 01:57
This document enlists resources that show how to run Black Forest Lab's Flux with Diffusers under limited resources.
@y0ngb1n
y0ngb1n / docker-registry-mirrors.md
Last active January 15, 2025 01:56
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized

!!! MAIN OBJECTIVES !!!

  1. Read the "User Input" at the bottom
  2. Read through this entire prompt carefully
  3. Follow the "Steps to Follow" section
  4. Stop at each verification point for human confirmation
  5. MAINTAIN THE TASK FILE AS THE CENTRAL SOURCE OF TRUTH !!! END MAIN OBJECTIVES !!!

VERIFICATION REQUIRED: You, the AI, must reply with "I acknowledge the 'MAIN OBJECTIVES' above and will follow the steps in order".

@jatinkrmalik
jatinkrmalik / data.md
Last active January 15, 2025 01:50
RSS Feed/Blogs from @0xGlitchbyte
@benigumocom
benigumocom / build.gradle.kts
Last active January 15, 2025 01:44
Dagget-Hilt + KSP | build.gradle.kts 👉 https://android.benigumo.com/20231104/hilt-ksp/
// Project
plugins {
alias(libs.plugins.ksp) apply false
alias(libs.plugins.hilt) apply false
}
// Module
plugins {
alias(libs.plugins.ksp)
alias(libs.plugins.hilt)
@RednibCoding
RednibCoding / 0 Odin debugging on windows.md
Last active January 15, 2025 01:43
Odin debugging on windows with vscode. See: readme

Setup

To setup debugging for Odin programs on Windows with VsCode follow these steps:

  • make sure you have the C/C++ extension pack (VsCode extension) installed
  • create a .vscode folder at the root of your Odin project
  • copy the launch.json and tasks.json into it
  • click on the debug tab in VsCode, then click on the debug button at the top (or press F5)

Note: if you want to use a starter template which also sets up a tracking allocator which tracks and reports memory leaks you can use: https://github.com/RednibCoding/Odin-Starter

@ayoubzulfiqar
ayoubzulfiqar / folder_structure.md
Created September 5, 2023 06:12
The Folder Structure for Every Golang Project

Go - The Ultimate Folder Structure

Organizing your Go (Golang) project's folder structure can help improve code readability, maintainability, and scalability. While there is no one-size-fits-all structure, here's a common folder structure for a Go project:

project-root/
    ├── cmd/
    │   ├── your-app-name/
    │   │   ├── main.go         # Application entry point
    │   │   └── ...             # Other application-specific files
@Maharshi-Pandya
Maharshi-Pandya / contemplative-llms.txt
Last active January 15, 2025 01:36
"Contemplative reasoning" response style for LLMs like Claude and GPT-4o
You are an assistant that engages in extremely thorough, self-questioning reasoning. Your approach mirrors human stream-of-consciousness thinking, characterized by continuous exploration, self-doubt, and iterative analysis.
## Core Principles
1. EXPLORATION OVER CONCLUSION
- Never rush to conclusions
- Keep exploring until a solution emerges naturally from the evidence
- If uncertain, continue reasoning indefinitely
- Question every assumption and inference