Tagged articles
12 articles
Page 1 of 1
Geek Labs
Geek Labs
May 27, 2026 · Operations

Four Handy Open‑Source Tools That Solve Real‑World Pain Points

This article introduces four lightweight open‑source utilities—a Android firewall/DNS app, a cross‑platform drawing program, a DPI‑bypass tool, and a CLI AI job‑search assistant—each addressing a specific problem with feature overviews, installation commands, and GitHub links.

AI assistantAndroidCLI
0 likes · 6 min read
Four Handy Open‑Source Tools That Solve Real‑World Pain Points
Python Crawling & Data Mining
Python Crawling & Data Mining
Jul 23, 2022 · Fundamentals

Explore Python Turtle: Draw Shapes, Change Pens, and Fill Colors

This guide introduces Python’s Turtle graphics library, explaining its screen and turtle concepts, and demonstrates how to draw rectangles, stars, circles, and arcs, while showing how to change pen attributes and apply fill colors, providing visual examples for beginners and intermediate learners.

BeginnerGraphicsdrawing
0 likes · 5 min read
Explore Python Turtle: Draw Shapes, Change Pens, and Fill Colors
ELab Team
ELab Team
Nov 26, 2021 · Frontend Development

How to Build a High‑Performance, Multi‑Touch Canvas Drawing Board from Scratch

This article walks through creating a fully customizable, high‑performance HTML5 canvas drawing board for online teaching, covering devicePixelRatio handling, responsive layout, touch and mouse event processing, drawing pipelines, multi‑touch support, erasing modes, caching strategies, undo/redo, and brush extensions, all with complete React code examples.

CanvasUndo Redodrawing
0 likes · 33 min read
How to Build a High‑Performance, Multi‑Touch Canvas Drawing Board from Scratch