» Programming forum

C/C++ Programming Resources On Internet
May 16, 2012 - 11:45 AM - by Karpov2007
I constantly study the Web regarding new articles on C/C++/C++11 programming. If I find them interesting, I post links to them in twitter @Code_Analysis, on Reddit /r/Viva64 and like them on StumbleUpon. If you are present on one of these websites, I invite you to follow me. You will find a lot of interesting articles in time. To get you interested, I decided to create a small selection of materials.

First of all, of course, I would like to recommend you our viva64.com website.... [Read More]
0 Replies | 605 Views
Find Similar Sounding Words in PHP
May 09, 2012 - 12:10 PM - by pradeep

How To Find Similar Sounding Words



Let say a condition where we wanted a utility that finds a matches of words which sounds all same. For example, stupid/stpid/stuuupid/sstuuupiid would all have the same soundex code, S313, Soundex is a phonetic algorithm which computes a soundex value for each english word passed to it. We can get similar sounding words using a function called soundex in php. This feature can be used in spell & document checking.

Rules for Soundex



The first letter of the word becomes the first letter of the Soundex code. Cross out all vowels (A, E, I, O, U, Y), and the letters H and W,... [Read More]
0 Replies | 987 Views
Signal Handling in Python
May 04, 2012 - 6:21 PM - by pradeep
Signals are a limited form of inter-process communication, it analogous to hardware interrupts. It is generally used by the operating system to notify processes about certain issues/states/errors, like division by zero, etc. In case, you want to know read more about signals read Signal and Interrupts.

Python provides a set of functions in the signal which is used to handle signals. To do basic signal handling operations, we'll need to look into the signal.signal() method.

The signal.signal() method needs to arguments, one is the signal number to handle and the... [Read More]
0 Replies | 1,090 Views
Switching from PC to Macbook - Things I miss on MAC
Apr 16, 2012 - 5:42 PM - by shabbir
December 2011 is when I moved to MAC from PC and there are few adaptions that need to be done for everybody who is willing to switch to MAC. The most common one is the application windows are mirrored i.e. the close button is in top left corner of the window and not in top right corner and scrolling of mouse is reversed.

Let me share things that are different in MAC and Windows and Things I Miss in MAC

1. Hibernate option



Being a developer I had a habit of hibernating my PC which means the unsaved work remains as if we have not closed our PC and... [Read More]
2 Replies | 929 Views
Tracking Feedburner Form Submissions in Google Analytics
Apr 10, 2012 - 11:32 AM - by shabbir
Feedburner statistics are not part of Google Analytics and I couldn't understand why but you can track Feedburner Email Subscription Form Submission in Google Analytics Very easily.

Activate Email Subscription for your Feed in Feedburner and grab the HTML code of your subscription form. The HTML code should look like this.



Now insert the onclick handler code for submit button to track form submissions in Google Analytics. The onclick event handler code is

HTML
... [Read More]
0 Replies | 917 Views
Advertisement

» Latest Forum Topics
Go to first new post How to Crack Dongle,...
93 Replies, 169,854 Views
Go to first new post perl script to get url...
0 Replies, 274 Views
Go to first new post Nedd Apriori in C++
0 Replies, 291 Views
Go to first new post help me plzz
6 Replies, 553 Views
Go to first new post How to execute shell...
3 Replies, 4,771 Views

All times are GMT +5.5. The time now is 06:02 PM.


Join Go4Expert on Google+ | Facebook | Twitter