UNIX Hints & Hacks
http://www.umiacs.umd.edu/~jusub/unix-hints-and-hacks/index.htm
Tuesday, November 07, 2006
Sunday, October 22, 2006
Tools for drawing math figures
http://www.maa.org/editorial/mathgames/mathgames_08_01_05.html
I would like to try at least one or two programs in the category of "geometry exploration programs."
I would like to try at least one or two programs in the category of "geometry exploration programs."
Thursday, October 12, 2006
Office for Mac
http://www.ciac.org/ciac/techbull/CIACTech02-003.shtml
It's funny that MS uses this stupid scheme to detect pirate software.
It's funny that MS uses this stupid scheme to detect pirate software.
Friday, September 22, 2006
Atheros HAL
I came acroos to read this paper:
http://www.cse.iitk.ac.in/users/braman/students/2006/narasima.html
In this paper, the author implemented a 802.16-like MAC protocol on top of Atheros Madwifi driver. They were able to:
o Disable the backoff mechanism on Atheros card
o Partly disable virtual sense by increasing the CCA theshold
o Nullify DIFS, SIFS
These functions are not available in HAL. Thus we must set the hardware registers bypassing HAL. I also found the OpenHAL is actually inside the source of OpenBSD. I will look at the Open HAL code and continue to investigate how to achieve these goals.
http://www.cse.iitk.ac.in/users/braman/students/2006/narasima.html
In this paper, the author implemented a 802.16-like MAC protocol on top of Atheros Madwifi driver. They were able to:
o Disable the backoff mechanism on Atheros card
o Partly disable virtual sense by increasing the CCA theshold
o Nullify DIFS, SIFS
These functions are not available in HAL. Thus we must set the hardware registers bypassing HAL. I also found the OpenHAL is actually inside the source of OpenBSD. I will look at the Open HAL code and continue to investigate how to achieve these goals.
Thursday, September 07, 2006
FreeBSD architecture handbook
Useful for understanding the kernel internels of BSD.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/arch-handbook/index.html
http://www.freebsd.org/doc/en_US.ISO8859-1/books/arch-handbook/index.html
Friday, August 18, 2006
Wednesday, August 09, 2006
GPL issue of Linux kernel modules
Linux: The GPL And Binary Modules
http://kerneltrap.org/node/1735
A discussion about the legal issues of Linux binary modules.
http://kerneltrap.org/node/1735
A discussion about the legal issues of Linux binary modules.
Tuesday, June 20, 2006
Web-based Boshiamy Input Method
http://liu.twbbs.org/hliu/
Everything is becoming web-based. In a near future, the OS is really going to be replaced by a browser.
Everything is becoming web-based. In a near future, the OS is really going to be replaced by a browser.
Thursday, May 18, 2006
Eclipse Copys SVN directories to Output folder
Problem:
During the building process of Eclipse, it will copy everything from source folders to a output folder. However, if the output folder is overriden to be some directory also under svn root, problem occurs because svn will be confused to produce incorrect output, such as restoring source files under the output directory.
Solution:
Set the output folder to somewhere out control of svn.
Problem:
During the building process of Eclipse, it will copy everything from source folders to a output folder. However, if the output folder is overriden to be some directory also under svn root, problem occurs because svn will be confused to produce incorrect output, such as restoring source files under the output directory.
Solution:
Set the output folder to somewhere out control of svn.
Subscribe to:
Posts (Atom)