Skip to content

Instantly share code, notes, and snippets.

View noelje's full-sized avatar
🚀
Deploying stuff

Noel noelje

🚀
Deploying stuff
  • metaverse
View GitHub Profile
@noelje
noelje / 00_MAIN.md
Created May 8, 2024 08:14 — forked from msmuenchen/00_MAIN.md
Patching around the Samsung Wearable ecosystem for fun and (no) profit

tl;dr: Samsung is a bunch of crap company that doesn't inform their customers about serious limitations on their Wearables lineup. Great hardware, dog poo software.

So, what's this about: Samsung omits a bunch of crucial information for consumers anywhere on the Galaxy Watch product pages - at least on those for the Galaxy Watch 4, Galaxy Watch 5 or Galaxy Watch 6.

They omit on the product pages, the pages that should inform a consumer about requirements and limitations, that:

  1. unless you're rooted, the companion phone actually must be a phone, tablets and even phablets like the Galaxy Tab Active 3 are not supported. (If you're rooted, you can patch that away. Just follow along for the guide)
  2. only certain wearables
@noelje
noelje / galaxy-wearable-patch.md
Created November 18, 2022 10:26 — forked from adil192/galaxy-wearable-patch.md
Galaxy Wearable patch for Samsung phones with custom ROMs

Galaxy Wearable patch for Samsung phones with custom ROMs

See https://github.com/adil192/SamsungAppsPatcher for the updated version of this guide. This gist is now unmaintained, but may work on other operating systems.

Requirements

(Same as the above link.)

use Prettier
@noelje
noelje / prac1.java
Last active March 9, 2022 07:00
for tutor to test
package footy;
import java.util.LinkedList;
public class FootyScore {
public static void main(String[] args) {
// a private data structure sufficient to keep track of the team's score;
// chosen DS: linked list
LinkedList<Integer> teamScore = new LinkedList<Integer>();
@noelje
noelje / ifb399_react_notes.md
Last active February 19, 2022 14:27
noob react notes

IFB399 React Notes

Concepts

JSX
React Components
Component States
Hooks
React Router
React Native
@noelje
noelje / pihole_youtube_block.txt
Last active January 12, 2022 04:23
pihole youtube
i.ytimg.com
i1.ytimg.com
i2.ytimg.com
i3.ytimg.com
i4.ytimg.com
youtube.com
m.youtube.com
@noelje
noelje / ls_colors
Created July 6, 2021 14:24 — forked from jmoz/ls_colors
ls_colors file to change colour of ls
# di=5;34;43 Setting the LS_COLORS di parameter to the above example will make directories appear in flashing blue text with an orange background
#0 = Default Colour
#1 = Bold
#4 = Underlined
#5 = Flashing Text
#7 = Reverse Field
#31 = Red
#32 = Green
#33 = Orange
#34 = Blue
@noelje
noelje / mount.txt
Created March 21, 2021 12:41
Mount a USB: Raspberry Pi
Re: How do you mount a USB Drive?
Quote
Fri Mar 22, 2013 10:55 pm
If you
sudo nano /etc/fstab
then add the line to the end
@noelje
noelje / install-pandoc-texlive-manjaro
Created March 5, 2021 03:01
install Pandoc and Texlive packages on Manjaro to convert notes to PDF
https://discover.manjaro.org/packages/pandoc
https://forum.manjaro.org/t/how-to-achieve-texlive-texlive-full-installation/34510
@noelje
noelje / md_to_rst.sh
Created February 2, 2021 11:46 — forked from hugorodgerbrown/md_to_rst.sh
Shell script for converting a batch of *.md files into *.rst using pandoc.
# This script was created to convert a directory full
# of markdown files into rst equivalents. It uses
# pandoc to do the conversion.
#
# 1. Install pandoc from http://johnmacfarlane.net/pandoc/
# 2. Copy this script into the directory containing the .md files
# 3. Ensure that the script has execute permissions
# 4. Run the script
#
# By default this will keep the original .md file