Skip to content

Instantly share code, notes, and snippets.

View DigiMancer3D's full-sized avatar
💭
Orange is a color

3D DigiMancer3D

💭
Orange is a color
View GitHub Profile
@DigiMancer3D
DigiMancer3D / terminal3d.html
Created March 23, 2024 23:31
Test out the beta version of Terminal.3D
<!DOCTYPE HTML>
<html manifest="Terminalof3D.appcache" onclick="refocus()">
<head>
<title>3D's Terminal (beta)
</title>
<base href="/">
<meta name="version" content="0.0.0002b">
<meta name="subject" content="Terminal Metaverse">
<meta property="og:site_name" content="3D's Terminal">
<meta property="og:url" content="Terminal.3D">
@DigiMancer3D
DigiMancer3D / Sovereignty-HUD.html
Created December 7, 2023 10:09
A helpful thing
<!DOCTYPE HTML>
<html id='html'>
<a id='link' name='link' align='center' style='align:center'>
<head>
<title>Sovereignty Pill HUD
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:url" content="Pill-HUD">
<meta name="apple-mobile-web-app-capable" content="yes">
<html manifest="Pill-HUD.appcache">
@DigiMancer3D
DigiMancer3D / 3d-info.markdown
Last active October 27, 2020 03:44
$3D.Info
@DigiMancer3D
DigiMancer3D / DevPage.html
Created September 16, 2020 16:39
A simple Dev Overview page
<style>
html {
background-color: black;
color: limegreen;
text-decoration: none;
overflow-x: hidden;
}
a {
text-decoration: none;
color:white;
<meta name="airtime-platform-display" content="PvtPpr Generator Lite">
<meta name="airtime-platform-id" content="74d7c24b-f070-eb2c-9f08-a87f7e6bea00">
<script src="https://bittubeapp.com/tubepay/airtime.loader.js" data-verify="meta" data-autostart="true"></script>
<html>
<head>
<style type="text/css"></style>
<meta name="viewport" content="width=device-width, initial-scale=0.5">
<style type="text/css">
body {
color: black;
@DigiMancer3D
DigiMancer3D / Preasearch Card Generator
Created July 9, 2020 03:58
Everyone Loves Presearch so generate your presearch digital card. Screenshot and share/print!
<meta name="viewport" content="width=device-width, initial-scale=0.5">
<!-- this is designed to work with itty.bitty.site for a proper output, visit https://itty.bitty.site and input this code pen href.location -->
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<!doctype html>
<html>
<head>
<script src="https://cdn.linearicons.com/free/1.0.0/svgembedder.min.js"></script>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
@DigiMancer3D
DigiMancer3D / Simple Hash Game
Created July 9, 2020 03:04
A game in a hash generator. Shows simple input swaps.
<script src="https://cdn.linearicons.com/free/1.0.0/svgembedder.min.js"></script>
<style>
@supports (-webkit-appearance:none) {}
@supports (-moz-appearance:meterbar) and (all:initial) {}
@supports (-webkit-appearance:none) {}
#contentgame {
display:none;
}
#room {
display:none;
@DigiMancer3D
DigiMancer3D / 3D Hash (JS Hashes & Example)
Created July 9, 2020 02:58
Besides generating custom hashes in JS, this shows how secure input swaps can still exist. This means your input can still be recgonized.
<style>
@supports (-webkit-appearance:none) {}
@supports (-moz-appearance:meterbar) and (all:initial) {}
@supports (-webkit-appearance:none) {}
#titl {
color:gold;
}
body, #body {
background-color:black;
@DigiMancer3D
DigiMancer3D / Enclosed-Sum Generator with flex seeds
Last active July 9, 2020 02:50
Build as random as I can hashes that still have some recgonizable points. This is mostly for fun.
<meta name="viewport" content="width=device-width, initia-scale=0.5"></meta>
<style type="text/css">
body{
color:white;font-size:7vw;font-family: AppleGothic;word-wrap: break-word;}h3{font-size:11vw;javascript:allow; background-color:black;
}
a{
Color: darkgreen; text-decoration: none;
@DigiMancer3D
DigiMancer3D / Blockchain MSGR (test field)
Last active July 9, 2020 02:44
Play with input to hashes with custom hashings to send messages when people plug-into your session. Having running machines to just host one of these are miners. People pluged in are nodes. Blockchain adds per entry and per x-seconds. This will produce a real blockchain even if with only one participant/miner.
<meta name="viewport" content="width=device-width, initia-scale=0.5"></meta>
<!--Need a php micro webserver with api append only transmission acceptance-->
<?php
if (php_sapi_name() == 'msgr-chain') {
}
<p align="center">&nbsp&nbspWelcome to <b>MSGR-CHAIN</b></p>