Learn how to Make Money Online doing freelancing, Affiliate Marketing, Blogging and many more ...
Go4Expert
Go4Expert RSS Feed

Go Back   Programming and SEO Forum >  Go4Expert > Articles / Source Code

Sub-Forums : Programming Search this Forum
  Forum Last Post Threads Posts
C-C++ (7 Viewing)
Tutorials, source code, tips and tricks related to C-C++ programming
206 1,661
Tutorials, source code, tips and tricks related to Assembly programming
by almond
07-27-2010 01:32 AM Go to last post
5 63
Java (3 Viewing)
Tutorials, source code, tips and tricks related to JAVA programming
by Venkat3
07-03-2010 12:51 PM Go to last post
81 295
Visual Basic [VB] (6 Viewing)
Tutorials, source code, tips and tricks related to Visual Basic [VB] programming
by edwin
07-22-2010 08:45 AM Go to last post
46 171
Tutorials, source code, tips and tricks related to VC++ MFC and Win32 programming
03-22-2010 09:02 PM Go to last post
42 410
C# (1 Viewing)
Tutorials, source code, tips and tricks related to C# programming
by shabbir
07-08-2010 01:50 PM Go to last post
40 192
Perl (2 Viewing)
Tutorials, source code, tips and tricks related to Perl CGI programming
by oleber
07-27-2010 11:01 AM Go to last post
50 166

Post New Thread  Submit New Article  Copy HTML to Clipboard  Copy BBCode to Clipboard  | More
Tutorials and Source Code in : Programming Bookmarks Forum Tools Search this Forum
Announcement
Views: 17,887 View Announcement Announcement: Rules for Duplicate Article Submission
10-08-2008 shabbir (Go4Expert Founder)
  Rating Article / Author Last Post Reverse Sort Order Replies Views
Red face
Thread Rating: 1 votes, 5.00 average. jerkjames
The job interviews are the twisting point in a job search where job seekers can do well in winning confidence of potential employers; make them believe that you are the model candidate for the position you are looking for. Most likely job seekers stagger through interviews as if the recruiter asks...
07-21-2010 08:21 PM
by jerryvn01 Go to last post
3 10,824
Talking
lionaneesh
"What is The OSI model? Is this related to any of the atom models done in old school ? Huh!" No, my friend the OSI model is a way of subdividing a system into smaller or simpler parts called layers. Things to remember A layer is a collection of services/functions . Each layer provides...
07-17-2010 03:14 PM
by shabbir Go to last post
7 721
 
Karpov2007
Abstract This text contains links to the best posts of the blog conducted by the workers of OOO "Program Verification Systems" company. The notes are devoted to the topic of 64-bit and parallel OpenMP software development. Introduction On reading the article "Information architecture of...
06-01-2010 06:17 PM
by shabbir Go to last post
1 510
Red face
rahulnaskar
Introduction This is an article on our day-to-day programming practices. The article is targeted from beginners to pro who are involved in programming hands on. Life glides when we begin programming and our projects are small, the factorials, finding out primes and so on. When we master the...
04-20-2010 09:47 PM
by hanleyhansen Go to last post
3 7,640
Lightbulb
vishal sharma
Introduction In normal procedural languages, one can go about defining functions and procedures, and 'calling' these from the 'parent' functions. I hope you already know that. Some languages also provide the ability of a function to call itself. This is called Recursion. Factorial ...
03-11-2010 05:12 PM
by drdebcol Go to last post
4 7,930
Post
Karpov2007
Abstract The article briefly describes the OpenMP technology. OpenMP OpenMP (Open Multi-Processing) is a set of compiler directives, library procedures and environment variables intended for programming multi-threaded applications on multi-processor systems with shared memory...
02-06-2010 08:28 AM
by shabbir Go to last post
1 927
 
shabbir
There are lots of queries in this programming forum like in the following Documentation thread that "How can I make the documentation for my coding? I want to mean what is the structure of documentation that are acceptable to clients and how can someone other than me can understand my code...
07-18-2009 10:59 PM
by nimesh Go to last post
2 8,438
 
pradeep
Multiplications 12 * 2 = 12 << 1 12 * 4 = 12 << 2 12 * 8 = 12 << 3 12 * 16 = 12 << 4 12 * 32 = 12 << 5 12 * 64 = 12 << 6 12 * 128 = 12 << 7 12 * 256 = 12 << 8
07-09-2009 02:55 AM
by mayjune Go to last post
1 7,926
Wink
pradeep
A few years ago, people who wished to study programming as a hobby had an important decision to make: Which programming language would they study for their first? Many people chose to start with BASIC or Pascal, because they were easier. Indeed, those languages are fairly well-suited to...
06-30-2009 02:49 PM
by eluminoustech Go to last post
2 3,491
Post
Thread Rating: 32 votes, 5.00 average. Karpov2007
Abstract Introduction Why do I think about these questions? Where does the difficulty come from? If everything is difficult why do they say that it is simple? Conclusions References Abstract
09-19-2008 07:50 PM
by Oyetunde Go to last post
5 2,404
Wink
Thread Rating: 4 votes, 5.00 average. pradeep
Introduction POP3 stands for Post Office Protocol version 3, it's application layer Internet Protocol used by various desktop email clients, and web-based email services to fetch email from a remote server over a TCP/IP connection. Until sometime back POP3 was the de facto standard for email...
06-25-2008 12:13 AM
by pradeep Go to last post
0 7,744
Lightbulb
rahulnaskar
Classes and Functions If we are not using a language, which doesn’t support anything but objects what should be our choice in building frequently used functionality. What will be the design approach, class based or function based? Big questions, isn’t it? Let’s find out if we can put some light...
06-20-2008 10:41 AM
by mschouhdry Go to last post
1 3,811
Cool
pradeep
Introduction There are two basic methods for sending an email with Python. If a mail server is running on the machine where Python is installed, simply open a pipe to the mail server and write the email as a file to that pipe. This is usually done on *nix type systems such as Linux. ...
12-01-2007 04:57 PM
by shabbir Go to last post
1 20,693
Wink
pradeep
Loops Ruby provides the basic while and unless loops and iterators. Let us go through while and until first before looking at iterators. A "while" loop defines that a statement or block of code is to be rerun time and time again while a condition remains true, and then execution is to...
09-15-2007 12:54 PM
by pradeep Go to last post
0 5,658
Cool
Thread Rating: 5 votes, 5.00 average. pradeep
Python supports a couple of looping constructs. The for statement is most commonly used. It loops over the elements of a sequence, assigning each to the loop variable. If the body of your loop is simple, the interpreter overhead of the for loop itself can be a substantial amount of the overhead....
09-07-2007 10:38 PM
by pradeep Go to last post
0 9,282
 
neil
First, though, let me eliminate a myth: some people think that math skills are important, but I've seen great mathematicians who are mediocre programmers, and lots of great programmers who are certainly not mathematicians (and probably never expected to be). Programming is more of a designer's...
07-09-2007 06:23 PM
by ash_work Go to last post
3 3,507
 
Thread Rating: 2 votes, 5.00 average. capture
Planning You Big Programming Project So you have reached the point when you want to make that big dream project or game. Maybe a big RPG or FPS. But every time you try you end up giving up and failing or you have not started yet and you dont know what to start with. This article hopes to help...
04-01-2007 01:00 AM
by capture Go to last post
0 3,414
Lightbulb
Thread Rating: 1 votes, 5.00 average. vishal sharma
As I was going Through some of the codes in this section, I saw some faulty codes and some suggestions regarding them. Here is a guide to point out the mistakes by the coder in a proper way. If you ever find a bug/vulnerability/hole/flaw in someone's code, here's how you should go about reporting...
01-17-2007 12:53 PM
by vishal sharma Go to last post
0 2,750
Lightbulb
rahulnaskar
In large and complex systems that we are dealing with regularly, what makes our projects standoff from others is: a. Quality of the software b. Time line Both being mission critical, how good is it to have a prototype? After the “Process Oriented Architecture” hype, most approaches in...
11-21-2006 01:43 PM
by rahulnaskar Go to last post
0 3,343
Post New Thread  Submit New Article  Copy HTML to Clipboard  Copy BBCode to Clipboard  | More

Display Options Currently Active Users
Showing articles 1 to 19 of 19 21 (0 members & 21 guests)
 
Forum Tools Search this Forum
Search this Forum :

Advanced Search
Bookmarks

New comments New comments More than 15 replies or 150 views Hot articles with new comments
No new comments No new comments More than 15 replies or 150 views Hot article with no new comments
Closed Thread Article is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
 

All times are GMT +5.5. The time now is 05:30 AM.