Slashdot Mirror


User: smi4409

smi4409's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Linux friendly FPGA board on Suggestions For Learning FPGA Development At Home? · · Score: 1

    Take a look at the Demand Peripherals Baseboard4. It uses standard USB-serial for code download instead of JTAG and the development is even Makefile based. Hope this helps ....

  2. Database File System on Database File System · · Score: 1

    If considering file-system as database, then consider application as database. The Run-Time-Access package makes your program's internal data structures appear as tables in a PostgreSQL DB. RTA is to a DB as /proc is to a file-system.
    http://www.runtimeaccess.com/