Geometry.Net - the online learning center
Home  - Basic_S - Self Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 5     81-100 of 135    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 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  

         Self Programming:     more books (100)
  1. C ++ Primer ( Second Edition ( Chinese) Teach Your Self Object-oriented Programming by STEPHEN PRATA, 2001
  2. The ABC's of programming your Apple: A self instruction system for the novice, for the Apple II and IIe Microcomputer by William G Perry, 1983
  3. Basic language programming for the beginner: A self-paced text for the IBM PC and compatible computers by Donald L Crabtree, 1987
  4. Learn to Program Using Python: A Tutorial for Hobbyists, Self-Starters, and AllWho Want to Learnthe Art of Computer Programming (Programming Languages) by Alan Gauld, 2000-12-18
  5. Neuro-Linguistic Programming for Dummies by Romilla Ready, Kate Burton, 2004-05-28
  6. Beyond Self Awareness (Advanced Neuro Linguistic Programming Applications Series) by Wyatt Woodsmall, 1998-12
  7. Self-Stabilizing Systems: 7th International Symposium, SSS 2005, Barcelona, Spain, October 26-27, 2005 (Lecture Notes in Computer Science)
  8. Self-Stabilizing Systems: 5th International Workshop, WSS 2001, Lisbon, Portugal, October 1-2, 2001 Proceedings (Lecture Notes in Computer Science)
  9. Reframing: Neuro-Linguistic Programming and the Transformation of Meaning by Richard Bandler, John Grinder, 1981-06
  10. Brilliant Nlp (Neuro-linguistic Programming): What the Most Successful People Know, Do & Say by David Molden, Pat Hutchinson, 2008-02-28
  11. Self-Inquiry - Dawn of the Witness and the End of Suffering by Yogani, 2007-12-20
  12. Motivation/Productivity (InnerMind Programming Library)
  13. Symmetric duality for minimax multiobjective variational mixed integer programming problems with partial-invexity [An article from: European Journal of Operational Research] by X. Chen, J. Yang, 2007-08-16
  14. Personal Growth (InnerMind Programming Library)

81. Algorithms And Data Structures In F And Fortran
By Robin Vowels (Unicomp). Emphasizes fundamentals of structured programming through study of F and Fortran 90/95. It is designed for a reader's second exposure to computer programming, whether it be through selfstudy or a course in computer science. Site describes book, lists contents, and provides code examples.
http://www.swcp.com/~walt/fortran_store/Html/Info/books/adsff.html
Algorithms and Data Structures in F and Fortran
By Robin A. Vowels
Published by Unicomp, 1998. 488 pages. $49.00
ISBN 0-9640135-4-1 Algorithms and Data Structures in F and Fortran emphasizes fundamentals of structured programming through study of F and Fortran 90/95. It is designed for a reader's second exposure to computer programming, whether it be through self-study or a course in computer science. The book is not just algorithms. Additional F/Fortran topics are included: separate theme chapter are devoted to complex arithmetic, file processing, list processing (the extensive chapter includes binary search trees), text processing including string searching, and recursion. Chapters can be studied in any order, as they are mostly independent; They can be selected at will according the reader's interests. The book is backed up by comprehensive appendices on the built-in procedures and summaries of the F and Fortran statements. It is recommended, although not essential, that the reader be familiar with the F or Fortrran 90/95 programming language, prior to using this text. One excellent introduction to F is Programmer's Guide to F The programs in the book are available here in zip format The programs in the book are available here in tar format A detailed table of contents is here The chapters are:
  • Sorting
  • Recursion
  • Linked Lists and Trees
  • Complex Arithmetic
  • Using Published Algorithms
  • Text Processing
  • Files
  • Solving Simultaneous Equations
  • Graphics
  • Searching
  • Numerical Methods
  • Whole Array Operations
  • 82. Enlightenment: Andrew Breese, J.D.: Understanding Neuro-Linguistic Programming (
    It teaches that you are selfprogramming and self-responsible. NLP gives you some detailed understandings of and methods for responsible self-programming.
    http://enlightenment.supersaturated.com/essays/text/andrewbreese/neurolinguistic
    Find Enlightenment
    Understanding Neuro-Linguistic Programming (NLP) From An Objectivist Perspective
    Andrew Breese
    Forum: Enlightenment's First Annual Meeting This paper will be defended at the June Meeting. Participants are invited to draft written commentaries of this work for inclusion in the published Proceedings of the Meeting. Focus. That's what it's all about. Objectivism is the philosophy of focus. NLP is the technology of focus. Objectivism emphasizes that your mind has a nature. It teaches that you are self-programming and self-responsible. NLP gives you some detailed understandings of and methods for responsible self-programming. Looking at the subconscious as a computer to be consciously shaped, NLP outlines an effective programming language for the mind. NLP and Objectivism share a basic philosophical outlook and method. NLP is rigorously scientific, obsessed with the heroic potential of humanity, grounded in sensible reality, and all about individuals increasing awareness and self-mastery. NLP does not try to be a complete philosophy of life. At most, it presupposes some philosophical and scientific outlooks. NLP is an open system of practical psychology, an ever-growing family tree of related ideas sharing one common root in the work of two 1970s scholars.

    83. MacOS X Screensavers Programming Common Errors
    page of common (and easily avoidable) errors in MacOS X screensaver programming. Preference not saved (weak error); self stopAnimation don t stop animation
    http://spazioinwind.libero.it/tpecorella/uselesssoft/mistakes.htm
    back
    MacOS X screensavers programming
    common errors and how-to avoid them
    This is my little black page of common (and easily avoidable) errors in MacOS X screensaver programming. Errors are presented in strictly random order or, to be more exact, in the order I discovered them (and resolved). I hope you find it useful, and happy coding to all !! Small Index:
  • Preference not saved (weak error)
  • [self stopAnimation] don't stop animation (very dangerous error)
  • Unnecessary exported symbols (very dangerous error)
  • OpenGL "white shot" on startup (weak error, visual glitch) Preference not saved (weak error)
    Sometimes preferences are not correctly flushed. Adding a call to synchronize method solves the problem.
    Example:
    ScreenSaverDefaults *defaults = [ScreenSaverDefaults defaultsForModuleWithName:@"fooSaver"];
    [defaults setInteger: 1 forKey: @"test"];
    [defaults synchronize]; [self stopAnimation] don't stop animation (very dangerous error) The following code sems to be correct (and it is), however it doesn't act as one might expect: if( [self isAnimating] )
    [self stopAnimation]
    // do something very dangerous while screensaver is animating
    // like deallocating and re-allocating some memory.
  • 84. Slate Language Website
    s, programming manual, tutorials, summaries, bulletin board Swiki, CVS. Open Source, LGPL......LanguageOS based on CLOS, self, Smalltalk; Smalltalk syntax; libraries inspired by Common Lisp, Dylan, Strongtalk (strong typing).
    http://slate.tunes.org/
    News Overview Downloads Documentation ... Wiki
    The Home of the Slate Programming Language
    Slate: Less talk, more rock!
    News
    May 1, 2004
    Lee Salzman has replaced his short paper on PMD with a full thesis , to complete his graduation requirements, with many corrections, clarifications and experience reports added. Also there is a wonderful slide presentation explaining the benefits of PMD in laymens' terms. See also the recommended reading area of the wiki.
    March 27, 2004
    Hey, folks, we've been Slashdotted . This is not our doing, and we are not at a stage where we're offering a real tutorial or a representative release configuration. So don't believe your first impressions.
    January 4, 2004
    Release 0.2.1 is out, in the usual place. This is a maintenance update, consisting of many bug-fixes and polishing of the libraries, as well as new work which is not yet complete towards 0.3. See downloads area and announcement for details.
    December 5, 2003
    Release 0.2 is official. See the downloads area for details. Source is provided, but no binaries. This release is the last major point release for Slate under Lisp. Full details are provided in the mailing list announcement
    July 29, 2003

    85. Neuro-linguistic Programming (NLP)
    programming (NLP) is one of many New Age Large Group Awareness Training programs. He started his own empire after transforming from a selfdescribed fat slob
    http://skepdic.com/neurolin.html
    Robert Todd Carroll
    SkepDic.com

    Click to order from Amazon
    neuro-linguistic programming (NLP)
    Richard Bandler Neuro-linguistic Programming (NLP) is one of many New Age Large Group Awareness Training programs. NLP is a competitor with Landmark Forum Tony Robbins , and legions of other enterprises which, like the Sophists of ancient Greece , travel from town to town to teach their wisdom for a fee. Robbins is probably the most successful "graduate" of NLP. He started his own empire after transforming from a self-described "fat slob" to a firewalker to (in his own words ) "the nation's foremost authority on the psychology of peak performance and personal, professional and organizational turnaround." The founders of NLP, Richard Bandler and John Grinder , might disagree. NLP has something for everybody, the sick and the healthy, individual or corporation. In addition to being an agent for change for healthy individuals taught en masse , NLP is also used for individual psychotherapy for problems as diverse as phobias and schizophrenia. NLP also aims at transforming corporations, showing them how to achieve their maximum potential and achieve great success.

    86. Freshmeat.net: Project Details For Squeak
    Superportable, multi-media capable Smalltalk-80 based object-oriented programming environment, coded in all Smalltalk, high-performance VM, made by compiling Squeak VM code into efficient, portable C. Two GUIs Morphic (from self language), original MVC. Status page description, release announcements, downloads, comments, links, contact. freshmeat.net, Open Source, SqueakL
    http://freshmeat.net/projects/squeak/
    SourceForge Shop ThinkGeek Slashdot Newsletters ... scoop 17:05 PDT Search for in projects articles comments Section Main Unix Handhelds Mac OS X Themes login
    register

    recover password

    [Project]
    ... [Project]
    Squeak - Default branch

    by Cees de Groot - Wednesday, September 23rd 1998 04:04 PDT Section: Unix
    About:

    Squeak is an OpenSource and super-portable implementation of a multi-media capable Smalltalk-80 based object-oriented programming environment. It is written entirely in Smalltalk and has a high-performance VM, created by compiling the Smalltalk VM code into efficient and portable C code. It now uses the Self language's Morphic User Interface but still provides the original MVC GUI as well. Author:
    Cees de Groot [contact developer] Rating: reset (10 votes) Homepage:
    http://squeak.org/

    Tar/GZ: ftp://st.cs.uiuc.edu/[..]-3.5-5180-i686-pc-linux-gnu-3.4-1.tar.gz Zip: ftp://st.cs.uiuc.edu/[..]k/3.5/win/Squeak3.5-current-win-full.zip Changelog: http://www-sor.inria.fr/~piumarta/squeak/ OS X package: ftp://st.cs.uiuc.edu/[..]3.5/mac/Squeak3.5-current-MacOS-Full.sit Mirror site: http://www-sor.inria.fr/~piumarta/squeak/

    87. Fortran Friends
    A selfhelp group of Acorn RISC OS users who support the use of the programming language Fortran mainly for scientific applications. Includes details of where Acorn Fortran77 can be purchased.
    http://www.argonet.co.uk/users/fortran/
    The Fortran Friends page has temporarily moved.
    You will be redirected in 2 seconds or click here

    88. Network Programming With The Twisted Framework, Part 1
    of modules for performing all manner of network programming tasks, in ways hit_tag class WebLogHandler(BaseRequestHandler) def handle(self) print Connected
    http://www-106.ibm.com/developerworks/linux/library/l-twist1.html
    var title = "Network programming with the Twisted framework, Part 1"; var forumURL = ""; var contentAreaList = "linux"; var emailAbstract = "Twisted is an increasingly popular pure-Python framework for programming network services and applications. While there are a large number of loosely coupled modular components within Twisted, a central concept to the framework is the idea of non-blocking asynchronous servers. In this article, David introduces you to this style of programming a novel one for developers accustomed to threading or forking servers, but one capable of great efficiency under heavy loads."; var demoURL = ""; Search for: within All of dW eServer Lotus Rational Tivoli WebSphere Autonomic computing Grid computing Java technology Linux Open source Web arch. Web services Wireless XML dW forums dW Subscription alphaWorks All of IBM Search help IBM home My account
    developerWorks
    ... Linux Network programming with the Twisted framework, Part 1
    Contents: A first server The parts of a Twisted server An enhanced server Persistence and scheduling ... Rate this article Related content: Network programming with the Twisted framework, Part 2

    89. Web Design, Web Development & Web Services New York, NY
    Website design, programming and hosting. Specializes in selfmaintenance websites by making use of dynamic technolgies such as PHP, ASP and Cold Fusion.
    http://www.rustybrick.com/
    Web design, web development, web programming, e-commerce, .Net technologies and more Web technologies in New York (NY) by RustyBrick
    RustyBrick is a New York (NY) Web construction firm specializing in customized online technology that helps companies decrease costs and increase sales.
    To view the available sections on http://www.rustybrick.com/ , please select from the list below: If you would like more information about our Web design, web development, web programming, e-commerce, .Net technologies and more Web technologies or if you would like our brochure, please fill out our contact us form or call us at 845-369-6869 x0 or 877-GO-RUSTY.
    Web Construction At It's Best - New York (NY) Web Designs - New York (NY) Web Developers!
    Quick Links: company services portfolio definitions ... Learn More We were founded on the premise of Web design services tailored to the business and organizational sectors. E-commerce Web development and corporate Web programming services continues to be a focal point of RustyBrick's Web services
    Custom Web Applications
    Learn More Today, the majority of our services are

    90. Metaclass Programming In Python
    category is close to what is often called AspectOriented programming (AOP metaclass = getattr(m, metaklass) class Data def init(self) self.num = 38
    http://www-106.ibm.com/developerworks/linux/library/l-pymeta.html
    var title = "Metaclass programming in Python"; var forumURL = ""; var contentAreaList = "linux"; var emailAbstract = "Most readers are already familiar with the concepts of object-oriented programming: inheritance, encapsulation, polymorphism. But the creation of objects of a given class, with certain parents, is usually thought of as a 'just so' operation. It turns out that a number of new programming constructs become either easier, or possible at all, when you can customize the process of object creation. Metaclasses enable certain types of 'aspect-oriented programming,' for example, you can enhance classes with features like tracing capabilities, object persistence, exception logging, and more."; var demoURL = ""; Search for: within All of dW eServer Lotus Rational Tivoli WebSphere Autonomic computing Grid computing Java technology Linux Open source Web arch. Web services Wireless XML dW forums dW Subscription alphaWorks All of IBM Search help IBM home My account
    developerWorks
    ... Linux Metaclass programming in Python
    Contents: Review of object-oriented programming A metaprogramming rejoinder Metaclasses: a solution looking for a problem?

    91. Free Street
    An arts outreach organization that uses the performing arts to enhance the literacy, selfesteem, creativity and employability of populations consistently excluded from mainstream cultural programming. Offers workshops in writing, theater, music, and dance.
    http://www.freestreet.org/
    C urrently
    MadJoy Cinema
    (double bill with Sonic Ardor!)
    lens shift focus breath rolling action stillness
    short films created, pefrormed, shot, and edited by the ensemble
    Fridays May 7 and 14 (7:00 pm)
    Saturdays May 8 and 15 (2:00 pm)
    Sonic Ardor
    (double bill with MadJoy Cinema and then with Patient Mistake!
    soundsacpe, landscape, eardrum, building
    Fridays May 7 and 14 (7:00 pm)
    [with MadJoy Cinema]
    Saturdays May 8 and 15 (2:00 pm)
    [with MadJoy Cinema]
    Friadays May 21 and 28 (7:00pm) [with Patient Mistake] Saturdays May 22 and 29 (2:00pm) [with Patient Mistake] Patient Mistake (double bill with Sonic Ardor!) developed in partnership with Association House, Free Street, and Columbia College Friadays May 21 and 28 (7:00pm) [with Sonic Ardor] Saturdays May 22 and 29 (2:00pm) [with Sonic Ardor] Bowling Benefit June 12 Free Street Summer Children's Shows free shows tour to parks all over the city July 26 - August 12 Maxwell Street Preservation Society Show August 11 Teens Free Classes Auditions for Jobs Performances to See Teachers Arts Literacy at your school In-Service Training Professional Development Credits Parents Free After School Classes for 5 - 12 year olds Artists and the Curious explore our methods of opening creative human potential Get Involved Contact Us: gogogo@freestreet.org

    92. Neuro-Linguistic Programming(NLP) Information
    programming -Subliminal-CD.com has combined the power of subliminal programming and hypnotic relaxation to create a whole new self improvement experience.
    http://www.selfgrowth.com/nlp.html
    SelfGrowth.com Complete Topics Directory Topic Send this website to a friend
    Neuro-Linguistic Programming(NLP) Information please visit our sponsor Sponsor Websites
  • Advanced Hypnosis Sessions from Hypnosis Downloads.com - -Browse the library at the web’s largest selection of hypnosis downloads. Modern hypnosis utilising indirect, Ericksonian language patterns – come on over and choose yours today. - -Subliminal programming for personal change has taken a new leap. SelfHelpGear.com offers unique titles with a wide range of applications for self-confidence and self-improvement. Register to win a $100.00 shopping spree and receive an instant $5.00 coupon. Free Catalog. Combine the Power of Hypnosis and Subliminal Programming - -Subliminal-CD.com has combined the power of subliminal programming and hypnotic relaxation to create a whole new self improvement experience. Many titles to choose from and don't forget our free catalog. Isn't it time to make the changes you deserve? Excellent Quest Institute - -DHE, NLP, HYPNOSIS, REIKI certification seminars with skilled and caring trainers, personal / business coaching, books, videos, tapes. Home of "Everything You Always Wanted to Know About Energy but Were Too Tired to Ask" books and tapes and STEPP'S FOR BETTER LIVING.
  • 93. INT Computer Services, Inc.
    Handson, instructor-led or self-paced training in A+ Certification prep., Cabling, programming, and various PC Applications.
    http://www.worldzone.net/internet/wamint/

    94. St. Joseph Home
    Catholic high school (1012) in central Edmonton, with individualized self-paced learning (ISPL) and integrated occupations programming (IOP).
    http://stjoseph.ecsd.net/
    OUR PROGRAMS OUR PROGRAMS "...A very progressive school and one of the most modern facilities in the city..." Dr. Lyle Oberg, Minister of Learning Quick Links: Alberta Learning Scholarships Learn Alberta General Links ... Diploma Exams

    95. Programming Organization Goals And Metrics
    In OOP s case, it may be a selffulfilling prophecy. Repetition factoring would probably reduce a good many programs by at least half LOC.
    http://www.geocities.com/tablizer/goals.htm
    Goals and Metrics
    in Programming Organization
    How well does OOP satisfy these goals
    compared to other paradigms?

    Updated 9/18/2002
    Descriptive Metrics
    Protection
    Protection is the feature of protecting elements from improper, usually careless, actions or associations. It often takes the form of rules or tags on programming elements which say, "You are not allowed to do such and such," or "You must do such and such or I will not compile you." The earlier in the process a problem is detected, the better the "protection" is considered:
  • At compile or syntax checking (lint) time.
  • At load time (such as loading an EXE file into memory or a script into an interpreter).
  • At execution (run) time.
  • Long after the mess was made. Most languages have at least some amount of protection, otherwise mistakes would usually result in memory space violations or program aborts beyond the interpreter or language handlers. Protection often adds limits to scope, context, ranges, and usage. Protection often, but not always, takes the form of clauses or modifier keywords. For example, in Java the "abstract" keyword disallows a class from having runnable code. Similarly, the Java "final" keyword prevents one from formally extending (inheriting from) any class marked as "final."
  • 96. Enigma Web Development Ltd
    Offering web design, programming, ecommerce and hosting solutions. Other services include a website builder, self management applications and CD-Roms. Details of pricing, company profile, portfolio and contact information.
    http://www.enigmawebdev.com/

    97. ATechCoach.com ECommerce - ELearning
    Services include online courses and selfstudy programs, website hosting and promotion, script and Flash programming, PDA presentations, and credit card processing. Portfolio and service descriptions.
    http://www.atechcoach.com/

    98. Object Mentor - ObjectOrientedProgrammingLanguages
    Objectoriented programming languages have been around longer than you think over 30 years self, a classless language; does not distinguish state from behavior.
    http://www.objectmentor.com/writeUps/ObjectOrientedProgrammingLanguages
    Developing developers. We are a proud sponsor of:
    home
    search contact us extreme programming (XP) ... about us Winner of the 2002 Jolt Award!
    Agile Software Development: Principles, Patterns, and Practices.
    Click here to learn more. Debuting at Java ONE in June!
    UML for Java Programmers.
    Click here to learn more.
    Object Oriented Programming Languages
    Our goal in programming is to solve problems in code. In object oriented (OO) programming, we abstract a problem in terms of things called objects. An object is a uniquely identifiable programmatic entity that retains its own data. An object also defines behaviors that can be managed by sending it messages through a published interface. The data that an object can store and its definitions for behavior are defined by a programmer in a construct called a class. Object-oriented languages all depend on the concept of class libraries. These are sets of classes that can be used by developers as a common foundation for building complex applications. In some cases, the class library is a standardized part of the language (Python); in other cases, class libraries can vary depending on the "dialect" of the language (Smalltalk) or on the vendor providing the language (early C++). Object-oriented programming languages have been around longer than you think: over 30 years!

    99. Culture As VALUES PROGRAMMING
    WEB SITES to visit. (proposed). Top of page. PROGRAMMEDTO-BE-self-programming. Diagram. PROGRAMMED-TO-BE-self-programming. TOPICS and DEBATES. (proposed).
    http://www.pmcguire.demon.co.uk/cultureasvaluesprogram.html
    Page contents:
    Diagram

    Intro to VALUES programming

    Primary Triad

    Secondary Triad
    ...
    Programmed-To-Be- Self-Programming Personality?

    Interpaging:
    return to FRACTAGRAMMING HUMAN CULTURE

    HOME PAGE
    Culture as
    VALUES PROGRAMMING
    Top of page
    Introduction to QUALITATIVE CULTURAL PROGRAMMING
    In the initial FRACTAGRAMMING CULTURE overview, the Qualitative (yellow) sector is titled "Values culture". On clicking the latter the above sub-fractalgram appears with its own sub-fractallings. In principle this process of fractalling category formatting can go on until one arrives at the limit of existing topic conceptualisation.
    For example, the concrete sector of the BioSocial fractagram , ANATOMY and PHYSIOLOGY, is patient to a further order of sub-fractalling .
    The PRIMARY TRIAD
    1. Species Inheritance (concrete Designative/Informative) 2. Collective Mental Programming (qualitative Valuative/Appraisive) Diagram The PRIMARY Triad
    TOPICS and DEBATES
    (proposed)
    The PRIMARY Triad
    WEB SITES to visit
    (proposed)
    Top of page
    The SECONDARY TRIAD 1. INSTRUMENTAL VALUES (Empiricist-Explanatory Objectifying perspective)

    100. 2. OOPSLA 1987: Orlando, Florida
    David Ungar, Randall B. Smith self The Power of Simplicity. 243253; Gail E. Kaiser, David Garlan MELDing Data Flow and Object-Oriented programming.
    http://www.informatik.uni-trier.de/~ley/db/conf/oopsla/oopsla87.html
    OOPSLA 1987: Orlando, Florida
    Norman K. Meyrowitz (Ed.): Conference on Object-Oriented Programming Systems, Languages, and Applications (OOPSLA'87), October 4-8, 1987, Orlando, Florida, Proceedings. SIGPLAN Notices 22 (12), December 1987
    Applications I
    Tools/Environments
    Database I

    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 5     81-100 of 135    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | Next 20

    free hit counter