Previous page Next page Bottom Top One level up Home

Programming [2]

Webpages concerning "Programming [2]"

[1-50] 51-100 [101-106]
http://www.geocities.com/jbalagop/r.html
Keywords:
Resume, Java Architect, J2EE, EJB, JMS, Accenture, Andersen Consulting, Big 5, Oracle, DB2, Resume, Jaidev Balagopal, eAI

http://www.geocities.com/jbalagop/r.html

http://www.aarondlowe.com

http://www.aarondlowe.com

http://www.freeseworks.com/resume/resume.html

http://www.freeseworks.com/resume/resume.html

http://graphics.stanford.edu/~tolis/toli/resume/

http://graphics.stanford.edu/~tolis/toli/resume/

http://hometown.aol.com/logdesinc/myhomepage/resume.html
Keywords:
AS/400, EDI, RPG, Analyst, Programmer, New, London, Conversion, Interface, Integration, Contract, Assignment, Jim, Stevens, Connecticut, CT, Premenos, Harbinger, James, ILE, JBA, EMI, Capitol, Municipal, L'AMY, Trumbull, Stamford, Haven, Telzon, Arden, Chesebrough, Distillers, United, DIAGEO, Project, Hamden, New Haven, AS400, IBM, RPG, CL

http://hometown.aol.com/logdesinc/myhomepage/resume.html

http://home.alltel.net/craigru/resume.html

http://home.alltel.net/craigru/resume.html

http://hometown.aol.com/dkings3117/resume.html

http://hometown.aol.com/dkings3117/resume.html

This page contains the resume of Dennis W. Trask, Jr., a Software Engineer.
http://traskresume.homestead.com
Keywords:
resume, software, engineer, C++, Java, UNIX, technology, job, Tampa

http://traskresume.homestead.com

http://www.geocities.com/kumahit1/
Keywords:
Hitesh Kumar, Linux, Bloomberg

http://www.geocities.com/kumahit1/

Ingénieur en technologies Internet
http://alanglet.free.fr/
Keywords:
internet, database, web, chef de projet

http://alanglet.free.fr/

http://hometown.aol.com/lsilvenis/myhomepageresume1.htm
Keywords:
Easy Designer, Cool Home Pages, AOL Hometown

http://hometown.aol.com/lsilvenis/myhomepageresume1.htm

http://members.aol.com/jkelly293

http://members.aol.com/jkelly293

http://members.aol.com/StevaStef/

http://members.aol.com/StevaStef/

Ranica Yao's resume, programming position desired.
http://www.geocities.com/ranicay/Ranica/ranica.html
Keywords:
resume, Visual Basic, C++, HTML, web pages, programming, DeVry, USC

http://www.geocities.com/ranicay/Ranica/ranica.html

http://www.geocities.com/dpresley19505/Resume5.html
Keywords:
resume for word

http://www.geocities.com/dpresley19505/Resume5.html

http://www.focalpunkt.com/resume

http://www.focalpunkt.com/resume

http://hometown.aol.com/phil6666/cv.htm

http://hometown.aol.com/phil6666/cv.htm

http://www.plewes.com/resume/resume.html

http://www.plewes.com/resume/resume.html

http://www.szenti.com/tibor/resume.shtml

http://www.szenti.com/tibor/resume.shtml

http://www.hometown.aol.com/vvbelcastro

http://www.hometown.aol.com/vvbelcastro

http://ytokman.tripod.com/RESUME.html

http://ytokman.tripod.com/RESUME.html

http://www3.sympatico.ca/joubin
Keywords:
Resume

http://www3.sympatico.ca/joubin

http://web2.iadfw.net/terrycad/resume.htm

http://web2.iadfw.net/terrycad/resume.htm

http://www.geocities.com/SiliconValley/Modem/5019/SWE.HTM

http://www.geocities.com/SiliconValley/Modem/5019/SWE.HTM

http://personal.vsnl.com/jesus

http://personal.vsnl.com/jesus

http://www.geocities.com/dalelevesque

http://www.geocities.com/dalelevesque

http://www.msoe.edu/~simersoj/JarrettSimersonResumeWeb.htm

http://www.msoe.edu/~simersoj/JarrettSimersonResumeWeb.htm

http://www3.sympatico.ca/activenick

http://www3.sympatico.ca/activenick

http://www.geocities.com/SiliconValley/Program/1565/mtalis.htm

http://www.geocities.com/SiliconValley/Program/1565/mtalis.htm

http://www.angelfire.com/pe/luxor/cv.html

http://www.angelfire.com/pe/luxor/cv.html

http://hometown.aol.com/lochiano

http://hometown.aol.com/lochiano

http://www.trhammond66.com

http://www.trhammond66.com

http://www.geocities.com/zahoorpage1

http://www.geocities.com/zahoorpage1

http://home.earthlink.net/~mikeferguson/resume.htm

http://home.earthlink.net/~mikeferguson/resume.htm

http://home.comcast.net/~dtraun/

http://home.comcast.net/~dtraun/

http://members.rediff.com/edwinvaz/Resume/Resume.html

http://members.rediff.com/edwinvaz/Resume/Resume.html

http://www.geocities.com/WallStreet/2566/india.html

http://www.geocities.com/WallStreet/2566/india.html

http://frosch74.free.fr/old/

http://frosch74.free.fr/old/

http://www3.sympatico.ca/nish.patel/

http://www3.sympatico.ca/nish.patel/

http://mainframeguy.tripod.com/jroberson

http://mainframeguy.tripod.com/jroberson

http://www.networkera.com/edresume.html

http://www.networkera.com/edresume.html

[1-50] 51-100 [101-106]
Help building the largest human-edited directory of the web
Suggest URL - Open Directory Project - Become an editor
directopedia.org uses links and structure from dmoz Open Directory Project.
The contents has been generating using technology developed by scientec.

Wikipedia-Article "Programming [2]"

Wikibooks
Wikibooks has more about this subject:

Computer programming (often simply programming) is the craft of implementing one or more interrelated abstract algorithms using a particular programming language to produce a concrete computer program. Programming has elements of art, science, mathematics, and engineering.

Programming languages

Main article: programming language

A programmer writes source code in a particular programming language.

Different programming languages support different styles of programming (called programming paradigms). Part of the art of programming is selecting one of the programming languages best suited for the task at hand. Different programming languages require different levels of detail to be handled by the programmer when implementing algorithms, often resulting in a compromise between ease of use and performance (a trade-off between "programmer time" and "computer time").

The only programming language a computer can directly execute is machine language (sometimes called "machine code"). Originally all programmers worked out every detail of the machine code, but this is hardly ever done anymore. Instead, programmers write source code, and a computer (running a compiler, an interpreter or occasionally an assembler) translates it through one or more translation steps to fill in all the details, before the final machine code is executed on the target computer. Even when complete low-level control of the target computer is required, programmers write assembly language, whose instructions are mnemonic one-to-one transcriptions of the corresponding machine language instructions.

In some languages, an interpretable p-code binary (or byte-code) is generated, rather than machine language. Bytecode is used in the popular Java programming language by Sun Microsystems as well as Microsoft's recent .NET family of languages and Visual Basic previous to the .NET version.

Software development

Main article: software engineering

Software is a mass noun for computer programs and data. The accompanying documentation and software license are also considered an essential part of the software, even though they don't involve any actual coding.

Creating software involves:

  • Requirements Analysis
  • Specification
  • Design and Architecture
  • Coding
  • Compilation
  • Testing
  • Documentation
  • Maintenance

See software engineering for more details.

External links

  • TechBookReport - reviews of books on all aspects of computer programming - including programming language tutorials, best practices, methodologies etc
This article is based on the article "Programming [2]" from Wikipedia - the free encyclopedia created and edited by online user community. This article is distributed under the terms of GNU Free Documentation License. Here you find the list of authors of this article. The article can only edited within Wikipedia. Edit this article in Wikipedia.