This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
error.c | |
2016tcyrus | |
*/ | |
#include <stdio.h> | |
#include <stdbool.h> | |
#include <unistd.h> | |
void dispS(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// NOTE: Requires sass.js (https://github.com/medialize/sass.js/) | |
function setupSass(el) { | |
const url = el.getAttribute('href'); | |
let xmlhttp; | |
if (window.XMLHttpRequest) { | |
// code for IE7+, Firefox, Chrome, Opera, Safari | |
xmlhttp = new XMLHttpRequest(); | |
} else { | |
// code for IE6, IE5 | |
xmlhttp = new ActiveXObject('Microsoft.XMLHTTP'); |
Description:
Codebreakers of Imgur--it's time to play a game. This image is your first clue. If you pass this step, you will be led you down a path sprinkled with various tests and riddles. Those who can make it to the end will be rewarded...with a trophy in your gallery profile! (You'll know right away if you've won--it will tell you.)
The first five Imgurians that cracked the Codebreaker Challenge in User Sub won tickets to Camp Imgur! Congrats to WouldWishtoUnseeAgain, JackarooJesseJeans, thatguywiththeroads,TheIMes, and laughinghippo!
May the best codebreakers win! Please don't spoil it by posting the answers in the comments :)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 1999-2014 Gentoo Foundation | |
# Distributed under the terms of the GNU General Public License v2 | |
# $Header: $ | |
EAPI=5 | |
DESCRIPTION="Heroku client." | |
HOMEPAGE="https://github.com/heroku/heroku" | |
SRC_URI="https://github.com/heroku/heroku/archive/v3.30.3.tar.gz" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<title>TJHSST Sysadmin Bingo</title> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2canvas/0.4.1/html2canvas.min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/classlist/2014.01.31/classList.min.js"></script> | |
<script> | |
origdata = ["\"Still Alive\" on piano", "polo shirt", "workstation broken", "man man", "csssuf on deadtom", "\"oooh shiny\"", "cookie clicker", "everyone is male", "fwil-", "someone hates java", "pit stains", "jcotton's ipad", "diet coke", "booting itanium", "password change", "jholtom uses music cart", "khakis", "zan mods mc", "fwilson's stuff stolen", "the ethanicorn", "hipster web tech", "FOOOOX", "crashing the san", "jholtom's plaid collared shirt", "frozen pizza", "iodine's broken", "mac in the machine room", "znc"]; | |
function shuffle(o) { |
OlderNewer