- A variety way of countings bits fast.
- Using GCC ASM syntax for SIMD instructions.
- Discussion about throughput of SIMD XOR instructions on x86.
- information on comparing floats
- BitC is a new systems programming language. It seeks to combine the flexibility, safety, and richness of Standard ML or Haskell with the low-level expressi...BitC is a new systems programming language. It seeks to combine the flexibility, safety, and richness of Standard ML or Haskell with the low-level expressiveness of C.
- Pseudocode package for LaTeX to format it the style of Introduction to Algorithms text book.
- How do you write standalone scripts which make use of Django components?
- The Community Z Tools (CZT) project is building a set of tools for editing, typechecking and animating formal specifications written in the Z specificatio...The Community Z Tools (CZT) project is building a set of tools for editing, typechecking and animating formal specifications written in the Z specification language, with some support for Z extensions such as Object-Z, Circus, and TCOZ. These tools are all built using the CZT Java framework for Z tools.
- Delta Debugging automates the scientific method of debugging. The Delta Debugging algorithm isolates failure causes automatically - by systematically narro...Delta Debugging automates the scientific method of debugging. The Delta Debugging algorithm isolates failure causes automatically - by systematically narrowing down failure-inducing circumstances until a minimal set remains.
- Welcome to OSDev.org, the largest online community of operating system developers. If you want to learn how to write your own OS we have all the informatio...Welcome to OSDev.org, the largest online community of operating system developers. If you want to learn how to write your own OS we have all the information to get you started. Read our OS development wiki to learn where to start. The forums are a great place to discuss OS theory and ask for help when you get stuck. Don't forget to add a link on the OS List to your OS project once it gets going.
- Compare k-means and PAM. PAM is also known as k-medoids.
- A list of open source collection libraries for Java.
- fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues with a small memory footprint and fast access and ...fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues with a small memory footprint and fast access and insertion; it also includes a fast I/O API for binary and text files. It is free software distributed under the GNU Lesser General Public License.
- While still primarily a research project, transactional memory shows promise for making parallel programming easier.
- Lzz makes ordinary C++ programming seem low-level. How many times have you neglected to update a header file after editing a source file? This is a silly m...Lzz makes ordinary C++ programming seem low-level. How many times have you neglected to update a header file after editing a source file? This is a silly mistake, yet we do it again and again. C++ forces you to type and maintain duplicate code. Why not let a program generate it for you?
- Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Althou...Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.
- (2000)
- Report, Avaya Labs (2000)
- IEEE Distributed Systems Online (2008)


user