Skip to content

Instantly share code, notes, and snippets.

View tylermneher's full-sized avatar
:electron:
Focusing

Tyler M. Neher tylermneher

:electron:
Focusing
View GitHub Profile
@tylermneher
tylermneher / index.haml
Created April 18, 2022 23:46
Solar System animation - Pure CSS
.description
%h1 Solar System
%hr/
%p
I know this is not the first one on CodePen, but I'm a space and physics lover, and I wanted to create mine :)
%p
Here is a true time scaled solar-system, which means that every objects have a time relative to an Earth year.
You can change the number in second of the
%br/
@tylermneher
tylermneher / service_list.txt
Created April 20, 2022 07:01
Plaid Settlement List
@logicielactif
100CRM
101FinancialGroupLLC
11:FS
11913751CanadaInc
12AdaptiveMarketing
14Cities
17hats
1stSecurityBankofWashington
1stdibsDesignManager,Inc.
@tylermneher
tylermneher / index.html
Last active April 27, 2022 03:28
Joe Countdown Timer
<head>
<script src="scripts/script.js"></script>
<link href="styles/style.css" rel="stylesheet">
</head>
<div class="container">
<h1 id="headline"> Countdown to Joe's life of mormons and murderers</h1>
<div id="countdown">
<ul>
(base) jupyter-tylermneher@jupyterhub:~$ sudo nmap -A -Pn -vv -O trixieschickennj.com
Starting Nmap 7.60 ( https://nmap.org ) at 2022-05-07 10:00 UTC
NSE: Loaded 146 scripts for scanning.
NSE: Script Pre-scanning.
NSE: Starting runlevel 1 (of 2) scan.
Initiating NSE at 10:00
Completed NSE at 10:00, 0.00s elapsed
NSE: Starting runlevel 2 (of 2) scan.
Initiating NSE at 10:00
@tylermneher
tylermneher / socket.io-stream-server-to-browser.js
Created August 26, 2022 05:17 — forked from companje/socket.io-stream-server-to-browser.js
socket.io-stream from NodeJS Server to Browser
/////////////////////////////
// NodeJS Server
/////////////////////////////
var express = require('express');
var app = express();
var http = require('http').Server(app);
var io = require('socket.io')(http);
var ss = require('socket.io-stream');
var path = require('path');
@tylermneher
tylermneher / demo.WEB.yaml
Created October 14, 2022 15:02
Create a new snippet from a blank template.
name: demo
description: Create a new snippet from a blank template.
host: WEB
api_set: {}
script:
content: |
$("#run").click(run);
function run() {
console.log("Your code goes here");
@tylermneher
tylermneher / opramachine.html
Last active March 27, 2023 19:35
OPRAMachine Homepage over cURL
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<title>Attention Required! | Cloudflare</title>
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />