Geometry.Net - the online learning center
Home  - Basic_J - J Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 7     121-140 of 190    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         J Programming:     more books (100)
  1. Software Design: From Programming to Architecture by Eric J. Braude, 2003-03-05
  2. Programming With Unix Threads by Charles J. Northrup, 1996-01
  3. The Art of Computer Graphics Programming: A Structured Introduction for Architects and Designers by William J. Mitchell, Robin S. Liggett, et all 1987-06
  4. Set Theory for Computing: From Decision Procedures to Declarative Programming with Sets (Monographs in Computer Science) by Domenico Cantone, Eugenio Omodeo, et all 2001-06-26
  5. Computer Programming Languages: A Comparative Introduction (Ellis Horwood Series in Computers and Their Applications) by Neville J. Ford, 1990-08
  6. Advanced C Programming for Displays: Character Displays, Windows, and Keyboards for the Unix and Ms-DOS Operating Systems (Prentice Hall Software) by Marc J. Rochkind, 1988-01
  7. Schaum's Outline of Theory and Problems of Computers and Programming (Schaum's Outline) by Francis J. Scheid, 1982-09
  8. C Programmer's Toolkit (Programming series) by Jack J. Purdum, 1991-11
  9. Pocket Guide Programing (Addison-Wesley Programming Pocket Guides) by J. Shelley, John Shelley, 1982-12
  10. Turbo Pascal 4.0/5.0: An introduction to the art and science of programming (The Benjamin/Cummings series in structured programming) by Walter J Savitch, 1989-06
  11. Practical Pascal (South-Western programming language series) by Harry M. Gilbert, Arthur J. Larky, 1984-02
  12. C++ Memory Management (Len Dorfman Practical Programming) by Len Dorfman, Marc J. Neuberger, 1993-07
  13. Grammars for Programming Languages (Programming languages series) by J.Craig Cleaveland, Robert C. Uzgalis, 1976-12
  14. Machine/assembly language (Computer programming techniques) by Robert J Wimmert, 1968

121. SearchPay
Covers among other things, NASM assembler programming on the Linux i386 platform code, links, documents, comments.
http://rocknpenguin.c2c2c.ca/linux-programming/?section=assembler

122. CGI Programming
of other variables that are set in most books on web programming (some of if nota number WEBS0028 0001 continue WEBS0029 ilen=lstr7 WEBS0030 j=0 WEBS0031 c
http://www-structure.llnl.gov/Xray/comp/cgi_prog.htm
BR's crystallographic computing tutorials
By Bernhard Rupp
LLNL-BBRP, L-452, Livermore, CA 94551 CGI scripting There is a little CGI script that decodes a space group. Just enter a valid space goup symbol or a spacegroup number (1-230) and voila! here we go: Enter a spacegroup or spacegroup number and hit enter Cool, isn't it? So how does it work? Introduction The web pages you actually see are the client side of a client-server connection through the internet. If your browser (the client ) wants to see a web page, for example, it sends a request to the host you specify in the URL (Uniform Resource Locator) using the specified protocol (HTTP in this case, Hyper Text Transfer Protocol). example for a URL : http://www-structure.llnl.gov/default.html (protocol://site.domain/document). The site name is nothing but a name assigned to the IP address of the machine (128.115.150.112) running the (web) server . (NOTE : in this context the server is a program running the web service on the machine, not the computer itself - the computer is the host When the server recieves such a request, it responds and sends back a page, or whatever the request was for. The language in which the server and client communicate is HTML (Hyper Text Markup Language). Beyond static requests for web pages, one may want the server to execute a certain task (such as searching a data base or decode a space group). There must be a mechanism for the server to receive information about what to do and to hand it down to the application that handles the request. This interface is the

123. D Programming Language
Compiled, garbage collected, simpler C++ replacement by Walter Bright (wrote first DOS C++ compiler). Goal maximum similarity to C/C++, except where backward compatibility gets in the way. Overview, specification, download.
http://www.digitalmars.com/d/

124. The Poetry Of Programming
by Janice J. Heiss December 3, 2002. There s a lot of attention to compression,using the underlying programming language in a way that s easy to penetrate.
http://java.sun.com/features/2002/11/gabriel_qa.html
developers.sun.com search tips Search: in Developers' Site in Sun.com
Developers Home
Java Technology Reference Technical Articles and Tips ... Why Register?
Article The Poetry of Programming Printable Page
by Janice J. Heiss
December 3, 2002
Richard Gabriel
Richard Gabriel is a Distinguished Engineer at Sun Microsystems, where he researches the architecture, design, and implementation of very large systems, as well as development techniques for building them. He is the author of three books: Writers' Workshops and the Work of Making Things Patterns of Software , and Performance and Evaluation of Lisp Systems . He received his Ph.D. in computer science from Stanford in 1981 and returned to school to get a Master's in Fine Arts in poetry in 1998 at Warren Wilson College. In addition, he has in the works a program that would offer an MFA in software design. We recently caught up with him to trace the connections between creativity, software, and poetry. You have advocated a program that offers a Master of Fine Arts in software, similar to programs that offer MFAs in creative writing. You say, "Traditions of computer science and software engineering have tried to turn all aspects of software creation into a pure engineering discipline, when they clearly are not. The MFA in software would begin to repair this error." Tell us about the philosophy behind this proposal. Writing software should be treated as a creative activity. Just think about it the software that's interesting to make is software that hasn't been made before. Most other engineering disciplines are about building things that

125. Web Programming Topic Guide
General guide to using CGI and other Webrelated programming with Python.
http://www.python.org/topics/web/
Home Search Download Documentation ... SIGs Web Home CGI Programming Basic CGI Fancy CGI Application Servers HTML ... Windows support Site Administration Site Management Web Applications Protocols HTTP Other Protocols Reference Resources Standards Email Us webmaster@python.org Python Software Foundation
Web Programming Topic Guide
This Topic Guide covers Web-related programming with Python. This includes a wide spectrum of tasks, ranging from simple CGI programming, generating and parsing HTML and XML, writing HTTP clients and servers, all the way up to complete Web development environments such as Zope. CGI Programming Basic CGI programming If you're new to writing CGI scripts, or to writing them with Python, start by reading this page, which has links to documentation and tutorials. Fancy CGI modules Once you've mastered the basics of CGI programming, you may want to do more complicated tasks. There are various modules available for more complicated CGI tasks. Application Servers Application servers aim at providing a full environment for writing Web-based applications; several different systems have been written in Python. Graphics CGI scripts can do more than just output text; they can also output dynamically-generated graphics. Python has tools for generating images through scripts.

126. JDC Tech Tips: June 13, 2000
there are alternative statements that you can use in the Java programming languagein 8; public static void main(String args) { int i = 0; int j = 0; boolean
http://java.sun.com/developer/TechTips/2000/tt0613.html
developers.sun.com search tips Search: in Developers' Site in Sun.com
Developers Home
Java Technology Reference Technical Articles and Tips ... Why Register?
Technical Articles and Tips JDC Tech Tips: June 13, 2000 Printable Page Tech Tips archive June 13, 2000 WELCOME to the Java Developer Connection (JDC) Tech Tips, June 13, 2000. These tips were developed using Java 2 SDK, Standard Edition, v 1.2.2. This issue of the JDC Tech Tips is written by Glen McCluskey.
USING BREAKITERATOR TO PARSE TEXT
The standard Java packages such as java.util include several classes that you can use to break text into words or other logical units. One of these classes is java.util.StringTokenizer . When you use StringTokenizer , you specify a set of delimiter characters; instances of StringTokenizer then return words delimited by these characters. java.io.StreamTokenizer is a class that does something similar. These classes are quite useful. However they have some limitations. This is especially true when you're trying to parse text that represents human language. For example, the classes don't have built-in knowledge of punctuation rules, and the classes might define a "word" as simply a string of contiguous non-whitespace characters. java.text.BreakIterator

127. APC Frameset Page
Offers data processing services for data conversion, data entry, direct mailings, custom programs and telephony.
http://members.aol.com/apc68/

128. Programming Languages And Runtime Systems Research Group
Translate this page programming Languages and Runtime Systems Research Group. Leader. Prof.Dr. Jürg Gutknecht (gutknecht@inf.ethz.ch) Senior Researchers.
http://www.cs.inf.ethz.ch/gutknecht/
Department Institute Oberon Research Projects ... Former Members
Computer Systems Institute
Clausiusstr. 59, RZ H24
ETH Zentrum
Dr. Eva Ruiz
Phone: +41-1-632 7311
Fax: +41-1-632 1307
E-mail: ruiz@inf.ethz.ch
Programming Languages
and Runtime Systems
Research Group
Leader
(gutknecht@inf.ethz.ch)
Senior Researchers
Dr. Eugene Zueff (zueff@inf.ethz.ch)
Research Assistants
Bernhard Egger (egger@inf.ethz.ch) Thomas Frey (frey@inf.ethz.ch) ... (skoupy@inf.ethz.ch)
Part Time Collaborators
Sven Knudsen (knudsen@id.ethz.ch) Miro Tafra (tafra@inf.ethz.ch)
Voluntary Collaborators
Andre Fischer (fischer@inf.ethz.ch) Pieter Muller (muller@inf.ethz.ch) ... (reali@inf.ethz.ch) Last modified: August 20, 2003

129. A Programming Language For Communicating Distributed Objects
Fascinating proposal for a very compact folding CDO language Seentacks? We don't need no stinkin' Seentacks!
http://www.cawley.demon.co.uk/lang.html
A Programming Language for CDO
This is not a specification for a programming language, but a description of the features which a programming language ought to have. From these, it should be easy for anyone to "fill in the blanks" from the features common to all programming language.
Syntax - or the lack of it
Seentacks? We don't need no stinkin' Seentacks!
A rant against Ascii
Please excuse me while I take time out for a short rant. If you don't like rants, skip to the next section ASCII is a subset of the character set we use for written or printed language. At least, that some of us use - the Japanese, Russians, Arabs, and Greeks, to name but a few, have other ways of representing their language. But writing is just a way of representing spoken language (the very word language, from lingua , the Latin for tongue, reveals the background). The letters (with much allowance for the eccentric orthography of the English tongue) specify the sounds that are to be made, while the punctuation advises on the emphasis. But language was designed for human to communicate with human, not human with computer. Voice recognition is still a difficult problem for computers. And have you ever tried to read a computer program aloud? You can't - at least not in any language that I know. It is nearly impossible to convey to another human the meaning of even the simplest program, and requires curious contortions of emphasis which have little to do with the punctuation characters which actually break up the program.

130. One Small Step - Mac OS X Programming
The summary for this Japanese page contains characters that cannot be correctly displayed in this language/character set.
http://homepage.mac.com/raktajino/
One Small Step : Top Page
var site="sm8deepspace9" XV—š—ð
About This Page ‚±‚̃y[ƒW‚ɂ‚¢‚Ä
Lower Decks Mac OS X ƒvƒƒOƒ‰ƒ~ƒ“ƒO‚̘b‘è
CPU‚ÌŽí•Ê‚Ɖ·“xŠÇ—

i2001”N5ŒŽ4“új
docklingŠo‚¦‘‚«
dockling‚ÌŠJ”­’†‚É‹C‚ª‚‚¢‚½‚±‚Æ‚ðAŠo‚¦‘‚«‚Æ‚µ‚Ä‚Ü‚Æ‚ß‚Ä‚Ý‚Ü‚µ‚½B
i2001”N7ŒŽ5“új
Software Download
CPU Thermometer

i2001”N7ŒŽ16“úCVersion 1.0.2j
DVD Media Inspector

i2004”N5ŒŽ9“úCVersion 1.0b1j
AirH" Phone Development
AirH" Phone AH-K3001 USB Modem Driver
Apple‚ÌCDCƒhƒ‰ƒCƒo‚ðŒ³‚Éì¬‚µ‚½A‹žƒZƒ‰AirH" Phone AH-K3001V‚ÌMacOS X—pUSBƒhƒ‰ƒCƒo‚Å‚·B AH-K3001V‚ðƒ‚ƒfƒ€‚Æ‚µ‚ÄŽg—p‚·‚邱‚Æ‚ª‚Å‚«‚Ü‚·B
i2004”N5ŒŽ21“úCVersion 1.0j
EZ-USB Development EZ-USB‚Å—V‚ñ‚Å‚Ý‚é
MacOS X‚ÅCypress EZ-USB

i2004”N6ŒŽ3“új

131. Chris Webb's Home Page - Programming
A Visual Basic programming area.
http://www.advocate21.freeserve.co.uk/programming.htm
Programming - Contents Hello and welcome to the new Visual Basic Programming piece. This area of the site will concentrate on the very basics as well as some of the more interesting sides to programming in Visual Basic, including how to make Visual Basic do things is isn't supposed to be able to do. The programming area is still in it's early days so keep looking for new developments. Visual Basic Basics - Introduction to programming in Visual Basic, including a program that uses the four most common components. Visual Basic Downloads - Modules and Controls to include in your Visual Basic programs. And it's Free! How to load a control into your Visual Basic Project Downloads Documentation
WSCheck Control Documentation

Graphic Button Documentation

Shaped Form/Picture Documentation
Links to other Visual Basic sties
Coming soon: DirectX programming in Visual Basic! Includes 2D/3D graphics and using the DirectSound engine to create 3 Di mensional sound.

132. C & J Web Works - Web Design And Programming
C J Web Works is a web design and programming team located in Ann Arbor,Michigan. We create and maintain robust web sites tailored
http://www.cjwebworks.com/
is a web design and programming team located in Ann Arbor, Michigan. We create and maintain robust web sites tailored to small businesses and organizations at affordable hourly rates. Our resumes are available under skills The graphic design link leads to a portfolio of Chris' artwork, including print design, digital illustration, photo retouching and some traditional media work. The programming link features Jim's web utilities and experiments in various programming languages Last updated 06/03/02
New
Our latest websites, PKO Records Fetch Pizza and the redesign of the Lane Gainer Sports website. The start of a Flash game
Link to our Homepage
Looking for a Web Host?
We enjoy working with Tucker Communications self.document.write('');

133. Extreme Programming From A CMM Perspective
Mark Paulk, one of the creators of the Capability Maturity Model (CMM) compares and contrasts XP and CMM.
http://www.sei.cmu.edu/cmm/papers/xp-cmm-paper.pdf

134. Oreilly.com -- Online Catalog: Programming C#
Hotel Search Hotel Discounts Discount Hotels Chicago Hotels Canada HotelsCalifornia Hotels Hotels. programming C see larger cover. programming C .
http://www.oreilly.com/catalog/progcsharp/

O'Reilly Home
Press Room Jobs Resource Centers Perl Java Python C/C++ ... Enterprise Development Book Series Hacks Head First Cookbooks In a Nutshell ... Developer's Notebooks Publishing Partners No Starch Press Paraglyph Press Pragmatic Bookshelf Syngress Publishing Online Publications LinuxDevCenter.com MacDevCenter.com WindowsDevCenter.com ONDotnet.com ... XML.com Special Interest Events Meerkat News Ask Tim tim.oreilly.com ... Open Books Special Sales Academic Corporate Government Inside O'Reilly About O'Reilly International Advertise with Us Contact Us ... Bookstores Traveling to
a tech show? Hotel Search
Hotel Discounts

Discount Hotels

Chicago Hotels
...
Register your book
to get email notification of new editions, special offers, and more. Search on Safari Search contents of Programming C# Code Fragments only Also see:
Table of Contents

Index
Programming C#
By  Jesse Liberty
July 2001
ISBN: 0-596-00117-7 This book has been updatedthe edition you're requesting is out of print. Please visit the catalog page of the latest edition The latest edition is also available on Safari Bookshelf Buy from O'Reilly: The goal of C# is to serve as a high-performance language for .NET developmentone that is simple, safe, object-oriented, and Internet-centric.

135. Macrotech
Resources for assembler and Delphi programming.
http://www.macrotech.8m.com/
Free Web site hosting - Freeservers.com Web Hosting - GlobalServers.com Choose an ISP NetZero High Speed Internet ... Dial up $14.95 or NetZero Internet Service $9.95 Macrotech This site moved to http://www.geocities.com/macrotechonline

136. The Euphoria Programming Language
Simple, flexible, surprisingly fast, interpreted, runs on 32bit DOS, Windows; FreeBSD, Linux; introduction, news, downloads (over 900 free user-contributed programs), fansite links, mailing list. Public Domain and commercial
http://www.rapideuphoria.com/
Home What Is Euphoria? Documentation News ... RDS Development This page provides the latest info on Euphoria - a programming language that's powerful, easy to learn, and a lot more fun than other languages.
v2.4 Official Release! Check out the New Features Download the code
V e r s i o n 2 . 4

Download
a 950K installation file, and you're all set!
Download
a 564K .tar file, and you're all set!
Boost your speed with the Euphoria To C Translator! Get a copy of the Interpreter Source Code!
Check the most recent messages posted on EUforum
Search
58,000 posted messages Search 1,300 contributed programs Search the documentation Stop by the Euphoria Chat Room View This Site in Russian! Earn big bucks writing Euphoria programs The Latest User Contributions - Click title to download WIN Dip 'n Daub Expert David Pletts Jun 7/04 A new version of the old Dip 'n Daub - an abstract art generator. You will need Win32lib.ew and win32dib.ew, both available from the archive. WIN ARWEN WIN32 Library Mike updated Jun 7/04 WIN Ware Houser tile matching game Michael Raley updated Jun 6/04 Ware Houser is a match-the-tiles strategy game in the style of Boxxi or Mahki. It is uses Win32lib. You can customize the grid to various sizes, and select from 3 to 6 different hand crafted heirloom quality bitmap tiles. Don't lose respect or you'll be given the pink slip. Jun 6: added self playing demo, percentage complete display, save game stats to file, tweaked final scoring

137. Index Of /
J COMPUTER LOGIC for programming, Consultancy, Systems Analysis, SoftwareDesign COBOL, Visual Basic, Delphi programming Business
http://www.computerlogic.co.uk/
Index of /
Name Last modified Size Description ... Parent Directory 02-Jun-2004 14:52 - Apache/1.3.29 Ben-SSL/1.53 Server at computerlogic.co.uk Port 80

138. The Miranda Programming Language
Overview of the language, areas of application and some sample programs.
http://www.engin.umd.umich.edu/CIS/course.des/cis400/miranda/miranda.html
TM
The Miranda Programming Language
Click below to go directly to a specific section: History Significant Language Features Areas of Application Sample Programs ... Acknowledgments
History
Miranda was developed in 1985-86 by David Turner, and is now currently being marketed by Research Software Ltd. of England. Miranda was the successor of the functional languages SASL and KRC. With Miranda, the main goal was to produce a commercial version of a standard non-strict purely functional language. To make Miranda commercially viable, the development environment had to be made very flexible and easy-to-use.
Significant Language Features
  • Miranda, A Non-Strict Purely Functional Language
      Non-Strict:
      In Non-Strict functional languages, the arguments to a function are not evaluated until they are actually required within the functions being called. Therefore, any parameter can be passed to a function and until it is needed in that function, this parameter is not evaluated. This is also known as lazy evaluation, and the main advantage of using this method is that it allows for passing infinite element data structures to a function.
    • Purely Functional:

    • Pure functional languages perform all computation using function application. "Side-effect" features such as destructive assignments and looping are not even provided within the language, and therefore all programs have to strictly adhere to the functional approach of programming.

139. Anime Boston 2004 J-Music Programming
Information about Anime Boston 2004 s JMusic programming. Informationabout Anime Boston 2004 s J-Music programming only found
http://www.animeboston.com/events/jmusic/

140. Practicum Structured Programming - Modula2
Exercises, tips, syntax reference, programs written in Modula2. Free University of Brussels.
http://parallel.vub.ac.be/education/modula2/
Practicum Structured Programming
Modula-2
compiler XDS
demo's
This is the homepage of the exercises part of J. Tiberghien 's course " Programming Concepts ". Information about the theory can be found on the Info Department website.
Assistants:
Jan Lemeire: jan.lemeire@vub.ac.be Johan Parent johan@info.vub.ac.be
1e kan ir 1e kan IA Exercises
Topics A-M
Oct - Dec
Topics A - F
Oct - Dec Project I Nov - Dec (30%) Practicum Exam Jan (70%) Jan herkansing Sep Sep Exercises
Topics O - Q PACS Project Compiler Consult freely our Documentation Technology pages Modula2 compiler installation for Windows95/98/NT (Windows 2000/XP?): Expires 12th January 2002... XDS 2.45 XDS topspeed package (needed for the IO library that we use in the course) READ THIS BEFORE INSTALLATION:
  • Install folder
      don't install XDS under "Program Files" or another folder with a space in its name!!! (create for example a folder /XDS) never use a folder with a space in its name! XDS doesn't understand this and gets mixed up.
    Update your version of XDS:
      just reinstall the new XDS in the same folder and overwrite the old folder also reinstall the topspeed package!

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

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

free hit counter