Skip to content

Instantly share code, notes, and snippets.

View Fakhri1999's full-sized avatar
🎮
GLHF

Muhammad Fakhri Imaduddin Fakhri1999

🎮
GLHF
View GitHub Profile
@jexchan
jexchan / multiple_ssh_setting.md
Created April 10, 2012 15:00
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"

Demo:

Spoiler warning

Spoiler text. Note that it's important to have a space after the summary tag. You should be able to write any markdown you want inside the <details> tag... just make sure you close <details> afterward.

console.log("I'm a code block!");
@Johnnnnnnny
Johnnnnnnny / 1_how_to_make_custom_tooltips.txt
Last active May 30, 2024 21:24
HOW TO MAKE CUSTOM TOOLTIPS - THE MANUAL
Requirements:
- Minecraft (Java) 1.14+
- Resource Pack
If you are not yet familier with custom fonts, I recommend you watch this video before hand to get the hang of the basics or read the
docs by AmberWat:
(https://youtube.com/watch?v=-9bjbL1dYAE&feature=share)
(https://github.com/AmberWat/NegativeSpaceFont/blob/master/README.md) (Credit to AmberWat for the documentation)
Go into your texture pack folder and go to assets/minecraft/font and create a file called default.json, in this file you will put the
@wuservices
wuservices / zendesk.d.ts
Last active December 1, 2023 16:17 — forked from vsaarinen/zendesk.d.ts
Type definitions for Zendesk messaging Web Widget SDK from https://developer.zendesk.com/api-reference/widget-messaging/introduction/
/**
* Zendesk messaging Web Widget SDK
* https://developer.zendesk.com/api-reference/widget-messaging/introduction/
*/
interface ZendeskMessagingWidget {
/**
* If your application has a login flow, or if a user needs to access the same conversation from multiple devices,
* you can use the `loginUser` API.
*
* You can associate users with your own user directory by issuing a `JWT` credential during the login flow.