Pages

vineri, 16 ianuarie 2026

Tools : downloading open directory listings with wgetGUI

A PyQt5 GUI front-end for wget specialized for downloading open directory listings. This tool provides a user-friendly interface to configure and execute wget commands for downloading entire directory structures from web servers.
Most of the content in the open directory area is garbage, even if it seems of quality, it is not original, it is not appreciated in terms of art, content... but for the poor who cannot afford originals, here is a tool for downloading.
See this tool on the GitHub project.

News : Snowpack the new tool for modern web

Snowpack is a lightning-fast frontend build tool, designed for the modern web. It is an alternative to heavier, more complex bundlers like webpack or Parcel in your development workflow. Snowpack leverages JavaScript's native module system (known as ESM) to avoid unnecessary work and stay fast no matter how big your project grows.

News : Skypack the new modern CDN for JavaScript.

  • Skypack is a modern CDN for JavaScript that lets you load npm packages directly in the browser as ES modules, without installing them locally or using a bundler.
  • Key features:
    • Serves npm packages as browser-ready ES Modules.
    • Applies automatic optimizations like minification, compression, and HTTP/2 or HTTP/3 delivery.
    • Fixes compatibility issues so many Node-focused packages work directly in the browser.
  • Example import:
    import confetti from "https://cdn.skypack.dev/canvas-confetti";
  • More examples:
    • https://cdn.skypack.dev/preact@10
    • https://cdn.skypack.dev/bootstrap@next/dist/css/bootstrap.min.css
  • In short: Skypack turns npm packages into optimized, browser-ready ES modules with zero build step.

News : Fluid FX for Realtime 12 | Import Fountain Geo

News : Cowork: Claude Code not work on windows ? let's fix this issue.

First,Claude Code Cowork not works on windows:
Let's fix this with online claude and pyqt6, with these commands on my folder with python scripts:
# 1. let's go to my scripts 
cd "D:\PythonProjects"

# 2. make an folders tree
tree /F /A > structura_foldere.txt

# 3. make a file with my scripts 
Get-ChildItem -Path . -Filter *.py -Recurse | Select-Object FullName, Length, LastWriteTime | Export-Csv -Path "scripturi_python.csv" -NoTypeInformation
I got two files and I upload on claude online artificial intelligence.
I ask to use PyQt6 to make one manager to run each script, with descriptions and save all.
Now my folder is parsed and I have a manger for all scripts: