To install tcptraceroute on Debian/Ubuntu:
$ sudo apt-get install tcptracerouteTo install tcptraceroute on CentOS/REHL, first set up RepoForge on your system, and then:
$ sudo yum install tcptraceroute| import urllib | |
| from wordpress_xmlrpc import Client, WordPressPost | |
| from wordpress_xmlrpc.methods import posts | |
| import xmlrpclib | |
| from wordpress_xmlrpc.compat import xmlrpc_client | |
| from wordpress_xmlrpc.methods import media, posts | |
| import os | |
| ########################### Read Me First ############################### | |
| ''' | |
| ------------------------------------------In DETAIL-------------------------------- |
| import matplotlib.pyplot as plt | |
| def zoom_factory(ax,base_scale = 2.): | |
| def zoom_fun(event): | |
| # get the current x and y limits | |
| cur_xlim = ax.get_xlim() | |
| cur_ylim = ax.get_ylim() | |
| # set the range | |
| cur_xrange = (cur_xlim[1] - cur_xlim[0])*.5 |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>vue.js todo list</title> | |
| <script src="https://unpkg.com/vue"></script> | |
| <style type="text/css"> | |
| #box { width: 350px; margin: 30px auto; background: #eee; padding: 30px 50px; } | |
| li { list-style-type: none; } | |
| ul { padding-left: 0; } |
| #include <time.h> | |
| void timespec_diff(struct timespec *start, struct timespec *stop, | |
| struct timespec *result) | |
| { | |
| if ((stop->tv_nsec - start->tv_nsec) < 0) { | |
| result->tv_sec = stop->tv_sec - start->tv_sec - 1; | |
| result->tv_nsec = stop->tv_nsec - start->tv_nsec + 1000000000; | |
| } else { | |
| result->tv_sec = stop->tv_sec - start->tv_sec; |
To install tcptraceroute on Debian/Ubuntu:
$ sudo apt-get install tcptracerouteTo install tcptraceroute on CentOS/REHL, first set up RepoForge on your system, and then:
$ sudo yum install tcptraceroute| // Copyright 2007 Timo Bingmann <[email protected]> | |
| // Distributed under the Boost Software License, Version 1.0. | |
| // (See http://www.boost.org/LICENSE_1_0.txt) | |
| // | |
| // Original link http://panthema.net/2007/0328-ZLibString.html | |
| #include <string> | |
| #include <stdexcept> | |
| #include <iostream> | |
| #include <iomanip> |
Download source from source (https://www.sqlite.org/download.html)
For example: source https://www.sqlite.org/2022/sqlite-amalgamation-3390300.zip
Download binary from binary
For example: binary https://www.sqlite.org/2022/sqlite-dll-win64-x64-3390300.zip
Extract both archives to the same directory