Skip to content

Instantly share code, notes, and snippets.

View TabooSun's full-sized avatar

TabooSun TabooSun

  • Malaysia
  • 03:49 (UTC +08:00)
View GitHub Profile
@TabooSun
TabooSun / Instructions.md
Created April 14, 2024 07:31 — forked from dj-nitehawk/Instructions.md
How to import FE Live-Templates for JetBrains Rider

JetBrains Rider LiveTemplates import procedure

  1. Save the following LiveTemplates.DotSettings file to your computer (by right-clicking and selecting Save Link As).
  2. Open any project in Rider.
  3. Click Settings > Manage Layers (located in the left bottom corner).
  4. Right click This Computer > Import From > Import From File
  5. Select the downloaded LiveTemplates.DotSettings
  6. Click close.

That's it... These shortcuts should now be available for you to scaffold code snippets in Rider.

@TabooSun
TabooSun / Github Webhook Tutorial.md
Created November 22, 2023 13:38 — forked from jagrosh/Github Webhook Tutorial.md
Simple Github -> Discord webhook

Step 1 - Make a Discord Webhook

  1. Find the Discord channel in which you would like to send commits and other updates

  2. In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe! WebhookDiscord

Step 2 - Set up the webhook on Github

  1. Navigate to your repository on Github, and open the Settings Settings
@TabooSun
TabooSun / README.md
Created May 24, 2023 05:29 — forked from lopspower/README.md
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

Download This sample on Google Play Store

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.

@TabooSun
TabooSun / godot-fedora.md
Created March 4, 2023 16:37 — forked from SingingBush/godot-fedora.md
setting up Godot on Fedora Linux

Godot 3.0.2 (Mono Version)

Get the latest Mono

Godot requires Mono 5.4.x but the Fedora repo is still stuck on an older version. Install the latest directly from the Mono Project (currently 5.10.x).

http://www.mono-project.com/download/stable/#download-lin

rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
@TabooSun
TabooSun / rust_to_swift.md
Created July 8, 2022 12:31 — forked from surpher/rust_to_swift.md
Building binaries from Rust to iOS/macOS (PactSwift specific)
@TabooSun
TabooSun / xbox_button_names.md
Last active May 20, 2022 12:04 — forked from palmerj/xbox_button_names.md
Xbox Controller Button Names and Layout

Buttons

  • RSB == Right Stick Button
  • LSB == Left Stick Button
  • RB == Right Bumper (Right Shoulder)
  • RT == Right Trigger
  • LB == Left Bumper (Left Shoulder)
  • LT == Left Trigger
  • Y == Y Button (Top)
  • A == A Button (Bottom)
@TabooSun
TabooSun / gist:32c67130debd4b2f2ed3da19641fcf29
Created March 30, 2022 05:01
[macOS][m1] App crashes in release mode upon app launch #100348 gist
<details>
<summary>Report collected from Console.app</summary>
```
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------
Process: Ef Steroid [70928]
@TabooSun
TabooSun / encrypt_openssl.md
Created February 8, 2021 09:07 — forked from dreikanter/encrypt_openssl.md
File encryption using OpenSSL

Symmetic encryption

For symmetic encryption, you can use the following:

To encrypt:

openssl aes-256-cbc -salt -a -e -in plaintext.txt -out encrypted.txt

To decrypt:

@TabooSun
TabooSun / clipboard.history.json
Last active December 25, 2019 12:50
Visual Studio Code Settings Sync Gist
{
"version": 2,
"clips": [
{
"value": "ResetPasswordAPIPath.ValidateCodeApiPath",
"createdAt": 1565244619377,
"copyCount": 1,
"useCount": 0,
"language": "typescript",
"createdLocation": {