Posts

Web Scraping Overview Web scraping is the automated process of extracting data from websites. Unlike manual copy-pasting, web scrapers use software to parse a website's HTML code, identify specific data points, and store them in structured formats like CSV, Excel, or JSON. How Web Scraping Works Request: The scraper sends an HTTP request to a specific URL. Loading: The scraper downloads the page content (HTML, and sometimes CSS/JavaScript). Parsing: The software analyzes the code to locate the target data (e.g., product prices, contact info, news headlines). Extraction & Storage: The desired data is filtered, cleaned, and saved into a database or file. Ethical & Legal Best Practices Check robots.txt: Always check website.com/robots.txt to see which areas the site owner restricts from crawlers. Respect the Server: Do not overwhelm a website with requests. Implement "rate limiting" (throttling), ad...
Tall Clickable Months January February March April May June July August September October November December
Image

 Andreas Tommy Parlaungan Manurung 

Image
Here is the full-width HTML document with the TikTok embed and fallback section expanded to use the entire available width. ```html Full Width | TikTok Embed + YouTube Channel 🎬 CLICK USERNAME for YOUTUBE-CHANNEL 👤 @anxin.amusement1 · tap to explore creator 📢 note: sorry for can not be played video! ▶ Watch this video on TikTok ⚠️ TikTok embed might be blocked — click above to view directly on TikTok ⭐ 👉 click username @anxin.amusement1 to visit YouTube channel & discover more content! ⚙️ dual rotor concept · linear design · intake-outtake tribute to James Watt 🎥 Full-width TikTok embed — if video fails to load, fallback link appears automatically within 3 seconds. ```
Image
Compiled: TikTok & Machinery Concepts | Source: TikTok Source: TikTok — inspired mechanism & steam concept — Video player not supported — Original TikTok concept: dual rotor linear design. 🔗 FILLING MACHINE ✨ Ini menggunakan 2 Rotor! Fantastis! 📐 Gw mo Desain dgn Konsep Linier ⚙️ Dan menggunakan Konsep InTake-OutTake pd Mesin Uap *misi comot ya Om James Watt! 📐 Sketsa konsep — inspirasi dari mesin uap & sistem linear nb: (akan) Gambar Manual dgn Alat Tulis saja ...
Scrollable Width Code Box <nav style = "background-color: #333; padding: 10px;" > <!--^ ^ ^ element | | attribute (style) | | <a href="/" style="color: white; margin: 0 10px;">Home</a> <!-- ^ ^ ^ ^ element attribute (href) CSS property (destination) (color: white) --> <a href = "/" style = "color: white; margin: 0 10px;" > Home </a> <a href = "/about" style = "color: white; margin: 0 10px;" > About </a> <a href = "/contact" style = "color: white; margin: 0 10px;" > Contact </a> </nav>