Page 33 of 127 (2534 total posts)

July 2022

16-07-2022
GitHub - postlight/mercury-parser: 📜 Extract meaningful content from the chaos of a web page

GitHub - postlight/mercury-parser: 📜 Extract meaningful content from the chaos of a web page

Source: github.com

I dont have a use fornthis right now, but it is an extremely powerful and useful package! “📜 Extract meaningful content from the chaos of a web page - GitHub - postlight/mercury-parser: 📜 Extract meaningful content from the chaos of a web page”

Tags: url web scraper scraping js javascript library how-to
15-07-2022
Introducing scikit-geometry

Introducing scikit-geometry

Source: wolfv.medium.com

One of those libraries that I was going to write, then I thought, someone else must have already written it. Then I googled and found: "The Python ecosystem is lacking a library with useful geometric types — we aim to fix this by introducing scikit-geometry."

Tags: robotics geometry python package how-to cool-tools
15-07-2022
You.com | The search engine you control.

You.com | The search engine you control.

Source: you.com

Good luck to the world with another search engine. Yes google is evil and I wish there was competition. But good luck! "You.com is an ad-free, private search engine that you control. Customize search results with 150 apps alongside web results. Access a zero-trace private mode."

Tags: search how-to cool-tools tool
12-07-2022
WHCC | Professional Photo Lab

WHCC | Professional Photo Lab

Source: whcc.com

WHCC is the premier provider of professional photography printing, products, and services beyond the camera — helping professional photographers thrive in their craft and the business of photography.

Tags: photo enlargement service
10-07-2022
Broken
Beginners Guide to Udev in Linux – The Geek Diary

Beginners Guide to Udev in Linux – The Geek Diary

Source: thegeekdiary.com

Udev is really cryptic and advanced. It is often hard to trobuleshoot if you need to. What is it? Udev is the device manager for the Linux kernel. Udev dynamically creates or removes device node files at boot time in the /dev directory for all types of devices. Udev is now part of systemd as you can see by viewing the “udev” file names included with the systemd RPM package.

Tags: udev udev-rules how-to linux advanced robotics
08-07-2022
Home - Coder v1 v1.32 docs

Home - Coder v1 v1.32 docs

Source: coder.com

This looks pretty interesting. Sort of what I've been trying to home grow. "Coder is a self-hosted platform that allows organizations to securely provision developer workspaces (featuring remote IDEs and all related resources) for DevOps, platform, and software engineering teams."

Tags: cloud cluster self-hosted development docker
03-07-2022
Ruby Style Guide

Ruby Style Guide

Source: ruby-style-guide.shopify.dev

This is a very reasonable, rational, practical style guide. “Shopify's Ruby Style Guide. Always useful to see how the ruby experts do it!”

Tags: ruby style rubocop how-to

June 2022

30-06-2022
The strange relationship between objects, functions, generators and coroutines

The strange relationship between objects, functions, generators and coroutines

Source: packt.com

The strange relationship between objects, functions, generators and coroutines In this article, I’d like to investigate some relationships between functions, objects, generators and coroutines in Python. At a theoretical level, these are very different concepts, but because of Python’s dynamic nature, many of them can appear to be used interchangeably. I discuss useful applications of […]

Tags: python how-to objects functions