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.)

@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 / 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
@noelje
noelje / tut.md
Created January 29, 2021 06:31 — forked from rain1024/tut.md
Install pdflatex ubuntu

PdfLatex is a tool that converts Latex sources into PDF. This is specifically very important for researchers, as they use it to publish their findings. It could be installed very easily using Linux terminal, though this seems an annoying task on Windows. Installation commands are given below.

  • Install the TexLive base
sudo apt-get install texlive-latex-base
  • Also install the recommended and extra fonts to avoid running into the error [1], when trying to use pdflatex on latex files with more fonts.
@noelje
noelje / QUT Horizon Guide.md
Created January 20, 2021 09:33 — forked from byronmejia/QUT Horizon Guide.md
A QUT Student's guide to the Horizon (client).

VMware Horizon Client Tutorial

Sometimes, it's necessary to try and connect to the QUT computers as a student, whether it be for using certain proprietary software, certain environments, or beefier computers?

This guide assumes you are not on campus and require a VPN client (Virtual Private Network) to behave as if you are at QUT.

@noelje
noelje / userChrome.css
Created January 19, 2021 10:49 — forked from regalstreak/userChrome.css
Make firefox white flashes in new tab loading screens go away
Use this or https://github.com/overdodactyl/ShadowFox
How to make firefoxes white flashes in new tab loading screens black
Working as of firefox version 69 and 8th september 2019
Enable legacy css customisations
* Go to about:config
* Enable this flag:
`toolkit.legacyUserProfileCustomizations.stylesheets`
#facebook marketplace
from selenium import webdriver
from time import sleep
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.common.by import By
from selenium.webdriver.support import expected_conditions as EC
from pymongo import MongoClient
class App: