This file contains hidden or 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
// Code generated by protoc-gen-validate | |
// source: tests/harness/cases/bool.proto | |
// DO NOT EDIT!!! | |
#include <string> | |
#include "tests/harness/cases/bool.pb.h" | |
namespace tests { | |
namespace harness { |
This file contains hidden or 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 PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
<!-- based on http://nirmalpatel.com/redditPicsSaver/redditPicsScreensaver.html --> | |
<html> | |
<head> | |
<base href="http://www.reddit.com/" target="_blank"/> | |
<title>Reddit Pics Screensaver</title> | |
<style type="text/css"> | |
html, body { |
This file contains hidden or 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
import itertools | |
import string | |
import sys | |
import textwrap | |
""" | |
Run this script in a shell with the ciphertext to decode on STDIN | |
""" | |
#################################################################################################### |