|
|
| About site: Programming/Resources - Planet Source Code |
Return to Computers also Computers |
| About site: http://www.planet-source-code.com/ |
Title: Programming/Resources - Planet Source Code Lets programmers submit code for review by other programmers; many source code samples to help educate beginners on many concepts; contests where programmers vote for the most efficient, useful code r |
|
|
|
|
InTouch_Health,_Inc_ Commercial provider of tele-robotic healthcare platforms for doctors that give them a virtual presence at remote locations. Find product description, news, career opportunities, and contacts.
| Tutorial_Days_Data_Mining Regular tutorial Days of Data Mining in Leipzig/Germany.
| Arcontech_Ltd_ Custom software solutions and products for integrating market data systems. London based. CityVision products include bespoke and packaged systems for: feed handlers, distributors, trading transaction
| ABS_Software Offers business management scheduling software.
| MailShield Australian company offers a managed service with protection from viruses, spam, malware, phishing and unwanted content.
| Pila_User\'s_Manual Documentation for Pila, the 68k assembler for the PalmPilot.
|
|
| Alexa statistic for http://www.planet-source-code.com/ |
Please visit: http://www.planet-source-code.com/
|
| Related sites for http://www.planet-source-code.com/ |
| Nortech Computers and Accessories including: printers, scanners and monitors. | | OpenSourceTutorials_com Tutorials covering ranging from beginner to advanced levels with forums for extra support if needed while researching. | | Islamic_Calligraphy_Clip_Art A collection of Islamic calligraphy clip art for download. Purchase graphics in EPS format, ready to be imported into a newsletter, pamphlet, poster or other communication pieces. Available now for Ma | | SnapperMail Email client with attachment support which supports POP3, APOP, IMAP4, SMTP and SSL protocols. This site includes support FAQs and a free trial. | | Roerdink,_Jos University of Groningen - Image processing, mathematical morphology, wavelets, computer vision and scientific visualization. | | Software_Engineering__SEGUS System management software for DB2, z/OS and Tivoli Workload Scheduler, formerly OPC. | | Apple_Advanced_Computation_Group_-_Xgrid Clustering software intended primarily for scientific researchers. Mac OS X only. | | AOL_Hometown 12Mb. Banner frame ad. FTP uploads. URL: 'http://hometown.aol.com/yoursite/'. | | Code_for_Petzold\'s_\"Programming_Windows_95\" A translation of the book's code from VC++ to Modula-2 | | Electronic_Media_Consultants_Home_Page EMCL provide independent consultancy in XML, structured information, and document / content management systems. Colin Mackenzie is a consultant with over 12 years experience in document computing t | | Snapshothomes_com Builds websites for those wishing to sell a home or rent out an apartment. | | 7Search A pay-for-placement search engine that allows advertisers to bid on keywords. Feeds search results to a large network. | | R&D_Tax_Soft Offers cost and project management software specifically for research and development based companies. | | Second_Life_Liberation_Army Movement for national liberation of the game. Want to establish political rights in it. | | Secured_Dimensions Software to protect, package, license, sell and control the use of application software. | | RIP_Vinyl Convert vinyl records, cassette tapes, and more to multiple digital formats. | | NTH_Internet_Services Offers design, domain names, hosting, and E-Commerce services. | | EuShells_com Offers bouncers, bots, shells and other Internet services. | | The_Mews_Group Web design, graphic design, copy writing, and database development. Located in New York, Boston, and Santa Rosa. | | SEO_Direct Offer pay per click management for your internet marketing campaigns. |
|
This is websites2007.org cache of m/ as retrieved on 2008.10.11 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
visual basic, vb, active server pages (ASP),java, javscript,c, c++, c__ , vbscript,active server pages, ASP, vbscript,SQL, database, informix, oracle, SQL Server,Perl, CGI,Delphi, PHP,Free source code for the taking. Over five million lines of programs.
if (top.location != self.location)
{
top.location = self.location.href
}
document.write("");
Quick Search for:
in language:
.NetASP / VbScriptC / C++Cold FusionDelphiJava / JavascriptPerlPHPSQLVisual Basic
Planet Source Code.The largest public source code database on the Internet with 13,146,778 lines of code, articles and tutorials in 11 languages,as well as 1,813 open job postingsTo start, just choose:Visual BasicJava/JavascriptC/C++ASPSQLPerlDelphiPHPCold Fusion.Net
Sponsored by:
if (!window.netshel_ord) { netshel_ord=Math.random()*10000000000000000;
}
if (!window.netshel_tile) { netshel_tile=1; }
document.write('
You are in:***Site Home***.NetASP / VbScriptC / C++Cold FusionDelphiJava / JavascriptPerlPHPSQLVisual Basic
NEW! LEARNING CENTER
Special educational offers, white papers, webcasts, podcasts
NEW! Evaluate IBM Data Studio Developer V1.2 (download now)
NEW! Download WebSphere Application Server Community Edition 2.1 (download now)
NEW! Rational Software Analyzer Enterprise Edition And Trial Download (download now)
NEW! IBM Rational Jazz Products Software Evaluation Kit (download now)
NEW! A Primer for Storing and Retrieving XML Data (download now)
Offshore software development: Making it a success with agile practices (download now)
NEW! Create BlackBerry applications with open source tools (download now)
NEW! Developing software on an open source stack (download now)
NEW! Create a productivity package with the Zend Framework V1.5 and Google Apps, Part 3: Getting started with Zend Framework V1.5 (download now)
NEW! Develop XML-driven Ajax applications fast with Data Studio (download now)
Latest postings for All Languages.
WildCard Compare Strings by Patrick Sawyer (aka MyStiCaL)10/3/2008 4:14:44 AMLanguage: Visual BasicI wrote this article for a bot to compare users when banning them from a channel.so this way you can for a user using '*' as wildcarding like this.CheckWildCard("myst*", "mystical")will return a true.CheckWildCard("*ys*, "mystical")will also return a true.CheckWildCard("tw*, "mystical")will return false as its no where to be found in the word. :]I really don't like the use of the LIKE Operator, It's a pile, and somtimes it wont function rite, I know ways to break it. kill a process is too easy [rizalstudio] by rizal9/12/2008 5:22:01 AMLanguage: Java/Javascriptan very easy way to end a process... just put; Read: "Avoiding new operator failure" from my new book-> " 0 error(s) - 0 warning(s)" by ahmed mohamed alaa8/23/2008 11:41:21 AMLanguage: C/C++Avoiding runtime errors caused by the "new" operator using exception handling with simple three different methods Catch HTML output of current page (With full code) by Farshad Deliri3/14/2008 5:05:26 AMLanguage: Active Server Pages/VBScriptOn this article you'll learn how to catch the output HTML of an asp.net page. First and Last Date of Week by SikanderMandal8/22/2008 4:40:32 AMLanguage: SQLI had problem in finding Week First and Last Date, but after 15 mins. I am able to get it wright. Please read this code and do vote for me.
Non Uniform Multi Dimensional Arrays by michele berardi7/12/2008 6:32:07 PMLanguage: Perlsee the source code how to create a Query Builder Dynamically by Marselle Caston4/21/2008 8:09:20 PMLanguage: DelphiTo show how easy it is to create a Dynamic SQL building tool for end users in any application. I am using the DBDemos Database tables for this example the Customer.dbf you can use any database for this example. delete duplicate rows in mysql using php by Bardhyl9/16/2008 2:01:25 PMLanguage: PHPRemoves duplicate records in a tableEX.|id|name|==========|1|test|----------|2|php|----------|3|test|----------Result|id|name|==========|1|test|----------|2|php|---------- Query to MS Excel by Tim Garver7/5/2008 3:56:19 PMLanguage: Cold FusionOutput excel file easy with ColdFusion MX.Hi Many years ago i wrote an article here to create an excel CSV file with ColdFusion.I wanted to update this with the newer easier way to accomplish the same goal.have a search page with an output type drop box called "otype" values("web","xls","prt")Write out your page in an HTML table with the columns you want in excel.Then put an IF statement around your table or simply at the bottom of the page with links to the same page with the otype or a fo ... (see entry for full description) Deleting IE Temp Cache Files by NickAd9/26/2008 4:44:08 PMLanguage: .NetTo delete the Internet Explorer Temporary cache/files, specifically the index.datTo make the code more readable you can download the document in a zip file.
Choose Your Language:
Visual Basic(4,989,215 lines)(228 jobs) Java / Javascript(434,762 lines)(169 jobs) C / C++(1,179,228 lines)(145 jobs) ASP / VbScript(280,784 lines)(101 jobs) SQL(75,478 lines)(194 jobs) Perl(92,328 lines)(51 jobs) Delphi(273,386 lines)(13 jobs) PHP(223,281 lines)(61 jobs) Cold Fusion(8,853 lines)(30 jobs) .Net (589,284 lines)(811 jobs)
Code for Profit!
Find extra paid coding work from the comfort of your own home at http://www.RentACoder.com!
Open Letter from Moderators | About the Site | Feedback | Link to the Site | Awards | Advertising | PrivacyCopyright© 1997-2008 by Exhedra Solutions, Inc. All Rights Reserved. By using this site you agree to its Terms and Conditions.
Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src="http://www.planet-source-code.com//" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
var pageTracker = _gat._getTracker("UA-216629-1");
pageTracker._trackPageview();
|
|
| |
Lets | programmers | submit | code | for | review | by | other | programmers; | many | source | code | samples | to | help | educate | beginners | on | many | concepts; | contests | where | programmers | vote | for | the | most | efficient, | useful | code | r |
|
http://www.planet-source-code.com/
Planet Source Code 2008 October
dvd rental
dvd
Lets programmers submit code for review by other programmers; many source code samples to help educate beginners on many concepts; contests where programmers vote for the most efficient, useful code r
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Credit Cards - Debt Management - 0 Credit Cards - Video game rental - Advertising
|