Thanks to visit codestin.com
Credit goes to gist.github.com

Skip to content

Instantly share code, notes, and snippets.

@lopspower
lopspower / README.md
Last active September 19, 2025 22:13
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

@yusufipk
yusufipk / arch-package-install.sh
Last active September 19, 2025 22:12
Mükemmel Bilgisayar Formatı: Verilerini ASLA Kaybetme
#!/bin/bash
# ##################################################################
# Arch Linux Package Installation Script #
# ##################################################################
#
# Define the packages you want to install in the 'packages' list.
# The script will then use 'yay' to install them.
#
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active September 19, 2025 22:13
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for non-video, non-activity quests! For stream/play quests use the desktop app!

Note

When doing stream quests, you need at least 1 other account in the vc!

How to use this script:

  1. Accept a quest under Discover -> Quests
@arashkaffamanesh
arashkaffamanesh / vmware.md
Created January 3, 2025 11:22 — forked from ayebrian/vmware.md
VMware ESXi 8 / vCenter 8 / Workstation 17 license key 2024
@walkerjeffd
walkerjeffd / Synology-Diskstation-Git.md
Last active September 19, 2025 22:06
Instructions for setting up git server on Synology Diskstation

Configure Synology NAS as Git Server

Instructions for setting up a git server on a Synology NAS with Diskstation. Specifically, I am using a DS414 with DSM 5.0.

Set Up User and Folder

  • Create user gituser via Diskstation interface (with File Station and WebDAV privilages)
  • Add new shared folder called git (located at /volume1/git) with read/write access for gituser and admin. This folder will hold all the repos.
  • Install Git Server package via Diskstation
@Klerith
Klerith / Instalaciones-React.md
Last active September 19, 2025 22:05
Instalaciones recomendadas para mi curso de React de cero a experto
@tuxfight3r
tuxfight3r / 01.bash_shortcuts_v2.md
Last active September 19, 2025 22:04
Bash keyboard shortcuts

Bash Shortcuts

visual cheetsheet

Moving

command description
ctrl + a Goto BEGINNING of command line
@fraune
fraune / touch_id_sudo.sh
Last active September 19, 2025 22:02
Let Touch ID authorize the `sudo` terminal command in macOS 14+
sudo sh -c 'echo "auth sufficient pam_tid.so" > /etc/pam.d/sudo_local'
@MightyPork
MightyPork / usb_hid_keys.h
Last active September 19, 2025 21:56
USB HID Keyboard scan codes
/**
* USB HID Keyboard scan codes as per USB spec 1.11
* plus some additional codes
*
* Created by MightyPork, 2016
* Public domain
*
* Adapted from:
* https://source.android.com/devices/input/keyboard-devices.html
*/