This page is a NO-INDEX summary of comments posted in this blog.

Total 849 Comments (18/34 Pages) - Newer Comments - Older Comments

426. 2017-04-22 08:19:19 ACMer Comments on How to Solve 'Mobile Data Disconnected' on HTC One M9?:

Good to know, thanks!


427. 2017-04-22 05:16:14 Michael Comments on How to Solve 'Mobile Data Disconnected' on HTC One M9?:
A good alternative solution using connection stabilizer apps. A good one I know is called Connection Stabilizer Booster. I found the link for you: https://play.google.com/store/apps/details?id=com.connectionstabilizerbooster


428. 2017-04-21 09:44:03 ACMer Comments on How to Load Balance Requests Over Several API Servers?:
Please share if you like it 😛


429. 2017-04-21 09:38:31 John Lee Comments on How to Load Balance Requests Over Several API Servers?:
Thanks for the idea.


430. 2017-04-20 22:22:08 Hiwa Comments on Google Webmaster Reports Uncommon Downloads or Harmful Contents:
thank you i have the same issue at the my website and i purchases the SSL and my problem solved you can see that i dont have warning and blocked files but i think if users try to shop a domain who dont have bad history and try to kket the standard this problem dont occurre thank you


431. 2017-04-15 18:59:24 Knowledge School Comments on How to avoid Wordpress Emails going to Spam Folder?:
Thanks for you helping info.


432. 2017-04-14 09:24:49 ACMer Comments on Simple C/C++ Rocket Animation:
which C/C++ compiler (and which OS) are you using?


433. 2017-04-14 07:15:53 Priyanka Prajapati Comments on Simple C/C++ Rocket Animation:
Its not working getting errors: line 2: Unable to open include file 'UNISTD.H' line 21: Declaration terminated incorrectly line 21: Declaration syntax error line 21: Declaration syntax error line 23: ) expected line 25: Declaration terminated incorrectly line 25: Declaration syntax error line 25: Declaration syntax error line 32: Declaration terminated incorrectly line 33: Unexpected }


434. 2017-04-11 16:12:18 ACMer Comments on Integer Computation Efficiency Comparisons Between Modern Compilers - Case Study - PI Computation (Delphi, Java, C, C++):
Well, you can also optimise your core algorithms (where speed matters) using e.g. inline assembler.


435. 2017-04-11 15:08:49 daniel Comments on Integer Computation Efficiency Comparisons Between Modern Compilers - Case Study - PI Computation (Delphi, Java, C, C++):
They should. Performance matters as much as platforms. I use Delphi to process TeraByte files (on Windows only). So, for SOME users performance is important. Plus, there are lots of new/modern cpu instructions that the compiler simply ignores. Lazarus/FPC is way ahead in this area it doesn't cost $$$$$ (note the number of digits). 🙂


436. 2017-04-11 14:40:06 ACMer Comments on Integer Computation Efficiency Comparisons Between Modern Compilers - Case Study - PI Computation (Delphi, Java, C, C++):
Delphi has not focused on the compiler performance. I think their focus is on the IoT, e.g. different mobile platforms.


437. 2017-04-11 14:38:24 daniel Comments on Integer Computation Efficiency Comparisons Between Modern Compilers - Case Study - PI Computation (Delphi, Java, C, C++):
Ha ha. It is funny to see how they (delphi's owner, whomever it might be) haven't changed much in the compiler - since the speed is identical over the years 🙂


438. 2017-04-02 13:28:43 Zoltan Comments on Delphi Compiles Code to Linux 64-bit Server:
GUI example for Windows X System with Delphi Tokyo


439. 2017-04-01 21:16:46 ACMer Comments on How to Make First Letter in First Paragraph Big in Wordpress (CSS) articles?:
Yes, you can try.


440. 2017-04-01 21:03:53 Rowan Emslie Comments on How to Make First Letter in First Paragraph Big in Wordpress (CSS) articles?:
I would like to automatically format all the first paragraphs in my blog posts (see link for example) but not anywhere else on my website. Can I use this method to do that? http://www.cjr.org/tow_center/journalism_facebook_panel_power.php


441. 2017-03-31 12:58:04 ACMer Comments on Words Typed in One-Row's American Keyboard:
Good idea, then you need to check 3 times of strspn


442. 2017-03-31 12:52:57 John Doe Comments on Words Typed in One-Row's American Keyboard:
Why not just check 'if (strspn(s, "qwert...QWERT...") == strlen(s))'


443. 2017-03-27 11:16:43 ACMer Comments on Definition of Recursion:
Then, it won't be called 'Recursion' 😛


444. 2017-03-27 11:15:57 me Comments on Definition of Recursion:
Why Donate don't have recursion ?


445. 2017-03-09 14:46:09 ACMer Comments on An Interview Question: O(n) Algorithm to Find Abs(Max Left - Max Right):
what are div 2 users?


446. 2017-03-09 14:43:40 div1user Comments on An Interview Question: O(n) Algorithm to Find Abs(Max Left - Max Right):
IMHO, div 2 users shouldn't even think about starting a blog, let alone actually starting it.


447. 2017-03-08 16:29:49 ACMer Comments on C# LINQ: Possible Multiple Enumeration of IEnumerable (Resharper):
Thanks, glad it helps.


448. 2017-03-08 16:28:47 Anon Comments on C# LINQ: Possible Multiple Enumeration of IEnumerable (Resharper):
This was a nice simple example that cleanly explained what is happening behind the scenes and why this message is popping up. Thanks for the short post on it.


449. 2017-03-04 18:58:13 Jawad Amin Comments on Duplicate a MySQL table - Copy Table / Duplicate Database / PHP Script:
Actually I want to the system to create the backup and restore automatically. I don't want to involve in this process to export and import the sql file. That's why I am implementing the copy all data to new database. For the restore, I have assumed that I would drop the original database and copy the new database's data into the original one, Just like the backup process. THANKS A MILLION FOR THE CODE YOU SHARED 🙂


450. 2017-03-04 18:54:27 Jawad Amin Comments on Duplicate a MySQL table - Copy Table / Duplicate Database / PHP Script:
Yep, for the time being I have done this thing. !!


Newer Comments - Older Comments

–EOF (The Ultimate Computing & Technology Blog) —

46 words

The Permanent URL is: List of Comments