2004年11月30日
2004年11月25日
Use voice recognition to logon to XP, how to program?
http://www.cnblogs.com/catlog/archive/2004/03/23/3971.html
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secauthn/security/creating_custom_authentication_packages.asp
2004年11月24日
mysql on knoppix
files in /var/lib/mysql/mysql are read only.
rm *
cp from /Knoppix/....
after copy the owner will become root.
chown mysql *
then, you can
GRANT ALL PRIVILEGES ON *.* TO mark@localhost
GRANT ALL PRIVILEGES ON *.* TO mark@Knoppix
2004年11月22日
How to use Oracle? compare to mysql.
ref: http://www.weiw.com/article/list.asp?id=605
select * from tab;
select * from cat;
How to install Oracle 8i client on XP?
(Windows XP Pro or Windows 2000 with Pentium 4 only)
Copy all the files/folders from the oracle 8i CD on to a folder on your c: drive.
Do NOT name this folder Oracle.
Change the name of the symcjit.dll file.
For Windows XP: Change from symcjit.dll to symcjit_disc.dll
For Windows 2000: Change the symcjit.dll to symcjit.dll.ori
The path to this file is:
C:\stage\components\oracle.swd.jre\1.1.7.30\1\Data Files\Expanded\jre\win32\bin
Now go back to your main c: drive directory and run the setup file.
Alternatively the 1507768 patch reference on Metalink will do the trick.
also, see http://www.intel.com/support/processors/pentium4/sb/cs-001674-prd483.htm
----------------------------
after installed the Oracle 8i client, you can use this command in command line to get into Oracle.
SQLPLUS SYSTEM@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=binfs.umdnj.edu)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=binfs">SYSTEM/binfs4lab@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=binfs.umdnj.edu)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=binfs)))
2004年11月21日
Kister gave me this pattern
[IMFV]-x(3)-E-x(7,9)-[LVI]-x(2)-[ILVF]-x(8,10)-[VILA]-x-[YF]-x-[LVI]-x-G-x(4,9)-[IVL]-F-x-[IV]-x(3)-[TS]-G-x-[LVIM]-x(5)-[LMI]-x(7)-[YF]-x-L
I got this pattern using PRATT
G-x-[ILMV]-x(5)-[ILM]-D-R-E-x(15)-[AGT]-x(4)-[DEGNS]-[PQST]
with -PL 40 -PX 30 -FN 3 -FL 5 -FP 100
when I use 3motif to see the proteins matched these patterns,
I found my pattern is very interesting!
it target four points, two for sandwich's interlock, two for active sites.
Also, I found Shibata's idea is also interesting when I check interlocks with 3motif
1tf4: Y-x-F-x(10)-I-x-V-x(22)-V-x-I-x(20)-F-x-I
2004年11月19日
Chime tutorial
http://www.clunet.edu/BioDev/omm/scripting/molmast.htm
I can't delete a file on my windows' desktop.
I've tried several ways, use DOS filename, use del \\?\C:\..., change name, etc. DIDN'T WORK!!!
finally, I delete it using a software, JRTS Delete FXP Files to delete it.
2004年11月17日
use PRATT or advPRATT to generate pattern
use ScanProsite or 3motif to scan that pattern in Swiss-Prot, PDB, etc.
[EQ]-x-L-Y-[DQSTE]-x(3,12)-[LIV]-[ST]-Y-x-R-[ST]-[DEQS]
[eq].ly[dqste]{0,1}.{3,12}[liv][st]y.r[st][deqs]
2004年11月10日
try signed and encrypt email in outlook express
I got free Personal Certificates from
https://www.thawte.com/cgi/enroll/personal/step1.exe
AND
http://certs.ipsca.com/CSB1Free/
first one not working.
second works fine.
umdnj sig works but enc not working.
yahoo, gmail, hotmail not working.