This page is a NO-INDEX summary of comments posted in this blog.
Total 849 Comments (32/34 Pages) - Newer Comments - Older Comments
776. 2015-06-11 06:33:21 ACMer Comments on The IT interviews differences between UK and USA:
You are absolutely right.
777. 2015-06-09 16:13:20 Randy Comments on The IT interviews differences between UK and USA:
Knowing the ins and out of a language IS less important than knowing the fundamentals of programming, because learning a programming language is easy. Being able to apply different programming paradigms to a new language is only simple to someone who actually understands those paradigms. Being able to implement an algorithm in any language depends less on knowing the language and more on understanding the algorithm.
It's impractical for a programmer to try to remember all the various methods of all the various libraries available in the language they are currently using. Hell most of us have to use three or more languages every day. We have online references for looking up methods we can't remember. If an interviewer is asking a question that anyone could look up on Google in 5 seconds, then how useful is the response to the interviewer? It's not useful at all. Having a developer that knows how to properly solve a problem logically is way more helpful than having a developer who knows the exact name of that function in that library that no one ever uses.
778. 2015-06-05 14:47:27 Ed Grossheim Comments on Send Keystrokes to the Active Window using SendKeys (WSH):
Of course this great feature has been disabled in Windows 7 Professional.
I notice if I have a vbs file open in my editor, and run the file it will SendKeys into the file.
However no longer when I run my file by HotKey combo, will it send the text to the active window.
779. 2015-04-23 19:35:35 ACMer Comments on Use Polymorphism (OO) to Remove Condition Checks:
yes, you are right
780. 2015-04-23 19:30:42 lini Comments on Use Polymorphism (OO) to Remove Condition Checks:
it is all about implementing an interface for consistent handling, is'nt it?
781. 2015-04-02 21:04:56 ACMer Comments on How to Create a Page of Archives (Summary) for All Wordpress Posts/Pages using PHP?:
use youtube embeded HTML code ?
782. 2015-04-02 20:29:04 Marcelo Comments on How to Create a Page of Archives (Summary) for All Wordpress Posts/Pages using PHP?:
Post perfect. found what I needed
thanks a lot
Could you help me one more thing? I wonder how to make a youtube video play automatically in wordpress?
783. 2015-03-25 00:09:41 ACMer Comments on Test SD Card Speed on Raspberry PI:
The processing power on Rasperry PI is limited and maybe you should try Raspberry PI 2.
784. 2015-03-24 23:58:54 Nathan Friedly Comments on Test SD Card Speed on Raspberry PI:
Hey, thanks for posting this. I feel a little silly now, I went and shelled out for a 95mb/s SanDisk Extreme Pro SD card, and I just ran the same test as you on my Pi (model B, 256mb) and...
pi@raspberrypi ~ $ sudo hdparm -tT /dev/mmcblk0
/dev/mmcblk0:
Timing cached reads: 486 MB in 2.00 seconds = 242.86 MB/sec
Timing buffered disk reads: 54 MB in 3.00 seconds = 17.98 MB/sec
Basically the exact same speed. Bummer.
785. 2015-03-24 10:44:55 Deepak Kumar Das Comments on Wordpress Themes Files Blocked by robots.txt Leading to Mobile Friendly Test Failure:
i find it really helpful for solving an issue for our client.
786. 2015-03-18 12:52:46 Ryan Comments on C Sharp Extension Method:
I just found your site today. Your explanations are great. I do have a suggestion for your site, I would change the thumbs up, thumbs down button. People like me who arnt really paying attention, will click the wrong button. Like I did 🙂 Also I am unable to change my vote. Anyways Great site, keep up the great work!
787. 2015-03-18 12:42:38 Ryan Comments on C# LINQ: Possible Multiple Enumeration of IEnumerable (Resharper):
This is the best example I've read explaining multiple Enumeration. After reading this, you have me asking myself, what took me so long to fully understand something so simple.
Thanks,
788. 2015-03-15 20:16:51 sivani patel Comments on Simple C/C++ Rocket Animation:
thank you for help me..
but i want more c coding for rocket and i have to move it from bottom to top or left to right if possible than please help me more this is my computer graphic project. and i have some idea but i can't go through it because of time limit. try to help me fast as possible...
thank you respected sir/madam.
789. 2015-03-07 13:13:56 Xiaoming Tu Comments on How to Disable Content Output in RSS Feed for Wordpress?:
Why not output at least the summary in the feed? It's just not so good that output nothing in the feed.
790. 2015-02-28 14:36:14 ACMer Comments on How to Fix Visual Studio Search in Files Not Displaying List of Files Error?:
My IDE is Visual Studio 2013.
791. 2015-02-01 20:15:40 ACMer Comments on Coding Exercise - Timus 1001 - Reverse Root - C++ solution - Online Judge:
sure.. because it doesn't check for characters. It assumes numbers only.
792. 2015-02-01 16:20:28 Mehul Comments on Coding Exercise - Timus 1001 - Reverse Root - C++ solution - Online Judge:
If I type a character instead of a number in 1st program, the program crashes. But if I type a character in your second program, the program terminates successfully (showing the sqrts as well) Why is that?
793. 2015-02-01 15:54:12 ACMer Comments on Coding Exercise - Timus 1001 - Reverse Root - C++ solution - Online Judge:
when the input character is EOF with is Ctrl+D on linux or Ctrl+Z on Windows
794. 2015-02-01 15:52:19 Mehul Comments on Coding Exercise - Timus 1001 - Reverse Root - C++ solution - Online Judge:
How can a user exit from the while loop in first code?
795. 2015-01-09 11:11:48 ACMer Comments on Batch Check Machines Up/Down in IP ranges using Powershell:
Test Test
796. 2014-12-13 00:25:42 ACMer Comments on Quick Demonstration of Quick Sort in Python:
not a problem. glad that it is useful to you.
797. 2014-12-12 21:55:35 behzad Comments on Quick Demonstration of Quick Sort in Python:
hi
my english is bad but thanks for this code its more important for me 😀
thanks
798. 2014-11-20 15:59:23 ACMer Comments on Algorithm to Compute the Pascal Triangle's values:
In this puzzle, negative inputs are invalid, and that is why it returns [] (empty vector) when it is invalid.
799. 2014-11-20 15:57:55 obeth mwangomo Comments on Algorithm to Compute the Pascal Triangle's values:
iam beginer in programming make me difficult to understand from if(numRows<=0) and for(int i=0; i<numRow-1 i++) my question if(numRow<=0) there is 0,-1,-2 and for i<=numRow-1 i++) its only 0 with other negative number or other positive with from that increment? help me please
800. 2014-11-19 15:52:03 Inksay Comments on Adsense Earnings with [One Visit Per Second]:
Are you making dream?
Newer Comments - Older Comments
–EOF (The Ultimate Computing & Technology Blog) — 46 words