Skip to content

Instantly share code, notes, and snippets.

View bassamanator's full-sized avatar

Bassam bassamanator

  • Toronto, Ontario, Canada
View GitHub Profile
@bassamanator
bassamanator / gist:6437bdb94f0ad806ce6817ae5663e080
Created March 10, 2024 06:36 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

: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:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@bassamanator
bassamanator / youtube.md
Created December 19, 2023 06:13 — forked from bitsurgeon/youtube.md
Markdown cheatsheet for YouTube

Embed YouTube Video in Markdown File

  1. Markdown style
[![Watch the video](https://img.youtube.com/vi/nTQUwghvy5Q/default.jpg)](https://youtu.be/nTQUwghvy5Q)
  1. HTML style
<a href="http://www.youtube.com/watch?feature=player_embedded&v=nTQUwghvy5Q" target="_blank">
@bassamanator
bassamanator / tex-colors.md
Created August 16, 2023 04:29 — forked from luigiMinardi/tex-colors.md
Github markdown colors (Using Tex and the github MathJax support)

Small warning for everyone that are thinking if using Tex colors is a good idea or not

2023-05-02 - Since a few days ago \colorbox and \fcolorbox are broken and Github did't talk about if it's a temporary thing or if it will not be added back.

As you can se with the above message(s) Tex may not be very stable and may not be an option to you as of the dates expressed above. You can also check other tex problems here.

$$\color{#D29922}\textsf{\Large&amp;#x26A0;\kern{0.2cm}\normalsize Warning}$$

$$\textsf{Github released Tex support and colors* to the markdown and you din't realized}$$

*You can use Tex to produce colors, but the real objective of it is to write math so it is more of a workaround that works good enought.
@bassamanator
bassamanator / voron_sensorless.md
Created January 12, 2023 10:57 — forked from clee/voron_sensorless.md
how to sensorless XY on Vorons

Setting Up and Calibrating Sensorless XY Homing

When using the TMC2130 / TMC2209 / TMC2660 / TMC5160 drivers, the StallGuard feature makes it possible to set up sensorless homing on the X and Y axes for CoreXY machines. The Klipper project has a page with documentation and recommendations on getting it working.

Following are some more detailed instructions and suggestions to supplement the Klipper documentation specifically for Vorons.

Hardware Setup

@bassamanator
bassamanator / debug.md
Created July 6, 2021 20:26
Atom debug.md