Skip to content

Instantly share code, notes, and snippets.

View ddol's full-sized avatar

David Dolphin ddol

View GitHub Profile
@emeeks
emeeks / art_movements.json
Last active August 19, 2022 14:22
Nested Timelines
{
"label": "Art Movements",
"children": [
{"label": "Renaissance",
"children": [
{"label": "Italian Renaissance",
"start": 1275,
"end": 1602},
{"label": "Renaissance Classicism",
"start": 1475,
@pklaus
pklaus / ping.py
Created March 5, 2011 09:50
A pure python ping implementation using raw socket.
#!/usr/bin/env python2
"""
Other Repositories of python-ping
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* https://github.com/l4m3rx/python-ping supports Python2 and Python3
* https://bitbucket.org/delroth/python-ping