Learn More About This
Directory
This directory sponsored by SIQL, a Spider Makers company...
51. Article: Achewood
- en.wikipedia.org
- Highlights of his appearances on the strip include his questions and subsequent heartbreak in regards to what the "saddest thing" is; various gadgets given to him by his mother which inform listeners that, "Here comes a special boy. ...
- Roast Beef, a cat, (in reality, Cassandra - Roast Beef was born intersexed), is interested in programming and has a girlfriend Molly in heaven, which he has visited twice. ...
52. LinuxThreads Frequently Asked Questions
- pauillac.inria.fr
- LinuxThreads Frequently Asked Questions .
- LinuxThreads is a Linux library for multi-threaded programming. ... 1c API (Application Programming Interface) for threads. ...
- Multi-threaded programming is, thus, a form of parallel programming where several threads of control are executing concurrently in the program. ...
- Multi-threaded programming differs from using multiple Unix processes in that all threads share the same memory space (and a few other system resources, such as file descriptors), instead of running in their own memory space as is the case with Unix processes.
- It's an API for multi-threaded programming standardized by IEEE as part of the POSIX standards. ...
- programming. ...
- For questions about programming with POSIX threads in general, use the newsgroup comp. programming. ...
- For Linux-specific questions, use comp. ... The latter is especially appropriate for questions relative to the interface between the kernel and LinuxThreads.
- I can personally recommend Dave Butenhof's book, Programming with POSIX threads (Addison-Wesley). ...
- And the shortcomings of libc 5 almost preclude any serious multi-threaded programming.
53. 170783 - OL97: Questions About Customizing or Programming Outlook
- support.microsoft.com
- OL97: Questions About Customizing or Programming Outlook.
- This article provides resources and answers to commonly asked questions about how to create custom solutions by using Outlook forms, Visual Basic Scripting Edition (VBScript) and Visual Basic for Applications automation. Topics are categorized in the following areas: Resources Resources Items and Outlook Custom Forms Items and Outlook Custom Forms Object Model and Other General Questions Object Model and Other General Questions .
- For additional information about where to find these resources, click the article number below to view the article in the Microsoft Knowledge Base: 166368 OL97: How to Get Help Programming with Outlook .
- You cannot directly change this field in Outlook because it is considered read-only, but you can use programming code and the Outlook object model to change the message class of the field. ...
- A: If the form is not located in a trusted location, such as the Organizational Forms Library on an Exchange Server-based computer, Outlook displays the macro warning message to protect you from potentially malicious programming code, commonly called macro viruses. ...
- If you are familiar with Visual Basic programming, you can create a solution that programmatically imports or exports the information. ...
- This technique involves many aspects of programming. ...
- It may be possible to write VBScript code to accomplish the same task but, depending on exactly what functionality you are trying to replicate, this may involve a lot of programming effort. ...
- The Object Model and Other General Questions.
- For additional information about how to work with folders and items, click the article number below to view the article in the Microsoft Knowledge Base: 180696 OL97: Programming Examples for Referencing Items and Folders .
- For additional information about this, click the article number below to view the article in the Microsoft Knowledge Base: 172752 OL97: Custom Forms and Programming Limitations .
54. The Deutsch-l 2001-February Archive by Author
- mail.wikipedia.org
- Deutsch-l Questions and Procedures for WP (and possibly for E2G as well) translations Heiko Andresen .
- Deutsch-l E2G Volunteer "The SNOBOL 4 Programming Heiko Andresen .
- Deutsch-l E2G Volunteer "The SNOBOL 4 Programming Heiko Andresen .
- Deutsch-l Questions and Procedures for WP (and possibly for E2G as well) translations Thorsten Dohr .
- Deutsch-l Questions and Procedures for WP (and possibly for E2G as well) translations Gerrit P. ...
- Deutsch-l Questions and Procedures for WP (and possibly for E2G as well) translations Sonic .
- Deutsch-l Questions and Procedures for WP (and possibly for E2G as well) translations Sonic .
- Deutsch-l Questions and Procedures for WP (and possibly for E2G as well) translations Sonic .
- Deutsch-l E2G Volunteer "The SNOBOL 4 Programming Sonic .
- Deutsch-l E2G Volunteer "The SNOBOL 4 Programming Sonic .
- Deutsch-l E2G Volunteer "The SNOBOL 4 Programming Michael Zolda .
- Deutsch-l E2G Volunteer "The SNOBOL 4 Programming Michael Zolda .
55. Newbie Questions about programming
- gamedev.org
- org | General Category | General game development (Moderator: mikkom) | Topic: Newbie Questions about programming.
- Topic: Newbie Questions about programming (Read 369 times) .
- Newbie Questions about programming « on: August 28, 2003, 10:01:50 pm » .
- ) My questions are pretty general. I want to know how everyone here got so good at programming. Is there anything you'd recommend to me for learning or tips on how to go about attacking the game programming world? I want to expand my knowledge as much as possible but I'm not really sure how. I want to get a career in video game programming in the future but at the rate I'm going I don't see that being possible. What age were you when you really started programming? How old are you now? Do I have any hope? .
- Re:Newbie Questions about programming « Reply #1 on: August 29, 2003, 12:29:56 am » .
- What age were you when you really started programming?.
- Learned BASIC when I was 12, programmed my TI-82 calculator in high school, but didn't learn any serious programming until my first year of college--when I was 18. ...
- I studied Computer Science, which was particularly helpful in that it is not just about learning programming languages. ...
- Re:Newbie Questions about programming « Reply #2 on: August 29, 2003, 01:48:06 am » .
- I am studying at uni something other than computer science but I manage to "mix" computers and programming in it. ... All you need is to read some books about programming and then practice, practise, practise. ... programming as more as you can. Though if you really like computer programming that much it makes sense if you go and study about it .
56. Article: Art
- www.wikipedia.org
- Opinions differ as to what can and cannot be defined as art; for example, can somebody make art if the creation was not intended to be art? Is art always a form of individual expression? Will a work of art only be art once it is finished? For a more in-depth discussion of these questions, see the article on the definition of art and read some quotations about art. ...
- Even computer programming can be art; some people create poems in their favorite programming language and a whole new discipline of software art is emerging. ...
57. FAQ: Frequently Asked Questions about CGI Programming
- omicron.felk.cvut.cz
- FAQ: Frequently Asked Questions about CGI Programming.
58. C Programming Tutorial
- www.iu.hio.no
- C Programming Tutorial (K&R version 4).
- This is a C Programming Tutorial for people who have a little experience with an interpreted programming language, such as Emacs Lisp or a GNU shell. ...
- Programming style: .
- Answers to questions: .
- C is a computer language and a programming tool which has grown popular because programmers like it! It is a tricky language but a masterful one. ... C is ideally suited to modern computers and modern programming. ...
- It presumes that you have some previous aquaintance with programming -- you need to know what a variable is and what a function is -- but you do not need much experience. ... If you want to plan your assault on C, think about what you already know about programming and what you expect to look for in C. ...
- Questions 1: .
- C is one of a large number of high level languages which can be used for general purpose programming, that is, anything from writing small programs for personal amusement to writing complex applications. ...
- Surprisingly, programming books often ignore an important role of high level languages: high level programs are not only a way to express instructions to the computer, they are also a means of communication among human beings. ...
- Because this side of programming is so often presumed to be understood, we shall try to develop a style which finds the right balance. ...
- It is hoped that this will give a flavour of the kind of programming which C encourages. ...
- Node:Use of Upper and Lower Case, Next:Questions 1, Previous:Errors, Up:Introduction .
- Node:Questions 1, Previous:Use of Upper and Lower Case, Up:Introduction .
- Questions.
59. C Programming FAQs: Frequently Asked Questions - Addison-Wesley and Benjamin Cummings Catalog
- www.aw-bc.com
- C--Intermediate Programming (Computer Science).
- C Programming FAQs: Frequently Asked Questions.
60. C++ Programming: Developer Interview Questions
- www.experts-exchange.com
- Programming .
- Programming .
- C++ Programming Solutions and Articles.
- Solution Title: Developer Interview Questions.
- I wanted to know what kind of questions i should expect to be asked when on a interview. I'm looking for a job in C++ programming, most likely windows environment but i'd go either way if possible.
- doc if questions would depend on what's in the resume. I just need to know the type of questions you guys were asked and if you were asked to write any code on the fly.
- Programming.
- They are compact representations of data with a whole lot of library functions for manipulating them so they make good "on the fly" programming questions. ...
- (4) Expect some logic and estimation questions. How many cottonballs would it take to fill the jumbo jet you flew to our interview in? How many movie theatres are there in London, Ontario? With these types of questions gather information before charging ahead and be sure to state your assumptions. ...
- Some of the above questions I got from some of my own interviews, but most I got from the web here and there.
- I didn't get a chance to put answers to all the questions, but at least this will give you a start. ...
- When having to take a programming exercice, following problems are also quite popular (and not that easy), try to solve in an hour or 3 . ...
- Programming .
61. TechInterviews.com » Network programming interview questions
- www.techinterviews.com
- Networking interview questions asked by major companies. ...
- com - almost 100 pages of interview questions .
- INTERVIEW QUESTIONS ::. ...
- Network programming interview questions Networking .
- read all questions Comments.
- Traditional interview questions .
- Programming Interviews Exposed .
- Best Answers to the 201 Most Frequently Asked Interview Questions .
- Windows Forms Programming in C# .
- A hundred and more good Java interview questions .
- Windows code security questions .
- C++ gamedev interview questions .
- NET deployment questions .
- IT management interview questions .
- NET questions, part 2 .
- NET and COM interop questions .
62. Programming::Sample Questions
- www.csku.edu.pk
- Programming Competition Sample QuestionsNOTE:.
- These sample problems are for the programming competition of Pro-QUEST'02. The sample questions are meant to just provide an idea about the nature of the problems. Nothing should be inferred about the difficulty level of the original problems from these sample questions. ...
- After the pound signs will be questions about the data in the format: City_1 City_2 .
- The list of questions will be ended by a line containing a single # sign. ...
- The programming contestant replied: "I must disagree.
- The programming contestant replied: ``I must disagree.
63. Article: C programming language
- en.wikipedia.org
- C programming language.
- (Redirected from C programming language/K and R) .
- C is a programming language developed by Ken Thompson and Dennis Ritchie, in the early 1970s, for use on the UNIX operating system. ... The popular C++ programming language is based on, but is not a proper superset of C (while most well-formed C programs are well-formed C++ programs, not all are, e. ...
- 4 Programming tools.
- C is a relatively minimalist programming language and is more low-level than most others. ...
- Pointers are a very useful and powerful programming tool. ...
- Focus on the procedural programming paradigm, with facilities for programming in a structured style. ...
- Accounts differ regarding the origins of the name "B": Ken Thompson credits the BCPL programming language, but he had also created a language called Bon in honor of his wife Bonnie. ...
- In 1978, Ritchie and Brian Kernighan published the first edition of The C Programming Language. ...
- During the late 1970s, C began to replace BASIC as the leading microcomputer programming language. ... At the same time, Bjarne Stroustrup and others at Bell Labs began work on adding object-oriented programming language constructs to C. The language they produced, called C++, is now the most common application programming language on the Microsoft Windows operating system; C remains more popular in the Unix world. ...
- 159-1989 "Programming Language C". ...
- h> int main(void) { printf("Hello, World!\n"); return 0; } Programming tools.
- Brian Kernighan, Dennis Ritchie: The C Programming Language. ...
64. http://www.cse.fau.edu/~maria/COURSES/CAP5100-UI/FinalExam.doc
- www.cse.fau.edu
- Answer questions to accumulate 20 points. Note there are different types of questions: thinking, research, and programming questions. ... DESIGNATE QUESTIONS TO BE GRADED (put an X in parenthesis for the questions you wish me to grade, if there is not an X in the parenthesis I will not look for the answer to grade): ( ) #1 5 Thinking, ( ) #2 5 Research, ( ) #3 5 Research, ( ) #4 5 Programming, ( ) #5 5 Programming, ( ) #6 10 , Programming, ( ) #7 5 , Thinking – Link will be on the web by midnight April 27. ... Answer the questions in the space provided below and follow directions for the particular question. WARNING: Do NOT change your original Program 2 for the programming questions because it still needs to be graded. ... Turn in this completed exam (and any required java programs if you did programming questions) into HYPERLINK "http://www. ... ------------------------------------------------------------------------------------------------------------------------------ EXAM QUESTIONS: 5 1. ... State five changes not stated in the rest of the questions that would improve the interface, and state why it would be an improvement based on Shneiderman’s discussions in the text. ... Programming. ... Programming. ... Programming.
65. Infrequently Asked Questions in comp.lang.c
- www.plethora.net
- They are stupid questions, to which the answers are immediately obvious, but they would be more fun to talk about than these arcane details of loop control. ...
- This article, which is posted yearly, attempts to answer these questions definitively, succinctly, and in such a way as to discourage further discussion. ...
- Herewith, some infrequently-asked questions and their answers: .
- Within two weeks, you will receive 729 answers to various questions! Do not break the chain; Emily Postnews broke the chain, and now no one listens to her. ...
- They've been programming more than ten years. ...
- c FAQ is maintained by Steve Summit, and many of the questions were stolen from it. ...
- Several people have contributed answers or questions, but I have lost the names in the mists of time. ...
66. Stroustrup: FAQ
- www.research.att.com
- These are questions that people ask me often. If you have better questions or comments on the answers, feel free to email me bs@research. ...
- This page concentrates on personal opinions and general questions related to philosophy. For questions that more directly relate to C++ language features and the use of C++, see my C++ style and technique FAQ. ...
- Does it matter which programming language I use? .
- When will you publish a 4th edition of "The C++ Programming Language"? .
- Should I buy the "Special Edition" of "The C++ Programming Language"? .
- What is "multiparadigm programming"? .
- Two kinds of messages have a relatively high chance of getting lost: homework questions and questions of the form "how do I use this proprietary library?". I'm a bit sad about not answering the latter questions because often the person asking doesn't understand that the DOS, Windows, or whatever interface from C++ is not part of the C++ standard (and I cannot keep up with the huge number of C++ libraries). ...
- For people who are programmers and willing to learn new concepts and techniques from a classical textbook, I recommend The C++ Programming Language (3rd edition). ...
- See a note about the structure, contents, and aims of "The C++ Programming Language (3rd edition)": The book is aimed at programmers with some experience and a wish to master C++. It is not aimed at non-programmers trying to learn their first programming language or casual programmers trying to gain a superficial understanding of C++ as fast as possible. ...
- If you are a C programmer you can learn enough C++ to make you more effective at C-style programming in a day. ...
- On the other hand, if you want to be fully comfortable with all the major C++ language constructs, with data abstraction, Object-Oriented programming, generic programming, Object-Oriented design, etc. ...
- If a dramatic change of the way we work and think about building systems isn't our aim, then why bother to learn a new language? Compared to the time required to learn to play the piano well or to become fluent in a foreign (natural) language, learning a new and different programming language and programming style is easy. ...
67. GJU Information Centre
- www.gjuonline.com
- A candidate is required to attempt five questions out of eight questions.
- All questions carry equal marks.
- Programming Language : classification, machine code, assembly language, higher level languages, and fourth generation languages.
- Introduction to OOPS: Need of object oriented programming, Classes and objects, Data hiding, Data encapsulation, operators overloading, functions overloading, inheritance and polymorphism.
- Balagurswami, "Object Oriented Programming using C++".
- MS-02 : Computer Programming for Problem Solving.
- A candidate is required to attempt five questions out of eight questions.
- All questions carry equal marks.
- , " The C Programming Language" Prentice Hall of India, 1989.
- A candidate is required to attempt five questions out of eight questions.
- All questions carry equal marks.
- A candidate is required to attempt five questions out of eight questions.
- All questions carry equal marks.
- Use of a visual programming language such as Visual Basic. ...
- b) Programming Lab.
- Programming exercises and project using C programming language. ...
68. SearchWin2000.com: Programming and .NET Development: Ask the Experts
- searchwin2000.techtarget.com
- Home > Ask the experts > Questions & Answers.
- Programming and. ...
- Next 10 Questions.
- Do you want to help other Win2000 professionals? Become an expert and answer questions targeted towards a specific category.
69. CS 114: Intro to Computer Programming - Questions about Projects
- cs.ua.edu
- CS 114: Intro to Computer Programming.
- All Forums Questions about Assignments Questions about Projects.
- CS 114: Intro to Computer Programming.
70. Article: Who Wants to Be a Millionaire?
- en.wikipedia.org
- American version Who Wants to Be a Millionaire? is a television game show which offers very large cash prizes for correctly answering successive multiple-choice questions. ...
- There is no time limit to answer questions, and contestants are given the question before they must decide whether to attempt an answer. ...
- The contestant is asked increasingly difficult general knowledge questions by the host. ... Answering the first question correctly wins the contestant a small monetary prize, and the subsequent questions are played for increasingly large sums. ...
- The game ends after the contestant answers a question incorrectly or decides not to answer the question, or when they have answered all fifteen questions correctly, at which point they win the top prize of £1,000,000. ...
- On many of the questions Major Ingram read aloud all of the four answers, until a cough was heard, before choosing his answer. ...
- Spain: Here the show is called ¿Quién quiere ser millonario? (Who wants to be a millionaire?) and also 50*15 (pronounced Cincuenta por quince) because you could win 50 million pesetas (about £200,000) if you got 15 questions right. ...
- ABC's using Who Wants to be a Millionaire? in so many prime time slots left it with a deficit of unique programming when the show's popularity faded. ...
71. .NET Questions
- discuss.fogcreek.com
- NET Questions.
- Questions and Answers on any aspect of. ...
72. Amit's Game Programming Information
- www-cs-students.stanford.edu
- Amit's Game Programming Information .
- Game Programming .
- Game Programming Blog .
- Welcome! Common questions: .
- How much fun is game programming? .
- I do not cover all topics related to game programming. ...
- Object Oriented Programming.
- I have found that the best places to use object oriented programming are user interfaces, operating systems, and games. ... The first listed article is especially good to read if you are concerned that object-oriented programming is slow; it analyzes the assembly code produced by C++ compilers to show how it compares to procedural code. ...
- Object-Oriented Programming for Game Programmers .
- I rarely ever recommend game programming books, because I think they're mostly bad, but this one is pretty good. ...
- One of my favorite topics is scripting languages, but I don't see much discussion of them as related to games programming. ...
- A Critical Look at Programming Languages ; Amit can agree with the basic message but not the details, and maybe he'll rant on this subject someday .
- You already have a programming language (C, C++, Pascal, Basic, etc. ...
- Think about different styles of programming, like rule based, functional, imperative, logic, and object-oriented. ...
73. Article: Computation
- en2.wikipedia.org
- In general, questions of what can be computed by various machines are investigated in computability theory. ...
- In general, questions concerning the time or space requirements of given problems are investigated in complexity theory. ...
- Regular expressions, for example, are used to specify string patterns in UNIX and in some programming languages such as Perl. ... Context-free grammars are used to specify programming language syntax. ...
74. 260817 - INF: Frequently Asked Questions - SQL Server 2000 - Programming
- support.microsoft.com
- INF: Frequently Asked Questions - SQL Server 2000 - Programming.
- This article is meant to address frequently asked questions regarding programming issues in SQL Server 2000, version 8. ...
75. Article: Psychology
- en2.wikipedia.org
- While psychological questions were asked in antiquity (c. ...
- Of course, like all sciences that have broken off from philosophy, purely philosophical questions about the mind are still studied by philosophers; the name of the philosophical subdiscipline which studies those questions is philosophy of mind or philosophical psychology. ...
- Experimental psychology, the field founded by Wilhelm Wundt and William James, focuses on general and basic questions concerning behavior, mental states, or both, including theories of pathology which are also important to clinical psychology. ...
- Applied psychology is a more general term, referring to solving problems and answering questions that could help solve problems faced by people and society. ...
- neuro-linguistic programming .
Other related topics:
Do you have a great site about Programming Questions? Is
your Programming Questions site listed here?
Would you like a prefered placement of your site in this directory?
It's easy! First place, the HTML from the box below on your page that
you would like listed in this directory.
Then use our link submission request with
your name, your contact information, and the URL of your site that has
a link to this directory. After we
verify your link to us, we'll make sure your site stays in our directory,
and we'll give it prefered placement here also.
Here is how to make a simple text link to us. Just copy the code in this
box to your website:
We can also develop a custom Guide To The Internet for your site. Please
request your own
custom Guide To The Internet.
This custom Guide To The Internet produced by
Siql. Visit us today, and find out how to get your own
custom guide to the Internet, and how to get your site
listed in our guides.
Copyright 1995-2004 by Siql. All
Rights Reserved.