Skip to content

Instantly share code, notes, and snippets.

View ZMYaro's full-sized avatar
🖖

Zachary Yaro ZMYaro

🖖
View GitHub Profile
@ZMYaro
ZMYaro / 2021-03-30-carlson_gaetz_interview.md
Last active March 31, 2021 18:31
Transcript of Tucker Carlson's interview with Congressman Matt Gaetz on 2021-03-30 regarding allegations printed in The New York Times, because (at time of writing) the video does not have captions and this was a place I could dump a large text file.

(https://www.youtube.com/watch?v=WIcKeKLs3QA)

Carlson: “This afternoon, The New York Times ran a story saying that Florida Congressman Matt Gaetz is under federal investigation for playing some role in sex trafficking, and potentially having a relationship with a 17-year-old girl. There are very few details in major news outlets tonight about this story, we have no background on it all, and not even any very informed questions. Instead, we've invited Congressman Gaetz on the show to respond to these stories and give us his view of them. Congressman, thanks so much for coming on. Appreciate it. So, this is obviously a serious allegation. Tell us what the truth is, from your perspective.”

Gaetz: “It is a horrible allegation, and it is a lie. The New York Times is running a story that I have traveled with a 17-year-old woman, and that is verifiably false—people can look at my travel records and see that that is not the case. What is happening is an extortion of me and my family, involving

@ZMYaro
ZMYaro / mcu_compare.html
Created July 13, 2017 19:06
MCU Movie Compare-O-Matic
<!DOCTYPE html>
<html>
<head>
<title>MCU Movie Compare-O-Matic</title>
<style type="text/css">
html,
body {
width: 100%;
height: 100%;
margin: 0;
@ZMYaro
ZMYaro / sleep_sort.html
Last active May 23, 2017 21:28
A JavaScript implementation of sleep sort - https://jsfiddle.net/ZMYaro/Lqgbar98
<!DOCTYPE html>
<html>
<head>
<title>Sleep Sort Demo</title>
<script type="text/javascript">
var length, /** The length of the array being sorted. */
inputForm, /** The form wrapping the input field and submit button. */
inputFieldset, /** The fieldset wrapping the input field and submit button. */
inputField, /** The input field itself. */
inputDisp, /** The element where the parsed input will be printed. */
@ZMYaro
ZMYaro / counter.html
Created April 29, 2014 00:59
Simple counter
<!DOCTYPE html>
<!-- Simple counter -->
<!-- Written by Zachary Yaro in about a minute -->
<html>
<head>
<script type="text/javascript">
function countDown() {
localStorage.count = parseInt(localStorage.count) - 1;
document.getElementById('count').innerHTML = localStorage.count;
}
@ZMYaro
ZMYaro / wave_reply_bookmarklet.js
Created March 3, 2014 23:08
Click when reading a message in Gmail to turn the message into a wave where you can continue the conversation. Note that it will only take the first expanded message.
javascript:(function() {
var sub = document.getElementById("canvas_frame").contentDocument.getElementsByClassName("hP")[0].innerHTML;
var url = location.href.replace("#", "%23");
var msg = "";
var msgDiv = document.getElementById("canvas_frame").contentDocument.getElementsByClassName("ii")[0];
msg += msgDiv.children[0].innerText;
@ZMYaro
ZMYaro / notif_shim.js
Last active January 23, 2016 03:40
Chrome Notifications API Shim
/* Maps functions from the Chrome notifications API to the WebKit
* notifications API so Chrome notifications API functions may be used
* in older versions of Chrome (and other WebKit-based browsers).
*/
(function() {
if (!window.chrome) {
window.chrome = {};
}
if(!chrome.notifications && window.webkitNotifications) {
@ZMYaro
ZMYaro / biogrid_ascii.txt
Created July 20, 2013 02:03
BioGrid ASCII logos
___ ____
\ / \
___/ __ / __ ___ _\
\ \ / \ \ / \ \ \ / \
___/ / \__/ \____/ / / \__/
___ _____
| | |
___| ___ | __ ___ ___|