I hereby claim:
- I am cipi1965 on github.
- I am cipi1965 (https://keybase.io/cipi1965) on keybase.
- I have a public key whose fingerprint is 8701 D93C 6848 2161 A638 3A2F 0F59 488B F27F A0E0
To claim this, I am signing this object:
| robbyrussell/oh-my-zsh | |
| robbyrussell/oh-my-zsh path:plugins/brew | |
| robbyrussell/oh-my-zsh path:plugins/fd | |
| robbyrussell/oh-my-zsh path:plugins/osx | |
| robbyrussell/oh-my-zsh path:plugins/swiftpm | |
| robbyrussell/oh-my-zsh path:plugins/git | |
| robbyrussell/oh-my-zsh path:plugins/command-not-found | |
| zsh-users/zsh-syntax-highlighting | |
| zsh-users/zsh-autosuggestions |
| Attaching to mailcowdockerized_ipv6nat-mailcow_1, mailcowdockerized_rspamd-mailcow_1, mailcowdockerized_acme-mailcow_1, mailcowdockerized_netfilter-mailcow_1, mailcowdockerized_nginx-mailcow_1, mailcowdockerized_php-fpm-mailcow_1, mailcowdockerized_dockerapi-mailcow_1, mailcowdockerized_unbound-mailcow_1, mailcowdockerized_watchdog-mailcow_1, mailcowdockerized_clamd-mailcow_1, mailcowdockerized_sogo-mailcow_1, mailcowdockerized_olefy-mailcow_1, mailcowdockerized_solr-mailcow_1, mailcowdockerized_mysql-mailcow_1, mailcowdockerized_dovecot-mailcow_1, mailcowdockerized_memcached-mailcow_1, mailcowdockerized_postfix-mailcow_1, mailcowdockerized_redis-mailcow_1 | |
| rspamd-mailcow_1 | 2019-09-07 19:29:31 #1(main) lua; lua_cfg_transform.lua:169: overriding actions from the legacy metric settings | |
| rspamd-mailcow_1 | 2019-09-07 19:29:31 #1(main) lua; lua_cfg_transform.lua:122: overriding group MX from the legacy metric settings | |
| rspamd-mailcow_1 | 2019-09-07 19:29:31 #1(main) lua; lua_cfg_transform.lua:160: grou |
| // | |
| // main.cpp | |
| // test | |
| // | |
| // Created by Matteo Piccina on 13/03/2019. | |
| // Copyright © 2019 Matteo Piccina. All rights reserved. | |
| // | |
| #include <iostream> |
| using System; | |
| using System.ComponentModel; | |
| using System.Diagnostics; | |
| using System.Runtime.InteropServices; | |
| namespace Controls.Utils | |
| { | |
| public class GlobalKeyboardHookEventArgs : HandledEventArgs | |
| { | |
| public GlobalKeyboardHook.KeyboardState KeyboardState { get; private set; } |
| 00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0104] (rev 09) | |
| Subsystem: Apple Inc. 2nd Generation Core Processor Family DRAM Controller [106b:00de] | |
| Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- | |
| Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx- | |
| Latency: 0 | |
| Capabilities: <access denied> | |
| 00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port [8086:0101] (rev 09) (prog-if 00 [Normal decode]) | |
| Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- | |
| Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- |
| filename: /lib/modules/4.20.0-arch1-1-ARCH/kernel/drivers/net/wireless/broadcom/b43/b43.ko.xz | |
| firmware: b43/ucode9.fw | |
| firmware: b43/ucode42.fw | |
| firmware: b43/ucode40.fw | |
| firmware: b43/ucode5.fw | |
| firmware: b43/ucode30_mimo.fw | |
| firmware: b43/ucode33_lcn40.fw | |
| firmware: b43/ucode29_mimo.fw | |
| firmware: b43/ucode26_mimo.fw | |
| firmware: b43/ucode25_mimo.fw |
| server { | |
| listen 80; | |
| listen [::]:80; | |
| listen 443 ssl; | |
| listen [::]:443 ssl; | |
| server_name gitea.*; | |
| ssl_certificate /etc/acme/fullchain.pem; | |
| ssl_certificate_key /etc/acme/key.pem; |
| ?path: /post/.+ | |
| $main: //article[has-class("post")] | |
| title: $main//header//h1 | |
| body: $main//div[has-class("td-post-content")] | |
| author: $main//div[has-class("td-post-author-name")]//a | |
| author_url: $main//div[has-class("td-post-author-name")]//a/@href |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/python | |
| from __future__ import print_function | |
| from tqdm import tqdm | |
| from lxml import html | |
| import requests | |
| import sys | |
| import os | |
| from urllib import quote_plus | |
| # It requires a premium account |