Skip to content

Instantly share code, notes, and snippets.

View RichLewis007's full-sized avatar
πŸ’¬
RAG is just the model admitting it needs to Google its homework.

Rich Lewis RichLewis007

πŸ’¬
RAG is just the model admitting it needs to Google its homework.
View GitHub Profile
@RichLewis007
RichLewis007 / font-finder-bookmarklet-and-source-code.md
Created August 12, 2025 05:48
Bookmarklet to find the font of the text on a web page

Font Finder Bookmarklet and Source Code

A one-click bookmarklet that shows a floating tooltip with the font in use (stack + likely active face), size, weight, line-height, letter/word spacing, and color for whatever text you hover over on a web page.


✨ Features

  • Esc to quit
""" A clean implementation of DDPG algorithm
Continuous control with deep reinforcement learning (Lillicrap et al., 2015)
"""
import os
os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'
import gym
import numpy as np
import tensorflow as tf
@RichLewis007
RichLewis007 / react_custom_hook_useFetch.ts.README.md
Created August 2, 2025 07:18
πŸ”„ Custom React Hook – useFetch

πŸ”„ Custom React Hook – useFetch

TypeScript React

Custom React hook for fetching data using TypeScript.

Tags

react, typescript, hooks

🧠 TensorFlow ConvNet

TensorFlow DeepLearning

A simple convolutional neural network using Keras and TensorFlow.

Tags

tensorflow, cnn, deep-learning

@RichLewis007
RichLewis007 / react_custom_hook_useFetch.ts.README.md
Created August 2, 2025 07:14
πŸ”„ Custom React Hook – useFetch

πŸ”„ Custom React Hook – useFetch

TypeScript React

Custom React hook for fetching data using TypeScript.

Tags

react, typescript, hooks

🧠 TensorFlow ConvNet

TensorFlow DeepLearning

A simple convolutional neural network using Keras and TensorFlow.

Tags

tensorflow, cnn, deep-learning