Skip to content

Instantly share code, notes, and snippets.

View grave0x's full-sized avatar

grave0x grave0x

  • Grave Inc.
  • Australia
  • 12:28 (UTC +09:30)
  • X @grave0x
View GitHub Profile
@exonomyapp
exonomyapp / Qwen Vision Scope.md
Last active April 8, 2025 19:31
Qwen Vision Scope

Exonomy & Exocracy: Vision and Scope

Introduction

Exonomy and Exocracy represent a decentralized, peer-to-peer (P2P) economic and project management ecosystem. This system empowers individuals, termed Exonomists and Exocrats, to create, exchange, and manage vouchers that represent goods and services within localized economies. These vouchers function as units of exchange, referencing real-world currencies for value assessment while remaining distinct from traditional money. By enabling structured, voucher-mediated interactions independently of banking institutions, Exonomy fosters economic resilience, fluid market participation, and community-driven decision-making. The system minimizes unnecessary data replication, ensuring that only relevant economic activities are recorded and propagated efficiently.

Exonomy serves as an alternative pathway for economic activity, prioritizing voucher-based interactions, self-regulating economies, and community-driven decision-making, offering economic independence f

@grave0x
grave0x / hack.py
Created December 7, 2024 01:33 — forked from nboyd/hack.py
t2j + randomness
class FunctionWrapperContextManager:
def __init__(self, module, function_names, callback):
"""
Create a context manager that wraps multiple functions in a module.
Calls to those functions are dispatched to a callback.
Args:
module (module): The module containing the functions to wrap
function_names (list): List of function names to wrap
@roshanmirajkar
roshanmirajkar / TwitterFollowingCSV.js
Created December 31, 2023 02:21
Twitter Following List Exporter
/*
Collect and export a list of Twitter usernames you're following, along with follow-back status, to a CSV file every 80 seconds. Done client-side using Javascript running in the Console window of the web browser.
Instructions:
1) Modify the 'LANGUAGE' variable to match your Twitter interface language.
2) Customize 'SKIP_USERS' with usernames you do not wish to include in the CSV.
3) 'PRINT_FOLLOW_INFORMATION' determines whether follow-back status is included.
4) 'SKIP_FOLLOWERS' and 'SKIP_NON_FOLLOWERS' settings filter out respective user groups.
5) 'MS_PER_CYCLE' controls the frequency of data collection cycles.
6) Load the Twitter page showing users you're following, open the console (F12), paste this code, and run it.
@bernaction
bernaction / autoclaim_nonkyc.user.js
Last active August 31, 2024 00:33
auto claim faucet
// ==UserScript==
// @name Autoclaim Faucet Nonkyc
// @version 0.58
// @match https://nonkyc.io/faucet*
// @author BernaCripto.com.br
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @grant none
// @description Auto clicker faucet button on xeggex.com and nonkyc.io
// ==/UserScript==
@GitMurf
GitMurf / obsidian.templater.move-line.js
Last active March 22, 2025 17:26
Move the active line of the active file to a chosen file.
<%*
//v1.6.2: Fix with update to Templater where wasn't removing the selected text/line "on move"
//'first' will add to top of file. 'last' will add to bottom of file
let firstOrLastLine = 'last';
//Choose a specific line to move to underneath; overrules firstOrLastLine if true
const bChooseLine = false;
//After moving the line, open the file it was moved to