Geometry.Net - the online learning center
Home  - Computer - Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 7     121-140 of 146    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | Next 20

         Programming:     more books (99)
  1. Programming the Universe: A Quantum Computer Scientist Takes on the Cosmos by Seth Lloyd, 2007-03-13
  2. The Audio Programming Book
  3. Architectural Programming: Information Management for Design by Donna P. Duerk, 1993-09-17
  4. SAS Programming by Example by Ronald P. Cody, Ray Pass, 1995-03-08
  5. Programming Windows Azure: Programming the Microsoft Cloud by Sriram Krishnan, 2010-05-17
  6. Programming Windows Azure: Programming the Microsoft Cloud by Sriram Krishnan, 2010-05-17
  7. Neuro-linguistic Programming For Dummies (For Dummies (Psychology & Self Help)) by Kate Burton, Romilla Ready, 2010-11-09
  8. Programming Python by Mark Lutz, 2006-08-23
  9. Programming Windows Identity Foundation (Dev - Pro) by Vittorio Bertocci, 2010-09-03
  10. Programming: Principles and Practice Using C++ by Bjarne Stroustrup, 2008-12-25
  11. The Art of UNIX Programming by Eric S. Raymond, 2003-10-03
  12. Processing: A Programming Handbook for Visual Designers and Artists by Casey Reas, Ben Fry, 2007-09-30
  13. OpenGL Programming Guide: The Official Guide to Learning OpenGL, Versions 3.0 and 3.1 (7th Edition) by Dave Shreiner, The Khronos OpenGL ARB Working Group, 2009-07-31
  14. An Illustrated Guide to Linear Programming by Dr. Saul I. Gass, 1990-03-01

121. Literate Programming With XML
Provide tools to support Donald Knuth s Literate programming using XML instead of TeX. Is not based on any specific DTD or programming language, but instead uses processing instructions for processing the literate programs.
http://literatexml.sourceforge.net/
Literate Programming with XML
Literate Programming is a style of programming developed by Donald Knuth, which makes writing programs similar to writing essays - you write a program as part of an essay which explains how it works. In literate programming, readability and pedagogical purposes come first, and program structure come second. Literate Programming tools allow you to write your program in the structure that makes most sense to explain it, and then a program called tangle restructures it to the likings of whatever interpreter or compiler you are using. If you are not familiar with Literate Programming, you can check out the site http://www.literateprogramming.com/ or buy the book Literate Programming by Donald Knuth. Literate Programming has been traditionally tied to specific languages and document types. The most common language is C, and the most common document type is TeX. With the birth of XML and XML publishing it follows that there should be tools to facilitate Literate Programming in XML, where you can simply use the traditional XML stylesheet mechanisms for the weave. However, all of the tools up until now have been DTD-specific. In fact, this tool suite originated in a small program I wrote to do this in DocBook ( http://www.eskimo.com/~johnnyb/computers/xmltangle/

122. The Genetic Programming Notebook
Directory for information about Genetic programming, Artificial Intelligence, Genetic Algorithms, Evolutionary Computation and robotics.
http://www.geneticprogramming.com/

123. Computer Stupidities: Programming
Collection of stupid chunks of C source code and reports of encounters with less than-bright apprentice programmers.
http://www.rinkworks.com/stupid/cs_programming.shtml
Main Site Guide
Programming
If teaching an individual to use a computer is bad, teaching someone to program one is worse.
  • Him: "I can download games like Quake and play them during lunch, you know." Me: "We're only allowed 10 megs in our accounts, and the system administrators would notice you downloading a large file." Him: "Nah, I could hack it so he couldn't." Me: "Ah, so you are into hacking. By the way do you know any programming languages?" Him: "Yeah, of course." Me: "Which ones?" Him: "I can't tell you or else you'll use them." Me: "Just by mentioning C++ or Pascal or whatever will not instantly make me a genius with those languages." Him: "Oh sorry, I didn't understand you. Yeah, I know C++ and Pascal." Me: "What compiler do you use?" Him: "Well, Qbasic is my favorite." Me: "Nobody over the age of eight uses QBasic for serious purposes." Him: "But they made windows with QBasic."
I almost cried laughing. One day I was in a public park, reading "C++ For Dummies" when someone came up and asked me what I was reading. I told him I was reading a book about C++. He responded, "Oh, HTML kicks C++'s @$$."
  • Teacher: "You can't do spaces in HTML. If you see spaces on web pages, then they must be using java to override basic HTML. Java saved the Internet, because it removes limitations of HTML, but it's beyond the scope of this course to show you how to do it."

124. C Programming
The notes on these pages are for the courses in C programming I used to teach in the Experimental College at the University of Washington in Seattle, WA.
http://www.eskimo.com/~scs/cclass/cclass.html
C Programming
The notes on these pages are for the courses in C Programming I used to teach in the Experimental College at the University of Washington in Seattle, WA. Normally these notes accompany fairly traditional classroom lecture presentations, but they are intended to be reasonably complete (more so, for that matter, than the lectures!) and should be usable as standalone tutorials. '' side by side. If you're just getting your feet wet and would like a somewhat simpler introduction, read the `` Introductory Class Notes .'' If you have had an introduction to C (either here or elsewhere) and are now looking to fill in some of the missing pieces, read the `` Intermediate Class Notes Of course, just reading a book or these notes won't really teach you C; you will also want to write and run your own programs, for practice and so that the language concepts will make some kind of practical sense. Most of my programming assignments (including review questions) are here as well, along with their solution sets. (No peeking at the answers until you've given the problems your best shot!) These notes are arranged for the web in the usual hierarchy by section and subsection. If you want to read through all of them, without keeping track of your own stack to implement a depth-first tree traversal, just follow the ``read sequentially'' links at the bottom of each page.

125. Programming.com
www.programming.com/ SimilarJava programming Resources Java, Java, and more JavaJava programming resources FAQs, tutorials, compiler and browser download sites , documentation, books lists, IDEs, etc.
http://www.programming.com/
Programming.com Starting a company or growing your business? HyperOffice can give you business-class email, document management, shared calendars, contact and task management, and much more. Take a 30-day free trial document.write('Sponsored listings:'); document.write(ads); document.write('Related searches:'); document.write(relatedSearches);
Popular categories: document.write(popularCategories); Search:

126. Programming
One important difference to note is that, since my program does not simulate the input on it s output program, I am able to achieve speeds that are
http://codeodor.com/index.cfm/category/Programming/22
home about contact privacy statement ... How I accidentally generated all the apps that run all the databases in the universe Posted by Sam on Aug 03, 2010 at 12:46 PM UTC - 5 hrs Rails Rumble has nothing on this. Of course, you could just click the edit button in your database management studio of choice and achieve the same functionality. SELECT DISTINCT 'script/generate scaffold ' t name FROM sys tables t CROSS APPLY SELECT c name case when then ':text' else ':string' end FROM sys columns c WHERE c t ORDER BY c FOR XML PATH A similar discovery was made in the 1930's. One important difference to note is that, since my program does not simulate the input on it's output program, I am able to achieve speeds that are logarithmically faster than what Turing could accomplish. Hey! Why don't you make your life easier and subscribe to the full post or short blurb RSS feed? I'm so confident you'll love my smelly pasta plate wisdom that I'm offering a no-strings-attached, lifetime money back guarantee!
Comments?
Transformation Over Conditional Execution Posted by Sam on Jun 16, 2010 at 11:06 AM UTC - 5 hrs

127. Popular Programming Bookmarks On Delicious
www.delicious.com/popular/programmingFree programming Tools, free compilers, free software components Oct 1, 2009 Free programming, free components, free libraries, Java, Basic, Delphi, Kylix, Pascal, C++, Visual C, Oberon, Cobol, Assembler,
http://www.delicious.com/popular/programming

128. Genetic-programming.com-Home-Page
A privately funded research group that does research in applying genetic programming.
http://www.genetic-programming.com/
Immediate opening ( uupdated August July 8, 2007) for scientific research programmer at Genetic Programming Inc.
Welcome to
www.genetic-programming.com
the home page of Genetic Programming Inc., a privately funded research group that does research in applying genetic programming)
Last updated July 8, 2007 What is Genetic Programming (GP)? How Genetic Programming Works Sources of Information about the Field of Genetic Programming (GP), Genetic Algorithms (GA), and the Field of Genetic and Evolutionary Computation (GEC) Conferences about Genetic Programming (GP) and Genetic and Evolutionary Computation (GEC) ... Other Links
What is Genetic Programming (GP)?
Genetic programming (GP) is an automated method for creating a working computer program from a high-level problem statement of a problem. Genetic programming starts from a high-level statement of “what needs to be done” and automatically creates a computer program to solve the problem. There are now 36 instances where genetic programming has automatically produced a result that is competitive with human performance , including 15 instances where genetic programming has created an entity that either infringes or duplicates the functionality of a previously patented 20 th -century invention, 6 instances where genetic programming has done the same with respect to a 21

129. Johnkoza
Inventor of genetic programming and author of numerous published papers on genetic programming at Stanford University.
http://www.genetic-programming.com/johnkoza.html
Home Page of John R. Koza
John Koza with 1,000-Pentium parallel computer in Mountain View, California. Picture by Eric Slomanson
Keynote speech at Congress On the Future of Engineering Software ( COFES ) conference in Phoenix on April 2, 2004 Most recent published article: Human-competitive results produced by genetic programming in March 2010 special 10 th Anniversary issue of Genetic Programming and Evolvable Machines ... journal
Skip Down this Page Directly to ...
Go to Biography Go to Scientific books and papers Go to Scientific research Interests Go to Courses at Stanford University Go to Recent Invited Talks and Tutorials on Genetic Programming Go to Addresses and Contact Information Go to Electoral College Go to Miscellaneous
More pictures
Biography—John R. Koza
Degrees
  • B.A., Computer Science, University of Michigan M.A. Mathematics, University of Michigan M.S., Computer Science, University of Michigan PhD., Computer Science, University of Michigan , 1972. Thesis entitled On Inducing a Non-Trivial, Parsimonious Grammar for a Given Sample of Sentence s.

130. Groovy Java Genetic Programming
Genetic programming (JGProg) is an open-source pure Java implementation of a strongly-typed Genetic programming experimentation platform.
http://jgprog.sourceforge.net/
Groovy Java Genetic Programming
Genetic Programming (JGProg) is an open-source pure Java implementation of a strongly-typed Genetic Programming experimentation platform. Three example "worlds" are provided, in which a population evolves and solves the problem. Now that's Groovy. The source code is released under the GNU General Public Licence Go to the Groovy Java main home page
How do I Get Started
About the Project Page
The project page contains links to various elements of the project: forums, mailing lists, news items, downloads, etc.
Public Forums
There are three public forums anyone can post to and read:
  • Open Discussion: Talk about anything, as long as it's related to JGProg or general genetic programming issues, unless the message topic would fit better in one of the other two forums. More for users of JGProg and anyone interested in genetic programming. Help: Ask (and obtain!) help in using JGProg, but not non-JGProg issues in genetic programming, which properly belongs in the Open Discussion forum. For example, a question about the best population size or crossover probability for a particular problem is not a problem in using the JGProg program, since you could use any genetic programming platform. Developers: Talk about further developing JGProg, bugs in JGProg, desired features in JGProg.

131. Genetic Programming
A web community and forum for genetic programming and other types of evolutionary computation.
http://www.bloomshare.com/genetic-programming/
Genetic Programming
Genetic programming, evolutionary algorithms, and genetic algorithms. Keep up with the latest research, share your experiences and applications, discuss best practices. Username: Password: Create a community Create an account Forgot your password? Moderator: psiolent
Home

Submit to Community

Forum

Sections Research and News Applications Best Practices Resources ... Genetic Programming
Sorted by newest
(Sort by oldest highest rated lowest rated most viewed ...
Evovling Mathematical Expressions from Numerical Data

A very interesting approach to the evolution of mathematical functions using Mathematica can be found here:...( more
Submitted 2010-06-10 18:28:27 by bonnarj Rating: Views Section: Research and News Ephimeral Random Constants Hello, does anyone know what the "ephimeral random costants" in GP are?...( more Submitted 2010-05-16 08:31:02 by Karl Rating: Views Section: Ask the Community pySTEP or Python Strongly Typed gEnetic Programming Hi! PYSTEP is a light Genetic Programming package in Python. The users can use it to easily evolve populations of trees with precise grammatical and structural constraints. In other worlds you can...( more Submitted 2009-09-19 03:02:45 by Rating: Views Section: Research and News Assistance Request I'm using Genetic Programming to solve a large scale multi-variable system. I've created a simple scripting language to interpret genes as a command structure. Because the system generates a script...(

132. General Reconstruction
Contains information on genetic algorithms and programming techniques. Sponsors a genetic programming contest in java.
http://evolve.bravehost.com
var url = 'http://web.archive.org/web/20050309032403/http://evolve.bravehost.com/'; General reconstruction sorry for troubles chanson enfant gratuite et karaoke anniversary gifts when you are seperated california christmas photos kraut dame binden ... convertisseur audio gratiut moved movedthe document has movedhere
Report Content
Web Hosting Blog Guestbooks ...
powered by
bravenet.com

133. The CGI Resource Index: Documentation: Programming Languages: Programming In Per
Tips, instructions and tutorials on scripting CGI in Perl.
http://cgi.resourceindex.com/Documentation/Programming_Languages/Programming_in_
ADD RESOURCE SEARCH WHAT'S NEW USER REGISTRATION ... Web Hosting Find your solution
with ResourceIndex:
Ecommerce Hosting

Windows Hosting

Unix Hosting

Budget Hosting
... Dedicated Servers Special Features PHP Resource Index
Over 1,000 PHP
related resources! User Registration Get E-Mail Updates,
rate and comment
on resources, and
much more!
Sponsored Links Survey Software Run web-based surveys on your site! View demo; PHP or Perl/CGI Other Sites by Matt Matt's Script Archive free cgi scripts FormMail.com hosted form mail ... Programming Languages: Programming in Perl Related Categories:
  • Programs and Scripts: Perl Resources in this Category: CGI Programming 101 (7 comments) (164 votes) This course is intended for anyone who knows HTML, but doesn't know Perl or CGI programming (and maybe doesn't know any programming at all). The goal here is [ Perlfect solutions - Perl Programming Articles Comments (2) (20 votes) Perl programming techniques, cgi, databases, networking, and more... articles, tips and tutorials for all levels of expertise. Installing Perl Scripts on a Server Comments (1) (11 votes) The article describes, in detail, how to install Perl Scripts on a web server. It also discusses some basic perl syntax and programming techniques.
  • 134. Tools 4 Webmasters: Software For Membership And E-commerce Web Sites
    Installation services, custom programming and design services, webmaster opportunities. commercial
    http://www.tools4webmasters.com

    CGI Programs For Unix/Linux
    Software for Windows NT/2000 Installation Services Technical Support ... Home We specialize in e-commerce software, particularly software that helps webmasters sell digital goods and access to web-based content. This includes scripts for password protection of web pages, electronic downloads, subscription/membership management, and online credit card processing. For more information about available software products and services, simply click on one of the links to the left.

    135. Java.com: Java + You
    Get the latest Java Software and explore how Java technology provides a better digital experience.
    http://www.java.com/

    136. Rexx/Wrapper
    Build executable program from Rexx programs.
    http://rexxwrapper.sourceforge.net/
    Current
    Beta:
    N/A
    Download
    Documentation Bug Report Home ... RxSock
    Rexx/Wrapper
    Overview
    Rexx/Wrapper is a tool that wraps Rexx source or tokenised code into an executable.
    The Rexx source code can be optionally compressed and encoded to ensure that the original Rexx code cannot be viewed (unless you have the original encryption key).
    To use Rexx/Wrapper you need two extra bits of software:
  • A supported Rexx interpreter A supported C compiler
  • See the Rexx/Wrapper documentation for further details.
    Support
    With Rexx/Wrapper on SourceForge, support resources for Rexx/Wrapper . such as mailing lists, discussion forums, bug reporting and feature requests are available. Rexx/Wrapper is freeware, distributed under the GNU General Public License
    Not a Compiler
    Rexx/Wrapper is not a compiler. It does not compile the Rexx code into native machine code; the Rexx code is still interpreted by a Rexx interpreter. Mark Hessling mark@rexx.org

    137. The Jean-Benoit Hardouin's Website
    SAS macro-programs and Stata programs to analyze quality of life scales.
    http://anaqol.org/
    Français
    Homepage

    Author

    SAS macro-programs
    %AnaQol

    %Gammasym

    %Gausshermite

    %BackRasch
    ...
    %Detect

    Stata modules
    traces
    raschtest gammasym gausshermite ... Licenses Update: May 5th, 2008 Admin
    Homepage
    IRT (Item Response Theory) has been undergoing important developments in the past few years. Indeed, many general purpose statistical packages still don't have procedures implementing these new indices, methods and models. As a consequence, a significant number of specific packages have been developed by psychometricians (see http://www.assess.com ). However, no package offers a comprehensive set of methods, and no package has emerged as standard tool in the field. The increasing sophistication of general statistical packages, on the other hand, allows user-written routines to be developed which will implement IRT methods within the context of an already-familiar computing environment. This site presents a set of macro-programs for use with Stata or SAS. While they were originally developed to analyse quality of life scales, they can, of course, be used in the area of psychometrics, test construction etc. These macros come in the following categories:
    • Selection of items to form unidimensional scales (RASCHFIT, MSP, HCACCPROX, BACKRASCH, CLV)

    138. SIRIUS Satellite Radio - Listen To SIRIUS Satellite Radio – Over 130 Channels
    SIRIUS Satellite Radio offers over 130 channels of satellite radio 69 channels of original, 100% commercialfree music, along with sports, news and talk channels.
    http://www.sirius.com/whatsonsirius

    139. Hello, World Program
    Example of simple Forth program.
    http://www2.latech.edu/~acm/helloworld/forth.html
    forth
    : hello begin true while ." Hello World " repeat ; hello
    submitted by: dan@engr.latech.edu (Danny

    140. Lovecity
    A dating site. Includes program benefits, promotional materials and sample sites.
    http://partners.lovecity.com/

    Page 7     121-140 of 146    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | Next 20

    free hit counter