Slime and Emacs

Slime là công cụ để bạn giao tiếp SBCL với Emacs. Cách thoát hoàn hảo slime khỏi emacshttp://stackoverflow.com/questions/2337573/how-to-gracefully-exit-slime-and-emacs

Hàm trả về tham chiếu trong C++

Những thứ lặt vặt liên quan đến việc xây dựng một hàm trong C++ để trả về một tham chiếu. http://msdn.microsoft.com/en-us/library/z0c3dx2s%28VS.80%29.aspx 7.4a — Returning values by value, reference, and address…

Working with array in the programming language C++

Trong C++, bạn có thể khai báo mảng một chiều như sau: int amount[]; int* amount; Đối với hai trường hợp này cần khởi tạo, chúng ta có thể làm…

Can we modify class definition dynamically in Java?

  http://www.coderanch.com/t/516577/java/java/we-modify-class-definition-dynamicallly

Using Python for scientific and engineering software development

Thực sự nhìn nhận vấn đề, Python được khá nhiều nhà khoa học không chuyên về máy tính sử dụng. Bản thân là người trong nghề, tôi cảm nhận Python…

Parsing C++ Command-Line Arguments

Microsoft Specific Microsoft C/C++ startup code uses the following rules when interpreting arguments given on the operating system command line: Arguments are delimited by white space, which is either a…

New Features in C# 4.0

New Features in C# New Features in C# Part III (C# 4.0) http://msdn.microsoft.com/en-us/library/bb383815.aspx http://www.dotcominfoway.com/blog/new-features-of-c-4-0 http://www.codeproject.com/KB/cs/CSharp4Features.aspx http://code.msdn.microsoft.com/cs2010samples http://techblog.julianhidalgo.com/2009/02/09/the-new-features-in-csharp4/

Interaction with Mouse in OpenGL (Part 2)

In fact, transformations are relative to the object. You need to keep track of your transforms and move things as appropriate for the current state of the model view matrix.…

Interaction with Mouse in OpenGL (Part 1)

Cytoscape Selection Objects (www.3dkingdoms.com) BioLayout Express 3D, click here to get more details of BioLayoutJava Interactive Graph Drawing is an open source for drawing interactive graph drawing on the WWW,…

Python Programming for Beginners

(Tiếng Việt) Để bắt đầu lập trình với Python, bạn nên đọc nhanh bài báo sau được đăng trên tạp chí Linux Python Programming for Beginners. Một số tài nguyên tham khảo có thể giúp học Python như sau: