
Validate.QA — Paste a URL. Get a full Playwright suite.
Validate.QA is an autonomous QA agent: paste a URL and get a native, self-healing Playwright suite — UI, API, security, console, and network coverage.
@zan_sheum · X
The full gallery
Tech stack
60 projects

Validate.QA is an autonomous QA agent: paste a URL and get a native, self-healing Playwright suite — UI, API, security, console, and network coverage.
@zan_sheum · X

Free practice tests for ASE, EVT, and EPA 609 auto mechanic certifications with explanations.
@OverhaulPrep · X
Overhaul Prep — ASE, EVT & diesel certification prep for mechanics. 11,374 practice questions, every answer explained. I'm a tech myself — built the study tool I wished I'd had. Free to try, no card 👉

Free AI-powered resume and CV builder. Create an ATS-friendly CV in minutes, pick a professional theme, and download an instant PDF — no signup required.
@scalixdigitalco · X

Practice and prepare for ASE automotive technician certifications with structured paths.
@FlatRateLive · X
and We fear this comment section is the incorrect audience for this.

Share code, notes, scripts, and AI context via encrypted URLs.
@parrotwiki · X
one url. everything they need. code, notes, scripts, keys. end-to-end encrypted. 🦜

Independently verifies AI-generated code for exploitable flaws and provides verified patches.
@usesecurecode · X
Free Starter is $0 forever. 3 scan credits 1 free Attacker Mode run (20 credits) Real-time SAST Dependency checking Fix previews Signing up is free and gives you scans to try it out. free&utm_content=06_start-free#pricing #vibecoding

VerusCite verifies citations in academic PDFs with AI extraction and database cross-checks. Flag hallucinations and metadata mismatches before you submit.
u/andy_p_w · Reddit
VerusCite — Verify Academic Citations Tool to evaluate whether citations in academic papers can be verified, have minor errors, or are likely AI generated hallucinations. submitted by /u/andy_p_w to r/SideProject [link] [comments]

Copy curated prompts for AI image, video, and audio generation.
weijunext · HN
Free, curated prompts for AI image, video and music

@isha_singh06 Oookkkkk kindly check out https://t.co/qMy4Rxb4YC
@hsprafrique · X
Oookkkkk kindly check out

Build an ATS-optimized, high-scoring LaTeX resume or CV directly in your browser. 100% free, private & offline with WebAssembly. Use Jake's Resume, Academic & Modern templates with
someshjoyguru · HN
A LaTeX resume builder that compiles offline in the browser

Knowledge Saved and discoverable on any device, anywhere at anytime.
@getclibu · X
I'm building Clibu Notes. When memory fails and sticky notes don't cut it, your important, hard won research will always be available across all of your devices. Backlinks, folders, tags, filters, Collab ... Achieve information liberation with

Converts PDF bank statements to CSV, Excel, QBO, and other formats with balance verification.
funet · V2EX
做了个 PDF 银行流水转 CSV 的站,重点是「哪里没读出来会告诉你」 这是一个 [bank statement converter]( https://getbankcsv.com/):把 PDF 银行对账单转成 CSV / Excel / QIF / OFX / QBO 。这个品类工具不少,我做的时候盯的是两个一直没被解决的问题。 ## 一、转出来的文件导不进会计软件 这跟提取质量无关,卡的是列名、日期格式、文件大小这些事。Intuit 自己的文档写得很明确: QuickBooks 收的 CSV 必须是英文、不超过 350 KB 、单次最多 1000 行、只能是三列 ( Date, Description, Amount )或者四列。一年的活期账单,后两条都会超。 所以我按 QuickBooks 和 Xero 各自文档要的形状分别出文件,而不是给一个通用 CSV 让你自己改。 ## 二、漏读了,但没人告诉你 这个更要命。版面解析或者 OCR 漏掉一整块交易,输出看起来完全正常,你导进账里, 几个月后对账才发现少了一截。 我这边的做法: