Skip to content

Instantly share code, notes, and snippets.

@warkingg3
warkingg3 / aliases.sh
Created August 25, 2026 07:44
Useful bash aliases
alias ll='ls -alh'
alias gs='git status'
alias gp='git pull --rebase'
/*****************************************************
You receive user data from two different sources (sourceA and sourceB).
Each source returns an array of user objects. Some users appear in both sources, potentially with inconsistent or partial fields.
You want implement Step 1 and Step 2.
*****************************************************/
/*****************************************************
* Step 1. USER INTERFACE & SAMPLE DATA
Based on the data below, define a TypeScript interface `UserProfile` that includes fields according to the data.
@smorepkuti774
smorepkuti774 / aliases.sh
Created August 25, 2026 07:44
Useful bash aliases
alias ll='ls -alh'
alias gs='git status'
alias gp='git pull --rebase'
@mahus-gammadgin
mahus-gammadgin / aliases.sh
Created August 25, 2026 07:44
Useful bash aliases
alias ll='ls -alh'
alias gs='git status'
alias gp='git pull --rebase'
@jiaolulin
jiaolulin / 半亩花田面部新品TA定位.html
Created August 25, 2026 07:44
半亩花田面部新品TA定位
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>半亩花田面部新品TA定位 · 干敏×油敏品牌偏好洞察</title>
<style>
@PorSuphunnee
PorSuphunnee / daily-reports-privacy-policy.md
Created August 25, 2026 07:44
Daily Reports Privacy Policy

Daily Reports Privacy Policy

Last updated: August 25, 2026

Daily Reports is a private reporting automation tool operated by its owner.

Information accessed

The application uses Google OAuth authorization to access Google Drive only after the owner grants permission. It accesses generated report files and the destination folder required to upload, update, and manage those reports.

@wdfkymd
wdfkymd / sg-sub-b64.txt
Created August 25, 2026 07:43
SG Cloudflare 优选订阅 (xhttp packet-up)
dmxlc3M6Ly9iOThiZmI5OC0xMjE2LTQzNWMtYTlmNi05NjE0ODcwZTk3YTFAMTA0LjE4LjQyLjIxODo0NDM/ZW5jcnlwdGlvbj1ub25lJnNlY3VyaXR5PXRscyZzbmk9c2cud2Rma3ltZC5ldS5vcmcmZnA9Y2hyb21lJnR5cGU9eGh0dHAmbW9kZT1wYWNrZXQtdXAmcGF0aD0lMkZ4aHR0cCZob3N0PXNnLndkZmt5bWQuZXUub3JnI1NHLURCUy0yOW1zCnZsZXNzOi8vYjk4YmZiOTgtMTIxNi00MzVjLWE5ZjYtOTYxNDg3MGU5N2ExQDEwNC4xOC40Mi4xNTE6NDQzP2VuY3J5cHRpb249bm9uZSZzZWN1cml0eT10bHMmc25pPXNnLndkZmt5bWQuZXUub3JnJmZwPWNocm9tZSZ0eXBlPXhodHRwJm1vZGU9cGFja2V0LXVwJnBhdGg9JTJGeGh0dHAmaG9zdD1zZy53ZGZreW1kLmV1Lm9yZyNTRy1DTUlOMi00MTVNLTM2bXMKdmxlc3M6Ly9iOThiZmI5OC0xMjE2LTQzNWMtYTlmNi05NjE0ODcwZTk3YTFAMTA0LjE2LjE0Ni42OToyMDk2P2VuY3J5cHRpb249bm9uZSZzZWN1cml0eT10bHMmc25pPXNnLndkZmt5bWQuZXUub3JnJmZwPWNocm9tZSZ0eXBlPXhodHRwJm1vZGU9cGFja2V0LXVwJnBhdGg9JTJGeGh0dHAmaG9zdD1zZy53ZGZreW1kLmV1Lm9yZyNTRy1DTUktNDc5TS0zM21zCnZsZXNzOi8vYjk4YmZiOTgtMTIxNi00MzVjLWE5ZjYtOTYxNDg3MGU5N2ExQDE3Mi42NC4xNTQuMjExOjQ0Mz9lbmNyeXB0aW9uPW5vbmUmc2VjdXJpdHk9dGxzJnNuaT1zZy53ZGZreW1kLmV1Lm9yZyZmcD1jaHJvbWUmdHlwZT14aHR0cCZtb2RlPXBhY2tldC11cCZwYXRoPSUy
@PriyanshuChauhanCoder
PriyanshuChauhanCoder / grid.abap
Created August 25, 2026 07:43
Simple ABAP T-codeinfo
REPORT z_tcode_info.
TABLES: tstc,
tadir.
INITIALIZATION.
PERFORM download_file.
@yuriinalivaiko
yuriinalivaiko / um_custom_batch_check.php
Created August 25, 2026 07:43
Ultimate Member customization. Replace the slow batch status check function with an optimized custom function.
<?php
// Replace the slow batch status check function with an optimized custom function.
if ( function_exists( 'UM' ) ) {
$Users = UM()->classes['um\common\actions\users'];
remove_action( $Users::BATCH_ACTION, array( $Users, 'batch_check' ) );
add_action( $Users::BATCH_ACTION, 'um_custom_batch_check', 10, 3 );
function um_custom_batch_check( $page, $total, $pages ) {
global $wpdb;
@satishgumudavelli
satishgumudavelli / gist:43313ffdaac53daff376f8503a19fe5a
Last active August 25, 2026 07:44
Important Server Commands.md

You can use this as a GitHub Gist:

Transfer Files from Local PC to Remote Server Using ngrok

This method lets you share files from your local machine to a remote server through the terminal, similar to LocalSend but over the internet.

1. Navigate to the file directory

cd /path/to/files