Newest Questions
24,157,000 questions
Advice
0
votes
1
replies
13
views
Why is hydrogen becoming such an important part of the clean energy conversation?
I’ve been reading more about clean energy trends lately, and one thing that keeps coming up is hydrogen.
What I find interesting is how hydrogen is being positioned as more than just another renewable ...
0
votes
0
answers
16
views
Is there such a thing as short-circuit evaluation within a regular expression? If so, how to write it?
I want to make this an application-defined function in the SQLite Tcl Interface to use in a WHERE clause to check whether one JSON array ($jarray) includes any one of the elements in another JSON ...
-2
votes
0
answers
43
views
I can't find the algorithm in this question [closed]
Problem J: Jadwal Liburan IAA 2025
J Jadwal Liburan
Time limit: 1.5s
Memory limit: 256MB
Doni merupakan seorang pelajar yang sedang liburan akhir semester. Ia memiliki beberapa teman
yang masing-...
0
votes
0
answers
21
views
GridDB Rust client returns type mismatch error when inserting row with TIMESTAMP
I am using the GridDB Rust client and trying to insert data into a container that has a TIMESTAMP column.The connection works, and the container is created successfully, but when I try to insert a row,...
0
votes
0
answers
19
views
Error in fetching pdf file from a website using google apps script UrlFetchApp
I have a Google Apps Script that downloads a daily PDF rate sheet from a public financial website. This script ran perfectly for months but suddenly stopped working around April 9th.
Instead of ...
-1
votes
0
answers
18
views
selenium with proxy authenticaion using chrome extension not working
I recently used this python library on injecting proxy username and password on Selenium https://github.com/freezingdata/selenium-authenticated-proxy
It works for a couple of months, but now. Chrome ...
0
votes
1
answer
36
views
Can you make a javascript object where every missing property becomes a valid value?
I'm running some protection in my source to make it difficult for bad actors when they access my known global variables.
I would like to be able to confuse them by setting those values to be something ...
0
votes
0
answers
10
views
How can I get the Heart Point logic from Google Fit?
As Google already announced that neither Google Fit SDK nor Fitness API is possible to integrate or enable it. The only way to fetch your data into Android mobile device is Health Connect.
I have the ...
-2
votes
0
answers
24
views
digitalpersona 4500 development implementation guide in javascript [closed]
i have to create a fingerprint attendance system user first enroll it
s finger and after when user scan his finger so we store attendance data like use clock in this 9 am and when user again scan it's ...
-1
votes
0
answers
23
views
How to make a multi x axis bar chart in rechart with values from a JSON where a group of elements share id
Currently Im working on a React/JS project where I read a JSON with this structure for data:
sprintId = [num]
username = [string]
completedTasks = [num]
And I need to make a graph like ...
Advice
0
votes
1
replies
22
views
Free domain vs cheap paid domain- which is better for beginners?
This is one of those questions where the “right” answer really depends on what you’re trying to do but for most beginners, there’s actually a pretty practical way to think about it.
If you’re just ...
2
votes
0
answers
18
views
Why does GridDB Python client return stale schema metadata after adding a column with put_container(..., True)?
I’m using GridDB Cloud with the Python client (griddb_python) and seeing inconsistent schema behavior after modifying an existing container definition using put_container() with the modification flag ...
0
votes
0
answers
19
views
Transparent PNG logo looks invisible or “washed out” with mix-blend-mode: screen
I’m a beginner in programming and I’m building an HTML page to generate post designs for my own company.
The idea is to keep a fixed layout (structure, size, and logo) and only change the text content ...
0
votes
0
answers
10
views
PDF Report Generation System Using Flask, Angular, and Puppeteer
My current work flow to generate pdfs is
Flask Backend Controller
Simple Puppeteer PDF Generator
Advanced PDF Generator
Angular HTML Template
Flask Backend
↓
Node/Puppeteer Script
↓
...
-1
votes
0
answers
7
views
model performing well despite training loss low and val loss is high
I am doing a mini-project in my college, I am training a transformer model to be perform well on a task. I however encountered an issue (I am a very beginner in deep learning). I am training a model ...