To install tcptraceroute on Debian/Ubuntu:
$ sudo apt-get install tcptraceroute
To install tcptraceroute on CentOS/REHL, first set up RepoForge on your system, and then:
$ sudo yum install tcptraceroute
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Bluetooth\Audio\AVRCP\CT] | |
"DisableAbsoluteVolume"=dword:00000001 |
using UnityEngine; | |
using UnityEngine.Rendering; | |
public class CameraRenderer | |
{ | |
private ScriptableRenderContext context; | |
private Camera camera; | |
private const string bufferName = "RenderCamera"; | |
private static ShaderTagId unlitShaderId = new ShaderTagId("SRPDefaultUnlit"); | |
private CullingResults cullingResults; |
# coding: utf-8 | |
__author__ = 'Delbert' | |
# 20160303 | |
# Original: https://www.wechall.net/challenge/training/encodings/ascii/ | |
# Output: The solution is: dilsmeboeili | |
def main(): | |
ascii_list = [84, 104, 101, 32, 115, 111, 108, 117, 116, 105, 111, 110, 32, 105, 115, 58, 32, 115, 105, 114, 101, 105, 98, 97, 101, 104, 101, 110, 97] | |
result = ascii_to_char(ascii_list) |
# -*- coding: utf-8 -*- | |
__author__ = 'Delbert' | |
import requests | |
def init(): | |
domainList = list() | |
future0ListURL = 'http://www.cnnic.cn/download/registar_list/1todayDel.txt' | |
future1ListURL = 'http://www.cnnic.cn/download/registar_list/future1todayDel.txt' | |
future2ListURL = 'http://www.cnnic.cn/download/registar_list/future2todayDel.txt' |
#!/usr/bin/env python | |
# coding=utf8 | |
# author=evi1m0 | |
# website=linux.im | |
''' | |
12306 Captcha Picture: | |
author: Evi1m0@20150316 | |
1. Download Captcha | |
2. Pic Conver Text |
# -*- coding: utf-8 -*- | |
__author__ = 'Delbert' | |
# You can pass 2 parameters to init_config() | |
# `path` is the directory you would like to save the images | |
# `image_id` is the image ID you want to download from. | |
from bs4 import BeautifulSoup | |
import requests | |
import os | |
# -*- coding: utf-8 -*- | |
__author__ = 'Delbert' | |
import re | |
import xlwt | |
def parse(refer, formated): | |
r_file = open(refer, 'rt', encoding='utf-8') | |
save_file = open('saved.txt', 'wt', encoding='utf-8') |
Sun Jan 25 19:41:15 2015 | |
:: | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
Sun Jan 25 19:41:15 2015 | |
:: ---------------------------------------------- | |
Sun Jan 25 19:41:15 2015 | |
:: GetSponsorOffer(), started 1/25/2015 at 11:41 |
# -*- coding: utf-8 -*- | |
__author__ = 'Delbert' | |
# Download files from an http server which allows traversing. | |
# Python 3 Only. | |
# requests and BeautifulSoup4 are required. | |
from bs4 import BeautifulSoup | |
import urllib | |
import requests | |
import os |
To install tcptraceroute on Debian/Ubuntu:
$ sudo apt-get install tcptraceroute
To install tcptraceroute on CentOS/REHL, first set up RepoForge on your system, and then:
$ sudo yum install tcptraceroute