Skip to content

Instantly share code, notes, and snippets.

11011 1010 1 11000 100001 1111 1011 10111 10111 1011 10001
10000 100001 11011 1 10111 100001 110 1011 10110 10111
11000 100001 11000 10001 100001 1011 10000 11000 101 10110
10111 11000 101 1110 1110 1 10110 100001 10111 10100 1 11 101

The Eye FAQ

The Eye is a website dedicated towards archiving and serving publicly available information.

We currently host large scale data-sets such as Reddit archives, old console video-games, operating systems and old software installation files.

How do I download these files?

The easiest way is to use wget, you can find a guide for using wget here

@ColeMundus
ColeMundus / output.txt
Last active December 30, 2021 04:44
Scrape question prompts from https://www.storyworth.com/questions.
Are you a regular at any of your local restaurants or cafes? What is that relationship like?
Why did you decide to get a graduate degree?
Which people have had the biggest influence on your life? What lessons did you learn?
Which fads did you embrace while growing up?
What simple pleasures of life do you truly enjoy?
What are some good and bad choices you've made with respect to your health?
What early memories do you have of your sibling(s)?
If you could have dinner with anyone in the world, living or dead, who would it be?
Did you have any ongoing disagreements with your sibling as a child? What were they?
Do you have a go-to board game?
Search results from SearchBot v3.00.02 by Ook, searching dll written by Ook, Based on Searchbot v2.22 by Dukelupus
Searched 11 lists for "Lucinda Riley" , found 50 matches. Enjoy!
For easier searching, use sbClient script (also very fast local searches). You can get that script by typing @sbClient in the channel.
!Mysfyt Lucinda Riley - The Girl on the Cliff (epub).rar ::INFO:: 517.9KB
!Mysfyt Lucinda Riley - Hothouse Flower (v5.0) (epub).rar ::INFO:: 3.2MB
!Mysfyt Lucinda Riley - The Lavender Garden (The Light Behind the Window) (epub).rar ::INFO:: 620.1KB
!Mysfyt Lucinda Riley - The Midnight Rose (epub).rar ::INFO:: 775.7KB
!Mysfyt Lucinda Riley - The Midnight Rose (mobi).rar ::INFO:: 838.8KB
!Mysfyt Lucinda Riley as Lucinda Edmonds - The Italian Girl (epub).rar ::INFO:: 1.1MB
import subprocess, argparse, time, os, math
from datetime import date, datetime
from mcrcon import MCRcon
parser = argparse.ArgumentParser()
parser.add_argument('--target', help='Path to target backup directory', required=True)
parser.add_argument('--server', help='Server IP address', required=True)
parser.add_argument('--port', help='Server port', default=25575, required=False)
parser.add_argument('--password', help='Server rcon password', required=True)
parser.add_argument('--output', help='Path to backups output directory', required=True)
import subprocess, argparse, time, os, math
from datetime import date, datetime
from mcrcon import MCRcon
parser = argparse.ArgumentParser()
parser.add_argument('--target', help='Path to target backup directory', required=True)
parser.add_argument('--server', help='Server IP address', required=True)
parser.add_argument('--password', help='Server rcon password', required=True)
parser.add_argument('--output', help='Path to backups output directory', required=True)
parser.add_argument('--command_logging', help='Flag to control command logging', default=True)
worlds["Survival"] = "1.15.2/world"
#worlds["Creative"] = "1.15.2-Creative/world"
renders["Survival - Overworld Day"] = {
"world": "Survival",
"title": "Survival - Overworld Day",
"rendermode": smooth_lighting
}
renders["Survival - Overwold Rot"] = {
"world": "Survival",
curl -X POST -H "Content-Type: application/json" \
-H "Authorization: Bearer $(gcloud auth application-default print-access-token)" \
https://automl.googleapis.com/v1beta1/projects/905505838894/locations/us-central1/models/ICN618229000019378176:predict \
-d @request.json
0011111111111111111111111111111111111111111111111111111111111111111111111111111111111000000000000000000000000011000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000011111111111111111111111001111111111111111010000000000000000000000000000000000000000000000000000000000000000000000000000000001110000000000000000000000000000000000000000100100000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000001001000000000000000000000000000000000000000000000000000000000000000000000000000000001100000000000000000000000000000000000000000010100000000000000000000000000000000000000000000000000000000000000000000000000000000110000000000000000000000000000000000000000000010100000000000000000000000000000000000000000000000000000000000000000000000000000011000000000000000000000000000000000000000000000101000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000001
@ColeMundus
ColeMundus / app.py
Last active July 22, 2018 23:20
Acme remote DNS api thingy
from flask import Flask, request, abort, g
from functools import wraps
from uuid import uuid4
import json
import db
app = Flask(__name__)
def require_appkey(view_function):
@wraps(view_function)