• Home
  • Download
  • Elettro::Wiki
  • Sitemap
  • Feedback

elettrolinux.com

Categories

  • Acquire & Measure
  • Analyze & Visualize
  • Authoring
  • CAN - PLC
  • Hardware drivers
  • Home automation
  • IC Layout Editor
  • IDE
  • RTOS
  • Scientific computation
  • Simulation
  • T-CAD/CAM - EDA
  • Utilities

Open Software Projects

  • Bio ConductorBio Conductor
  • CERN LibrariesCERN Libraries
  • My Open BticinoMy Open Bticino
  • Open AvionicsOpen Avionics
  • Open Bio FoundationOpen Bio Foundation
  • Open CASCADEOpen CASCADE
  • OpenCFD - OpenFOAMOpenCFD - OpenFOAM
  • OpenCoresOpenCores
  • Orocos ProjectOrocos Project
  • OSGeoOSGeo
  • Player ProjectPlayer Project
  • R-ProjectR-Project
  • VLSI & ASIC TechnologyVLSI & ASIC Technology

Open HW/FW Projects

  • Baloon ProjectBaloon Project
  • FreeCoresFreeCores
  • LinuxBIOSLinuxBIOS
  • OpenBIOSOpenBIOS
  • SquidBeeSquidBee

Gxsm - January's snapshot

E-mail
Saturday, 23 January 2010 21:36

Gxsm is a complete interface for the acquisition and analysis of two dimensional (2D) or three dimensional (3D, multilayered 2D mode) dataGXSM which is a powerful interface for various kinds of scanning probe microscopy and a multi-channel image and vector-probe data acquisition and visualisation system designed for SPM techniques (STM,AFM..), but also SPA-LEED. The plug-in interface allows easy customization for extra math and specific hardware and instrument support. A monthly cvs-snapshot January 2010 (.deb package format and CVS source) of GXSM has been released. In this release;

  • Added rgba color mapping option;
  • Preventive add of const;
  • Major code cleanup and elimination of "new" pedantic warnings;
  • Few more hacks and code clean ups;
  • Fixes for rt_query.
 

Sage - Version 4.3.1 released

E-mail
Saturday, 23 January 2010 17:09

Sage an open source mathematics computing environmentSage is an open source mathematics computing environment (MCE) which covers many aspects of mathematics, e.g. algebra, calculus, elementary to very advanced number theory, cryptography, numerical computation, group theory and so on. Sage 4.3.1 has been released. In this version a total of 634 functions were added since version 4.3 increaseing doctest coverage by 0.5%, then the total number of functions is now at 23763 (overall weighted coverage score: 80.8%). Some changes in this release are:

  • Upgrade ratpoints to 2.1.3;
  • Fixed a memory leak when performing the calculation CDF(I)^2;
  • Update jsMath-image-fonts install path detection;
  • Increase default ecl memory limits for maxima+ecl in sage.
Sage 4.3.1 closed 193 tickets, all of which are available herehere for your reading pleasure.
 

Spice OPUS - Version 2.31 has been released

E-mail
Friday, 22 January 2010 14:00

Spice OPUS a free analog circuit simulator engine based on Spice3f4 and XSpiceSPICE OPUS is a circuit simulator with optimisation utilities. It is a recompilation of the original Berkeley's SPICESPICE for GNU/Linux operating system too. Georgia Tech Research Institute's XSPICEXSPICE mixed-mode simulator was added to the Berkeley code. The simulator includes an interactive interpreted programming language called Nutmeg, which allows interactive SPICE sessions (in a similar way to ngnutmeg for NGSpice). In this new version of SPICE OPUS;

  • Bug fixed in BSIM3SOI version 1.3 (level = 55) MOSFET model.
 

AVR32 Studio - Version 2.4 has been released

E-mail
Thursday, 21 January 2010 21:49

AVR32 Studio is an integrated development environment (IDE) for developing AVR32 applicationsAVR32 is a fairly new 32bit microcontroller core developed by Atmel. Design goals were high integration, low power consumption and a modern 32bit instruction set. Fortunately, Atmel decided to implement an AVR32 backend for the GCC compiler collection and to base the AVR32Studio IDE on Eclipse. AVR32 Studio is a free Integrated Development Environment (IDE) for AVR32 that enables you to write, build, deploy and debug your C/C++ and assembler code so that high-quality development software is for free for Linux. A new version of AVR32 Studio has been released. This version includes a large number of bug fixes, enhancements and other improvements has been made available, e.g.:

  • Advanced project management and editors;
  • Debugging views (I/O and System registers, CPU registers and memory);
  • Disassembly view;
  • Target control;
  • Online help including tutorials;
  • Edit and transfer MCU fuse settings;
  • Supports non-intrusive program and data trace using the AVR ONE!;
  • Support for writing and debugging GNU/Linux applications;
  • UC3 and AP7000 Software Framework included.
See the new and noteworthy document for descriptions of the various new features.
 

EAGLE - Version 5.7.0 released

E-mail
Thursday, 14 January 2010 20:42

The EAGLE Layout Editor is an easy to use, yet powerful tool for designing printed circuit boards (PCBs). The name EAGLE is an acronym, which stands for Easily Applicable Graphical Layout Editor. The program consists of three main modules; Layout Editor, Schematic Editor and Autorouter which are embedded in a single user interface, therefore there is no need for converting netlists between schematics and layoutsThe EAGLE Layout Editor is an easy to use, yet powerful tool for designing printed circuit boards (PCBs). The name EAGLE is an acronym, which stands for Easily Applicable Graphical Layout Editor. The program consists of three main modules; Layout Editor, Schematic Editor and Autorouter which are embedded in a single user interface, therefore there is no need for converting netlists between schematics and layouts. In this new version of EAGLE;

  • The View/Refresh option in the Control Panel's pulldown menu now has the platform specific hotkey and the default action when double clicking, pressing Space or Enter on a project directory in the Control Panel's tree view is now to open/close the project;
  • Various changes/improvements on the commands Add, Auto, Board, Cut, Display, Delete, Group, Label, Mark, Name, Optimize, Pad, Pin, Print, Ratsnest, Route, Set, Show, Smd, Update, Use, Value and Via;
  • Added CAM Processor driver GERBER_RS274X_25 with 2.5 inch coordinate format;
  • Fixed handling empty keys;
  • ...and many many others!
HereHere a complete list of changes.
 

Qfsm - Version 0.5.2 released

E-mail
Sunday, 10 January 2010 23:18

Qfsm is a graphical editor for finite state machines written in C++ using Qt the graphical Toolkit. Finite state machines are a model to describe complex objects or systems in terms of the states they may be in. In practice they can used to design integrated circuits or to create regular expressions, scanners or other program codeQfsm is a graphical tool for designing finite state machine; it is written in C++ using the Qt library. Finite state machines are models to describe complex objects or systems in terms of the states they may be in. This release of Qfsm includes some new features, bug fixes and improvements:

  • Implemented initial version of SCXMLSCXML export (for 'free text' machines);
  • Implemented export of vvvv Automatavvvv Automata code (for 'free text' machines);
  • Implemented VHDL test bench export;
  • Overhauled documentation;
  • Russian translation;
  • Improvments in VHDL export;
  • Bug fixes.
 
More Articles...
  • Glade - Version 4.1.7 is out
  • GTKWave - Version 3.3.2 ...emergency fix!
  • Xenomai - Version 2.5.0 is out!
  • ParaView - Version 3.6.2 released
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Page 9 of 33

Font Size Changer

GNU/Linux distributions

  • Fedora Electronic Lab
  • Physics
  • RTAI Knoppix 1.2
  • Scientific Linux
  • Slack RTAI
  • XtreemOS

Feed

  • LinuxDevices.com
  • LinuxToday.com
  • Linux-Watch.com
  • LWN.net
  • LXer.com

Polls

My connection is
 

Who's Online

We have 11 guests online
Powered by ElettroLinux. Copyright (c) 2007-2010 ElettroLinux. Based on template by SitegroundSiteground. Hosted on Host InventHost Invent. Many thanks to LezioniOnLineLezioniOnLine.

valid xhtmlvalid xhtml valid cssvalid css