Skip to content

Instantly share code, notes, and snippets.

View forewing's full-sized avatar

forewing

  • Los Santos
View GitHub Profile
/*
* robotMaze.js
*
* The blue key is inside a labyrinth, and extracting
* it will not be easy.
*
* It's a good thing that you're a AI expert, or
* we would have to leave empty-handed.
*/
@forewing
forewing / fuck-conda-soft.sh
Last active July 29, 2023 01:17
Fuck Conda (a.k.a. how to use conda normally without slowing down everyday use of the shell)
#!/bin/sh
# less aggressive version, but lil bit slower
conda config --set auto_activate_base false
@forewing
forewing / rick-roll-full-screen.html
Created October 10, 2021 20:54
Full Screen Rick Roll
<!doctype html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<iframe src="https://www.youtube-nocookie.com/embed/dQw4w9WgXcQ?controls=0&autoplay=1&loop=1&disablekb=1&modestbranding=1"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
frameborder="0"
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.95em%22 font-size=%2280%22>&#128517;</text></svg>">
<title>&#128517;</title>
</head>
@forewing
forewing / erc20.sol
Last active May 21, 2021 18:42
ERC20 Token
pragma solidity 0.6.6;
// ----------------------------------------------------------------------------
// '{{ Name }}' token contract
//
// Deployed to : {{ Address }}
// Symbol : {{ Symbol }}
// Name : {{ Name }}
// Total supply: 100000000
// Decimals : 18