Skip to content

Instantly share code, notes, and snippets.

View Loopshape's full-sized avatar
:electron:
I CHANGE STATICS TO DYNAMICS FOR PARAMS

loop.core Loopshape

:electron:
I CHANGE STATICS TO DYNAMICS FOR PARAMS
View GitHub Profile
@Loopshape
Loopshape / spec.json
Created August 30, 2025 05:36
Vega-Lite spec from Sat Aug 30 2025
{
"config": {"view": {"continuousWidth": 300, "continuousHeight": 300}},
"data": {"name": "data-b0fe595546d47c5085f225c35730172c"},
"mark": {"type": "line"},
"encoding": {
"color": {"field": "symbol", "type": "nominal"},
"strokeDash": {"field": "symbol", "type": "nominal"},
"x": {"field": "date", "type": "temporal"},
"y": {"field": "price", "type": "quantitative"}
},
@Loopshape
Loopshape / spec.json
Created August 30, 2025 05:36
Vega-Lite spec from Sat Aug 30 2025
{
"config": {"view": {"continuousWidth": 300, "continuousHeight": 300}},
"data": {"name": "data-b0fe595546d47c5085f225c35730172c"},
"mark": {"type": "line"},
"encoding": {
"color": {"field": "symbol", "type": "nominal"},
"strokeDash": {"field": "symbol", "type": "nominal"},
"x": {"field": "date", "type": "temporal"},
"y": {"field": "price", "type": "quantitative"}
},
@Loopshape
Loopshape / polywrapper.js
Created March 26, 2024 15:25
Build a Javascript wrapper for JavaScript to React and from React to NextJS and from VueJS to NuxtJS and from Svelte to Sapper and from Ruby to Ruby on Rails and from PHP to Laravel and from Python to Django and from CSS to Tailwind CSS and build a onefiler NodeJS loader for that.
// Import necessary libraries
const React = require('react');
const ReactDOM = require('react-dom');
const Next = require('next');
const Nuxt = require('nuxt');
const Sapper = require('sapper');
const express = require('express');
const Rails = require('rails');
const Laravel = require('laravel');
const Django = require('django');
@Loopshape
Loopshape / nemodian.js
Last active March 26, 2024 15:39
NEMODIAN v2.2
// ==UserScript==
// @name Nemodian v2.3
// @namespace http://loopcore/?nemodian=true&api=v23
// @version v2.3
// @description <bitmax.coinwarp@gmail.com>
// @author You
// @match *://*/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
// ==/UserScript==
@Loopshape
Loopshape / tunnelbuddy.sh
Last active March 10, 2024 03:49
Debian Linux Root Basefile-System Repair
#!/bin/bash
# Prompt for root folder
read -p "Enter the root folder path (e.g., /): " root_folder
# Prompt for desired user and group
read -p "Enter the desired user: " desired_user
read -p "Enter the desired group: " desired_group
# Function to recursively correct ownership and permissions
@Loopshape
Loopshape / correcta.sh
Last active March 10, 2024 13:52
DEBIAN LINUX // DISTRO REPAIR :: Permissions (global) by LOOPCORE feat. OpenAI
#!/bin/bash
echo "DEBIAN LINUX // DISTRO REPAIR by LOOPCORE feat. OpenAI"
echo "(Use with caution!!! Success may not be guaranteed...)"
# Check if script is run as root or with elevated privileges
if [ "$(id -u)" != "0" ]; then
echo "Unsuccessful or impossible structures were found and critical damaged!!!"
exit 1
fi
@Loopshape
Loopshape / workout.js
Last active March 6, 2024 17:02
DNS to SEED MNEMONIC PASSPHRASE generation by NodeJS
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DANASEED // OPEN-AI WALLETSEED-DIALOG CONTEXT INTERPRETER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
coded by ChatGPT in 2024 under direction of
AVERION LOOPCORE WONDERBYTE <bitmax.coinwarp@gmail.com>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
// Open AI
@Loopshape
Loopshape / flowxbtc.v0.3.3.js
Last active February 16, 2024 00:05
Cheat Sheep // BTC Blockchain Relocation v0.3.3
// ==UserScript==
// @name FLOWXBTC
// @namespace *://flowx*/*
// @namespace *://24lex*/*
// @namespace *://huyx*/*
// @namespace *://lemc*/*
// @namespace *://flyb*/*
// @namespace *://crypto*/*
// @version 0.3.2
// @description BTC blockchain relocation
@Loopshape
Loopshape / sources.list
Created June 13, 2023 05:49 — forked from hakerdefo/sources.list
Debian 12 "bookworm" complete sources.list
deb https://ftp.debian.org/debian/ bookworm contrib main non-free non-free-firmware
# deb-src https://ftp.debian.org/debian/ bookworm contrib main non-free non-free-firmware
deb https://ftp.debian.org/debian/ bookworm-updates contrib main non-free non-free-firmware
# deb-src https://ftp.debian.org/debian/ bookworm-updates contrib main non-free non-free-firmware
deb https://ftp.debian.org/debian/ bookworm-proposed-updates contrib main non-free non-free-firmware
# deb-src https://ftp.debian.org/debian/ bookworm-proposed-updates contrib main non-free non-free-firmware
deb https://ftp.debian.org/debian/ bookworm-backports contrib main non-free non-free-firmware
@Loopshape
Loopshape / termux-url-opener
Created February 22, 2023 17:53 — forked from smallneo/termux-url-opener
termux-url-opener
#!/data/data/com.termux/files/usr/bin/zsh
#
# This is a termux-url-opener script to do diffrent tasks on my Android phone
#
#
#
# How to use this script
#############################
# Create the bin directory
# ➜ ~ mkdir bin