gist.github.opkg.us.kg Open in urlscan Pro
172.67.150.82  Public Scan

Submitted URL: https://gist-ucontent.github.opkg.us.kg/
Effective URL: https://gist.github.opkg.us.kg/starred
Submission: On November 16 via api from US — Scanned from US

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
 * 90 forks
 * 82 comments
 * 285 stars

butageek / windows_activation.md
Last active November 16, 2024 01:46
Activate Windows for free


FOR WINDOWS 10


STEP 1 - OPEN POWERSHELL OR COMMAND PROMPT AS ADMINISTRATOR


STEP 2 - INSTALL KMS CLIENT KEY

slmgr /ipk your_license_key

Replace your_license_key with following volumn license keys according to Windows
Edition:



 * 1 file
 * 50 forks
 * 18 comments
 * 429 stars

ClementNerma / zsh-cheatsheet.md
Last active November 16, 2024 01:45


ZSH CHEATSHEET

This is a cheat sheet for how to perform various actions to ZSH, which can be
tricky to find on the web as the syntax is not intuitive and it is generally not
very well-documented.


STRINGS

Description Syntax Get the length of a string ${#VARNAME} Get a single character
${VARNAME[index]}

 * 1 file
 * 80 forks
 * 356 comments
 * 402 stars

skoqaq / build4123.sublime4.key
Last active November 16, 2024 01:43
Sublime Text 4 License Key
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

—– BEGIN LICENSE —– Mifeng User Single User License EA7E-1184812 C0DAA9CD
6BE825B5 FF935692 1750523A EDF59D3F A3BD6C96 F8D33866 3F1CCCEA 1C25BE4D 25B1C4CC
5110C20E 5246CC42 D232C83B C99CCC42 0E32890C B6CBF018 B1D4C178 2F9DDB16 ABAA74E5
95304BEF 9D0CCFA9 8AF8F8E2 1E0A955E 4771A576

 * 1 file
 * 2 forks
 * 6 comments
 * 53 stars

Chick3nman / RTX_4090_v6.2.6.Benchmark
Created October 14, 2022 00:07
Hashcat v6.2.6 benchmark on the Nvidia RTX 4090
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

NVIDIA Driver Version: 522.25 CUDA Version: 11.8 Credit: blazer For benchmarking
the card and allowing me to release the benchmarks here The hashcat installation
used includes a change to the tuning ALIAS.hctune file to include the RTX 4090
as "ALIAS_nv_sm50_or_higher". The "Kernel exec timeout" warning is cosmetic and
does not affect the speed of any of the benchmarked modes. Benchmark was run at
stock clocks on an Asus Strix 4090.

 * 1 file
 * 157 forks
 * 77 comments
 * 797 stars

AnatomicJC / android-backup-apk-and-datas.md
Last active November 16, 2024 01:37
Backup android app, data included, no root needed, with adb


BACKUP ANDROID APP, DATA INCLUDED, NO ROOT NEEDED, WITH ADB

> Note: This gist may be outdated, thanks to all contributors in comments.

adb is the Android CLI tool with which you can interact with your android
device, from your PC

You must enable developer mode (tap 7 times on the build version in parameters)
and install adb on your PC.

Don't hesitate to read comments, there is useful tips, thanks guys for this !

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

niw / use_var_in_struct.md
Last active November 16, 2024 01:36
Use `var` in `struct` in Swift


USE VAR IN STRUCT IN SWIFT

TL;DR: Use var for properties in struct as long as it serves as a nominal tuple.
In most cases, there is no obvious benefit to using let for struct properties.


SIMPLE EXAMPLE

Let's start with a simple example:

struct MyStruct {

 * 1 file
 * 60 forks
 * 13 comments
 * 147 stars

stenuto / hls.sh
Created November 7, 2024 16:58
HLS ffmpeg script
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 display usage information usage() { echo "Usage: $0
/path/to/input.mp4 [ /path/to/output_directory ]" exit 1 } # Check if at least
one argument (input file) is provided if [ $# -lt 1 ]; then

 * 1 file
 * 452 forks
 * 132 comments
 * 3446 stars

fnky / ANSI.md
Last active November 16, 2024 01:32
ANSI Escape Codes


ANSI ESCAPE SEQUENCES

Standard escape codes are prefixed with Escape:

 * Ctrl-Key: ^[
 * Octal: \033
 * Unicode: \u001b
 * Hexadecimal: \x1B
 * Decimal: 27

 * 1 file
 * 16 forks
 * 33 comments
 * 279 stars

xnuk / hyeong.md
Last active November 16, 2024 01:30
난해한 혀엉.... 언어

이 문서가 여기저기 알려짐에 따라, 이곳에 여러가지 댓글이 달리고 있습니다. 개인적으로는 댓글창을 없애버리고 싶지만 그럴 수 없는 터라, 댓글을
달기 전에 한번씩만 더 생각해주셨으면 합니다.

 * 개인적인 감상은 이곳이 아닌 다른 곳에 적어주세요.
 * 동성애 혐오적인 댓글을 달지 마세요.
 * 기타 "난해한 혀엉... 언어"와 관련없는 댓글을 달지 말아주세요.

위 사항들을 포함해 제 마음에 안 드는 댓글들은 임의로 삭제하고 있습니다. 양해 부탁드립니다.

--------------------------------------------------------------------------------

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.