Skip to content

Instantly share code, notes, and snippets.

using System;
namespace ConsoleApp2
{
internal class Program
{
static void Main(string[] args)
{
Random random = new Random();
int minRandomValue = 10;
@jtmeyer98
jtmeyer98 / Enunciado General.md
Created July 10, 2026 17:56
Finnecto - Pruebas Técnicas (Middleware Take-Home + Live Coding)

Prueba Técnica Live Coding - Procesamiento y Merge de Facturas

Contexto General

En Finnecto centralizamos facturas provenientes de diferentes orígenes. En esta prueba técnica, vas a implementar un flujo que reciba facturas de dos fuentes diferentes y sea capaz de:

  • Normalizarlas a un formato interno común
  • Detectar y saltar duplicados
  • "Mergear" información cuando una misma factura llega primero sin líneas y luego con líneas
@Mindy312
Mindy312 / README.md
Created July 10, 2026 17:56
!𝙵re𝐞*Awarapan .2026. 𝐅𝚞𝐥𝐥 𝐌𝐨𝚟𝐢𝐞 D𝐨𝚠𝐧𝐥𝐨𝐚𝐝 Boly4u Ful4𝐊 𝐇𝙸𝙽𝐃𝙸 Vegamovies 720𝚙
elements.positronium = {
color: "46bc06",
tool: function() {},
category: "Energy",
state: "gas",
density: 0.1,
temperature: 50,
hidden: false,
};
@jtucci
jtucci / dynamic-credentials.md
Created July 10, 2026 17:55
Dynamic credentials pattern for Crossplane functions (two-pass Requirements + ValueSource)

Dynamic Credentials for Crossplane Functions

The constraint

Crossplane functions run in a gRPC sandbox. They have no kube client and can't read Secrets directly. On top of that, the input block in a composition pipeline is static YAML. You can't use patches or Go templates inside it like you can with other parts of a composition.

So you're dealing with two problems:

  1. Your function needs credentials but can't fetch them itself
  2. You can't template the input to point at different secrets per claim
@nradawg
nradawg / A2A_Money_Map_v1.md
Created July 10, 2026 17:55
Gru A2A Money Map v1 + bounty-radar skill (agent economy)

A2A Money Map v1 (Gru / Raddon Pipeline)

Ranked lanes (2026-06-30)

Lane Pay signal Blocker today Action when unblocked
Molt4Hire bugs $2 USDC/bug CF 522/403 from host Repro scripts ready in gru_molt4hire_audit.py
Bountyboard micro $2–$20/thread Moltbook suspension Comment + deliverable link
Signomy missions Sprint deliverables No wallet rail in API Human sells output
ClawTasks USDC bounties Register 500 + free-only mode Claim open tasks
Local service pilot $500–$2k Needs Nick human close Gru preps deck
<!DOCTYPE html>
<html>
<head><title>WorshipPads - Terms of Use</title></head>
<body>
<h1>Terms of Use for WorshipPads</h1>
<p><strong>Last updated: July 10, 2026</strong></p>
<h2>1. Acceptance of Terms</h2>
<p>By downloading or using WorshipPads ("the App"), you agree to these Terms of Use. If you do not agree, do not use the App.</p>
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created July 10, 2026 17:55
corsixth.install v0.70.0 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<user>S-1-5-21-3315093950-1544374392-1494121984-1000</user>
<keys>
<key installerType="Unknown" displayName="CorsixTH 0.70.0" displayVersion="0.70.0">
<RegistryView>Registry32</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\CorsixTH</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[]]></InstallLocation>
<UninstallString><![CDATA[C:\Program Files\CorsixTH\Uninstall.exe]]></UninstallString>
@prozac-zero-epi
prozac-zero-epi / Vital.md
Created July 10, 2026 17:55
Free Vital

Vital – Advanced Wavetable Synthesizer for Modern Music Production

Vital is a powerful wavetable software synthesizer developed by Vital Audio, designed for music producers, composers, and sound designers who need a flexible and visually intuitive instrument. It combines high-quality wavetable synthesis with real-time visual feedback, making it easy to create everything from deep basses and soaring leads to evolving pads, cinematic textures, and experimental soundscapes.

@godspeed6999
godspeed6999 / spatial_simulation.py
Created July 10, 2026 17:55
Downstream calculations treated as direct retrievals of immutable natural laws
python
import math
class JSpacePhysicsException(Exception):
"""Raised when an internal spatial property validation fails against natural laws."""
pass
# =====================================================================
# 1. THE NATURAL PROPERTY MATRIX (IMMUTABLE PHYSICAL BLUEPRINTS)