topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 12, 2026, 7:16 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 4 5 6 7 8 [9] 10next
81
Navigating folders is one of the very few weaknesses that I have experienced in SC over the years (to this day it is my favorite screenshot program).

But it's very difficult and slow to navigate the folder tree in the Thumbnail Panel.  Sometimes I need to move around the folder tree while using SC and I have to use my file manager because it's too hard to do in SC.  I have to navigate to the file in the file manager, then click on it to open the image in SC.  Then if I need to work on another image elsewhere on the tree I have to go back to my file manager and repeat the process.

I am sure I must have asked about this before maybe quite a few years ago and assume there is no better way to navigate.

However I don't remember asking so I thought I would try again.

Is there any way to make folder navigation easier right within SC such as showing the folder tree in the Thumbnail Panel instead of the thumbnails or some other way to navigate efficiently?  That would make it much faster and easier to move around.

Thanks for any help!
82
For anybody that tried to visit the domain in the last 24 hours, I'm an idiot and made a change to .htaccess that broke it - fixed it now!
83
N.A.N.Y. 2026 / Re: N.A.N.Y 2026: Quick Backup
« Last post by techidave on December 26, 2025, 09:45 PM »
Nice!  have to give it a whirl.
84
N.A.N.Y. 2026 / Re: NANY 2026 : Fast Filter Text
« Last post by irkregent on December 26, 2025, 01:22 PM »
Very nice!  I can envision use cases where this will be very handy in my programming work.
85
N.A.N.Y. 2026 / Re: NANY 2026 : Fast Filter Text
« Last post by kunkel321 on December 26, 2025, 09:12 AM »
Pretty cool app!!  Thanks for sharing!   :Thmbsup:
86
I found best to play with the big houses rather than fight them
I'm not a programmer, even with AHK, but this is something I've found over the years to make life simpler. Without skiing expertise, you have to pick your spots to go off piste.
87
🎨 Chromivra: The Definitive Color Intelligence Platform
Professional-Grade Analysis. Perceptual Accuracy. 100% Client-Side Privacy.
---------------------------------------------------------
🚀 What is Chromivra?
Chromivra is a next-generation color intelligence platform designed for professionals who demand mathematical precision without sacrificing privacy. Unlike traditional color extractors that upload your assets to a cloud, Chromivra performs 100% of its calculations locally in your browser.
🛡️ Privacy & Stability First
  • Zero Uploads: Your images never leave your local machine. All processing happens via HTML5 Canvas and WebWorkers.
  • Mission-Critical Stability: Engineered with defensive programming, including NaN-guards, infinity protection, and zero-division checks in every mathematical module.
  • No Tracking: No external APIs, no cookies, no telemetry. Just pure tools.
🔬 Technical Deep Dive
The Science of Accuracy:
We don't just "guess" colors. Chromivra implements industry-standard perceptual color science:
  • Delta E Accuracy: Support for CIE76, CIE94, and CIE2000 algorithms for sub-pixel perceptual difference tracking.
  • Precision Conversions: Ultra-precise transformations between XYZ, LAB, LCH, HSV, HSL, and CMYK color spaces using D65 illuminant standards.
  • Gamut Analysis: Visual coverage reports for sRGB vs. Display P3 color spaces.
🔓 Transparent & Open Math
No "Black Box" algorithms or mysterious "AI magic."
We believe that professional tools should be auditable. The mathematical foundation of every module in Chromivra is completely open and documented. We provide detailed explanations and formulas for every calculation, from WCAG contrast ratios to Delta E derivations, ensuring you can trust the results for production-grade projects.
Professional Extraction Algorithms:
Choose the right logic for your asset:
K-Means Clustering | Median Cut | Octree Quantization | Histogram Analysis | DBSCAN Density Analysis
💎 Enterprise-Grade Modules
1. Brand Strategy & Intelligence
  • Brand Personality Scoring: Algorithmic assessment of Modern vs. Traditional and Professional vs. Playful vibes.
  • Industry Fit Analysis: Scores your palette against 6 key sectors: Tech, Healthcare, Finance, Creative, Food, and Fashion.
  • Golden Ratio Harmonies: Fibonacci-based color sequence analysis.
2. Psychological & Cultural Profiling
  • Emotional Impact Assessment: Statistical mapping of Energy, Calmness, Warmth, and Trustworthiness.
  • Global Cultural Context: Meaning and symbolic analysis across 50+ countries/regions.
  • Seasonal Associations: Metadata analysis for Spring/Summer/Autumn/Winter vibes.
3. Accessibility & Vision Science
  • WCAG 2.1 Compliance: Full contrast matrix for all color pairs in your palette.
  • Vision Condition Simulator: Real-time simulation of 8+ conditions, including Protanopia, Deuteranopia, and Tritanopia.
  • A11Y Recommendations: Automatic suggestions to bring failing contrast pairs into compliance.
🛠️ Workflow & Integration
Export Suite (25+ Formats):
  • Design: Adobe ASE/ACO, GIMP GPL, Sketch Palettes, Figma Variables.
  • Development: CSS/SCSS/LESS Variables, JSON Data, Swift/Kotlin Objects.
  • Executive Reports: Professional PDF Brand Kits and Executive Summary generation.
Power User Features:
  • Keyboard Shortcuts: C (Copy), E (Export), H (History), T (Toolbar), Ctrl+S (Save).
  • Floating Action Toolbar: A modern, radial FAB menu for swift mobile navigation.
  • Palette Sharing: Instant Base64-encoded URL sharing for collaborative reviews.
  • History System: LocalStorage-based history for up to 50 palettes with favorite marking.
Supported Formats: JPG, PNG, WebP, GIF, BMP, SVG, TIFF, AVIF, HEIC (Up to 25MB).
Explore the Future of Color Analysis:
https://chromivra.com
Designed for Excellence. Built for Privacy. Released for You.

Oh, and by the way....It's completely free  ;)

1.png
2.png
3.png
4.png
5.png
6.png
7.png
88
OK, now it defaults to Groq if you don't have any specifically set, but you can do it in Git Secrets if you want to set an Ollama BASE_URL for example:

# 3. Configure GitHub Settings > Secrets and variables > Actions
#   - New Repository Secret: GROQ_API_KEY (or LLM_API_KEY)
#   - New Repository Variable: LLM_BASE_URL (Optional, for custom providers)
#   - New Repository Variable: LLM_MODEL (Optional, e.g. "llama3")

API key is optional if you don't have one for your locally hosted models
89
Looks interesting, so thanks  :Thmbsup:

As I have been playing around with the latest (and largest that fits) Mistral LLM in my local setup, it produces quite useful results with code. That gives me the impression that it would also do great with generating documentation from code.

Instead of Grok, can I use local LLMs instead?



Groq* (Grok is X.com, groq is a different provider)

That aside, it wouldn't be hard for me to add this, however, I'm not sure how it would work given you'd need to have your local LLM publicly available in order for GitHub to reach it and do stuff

What sort of workflow are you thinking?
90
N.A.N.Y. 2026 / NANY 2026 : Fast Filter Text
« Last post by anandcoral on December 25, 2025, 12:21 PM »
NANY 2026 Entry Information

Application Name Fast Filter Text
Version 1.0
Short Description Quickly filters text as you type
Supported OSes WIN 10 +
Web Page https://sites.google...text/home?authuser=1
Download Link https://sites.google.../download?authuser=1
Zip file password is "abc123" without quotes
 


Description
Quickly filters the lines of a text file, as you type, to show only the lines containing the text.
You can filter on different words and lines containing all of them will be shown, even if they are not sequentially.

I needed to quickly see the important lines in a log file or in changes text of an app. I built Fast Filter Text to help me quickly narrow down the lines I want to see.

Screenshots
FastFilterText5.png

GIF showing type search
FastFilterText.gif

Usage
Installation
To install, extract the zip file in a folder, say "Fast Filter Text", and run the FastFilterText.exe.
Pages: prev1 ... 4 5 6 7 8 [9] 10next