![]() |
|
Online
There are 30 unlogged users and 0 registered users online.
You can log-in or register for a user account here. |
Geometric algebraPosted by: turing on Tuesday, March 11, 2003 - 10:48 PM
2260 Reads
Jaap Suter released a new Geometric Algebra Primer on his web site. Available in PDF and PS format, this 64-page document offers an introduction to geometric algebra, which is a new way of dealing with geometrical concepts and relations. The article includes examples relevant for computer graphics.
Embed OpenGL inside Java AWT Canvas; GLTracePosted by: turing on Tuesday, March 04, 2003 - 10:46 PM
2029 Reads
The Code Project has an article providing a skeleton for adding OpenGL code to your Java Applications. The sample project shows how to run an OpenGL animation inside your AWT Canvas Widget. This is possible by the new JNi-based JAWT interface in JDK1.3. Also interesting to OpenGL developers, GLTrace is a programming utility that intercepts and logs OpenGL calls made by a running application. It can be used on ANY OpenGL application- no source code is required. Use it to debug your own software, or learn from others.
Edsger Wybe Dijkstra: 1930-2002Posted by: Admin on Wednesday, August 07, 2002 - 07:51 PM
2772 Reads
Edsger Dijkstra, an influential and early pioneer in the field of computing science, passed away on August 6th at the age of 72, after a long battle with cancer. Among many achievements, Dijkstra is best known for his controversial essay, Go To Statement Considered Harmful, as well Dijkstra's Semaphores. His entire collection of work is available online.
Adaptable Dialog Boxes for Cross-Platform ProgrammingPosted by: Admin on Sunday, July 07, 2002 - 11:20 PM
2891 Reads
The C/C++ User's Journal's August 2002 issue has an online feature article which introduces a framework for building cross-platform dialog boxes which adapt to the look and feel of their platform.
Using XML as an Application-Level ProtocolPosted by: Admin on Sunday, July 07, 2002 - 11:17 PM
2691 Reads
Developer.com has an introduction to using XML as an application-level protocol. The article discusses how XML can be used in this manner, and why it is such an excellent choice to represent and implement message passing between intended parties.
Template SpecializationsPosted by: Admin on Monday, June 17, 2002 - 09:04 PM
1244 Reads
C++ templates are very handy for engineering generic algorithms for a variety of problems. However, certain situations require code that is type-aware in order to function properly. DevX.com has a quick look at the use of template specializations as a way of overriding the default behavior of templates in order to accomodate these situations.
C and C++: SiblingsPosted by: Admin on Monday, June 10, 2002 - 08:45 PM
1657 Reads
The C/C++ Users Journal's feature article for July has an online feature article by Bjarne Stroustrup which takes a look at compatibility issues between C and C++. It is the first of three articles discussing these issues. Updated 2002/07/09 @ 00:03 JST: Changed story URL as article has been archived.
F# - A New .Net languagePosted by: Admin on Saturday, June 08, 2002 - 08:48 PM
1544 Reads
As seen in this Slashdot developers story, Microsoft's new F# language brings functional programming to the .NET platform. F# is an implementation of Caml with cross-language extensions.
Concurrency Handling in Oracle: Preventing Locked DataPosted by: Steve Frampton on Wednesday, May 29, 2002 - 10:40 PM
1250 Reads
DevX.com has an interesting comparison of concurrency control between Oracle and Microsoft's SQL Server. The article discusses the differences and implication between the way the two RDBMS engines handle locking on reads when an update transaction is in progress.
Take the Free Software Licensing QuizPosted by: Steve Frampton on Sunday, May 26, 2002 - 09:57 PM
8631 Reads
Think you know your Free Software licensing rules? The GNU Project of the Free Software Foundation is running an eye-opening quiz on the GPL and LGPL licenses. I did pretty poorly on the results. How will you make out?
|
|
|||||||||||||||||||||||||||
| What's Your Style? |