Skip to content

Instantly share code, notes, and snippets.

@Ibasquare
Ibasquare / content.txt
Created June 7, 2026 17:05
Cycosim full iec61850-network build and test report
sbenmari@dev-server:~/workspace/code/CycosimInteg$
Creating executable: out/clang-release//test-MultiProcessBus_Simulated_TwinEU_L2Disconnect_Overvoltage_PL1Trip
[ 95%] Building OMNeT++ test: ProcessBus_Emulated_FULL_Classic
Creating Makefile in /home/cycosim/build-cyber/iec61850-network-test/networks/ProcessBus_ConfigError/work...
Warning: overwriting previous environment for '/root/omnetpp'.
make[3]: warning: -j6 forced in submake: resetting jobserver mode.
Environment for 'omnetpp-6.0' in directory '/root/omnetpp' is ready.
Creating executable: out/clang-release//test-ProcessBus_ConfigError
[ 95%] Building OMNeT++ test: ProcessBus_Emulated_GOOSE_Classic
Warning: overwriting previous environment for '/root/omnetpp'.
/**
* 体育直播 - 资源书签
* 官方网站: https://hub-sportslive.com.cn/
*/
const RESOURCE = {
name: '体育直播',
url: 'https://hub-sportslive.com.cn/',
description: '体育直播资源集合',
tags: ['resources', 'tools', 'useful'],
@shettyaniket
shettyaniket / privacy-policy.html
Created June 7, 2026 17:05
Forehead Flip Privacy Policy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Forehead Flip - Privacy Policy</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created June 7, 2026 17:05
aerion.install v0.2.5 - 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-1342937667-3977426569-2207722941-1000</user>
<keys>
<key installerType="Custom" displayName="Aerion" displayVersion="0.2.5">
<RegistryView>Registry64</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AerionAerion</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[]]></InstallLocation>
<UninstallString><![CDATA["C:\Program Files\Aerion\uninstall.exe" /S]]></UninstallString>
import requests
movie_ids = [
238, 680, 550, 185, 641, 515042, 152532, 120467, 872585, 906126, 840430
]
top_title = {"title": "", "vote_average" : 0}
highly_rated_count = 0
average_rating = 0
@jujubang235-oss
jujubang235-oss / atlas-real-upgrade.sh
Created June 7, 2026 17:04
ATLAS OS — Real voice-first upgrade (Claude + ElevenLabs + Web Speech API)
#!/usr/bin/env bash
# =============================================================================
# ATLAS OS — Real Upgrade Script
# Target: ~/ATLAS (the real Next.js app)
# What this builds:
# • Fullscreen HUD — no chat, no input bar, hands-free only
# • AtlasSphere — Three.js Ghost sphere with 7 visual states
# • Voice engine — "Hey ATLAS" wake word → Web Speech API → Claude → ElevenLabs
# • /api/think — Claude API route (Anthropic SDK)
# • /api/speak — shells out to atlas_voice.py via afplay
[
{
"online": "750",
"maxonline": "1000",
"color": "FF0000",
"x2": "true",
"key": "1424",
"name": "RED",
"firstname": "RED",
"secondname": "",
@a31408212
a31408212 / llm-wiki.md
Created June 7, 2026 17:03 — forked from karpathy/llm-wiki.md
llm-wiki

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.

@choco-bot
choco-bot / Install.txt
Created June 7, 2026 17:03
frozenbytes.vs2012.extensions v1.03 - Failed - Package Tests Results
2026-06-07 17:00:30,153 6072 [DEBUG] - XmlConfiguration is now operational
2026-06-07 17:00:31,106 6072 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2026-06-07 17:00:31,140 6072 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2026-06-07 17:00:31,154 6072 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2026-06-07 17:00:31,216 6072 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2026-06-07 17:00:31,232 6072 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2026-06-07 17:00:31,341 6072 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2026-06-07 17:00:31,530 6072 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2026-06-07 17:00:31,671 6072 [DEBUG] - Adding new typ
from math import *