38 questions
Score of -4
0 answers
39 views
How can I deploy a WordPress website to GitHub Pages without using Simply Static Pro? [closed]
I have a WordPress website hosted on Hostinger and I want to make a static version of it that can be hosted on GitHub Pages.
My goal is:
WordPress (Hostinger)
↓
Static HTML/CSS/JS files
↓...
Score of -5
0 answers
90 views
flying saucer vs. Playwright vs. Puppeteer [closed]
I want to implement PDF generation. I am confused between these options. I have already used flying saucer. It is excellent and keeps in mind the print CSS part, page breaks, embedding charts and ...
Score of -6
0 answers
89 views
Choosing between raylib and SDL3 for TSP optimization algorithm visualization in C [closed]
I'm developing a TSP (Traveling Salesman Problem) optimization algorithm in C. The project is purely academic/research-oriented, and I need to add a visualization module to display the algorithm's ...
Score of 0
0 answers
42 views
Can a Perplexity Computer analytics dashboard automatically refresh when the data source changes?
I've created an analytics dashboard in Perplexity Computer, and it currently updates when I manually upload a CSV file.
I'd like to automate this process.
Is it possible to connect a Google Sheet or ...
Score of 0
0 answers
63 views
How to form forward looking sonar images from scene in Matlab?
I am currently working on sonar simulations and have modified the following code:
https://uk.mathworks.com/help/phased/ug/underwater-target-detection-with-an-active-sonar-system.html
Modifications ...
Score of -3
1 answer
143 views
Open-source C functions/programs that can encrypt a string using a secure PQC algorithm
I’m building a simple kernel in C where all files are encrypted at rest and decrypted using the user’s system password. Are there any quantum-safe encryption/decryption algorithms with open-source ...
Score of -2
0 answers
123 views
How can I prevent users from enrolling with a face shown over a video call in a Flutter + Python face recognition system?
I'm developing a workspace application with a Face Recognition module for employee enrollment.
Tech stack:
Frontend: Flutter
AI Server: Python
Face detection and face recognition are already ...
Score of -7
1 answer
137 views
What is the most popular Vibe Coding tool that developers use? [closed]
When using tools like Codex or Cloud Code, do people subscribe to them directly, or do they connect through third-party APIs?
If third-party APIs are the preferred route, is there a higher preference ...
Score of -1
0 answers
56 views
How to create table in Sqlite in .NET MAUI APPLICATION?
I am a PHP dev, to create databases and tables I use phpMyAdmin. Now I am learning .NET MAUI to create Android applications, but here there is no phpMyAdmin, where can I create the table?
Score of -2
0 answers
126 views
Virtual environment manager for RStudio on Windows PC [closed]
For many years I've been using RStudio on my Windows machine. There is a complete mess of different versions of the R packages in the result. Because of that, installation of new R packages and their ...
Score of -6
0 answers
95 views
Which VScode compatible AI coding agent is best for West Africa region as ChatGPT-Official is unavailable? How good and reliable is CodeGPT? [closed]
I have VSCode version 1.128.0 and I need a capable coding agent. I'm working on a complex project that converts engineering data to video. I was hoping to use ChatGPT-4.1 and its extensions so it can ...
Tooling
0
votes
0
replies
59
views
Why is my ESCO-based skill matcher so noisy, and where should I fix it?
I’m working on a skill extraction pipeline that uses ESCO and a purely lexical matcher, and I’m seeing a lot of noisy results (e.g., “Spanish” as a skill just because the text mentions “Spanish SMEs”)....
Tooling
0
votes
5
replies
136
views
Looking for best Python Libraries for Network Automation
I am looking for best and highly efficient libraries used for Network Automation using python. Could you please suggest me along with sample programs created using those libraries.
Score of 0
2 answers
410 views
Is it possible to display a base64 docx file in React?
I'm receiving documents from an API as a base64 string, and would like to display this in the browser.
Is anyone aware of a way to display this base64 docx file?
I've tried various packages to do this ...
Score of 3
3 answers
2630 views
RocksDB visualization tool
I would like to know if there is any basic RocksDB visualization tool. The only one I can see is the LDB tool which is a command line.
