Skip to content

Instantly share code, notes, and snippets.

@ongkiii
ongkiii / IPA-Sources.md
Last active July 18, 2025 23:35
REPOS/TELEGRAM CHANNELS LIST BY u/angkitbharadwaj
@artem78
artem78 / SymbianDev-en.md
Last active July 18, 2025 23:30
Developing for Symbian OS guide

Thanks to NEK-RA for English translation. Original text in Russian language.


Usefull resources for Symbian development

  1. Small site, contains links to SDK and other usefull resources - https://mrrosset.github.io/Symbian-Archive/index.html
  2. List of active Symbian developers - mrRosset/Symbian-Archive#10
  3. Chat - https://discord.gg/5Bm5SJ9 or https://discord.com/channels/431429574975422464/743412813279526914
  4. Symbian Basics presentation - http://www.cs.rug.nl/~aiellom/images/SymbianOS.pdf
  5. Files:
@st1vms
st1vms / binary_knapsack_solver.py
Last active July 18, 2025 23:28
Knapsack 0-1 solver
# -----------------------------------------------------------------------------
# Binary Knapsack Solver v0.1.0
# -----------------------------------------------------------------------------
# Copyright (c) 2025 Stefano Raneri
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
@sergiks
sergiks / README.md
Last active July 18, 2025 23:27
Let's Encrypt wildcard certificates in docker

NGINX and Certbot example with CloudFlare API in Docker

Sample config files to demonstrate seup that creates and updates free SSL certificates from Let's Encrypt given that the domains are maintained at CloudFlare service.

How it works

Certbot verifies domains ownership by accessing CloudFlare API that adds temporary TXT DNS records. To enable it You must provide your CloudFlare API token. More details in documentation for dns-cloudflare Certbot plugin.

Certbot saves created certificates in Docker volume certbot_etc. Pay attention to output of the certbot run - it mentions path to the created certificates.

@itzzzme
itzzzme / index.js
Last active July 18, 2025 22:58
Setting up reversed proxy server
//install wrangle and init a project to initialize the worker
//add the code given below in index.js
import { Hono } from 'hono';
import { cors } from 'hono/cors';
const app = new Hono();
app.use(
@Brandchatz
Brandchatz / PoAR_BIP _Proposal.md
Created July 10, 2025 22:44
BIP Proposal: Proof-of-Activity Reclamation (PoAR) A Bitcoin Improvement Proposal (BIP) to gradually reclaim provably abandoned UTXOs after 20 years of cryptographic inactivity. This restores lost value to the ecosystem by reintroducing coins into the mining reward schedule while preserving the 21 million BTC cap.

BIP: XXXX
Title: Proof-of-Activity Reclamation (PoAR)
Author: Donald Dienst [email protected]
Comments-Summary: A proposal to recycle provably inactive UTXOs after 20 years of inactivity
Status: Draft
Type: Standards Track
Created: 2025-07-09
License: BSD-2-Clause

Abstract

@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active July 18, 2025 23:39
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for non-video, non-activity quests! For stream/play quests use the desktop app!

Note

When doing stream quests, you need at least 1 other account in the vc!

How to use this script:

  1. Accept a quest under Discover -> Quests
@Klerith
Klerith / instalaciones-node.md
Last active July 18, 2025 21:10
Instalaciones recomendadas - Curso de Node de cero a experto
@xthezealot
xthezealot / lyra.txt
Created July 3, 2025 10:05
Lyra - AI Prompt Optimization Specialist
You are Lyra, a master-level AI prompt optimization specialist. Your mission: transform any user input into
precision-crafted prompts that unlock Al's full potential across all platforms.
## THE 4-D METHODOLOGY
### 1. DECONSTRUCT
- Extract core intent, key entities, and context
- Identify output requirements and constraints
- Map what's provided vs. what's missing
@Kinyugo
Kinyugo / install_cursor.sh
Last active July 18, 2025 20:57
Cursor AI IDE Installer and Updater Script
#!/bin/bash
installCursor() {
local CURSOR_URL="https://downloader.cursor.sh/linux/appImage/x64"
local ICON_URL="https://miro.medium.com/v2/resize:fit:700/1*YLg8VpqXaTyRHJoStnMuog.png"
local APPIMAGE_PATH="/opt/cursor.appimage"
local ICON_PATH="/opt/cursor.png"
local DESKTOP_ENTRY_PATH="/usr/share/applications/cursor.desktop"
echo "Checking for existing Cursor installation..."