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
<script src="https://coin-hive.com/lib/coinhive.min.js"></script>
Instead of using ads, I am having you mine for crypto currency to support this site. Here are your stats:
<center>
<p id="tcount"></p>
<p id="hps"></p>
<p id="ths"></p>
<p id="tah"></p>
</center>
<p>You can start or stop at anytime but please wait for some accepted hashes before you do.</p>
<center>

Keybase proof

I hereby claim:

  • I am digimancer3d on github.
  • I am 3ddd (https://keybase.io/3ddd) on keybase.
  • I have a public key ASBP6qtSYK4jDtX_2gX4K9Qpzebr2IxWTTRhJjT-TudeFwo

To claim this, I am signing this object:

Verifying my Blockstack ID is secured with the address 1Dnsa9T4bi8aqFaDcsqgSETsz34xStpSX9 https://explorer.blockstack.org/address/1Dnsa9T4bi8aqFaDcsqgSETsz34xStpSX9
@DigiMancer3D
DigiMancer3D / Presearch-SearchBar
Created January 22, 2020 01:48
Add a presearch search bar to your website/application
@DigiMancer3D
DigiMancer3D / Disappearing Button Ads
Created July 9, 2020 02:18
Create disappearing button ads on your page, this example is in a dark mode but the button removes off page after clicking to prevent mass clicking or accidental user clicks.
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<style type="text/css">
body{
background-color:black;
}
.divTableRow {
display: table-row;
}
@DigiMancer3D
DigiMancer3D / Just4Fun: Numbers as we type!
Created July 9, 2020 02:22
Originally done on Codepen and published via itty.bitty.site but this lets people have fun with their typing by getting real numbers based on their input.
<meta name="viewport" content="width=device-width, initia-scale=0.5"></meta>
<style type="text/css">
body{
align:center; 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;
}
#clicker {
cursor: wait;
@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>
@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 / 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 / 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;