I hereby claim:
- I am lingnet on github.
- I am al34841219 (https://keybase.io/al34841219) on keybase.
- I have a public key whose fingerprint is A3FA 4246 652D 582D 6DD3 DC15 E2F6 3105 BCCE 14E5
To claim this, I am signing this object:
""" | |
HTML <-> text conversions. | |
http://stackoverflow.com/questions/328356/extracting-text-from-html-file-using-python | |
""" | |
from html.parser import HTMLParser | |
from html.entities import name2codepoint | |
import re | |
class _HTMLToText(HTMLParser): | |
def __init__(self): |
• send a secret gist from your linked @lingnet Github account, you can reference this ticket #53774 |
/* ******************************************************************************************* | |
* THE UPDATED VERSION IS AVAILABLE AT | |
* https://github.com/LeCoupa/awesome-cheatsheets | |
* ******************************************************************************************* */ | |
// 0. Synopsis. | |
// http://nodejs.org/api/synopsis.html | |
I hereby claim:
To claim this, I am signing this object:
www.iuqerfsodp9ifjaposdfjhgosurijfaewrwergwea.com
is up the virus exits instead of infecting the host. (source: malwarebytes). This domain has been sinkholed, stopping the spread of the worm. Will not work if proxied (source).update: A minor variant of the viru
I hereby claim:
To claim this, I am signing this object:
Get-WmiObject Win32_LogicalDisk | | |
? { $_.DriveType -eq 3 } | | |
Select DeviceID, | |
@{ Name = 'FreeSpaceMB'; Expression = { $_.FreeSpace / 1MB } }, | |
@{ Name = 'SizeMB'; Expression = { $_.Size / 1MB } }, | |
@{ Name = 'FreeSpacePct'; Expression = { $_.FreeSpace / $_.Size } } |