-
Stella Inventus Global
- US
- https://gist.github.com/daddiofaddio
Pinned Loading
-
sitemap-extract
sitemap-extract Public templateProcesses XML sitemaps and extracts URLs. Includes features such as support for both plain XML and compressed XML files, multiple input sources, protection against anti-bot measures, multi-threadin…
Python 1
-
pDNSf-Hosts-collection
pDNSf-Hosts-collection PublicForked from j-moriarti/pDNSf-Hosts-collection
My personalized Hosts file collection of various sources, cleaned and optimized specially for pDNSf
Shell
-
Python script - Rename extracted jso...
Python script - Rename extracted json data files to match sanitized names of urls scraped; regex for batch renaming of suffixes, specific first names, etc. 1import os
2import re
3import json
45# Directory containing the JSON files
-
Python - Extract & parse raw scraped...
Python - Extract & parse raw scraped identification data and reformat to "human name" data values (nameparser/HumanName imports) 1from nameparser import HumanName
2import pandas as pd
34def parse_names_from_file(input_file_path, output_file_path):
5# Read the names from a file
-
How to install ImageMagick with HEIC...
How to install ImageMagick with HEIC and WEBP support on Ubuntu 20.04 1# inspired by https://gist.github.com/rjnienaber/af47fccb8410926ba7ea35f96c3b87fd
23# remove bundled ImageMagick
4sudo apt remove imagemagick -y
5 -
Display username, message & avatar s...
Display username, message & avatar shortcode with link to My Account page - conditional based on existing user fields 1/* DISPLAY AVATAR & USER SHORTCODE - CONDITIONAL */
2function display_current_user_shortcode()
3{
4global $current_user;
5$user = wp_get_current_user();
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.