星期三, 8月 31, 2011

http://ivoire.dinauz.org/blog/index.php?post/2010/10/01/Compiling-VLC-for-linux-people

星期四, 8月 25, 2011

HOW to sign an pfx

HOW to sign an pfx


Step 1:Install Microsoft .NET Framework 4 (Web Installer)
  • http://www.microsoft.com/downloads/dlx/en-us/default.aspx?FamilyID=9CFB2D51-5FF4-4491-B0E5-B386F32C0992
Step 2: Install Microsoft Windows Software Development Kit to get signtool.exe
Step 3: Following below web page to signs the file


Fast Verify:
  • certmgr.exe activex.cab
Other reference:

星期五, 8月 12, 2011

難用的 gdb

Embedded Linux應用程式開發與除錯
cd gdb-6.8
./configure --target=arm-linux --program-prefix=arm-linux-  --prefix=/usr/local/arm/3.4.1
#cd gdb/gdbserver
./configure --host=arm-linux
ddd --debbugger arm-linux-gdb hello.gdb  
target remote 192.168.1.4:3333

星期二, 8月 02, 2011

Mercury BLASTN Biosequence Similarity Search System: Technical
Reference Guide

Hardware-based comparison of DNA sequences

FASTA [13] and BLAST [4]
13. Pearson, W.R.: Searching protein sequence libraries: comparison of the sensitivity
and selectivity of the smith-waterman and FASTA algorithms. Genomics 11 (1991)
14. Petrini, F., Fossum, G., Fern´andez, J., Varbanescu, A.L., Kistler, M., Perrone, M.:
Multicore surprises: Lessons learned from optimizing sweep3d on the cell broadband engine. In: IPDPS, pp. 1–10 (2007)

4. Altschul, S.F., Madden, T.L., Schffer, A., Zhang, J., Zhang, Z., Miller, W., Lipman, D.: Gapped blast and psi-blast: a new generation of protein database serach
programs. Nucleic acids research 25, 3389–3402 (1997)




Jounal:

Conference:
  • Optimization of DNA Sequences Data to Accelerate DNA Sequence Alignment on FPGA
    http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=5489221
  • Hardware accelerator architecture for simultaneous short-read DNA sequences alignment with enhanced traceback phase
    http://www.sciencedirect.com/science/article/pii/S0141933111000639

Other: