Skip to content

Instantly share code, notes, and snippets.

View tomdwaggy's full-sized avatar

Tom the Dragon tomdwaggy

View GitHub Profile
@tomdwaggy
tomdwaggy / session2html.py
Last active January 20, 2017 18:55 — forked from mirogula/session2html.py
Convert Firefox sessionstore.js file to html.
#!/usr/bin/python
################################################################################
# usage: session2html.py [-h] -s SESSION_FILE [-o OUTPUT_FILE]
#
# Convert Firefox sessionstore.js file to html.
#
# optional arguments:
# -h, --help show this help message and exit
# -s SESSION_FILE session file to be converted
diff -rup coreutils-8.23/src/copy.c coreutils-8.23-patched/src/copy.c
--- coreutils-8.23/src/copy.c 2014-07-13 16:09:52.000000000 -0600
+++ coreutils-8.23-patched/src/copy.c 2015-04-11 16:15:00.000000000 -0600
@@ -113,6 +113,71 @@ struct dir_list
dev_t dev;
};
+struct progress_status {
+ int iCountDown;
+ char ** cProgressField;