This page is a NO-INDEX summary of comments posted in this blog.
Total 849 Comments (1/34 Pages) - Older Comments
1. 2025-11-12 12:06:27 ACMer Comments on Finding the Predecessor and Successor Node of a Binary Search Tree:
Yes, you are correct. I've amended the code and post. Thank you.
2. 2025-11-12 12:06:11 ACMer Comments on Finding the Predecessor and Successor Node of a Binary Search Tree:
Thanks, you are correct. The post has been corrected.
3. 2025-11-12 12:05:55 ACMer Comments on Finding the Predecessor and Successor Node of a Binary Search Tree:
Thanks, you are correct. Fixed the code.
4. 2025-09-29 21:34:24 Anon Comments on How to Use Array in Windows Batch Programming?:
Is there a way to created multidimenional arrays, like 2D or 3D arrays in windows batch?
5. 2025-07-25 11:56:57 Andrea Comments on C vs C++: Understanding the restrict Keyword and Its Role in Compiler Optimization:
Neither of the suggestions
Passing references instead of raw pointers
Using std::span (C++20) to express memory ranges explicitly
is relevant for the topic of restrict / __restrict__ pointers.
6. 2025-05-21 22:44:39 John Comments on Is QBasic good for Teaching Kids Programming?:
I am a huge fan of Qbasic. It is on its last chapter and on its way out as the culture shifts forward. But I thought it was easy to do and if anything the “bad” habits aren’t without value. You have to understand bad to appreciate good. But that being said I love Qbasic and I recall version 4.5 needing to run on dos emulator. Alternatively there is Qbasic phoenix and qb64 for 64-but system. Python is probably the popular approach and it is wonderful to learn. It is combined well with scratch. But Qbasic can instill some of that understanding and reinforce programming concepts. And there are many fun games that are available and can be studied for kids who may want the concrete aspect of programming that’s just plain fun.
7. 2024-12-04 12:03:13 palexdev Comments on Finding the Predecessor and Successor Node of a Binary Search Tree:
This article should be banned from the face of Earth
This made me lose a lot of time just to figure out that your code is ..
8. 2024-07-21 11:27:59 ACMer Comments on How to Get a Email when System Load Average is High ? (Crontab):
Have you fixed this? the $load should be printed to console using the BASH echo. You can pass this value to your Linux script which sends email. Let me know if you can't get it working. Thanks!
9. 2024-05-29 16:13:22 ACMer Comments on The Major Security Flaws of Wirex (WirexApp) Exchange:
Yes... I am withdrawing my funds and then plan to transfer them to HTX.
10. 2024-05-29 15:19:39 土木坛子 Comments on The Major Security Flaws of Wirex (WirexApp) Exchange:
Stop using its service, maybe choose another service provider?
11. 2024-03-06 12:43:32 vas76 Comments on Script32: A Freeware to Convert VBScript/JScript/HTA to Executables:
What is really missing is the ability to change the icon and information about the version and copyright. Any program for replacing icons does not work with exe files that are compiled by Script32. The program stops working.
12. 2024-03-06 12:37:26 vas76 Comments on Script32: A Freeware to Convert VBScript/JScript/HTA to Executables:
No. ExeScript unpacks hta. This can be seen in Explorer.
13. 2023-12-10 23:49:38 ACMer Comments on Teaching Kids Programming - Different Algorithms to Check if a String is Palindrome:
which one?
14. 2023-11-08 19:53:53 ACMer Comments on How to Claim the Witness (Super Representative) Voting Rewards on Tron Blockchain using Node Js (Javascript)?:
Have you installed tron using "npm install -g tronweb"?
15. 2023-11-08 19:29:51 Tronex Comments on How to Claim the Witness (Super Representative) Voting Rewards on Tron Blockchain using Node Js (Javascript)?:
i copy ur code and replace:
const TrxAccount = "Tron Account"; to trx address
const AppKey = 'Your APP Key at Tron Grid' to app key
const privateKey = 'Your Private Key (Active Key)'; to hex private key
16. 2023-11-08 19:24:50 ACMer Comments on How to Claim the Witness (Super Representative) Voting Rewards on Tron Blockchain using Node Js (Javascript)?:
Can you share your full source code ?
17. 2023-11-08 19:23:16 Tronex Comments on How to Claim the Witness (Super Representative) Voting Rewards on Tron Blockchain using Node Js (Javascript)?:
debi@DESKTOP-C4RTQTD:~/tronweb$ node worker.js
/home/debi/tronweb/worker.js:33
if (tx.Error) {
^
TypeError: Cannot read properties of undefined (reading 'Error')
at /home/debi/tronweb/worker.js:33:12
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Node.js v18.13.0
debi@DESKTOP-C4RTQTD:~/tronweb$
18. 2023-11-07 22:59:30 ACMer Comments on How to Claim the Witness (Super Representative) Voting Rewards on Tron Blockchain using Node Js (Javascript)?:
What errors do you see? It should work.
19. 2023-11-07 22:56:26 Tronex Comments on How to Claim the Witness (Super Representative) Voting Rewards on Tron Blockchain using Node Js (Javascript)?:
Hello, can you update this script for work with new version of tronweb and nodejs?
20. 2023-09-19 13:53:03 Aly Comments on How to Solve 403 Forbidden Error (Denied by Referer ACL) when Downloading Weibo Video?:
Copying and pasting the 403 error used to work before, but it no longer works
21. 2023-09-19 13:52:10 Aly Comments on How to Solve 403 Forbidden Error (Denied by Referer ACL) when Downloading Weibo Video?:
Antes funcionaba lo de copiar y pegar el error 403, pero ya no funciona
22. 2023-09-17 15:46:42 momomo Comments on How to Solve 403 Forbidden Error (Denied by Referer ACL) when Downloading Weibo Video?:
I tried copying and pasting the link the way it came out in the video, but I keep getting errors TT
23. 2023-09-06 10:48:50 Stefan Comments on [Software Review] - Search Everything:
I use WinFindr for this type of action. WinFindr allows you to search for files, folders, registry keys and registry entries with multiple search terms at the same time. You can also search using wildcards and regular expressions. And it is free.
24. 2023-09-02 10:54:53 MR RAJ Comments on Introduction to the Discord Cryptocurrency-Lookup-Bot!:
I started with 3000 then 60000. i wanted to withdraw my profit they demanding 90000 commission to release 13000 USDT That already showing that withdrawal completed but not received in my account. That is my life saving money so i had to seek answers from Rykabalan(https://t.me/Rykabalan) then i discovered they are scams after reading comments here too . They also guide me to invest with a good company with good profit.
25. 2023-09-01 10:43:48 Anand Patel Comments on How to Send/Transfer USDT/USDD/USDC Tokens on Tron Blockchain using Tronweb (Javascript)?:
thanks a lot for this
Older Comments
–EOF (The Ultimate Computing & Technology Blog) — 46 words