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

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

676. 2016-03-27 22:42:48 Mario - CURPgratis Comments on Timus 2033. Devices - Python solution (Dictionary):

more posibilities its interesting things being talked, thanks


677. 2016-03-27 11:57:59 ACMer Comments on Introduction to 8-bit Famicom Clone - Subor - SB2000:
Hello, unfortunately, no. The SB2000 is Chinese. To use the floppy drive, you can boot to SB-DOS which accepts DOS commands. Probably you can start FC games from the SB-DOS prompt.


678. 2016-03-27 11:53:17 Jan Comments on Introduction to 8-bit Famicom Clone - Subor - SB2000:
Hi. I recently won an auction on eBay for the same system. Boxed with manual and adapter. Cost me about 97 € with shipping... The seller told me that all menu and manuals are in Chinese. I was quiet exited about the fact that it has a FDD in the system... I once had two keyboard systems as a child https://74.img.avito.st/640x480/1870138674.jpg both were russian models. Is there any way to mod the SB2000 in to english or is there any use for the floppy drive anyway. I don't have my system yet to play around with it. Just want some info about it Thanks Cheers from Estonia.


679. 2016-03-17 14:13:26 Sean I. Geronimo Anderson Comments on A SleepSort using Multiprocessing in BASH:
The space complexity for this algorithm is O(n): Let n be the length of the input (number of digits to sort), and let s be the amount of space in memory used by the script. In the worst case, all n digits in the input are in descending order, so n copies of the script need to be sleeping in memory. This uses s*n space, which is in O(n). Very cool script though, I'd never heard of this form of sort before! Thanks for posting it.


680. 2016-03-16 18:40:05 ACMer Comments on Using Voice Engine in VBScript:
You can specify the male/female voice in Control-Panel-Speech


681. 2016-03-16 18:32:18 Mia Comments on Using Voice Engine in VBScript:
Mine still came out male using windows 10


682. 2016-03-11 09:23:36 ACMer Comments on Coding Exercise - Restore IP Addresses - C++ - Online Judge:
the algorithm will find the only valid representation given n = 4;


683. 2016-03-11 06:30:01 Vikas Comments on Coding Exercise - Restore IP Addresses - C++ - Online Judge:
I guess for a n=4 like "1111", you shall get an incorrect result. even for "0000" , the valid IP address would be 0.0.0.0


684. 2016-03-04 09:48:01 deepak koirala Comments on Node.js Tutorial - 3 Creating a Chat Server using TCP Sockets:
Perfect example. Thank you very much.


685. 2016-02-23 07:31:42 fool_01 Comments on Codeforces: C. Beautiful Sets of Points:
Could you provide the proof for the algorithm ??


686. 2016-02-15 20:14:55 ACMer Comments on Comparing ImageRecycle and Imagfy - Which is Better?:
I use 'Comment Reply Notification' Plugin; thanks I will check forum registration now.


687. 2016-02-15 16:34:28 Jasa Penerjemah Ridha Comments on Comparing ImageRecycle and Imagfy - Which is Better?:
Hi thank you for your reply. I surprise if your reply automatically notified into my email without subscription comment option. What automatically notification comment plugin use in this blog? I have try to enter your bbpress forum, but registration page is disable. Thanks.


688. 2016-02-15 15:18:46 ACMer Comments on Comparing ImageRecycle and Imagfy - Which is Better?:
Yes, glad that you like it.


689. 2016-02-15 14:11:15 Ridha Penerjemah Bahasa Comments on Comparing ImageRecycle and Imagfy - Which is Better?:
3 days ago I wrote about wpsmush and imagfy. Imagfy can compress more byte than wp smush. I think imagerecycle have interesting free plan. 15 days is enough to compress all image rather than 25Mb of imagfy limit in free trial. By the way we have other similarity, I use schema from mythemshop too and used wp-rocket too. I just Yes they were great. Nice to meet this blog.


690. 2016-02-12 05:52:20 geeksonrepair Comments on git: How to Revert Some Files to a Revision?:
Nice post.Useful tips regarding revert some files to a revision. Thanks How To Make Computer Faster


691. 2016-02-11 10:23:19 ACMer Comments on Tutorial 8 – C Programming in 6502 – Sprites:
Sure. glad you like it.


692. 2016-02-11 10:22:00 Ualas Comments on Tutorial 8 – C Programming in 6502 – Sprites:
Great Tutorial. More please.


693. 2016-02-09 13:01:12 ACMer Comments on Case Study - Optimize WIFI by using WiFi Repeater and Powerline Adapter:
Powerline adapter.


694. 2016-02-09 12:31:30 NETWORKING BASICS Comments on Case Study - Optimize WIFI by using WiFi Repeater and Powerline Adapter:
What is more powerful ? Powerline adapter or a wifi repeater ?


695. 2016-02-05 06:29:11 Rohan Saxena Comments on Timus 2033. Devices - Python solution (Dictionary):
Technology never ceases to amaze me. Every other say there are new developments and even more interesting things being talked about for future. Endless possibilities makes me even more curious. Wonderful insights here at you blog. Shall keep watching this space for more! 🙂


696. 2016-01-27 16:38:12 ACMer Comments on MSDOS .COM Assembly TV Colour Screen:
Glad that you like it 🙂


697. 2016-01-27 16:36:52 Kvc Comments on MSDOS .COM Assembly TV Colour Screen:
Awesome work and Explanation... I am a batch programmer and randomly came to know about your site...and read some articles here... I appreciate it ... My blog of batch programming is : https://batchprogrammers.blogspot.com


698. 2016-01-13 12:47:01 ACMer Comments on Excel Sheet Column Number and Title Conversion in C++:
Yes. In Excel, there is existing function.


699. 2016-01-12 19:44:47 Ciprian LUPU Comments on Excel Sheet Column Number and Title Conversion in C++:
You can use an already existing function in excel: COLUMN(reference) and will return the column number 🙂 =COLUMN(BQ1) - result will be 69 See also http://www.techonthenet.com/excel/formulas/column.php


700. 2016-01-12 19:39:12 Ciprian LUPU Comments on C++ Function to Check if Integer is Power of Two:
log(2^x) = log(n) x*log(2) = log(n) x = log(n) / log(2) If x is Integer then n is a power of two, otherwise not.


Newer Comments - Older Comments

–EOF (The Ultimate Computing & Technology Blog) —

46 words

The Permanent URL is: List of Comments