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
[TCP segment of a reassembled PDU] | |
[TCP segment of a reassembled PDU] | |
[TCP segment of a reassembled PDU] | |
[TCP segment of a reassembled PDU] | |
PDU A | |
[TCP segment of a reassembled PDU] | |
[TCP segment of a reassembled PDU] | |
[TCP segment of a reassembled PDU] | |
[TCP segment of a reassembled PDU] | |
PDU B |
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
[TCP segment of a reassembled PDU] | |
[TCP segment of a reassembled PDU] | |
[TCP segment of a reassembled PDU] | |
[TCP segment of a reassembled PDU] | |
PDU A | |
[TCP segment of a reassembled PDU] | |
[TCP segment of a reassembled PDU] | |
[TCP segment of a reassembled PDU] | |
[TCP segment of a reassembled PDU] | |
PDU B |
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
#!/bin/bash | |
find /data/files -ctime 7 -type d -print0 | du --files0-from=- -m | awk '{i+=$1} END {print i}' |
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
boost_* | |
pcb2gcode/ | |
pcb2gcodeGUI/ | |
pcb2gcode.list | |
*~ |
http://www.colm.net/pipermail/ragel/2017-April/001710.html
I don't use Windows machines much also nowadays but I have a simple solution that one without a Windows can also build ragel windows binary
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
Download the list of password hashes from https://www.troyhunt.com/ive-just-launched-pwned-passwords-version-2/ unpack it and check it against your keepass file with this script. | |
requires python3, libkeypass from https://github.com/libkeepass/libkeepass and | |
``` | |
apt-get install python3-crypto python3-lxml | |
``` | |
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
#include <Core/CoreAll.h> | |
#include <Fusion/FusionAll.h> | |
#include <string> | |
using namespace adsk::core; | |
using namespace adsk::fusion; | |
using namespace std; | |
Ptr<Application> app; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.