gist.github.opkg.us.kg Open in urlscan Pro
2606:4700:3035::ac43:9652  Public Scan

Submitted URL: https://gist.github.opkg.us.kg/
Effective URL: https://gist.github.opkg.us.kg/starred
Submission: On November 15 via automatic, source certstream-suspicious — 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
 * 3 forks
 * 2 comments
 * 34 stars

mikeslattery / .idea-lazy.vim
Last active November 15, 2024 09:03
LazyVim mappings for Jetbrains IDEs
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

" ~/.idea-lazy.vim " To install, add this to the top of your ~/.ideavimrc: "
source ~/.idea-lazy.vim " LazyVim default settings "
https://www.lazyvim.org/configuration/general let mapleader=" " let
maplocalleader="\\"

 * 1 file
 * 0 forks
 * 4 comments
 * 9 stars

FUFSoB / spotify_to_youtube_music.py
Last active November 15, 2024 09:03
Convert your Spotify "Liked Songs" into Youtube Music liked songs.
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

#!/usr/bin/python3 import spotipy import spotipy.util as util from ytmusicapi
import YTMusic, setup as setup_ytm from datetime import datetime scope =
"user-library-read" ### Setup

 * 1 file
 * 1 fork
 * 3 comments
 * 36 stars

svoboda-jan / change-apple-osx-dock-size-from-apple-terminal.md
Created October 7, 2019 09:09 — forked from
oguzoldev/change-apple-osx-dock-size-from-apple-terminal.md
Change Apple OS X Dock size from Apple Terminal

Change Apple OS X Dock size from Apple Terminal

defaults write com.apple.dock tilesize -int 32; killall Dock

32 is icon size

 * 8 files
 * 7 forks
 * 2 comments
 * 43 stars

f3401pal / app\build.gradle.kts
Last active November 15, 2024 08:59
Multi-module Android project with Kotlin DSL for Gradle
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

plugins { `android-base-app` `android-base` id("io.fabric") } android {
defaultConfig { versionCode = 20 versionName = "1.6.3"

 * 1 file
 * 1 fork
 * 4 comments
 * 8 stars

vaemendis / ComicInfo.xsd
Created January 3, 2020 11:36
ComicRack metadata schema
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

<?xml version="1.0" encoding="utf-8"?> <xs:schema elementFormDefault="qualified"
xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="ComicInfo"
nillable="true" type="ComicInfo" /> <xs:complexType name="ComicInfo">
<xs:sequence> <xs:element minOccurs="0" maxOccurs="1" default="" name="Title"
type="xs:string" /> <xs:element minOccurs="0" maxOccurs="1" default=""
name="Series" type="xs:string" /> <xs:element minOccurs="0" maxOccurs="1"
default="" name="Number" type="xs:string" /> <xs:element minOccurs="0"
maxOccurs="1" default="-1" name="Count" type="xs:int" /> <xs:element
minOccurs="0" maxOccurs="1" default="-1" name="Volume" type="xs:int" />

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

non / massdel.py
Created January 9, 2020 18:15
Script to delete all issues for a repo. This is different than just closing all
of them. It uses the v4 GraphQL Github API.
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

#!/usr/bin/env python # # by Erik Osheim # # STEPS TO USE # # 0. install deps #
- pip install requests # # 1. generate personal access token

 * 1 file
 * 111 forks
 * 80 comments
 * 539 stars

mutin-sa / Top_Public_Time_Servers.md
Last active November 15, 2024 08:56
List of Top Public Time Servers


GOOGLE PUBLIC NTP [AS15169]:

time.google.com

time1.google.com

time2.google.com

time3.google.com

 * 1 file
 * 0 forks
 * 0 comments
 * 1 star

tilman / @neshca__cache-handler@1.4.0.patch
Created November 14, 2024 11:43
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

diff --git a/dist/handlers/redis-strings.js b/dist/handlers/redis-strings.js
index
d6624015e6b48f34a8cf1bd62a09c997aa788538..87a25e0882482a00283293405a1bee2a152f6b8b
100644 --- a/dist/handlers/redis-strings.js +++ b/dist/handlers/redis-strings.js
@@ -19,6 +19,8 @@ function isImplicitTag(tag) { return
tag.startsWith(NEXT_CACHE_IMPLICIT_TAG_ID); } +let logCounter = 0; +

 * 1 file
 * 118 forks
 * 190 comments
 * 646 stars

nikhita / update-golang.md
Last active November 15, 2024 08:50
How to update the Go version


HOW TO UPDATE THE GO VERSION

System: Debian/Ubuntu/Fedora. Might work for others as well.


1. UNINSTALL THE EXISITING VERSION

As mentioned here, to update a go version you will first need to uninstall the
original version.

To uninstall, delete the /usr/local/go directory by:

 * 1 file
 * 74 forks
 * 121 comments
 * 431 stars

lukehedger / ffmpeg-compress-mp4
Last active November 15, 2024 08:48
Compress mp4 using FFMPEG
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

$ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4

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.