I hereby claim:
- I am duhow on github.
- I am duhow (https://keybase.io/duhow) on keybase.
- I have a public key ASCX0khQjMXvgMOgzsLMwtwqB30dY0F_GeJXwtMg5bmCjQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# Author: ChatGPT-3.5 | |
# SPDX-License-Identifier: WTFPL | |
# See: https://github.com/markusfisch/BinaryEye | |
# Description: Binary Eye forward scans to input content to system | |
# pip install autopygui | |
from http.server import BaseHTTPRequestHandler, HTTPServer | |
from urllib.parse import urlparse, parse_qs | |
import pyautogui | |
import sys |
{"basics":{"name":"David Giron Bueno","label":"AWS DevOps Engineer Professional","image":"https://avatars.githubusercontent.com/u/1145001?v=4","email":"","phone":"","url":"https://duhowpi.net","summary":"Always growing, willing to learn and help everyone on the road! ","profiles":[{"network":"gitconnected","username":"duhow","url":"https://gitconnected.com/duhow"},{"network":"GitHub","username":"duhow","url":"https://github.com/duhow"},{"network":"LinkedIn","url":"https://www.linkedin.com/in/duhowpi/","username":"duhowpi"}],"headline":"Sysadmin and Webmaster.","blog":null,"yearsOfExperience":6,"username":"duhow","locationAsString":"Sant Feliu de Llobregat, Barcelona","region":"Sant Feliu de Llobregat, Barcelona","karma":10,"id":"d66d76f1-c81c-47da-86e9-78c018eba909","followers":51,"following":32,"picture":"https://avatars.githubusercontent.com/u/1145001?v=4","website":"https://duhowpi.net"},"skills":[{"name":"AWS","level":"Advanced","keywords":["devops"],"rating":4,"yearsOfExperience":2},{"name":"Proxmox","le |
import collections | |
import copyreg | |
import json | |
import logging | |
import re | |
import sys | |
from time import sleep | |
import pprint | |
from functools import lru_cache | |
from typing import BinaryIO |
#!/bin/bash | |
LIST="firehol_level1 firehol_level2" | |
URL="https://iplists.firehol.org/files/" | |
IPSET="/sbin/ipset" | |
function log(){ | |
echo "["$(date "+%Y-%m-%d %H:%M:%S")"] $@" | |
} |
<html> | |
<head> | |
<title>Background: Panel Active</title> | |
<meta name="author" content="duhowpi"> | |
<!-- | |
Inspired by [Hi tech wallpapers #561074](https://wallpaper-gallery.net/single/hi-tech-wallpapers-22.html) | |
[Hack font](https://sourcefoundry.org/hack/) | |
[Loading bar](https://codepen.io/brunjo/pen/XJmbNz) | |
--> | |
<script integrity="sha256-FtWfRI+thWlNz2sB3SJbwKx5PgMyKIVgwHCTwa3biXc=" crossorigin="anonymous" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js" ></script> |
#!/usr/bin/php | |
<?php | |
$config = [ | |
'host' => 'localhost', | |
'user' => 'root', | |
'pass' => '', | |
'db' => 'prestashop', | |
'prefix' => 'ps_', | |
'tables' => [ |
<?php | |
class CronExp { | |
public function match($expression, $time = NULL){ | |
if(empty($time)){ | |
$time = time() - time() % 60; // rounded to current minute | |
}elseif(is_string($time)){ | |
$time = strtotime($time); | |
} |
<?php | |
function http_json($status, $data = NULL, $httpcode = 200){ | |
http_response_code($httpcode); | |
$out = json_encode(array('status' => $status, 'data' => $data)); | |
die($out); | |
} | |
function fix_hostname($hostname){ | |
$search = [ |
I hereby claim:
To claim this, I am signing this object: