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
Font=1943____ | |
### ## #### #### ### # # ## ## ### # # ### # # #### | |
## ## #### #### ### # # ## ## ### # # ### # # #### | |
## ## #### #### ### # # ## ## ### # # ### # # #### | |
## ### ## #### # # ### # # ## # ## ### # # ### # # # # ## # ## ## | |
## ## ## ## # ### # ### ### # # # ### # ### # # ### # # # ### ## ## ## ## ## | |
## ## ### #### ### #### ### #### ### # # ## ## ### # # ### # # ### #### ## ### ##### ## | |
### ## ## ## ### #### ### #### ### # # ## ## ### # # ### # # ### #### # ## # ### ## | |
## ## # # ### # # ### ### # # ### # # ### # # # # ### ## ## # ## ## | |
#### #### #### ### # # ### # # ### # # |
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
#!/usr/bin/env python | |
# coding=utf8 | |
################################################################################ | |
import os | |
import importlib.util | |
################################################################################ |
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
<?php | |
// get the HTTP http_method, path and body of the request | |
$http_method = $_SERVER['REQUEST_METHOD']; | |
$request = explode('/', trim($_SERVER['PATH_INFO'],'/')); | |
$input = json_decode(file_get_contents('php://input'),true); | |
// retrieve the method and key from the path | |
$method = preg_replace('/[^a-z0-9_]+/i','',array_shift($request)); | |
$key = array_shift($request); |
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
import os | |
import smtplib | |
import time | |
from email.mime.multipart import MIMEMultipart | |
from email.mime.text import MIMEText | |
from email.mime.base import MIMEBase | |
from email.utils import COMMASPACE, formatdate | |
from email import encoders | |
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
#!/usr/bin/env python | |
################################################################################ | |
import sys | |
from time import sleep | |
from selenium import webdriver | |
from selenium.webdriver.support.ui import WebDriverWait | |
from selenium.webdriver.support import expected_conditions as EC | |
from selenium.webdriver.common.by import By | |
from selenium.common.exceptions import NoSuchElementException |
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
# -*- makefile -*- | |
# The file Setup is used by the makesetup script to construct the files | |
# Makefile and config.c, from Makefile.pre and config.c.in, | |
# respectively. The file Setup itself is initially copied from | |
# Setup.dist; once it exists it will not be overwritten, so you can edit | |
# Setup to your heart's content. Note that Makefile.pre is created | |
# from Makefile.pre.in by the toplevel configure script. | |
# (VPATH notes: Setup and Makefile.pre are in the build directory, as | |
# are Makefile and config.c; the *.in and *.dist files are in the source |
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
#!/usr/bin/env python | |
# coding=utf8 | |
############################################################################### | |
from miracle.acl import Acl | |
from pprint import pformat | |
############################################################################### | |
def acl_test(): |
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
# USAGE | |
# python image_diff.py --first images/original_01.png --second images/modified_01.png | |
# import the necessary packages | |
from skimage.measure import compare_ssim | |
import argparse | |
import imutils | |
import cv2 | |
# construct the argument parse and parse the arguments |
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
#!/usr/bin/env python | |
# coding=utf-8 | |
""" | |
import CVE from "http://cve.mitre.org/data/downloads/allitems.txt" | |
""" | |
################################################################################ | |
import os | |
import urllib2 | |
import getopt |
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
{ | |
"token":"xoxp-1_________75-10________93-11________40-4d________c382e04140057________", | |
"channels": [ | |
{ | |
"name": "_imo_devops_", | |
"incoming_webhook_url": "https://hooks.slack.com/services/T________/__________/______________________", | |
"icon_emoji": ":shipit:" | |
}, | |
{ | |
"name": "_imo_do1_unittest_", |
NewerOlder