Skip to content

Instantly share code, notes, and snippets.

View Ragdata's full-sized avatar
:octocat:
Preparing ...

Ragdata Ragdata

:octocat:
Preparing ...
View GitHub Profile
@Ragdata
Ragdata / startup.md
Last active July 26, 2020 07:34
Quick Access to Windows 10 Startup Folder
  1. Right-click on Windows Start Menu
  2. Left-click on "Run"
  3. Type shell:startup
@Ragdata
Ragdata / bash_remote.sh
Created February 22, 2021 13:45
Execute a single file from a Github Repo remotely in a single command line
wget -O - https://raw.githubusercontent.com/<username>/<project>/<branch>/<path>/<file> | bash

Keybase proof

I hereby claim:

  • I am ragdata on github.
  • I am ragdata (https://keybase.io/ragdata) on keybase.
  • I have a public key ASD9nDDBoPtqYSnoKcOtLR7tesp5qgiyDAuQG1HEHHokmwo

To claim this, I am signing this object:

@Ragdata
Ragdata / unicode-emojis.md
Last active November 11, 2021 23:50
Unicode-based emojis which should also work at Github

©️ Copyright Sign

®️ Registered Sign

‼️ Double Exclamation Mark

⁉️ Exclamation Question Mark

™️ Trade Mark Sign

@Ragdata
Ragdata / docker-api.json
Created November 16, 2021 23:19
Docker JSON API
{
"source": "mockoon:1.15.0",
"data": [
{
"type": "environment",
"item": {
"uuid": "",
"lastMigration": 17,
"name": "Docker Engine API",
"endpointPrefix": "1.33",
@Ragdata
Ragdata / gist:6a38d26e4bcfb258881e9587de6f068f
Last active August 19, 2022 06:32 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

Col1 Col2 Col3
:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
@Ragdata
Ragdata / win-symlinks.md
Last active November 4, 2022 22:58
Creating Symbolic Links (Symlinks) on Windows 10 & Windows 11
@Ragdata
Ragdata / README.md
Created November 14, 2022 03:22 — forked from mrkpatchaa/README.md
Bulk delete github repos

Use this trick to bulk delete your old repos or old forks

(Inspired by https://medium.com/@icanhazedit/clean-up-unused-github-rpositories-c2549294ee45#.3hwv4nxv5)

  1. Open in a new tab all to-be-deleted github repositores (Use the mouse’s middle click or Ctrl + Click) https://github.com/username?tab=repositories

  2. Use one tab https://chrome.google.com/webstore/detail/onetab/chphlpgkkbolifaimnlloiipkdnihall to shorten them to a list.

  3. Save that list to some path

  4. The list should be in the form of “ur_username\repo_name” per line. Use regex search (Sublime text could help). Search for ' |.*' and replace by empty.

@Ragdata
Ragdata / commit-template
Last active November 14, 2022 04:01
Git commit template
# A properly formed Git commit subject line should always be able to complete
# the following sentence:
# * If applied, this commit <will your subject line here>
#
# ** Example:
# [type](optional scope): [subject]
#
# [optional body]
#
# [optional footer]
@Ragdata
Ragdata / git-bulk-delete.md
Created November 14, 2022 05:17
Bulk Delete Old Github Repos & Forks

Bulk Delete Old Github Repos & Forks

(Inspired by the resources listed at the bottom of this Gist)

Deleting old repos in bulk is quite easy if you've got a WSL instance at hand.

Step 1 - Create Your Hitlist

Open a text editor, and list each repository you want to delete in the form of userName\repoName with one per line.