gist.wumin.live Open in urlscan Pro
172.67.217.120  Public Scan

Submitted URL: https://gist.wumin.live/
Effective URL: https://gist.wumin.live/starred
Submission: On August 24 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

GET /search

<form class="position-relative js-quicksearch-form" role="search" aria-label="Site" data-turbo="false" action="/search" accept-charset="UTF-8" method="get">
  <div class="header-search-wrapper form-control input-sm js-chromeless-input-container">
    <input type="text" class="form-control input-sm js-site-search-focus header-search-input" data-hotkey="s,/" name="q" aria-label="Search" placeholder="Search…" autocorrect="off" autocomplete="off" autocapitalize="off">
  </div>
</form>

Text Content

Skip to content

All gists Back to GitHub Sign in Sign up

Sign in Sign up
You signed in with another tab or window. Reload to refresh your session. You
signed out in another tab or window. Reload to refresh your session. You
switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert

{{ message }}

Instantly share code, notes, and snippets.


DISCOVER GISTS

 * 

 * All gists
 * Forked
 * Starred

 * 1 file
 * 0 forks
 * 1 comment
 * 2 stars

ngttai / ip_scanner.sh
Created August 16, 2024 13:19
Scan IP, MAC, HOSTNAME from linux Terminal
This file contains bidirectional Unicode text that may be interpreted or
compiled differently than what appears below. To review, open the file in an
editor that reveals hidden Unicode characters. Learn more about bidirectional
Unicode characters
Show hidden characters

#!/bin/bash # Function to check if a command exists, and install it if not
install_if_missing() { if ! command -v "$1" &> /dev/null; then echo "$1 is not
installed. Installing..." apt-get update && apt-get install -y "$2" if [ $? -ne
0 ]; then echo "Failed to install $2. Please install it manually." exit 1

 * 3 files
 * 34 forks
 * 287 comments
 * 343 stars

bpsib / BBC-Radio-HLS.m3u
Last active August 24, 2024 09:34 — forked from stengland/BBC-Radio.m3u
BBC Radio Streams
This file contains bidirectional Unicode text that may be interpreted or
compiled differently than what appears below. To review, open the file in an
editor that reveals hidden Unicode characters. Learn more about bidirectional
Unicode characters
Show hidden characters

#EXTM3U #EXTINF:-1,BBC - Radio 1
http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_one/bbc_radio_one.isml/bbc_radio_one-audio%3d96000.norewind.m3u8
#EXTINF:-1,BBC - Radio 1Xtra
http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_1xtra/bbc_1xtra.isml/bbc_1xtra-audio%3d96000.norewind.m3u8
#EXTINF:-1,BBC - Radio 1Dance
http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_one_dance/bbc_radio_one_dance.isml/bbc_radio_one_dance-audio%3d96000.norewind.m3u8
#EXTINF:-1,BBC - Radio 1Relax
http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_one_relax/bbc_radio_one_relax.isml/bbc_radio_one_relax-audio%3d96000.norewind.m3u8
#EXTINF:-1,BBC - Radio 2

 * 1 file
 * 2 forks
 * 0 comments
 * 5 stars

jborean93 / New-ScheduledTaskSession.ps1
Last active August 24, 2024 09:33
Creates a PSSession that targets a scheduled task process
This file contains bidirectional Unicode text that may be interpreted or
compiled differently than what appears below. To review, open the file in an
editor that reveals hidden Unicode characters. Learn more about bidirectional
Unicode characters
Show hidden characters

# Copyright: (c) 2024, Jordan Borean (@jborean93) <jborean93@gmail.com> # MIT
License (see LICENSE or https://opensource.org/licenses/MIT) Function
New-ScheduledTaskSession { <# .SYNOPSIS Creates a PSSession for a process
running as a scheduled task. .DESCRIPTION Creates a PSSession that can be used
to run code inside a scheduled task

 * 2 files
 * 4 forks
 * 0 comments
 * 18 stars

JeodC / TUC-Steam-Guide.md
Last active August 24, 2024 09:32
A guide to setting up Command & Conquer: The Ultimate Collection for Steam -
Dated March 13th 2024


COMMAND & CONQUER: THE ULTIMATE COLLECTION (STEAM GUIDE)



Author: Jeod

Contributors:

 * TerrorTowers
 * hxdr0n0s
 * Unstoppable
 * Agent

 * 1 file
 * 18 forks
 * 11 comments
 * 137 stars

sebble / stars.sh
Last active August 24, 2024 09:29
List all starred repositories of a GitHub user.
This file contains bidirectional Unicode text that may be interpreted or
compiled differently than what appears below. To review, open the file in an
editor that reveals hidden Unicode characters. Learn more about bidirectional
Unicode characters
Show hidden characters

#!/bin/bash USER=${1:-sebble} STARS=$(curl -sI
https://api.github.com/users/$USER/starred?per_page=1|egrep '^Link'|egrep -o
'page=[0-9]+'|tail -1|cut -c6-) PAGES=$((658/100+1)) echo You have $STARS
starred repositories. echo

 * 1 file
 * 1 fork
 * 0 comments
 * 14 stars

customcommander / jsdoc-cheat-sheet.md
Last active August 24, 2024 09:28
JSDoc Cheat Sheet


JSDOC CHEAT SHEET

Things I found myself researching over and over without taking the time to write
them down. Until now.

Table of Contents

 1. Should I use {String} vs {string} or {Number} vs {number} ...?
 2. Type Expression: Optional vs Nullable vs Non-nullable
 3. When do I need to use the @function tag?

 * 1 file
 * 394 forks
 * 158 comments
 * 2808 stars

y0ngb1n / docker-registry-mirrors.md
Last active August 24, 2024 09:26
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践
https://github.wumin.live/y0ngb1n/dockerized


DOCKER HUB 镜像加速器

国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。

> Dockerized 实践 https://github.wumin.live/y0ngb1n/dockerized


1️⃣ DOCKER DAEMON 配置代理(推荐)

参考 Docker daemon 配置代理

 * 1 file
 * 50 forks
 * 143 comments
 * 313 stars

v1mkss / JetBrains Activation.md
Last active August 24, 2024 09:22
JetBrains Activation

No proxy for:

*.apache.org, *.github.com, *.github.io, *.githubusercontent.com, *.gitlab.com, *.google.com, *.gradle.org, *.jetbrains.space, *.maven.org, *.micronaut.io, *.quarkus.io, *.scala-sbt.org, *.schemastore.org, *.spring.io, cache-redirector.jetbrains.com, cloudconfig.jetbrains.com, download-cdn.jetbrains.com, download.jetbrains.com, downloads.marketplace.jetbrains.com, ea-report.jetbrains.com, github.com, gitlab.com, google.com, gradle.org, jcenter.bintray.com, jitpack.io, micronaut.io, plugins.jetbrains.com, proxy.golang.org, quarkus.io, repo.papermc.io , resources.jetbrains.com, spring.io, www.jetbrains.com





 * 1 file
 * 0 forks
 * 0 comments
 * 2 stars

codev911 / list.txt
Last active August 24, 2024 09:21
bullet for my valentine - full album - clone hero chart
This file contains bidirectional Unicode text that may be interpreted or
compiled differently than what appears below. To review, open the file in an
editor that reveals hidden Unicode characters. Learn more about bidirectional
Unicode characters
Show hidden characters

- Omen (playable) : + omen =>
https://drive.google.com/drive/folders/1wijfhXKB9_fuHM51-sdVJicNDtItaGA2 -
Bullet For My valentine 2019 (playable) : + parasite =>
https://drive.google.com/drive/folders/1LH7HPdYLlUBpE3zUd3XgeVE7alKSVJMj +
knives =>
https://drive.google.com/drive/folders/1aDSN5w2TKKoRS2RP9Uyez07xitNHlKMI + my
reverie =>
https://drive.google.com/drive/folders/1vJ4kO_qrHaQREX2YGTXulITZIjINRD6j + no
happy ever after =>
https://drive.google.com/drive/folders/1X7L3_j7g3JnELll7ibKY3z_5TgtI2apo + can't
escape the wave =>
https://drive.google.com/drive/folders/1tvDxQGi7rZTjrmO6MsCYQ72YLnT-2OaU +
bastards =>
https://drive.google.com/drive/folders/1A7g9Yoi5TRh6BLtJq9-qEeJTC_p8nNFI

NewerOlder


FOOTER

© 2024 GitHub, Inc.


FOOTER NAVIGATION

 * Terms
 * Privacy
 * Security
 * Status
 * Docs
 * Contact
 * Manage cookies
 * Do not share my personal information

You can’t perform that action at this time.