Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.424.988 Times

Berkeley Edu freeware
Filter: All | Freeware | Demo
 

Berkeley Edu

1 2 3 4 5 > 
Added: June 12, 2010 | Visits: 1.016

PDL::IO::Pic PDL::IO::Pic is a image I/O for PDL. Image I/O for PDL based on the netpbm package. This package implements I/O for a number of popular image formats by exploiting the xxxtopnm and pnmtoxxx converters from the netpbm package (which is based on the original pbmplus by Jef Poskanzer). Netpbm...



Platforms: *nix

License: Freeware Size: 1.1 MB Download (116): PDL::IO::Pic Download

Released: June 19, 2012  |  Added: June 19, 2012 | Visits: 340

Cheshire3 Cheshire3 is a fast Z39.50, SRW, XML search engine, written in Python for extensability and using C libraries for speed. Next generation of the Cheshire system (http://cheshire.berkeley.edu) and designed around a distributable, object oriented model.





Platforms: Windows, Mac, BSD, Solaris, Linux

License: Freeware Size: 106.69 KB Download (43): Cheshire3 Download

Added: March 24, 2013 | Visits: 551

Kernel PCA This technique takes advantage of the kernel trick that can be used in PCA. This is a tutorial only and is slow for large data sets.In line 30 the kernel can be changed. Any Kernel should do it.Ref : http://www.eecs.berkeley.edu/~wainwrig/sta...kopf_kernel.pdf


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Kernel PCA Download

Added: May 20, 2013 | Visits: 522

Differential Evolution This contribution provides functions for finding an optimum parameter set using the evolutionary algorithm of Differential Evolution. Simply speaking: If you have some complicated function of which you are unable to compute a derivative, and you want to find the parameter set minimizing the...


Platforms: Matlab

License: Freeware Size: 81.92 KB Download (44): Differential Evolution Download

Added: August 13, 2013 | Visits: 489

OpenSees Pre- and Post- Processing This toolbox provdies pre- and post- processing functionalities for the some OpenSees tcl file. The custom toolbox does not require the PDE toolbox to post-process the results. Details of OpenSees can be found at opensees.berkeley.edu. The manual can be found in the zip file provided below....


Platforms: Matlab

License: Freeware Size: 3.92 MB Download (44): OpenSees Pre- and Post- Processing Download

Added: April 12, 2013 | Visits: 347

Modal Warping This work was concerned in RT simulation of elastic objects. Specifically, it is a prototype test of the work of Ko & Choi titled 'Modal Warping' (http://cg.kw.ac.kr/modal_warping/), which synthesises former works under the name of 'stiffness warping'...


Platforms: Matlab

License: Freeware Size: 112.64 KB Download (39): Modal Warping Download

Added: January 12, 2010 | Visits: 1.263

EDU-Nix Live CD EDU-Nix is a Live CD, this means that it is a complete computer Operating System that runs off of a Compact Disc instead of being installed onto the computers hard drive. EDU-Nix is based upon Gentoo Linux and the K Desktop Environment. EDU-Nix Live CD also contains installation programs for...


Platforms: *nix

License: Freeware Size: 700.5 MB Download (107): EDU-Nix Live CD Download

Added: April 16, 2010 | Visits: 1.835

Berkeley DB Berkeley DB (libdb) is a programmatic toolkit that provides embedded database support for both traditional and client/server applications. Berkeley DB includes b+tree, queue, extended linear hashing, fixed, and variable-length record access methods, transactions, locking, logging, shared memory...


Platforms: *nix

License: Freeware Size: 11.5 MB Download (234): Berkeley DB Download

Added: February 23, 2010 | Visits: 1.168

Berkeley DB Java Edition Berkeley DB Java Edition is a high performance, transactional storage engine written entirely in Java. Like the highly successful Berkeley DB product, Berkeley DB Java Edition executes in the address space of the application, without the overhead of client/server communication. Berkeley DB Java...


Platforms: *nix

License: Freeware Size: 4.5 MB Download (105): Berkeley DB Java Edition Download

Added: August 23, 2008 | Visits: 1.725

Oracle Berkeley DB Oracle Berkeley DB is a family of Open Source, embeddable, databases that allows developers to incorporate within their applications a fast, scalable, transactional database engine with industrial grade reliability and availability. As a result, customers and end-users will experience an...


Platforms: Windows

License: Freeware Size: 13.4 MB Download (94): Oracle Berkeley DB Download

Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 515

Berkeley DB Manipulation Tool Berkeley batabase Manipulation Tool (BMT) wants to be a instrument for opening/searching/editing/browsing berkeley databases based on provided definition. Manipulation can be done using text command line interface and also graphical frontend.


Platforms: Windows, Mac, Linux

License: Freeware Size: 150.33 KB Download (49): Berkeley DB Manipulation Tool Download

Added: August 27, 2013 | Visits: 486

Oracle Berkeley DB XML Oracle Berkeley DB XML is an open source, embeddable XML database with XQuery-based access to documents stored in containers and indexed based on their content. Oracle Berkeley DB XML is built on top of Oracle Berkeley DB and inherits its rich features and attributes. Like Oracle Berkeley DB, it...


Platforms: Mac

License: Freeware Size: 50.37 MB Download (43): Oracle Berkeley DB XML Download

Added: January 18, 2010 | Visits: 1.021

Avi2yuv avi2yuv is a program to convert AVIs into the YUV format for input of the Berkeley mpeg_encoder. Alternatively you can use mpeg2encode by the MPEG Software Simulation Group or save the frames as single files (YUV or BMP). The following AVI compression algorithms are supported: MJPG created by...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (179): Avi2yuv Download

Added: September 06, 2010 | Visits: 877

Tcsh Tcsh is an enhanced, but completely compatible version of the Berkeley UNIX C shell (csh). The project is a command language interpreter usable both as an interactive login shell and a shell script command processor. It includes a command-line editor, programmable word completion, spelling...


Platforms: *nix

License: Freeware Size: 860.16 KB Download (104): Tcsh Download

Added: February 02, 2010 | Visits: 1.662

Heirloom mailx Heirloom mailx (formerly known as "nail") is derived from Berkeley Mail and provides the functionality of the System V and POSIX mailx commands..


Platforms: *nix

License: Freeware Size: 266.24 KB Download (122): Heirloom mailx Download

Added: June 20, 2010 | Visits: 884

DB_File DB_File is a Perl5 access to Berkeley DB version 1.x. SYNOPSIS use DB_File; [$X =] tie %hash, DB_File, [$filename, $flags, $mode, $DB_HASH] ; [$X =] tie %hash, DB_File, $filename, $flags, $mode, $DB_BTREE ; [$X =] tie @array, DB_File, $filename, $flags, $mode, $DB_RECNO ; $status =...


Platforms: *nix

License: Freeware Size: 87.04 KB Download (97): DB_File Download

Added: April 23, 2010 | Visits: 1.916

byacc Berkeley Yacc is an LALR(1) parser generator. Berkeley Yacc has been made as compatible as possible with AT&T Yacc. Berkeley Yacc can accept any input specification that conforms to the AT&T Yacc documentation. Specifications that take advantage of undocumented features of AT&T Yacc will probably...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (167): byacc Download

Added: January 25, 2010 | Visits: 854

Oracle Berkeley DB Java Edition Oracle Berkeley DB Java Edition is a high performance, transactional storage engine written entirely in Java. Like the highly successful Berkeley DB product, Berkeley DB Java Edition executes in the address space of the application, without the overhead of client/server communication. It stores...


Platforms: Mac

License: Freeware Size: 5.5 MB Download (114): Oracle Berkeley DB Java Edition Download

Released: September 18, 2012  |  Added: September 18, 2012 | Visits: 624

Code::Blocks EDU Portable Code::Blocks is an open source, free, configurable programming environment for C/C++. The Code::Blocks EDU-Portable interface, integrated help, tools and default compilation settings are all configured for ease of learning C and C++. The EDU-Portable configuration of Code::Blocks provides...


Platforms: Windows

License: Freeware Size: 116 MB Download (60): Code::Blocks EDU Portable Download

Added: September 19, 2013 | Visits: 491

C++ Sockets for linux This is a GPL licensed C++ class library wrapping the berkeley sockets C API, and therefore works on most unixes and also win32. The library is in use in a number of real world applications, both commercial and open source. Features include, but are not limited to, SSL support, IPv6 support, tcp...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (40): C++ Sockets for linux Download

1 2 3 4 5 >