bookmarks  172

  •  

    Opensource CD/DVD burning tool
    15 years ago by @thorade
     
     
  •  

    # sK1 illustration program sK1 is an open-source illustration program that can substitute professional proprietary software like Corel Draw or Adobe Illustrator*. Currently GNU/Linux is our main development platform, but porting on Win32 and MacOS X desktops has been scheduled. sK1 supports professional publishing features, such as CMYK color, separations, ICC color management and press-ready PDF output. # UniConvertor UniConvertor is a universal vector graphics translator. It is a command line tool which uses sK1 object model to convert one file format to another. The project is a multiplatform software and can be compiled under GNU/Linux (and other UNIX-like systems), MacOS X and Win32/64 operation systems. # CDR Explorer CDR Explorer is a research tool for CorelDraw file formats. It was used to create a CDR import filter for sK1 Editor and UniConvertor. This tool is written on Python and works under GNU/Linux, MacOS X and Win32. # WMF format parser (pymfvu) pymfvu is a small research project. This project was started to prepare new WMF/EMF filter for sK1 and Uniconvertor. The pymfvu program can open and render both Windows Metafile and Enchanced Metafile files.
    14 years ago by @thorade
     
     
  •  

    Mission The Thermophysical Properties Division provides the best available measurements, theory, computations, and data evaluation for the thermophysical property information required to enable development of standards, enhance productivity, facilitate trade, ensure scientific and technological progress, and improve the quality of life. Overview The Thermophysical Properties Division (TPD) was formed at the beginning of 2008 by a reorganization which separated the old Physical and Chemical Properties Division into two entities with distinct focuses and each housed on one of the two main campuses of NIST. The TPD is a Division of the Material Measurement Laboratory located on the Boulder campus. The Thermophysical Properties Division strives to be the foremost and best source of high quality thermophysical property information. This vision is driven by the ubiquitous importance of this information to commerce, industry, manufacturing, and national policy objectives. The Division meets its challenges through an integrated program of experimental measurement, data collection and evaluation, development of theoretically based models, and simulation of model systems. Among the outputs of the Division are computerized standard reference databases which synthesize thermophysical property information in forms which are conveniently used by our stakeholders. The vast majority of commodity exchanges in chemicals, energy related fluids, and materials are based on physical and chemical properties. In some cases, national and international standards for these properties are needed, such as the AGA-8 equation of state for the properties of natural gas, ASME-IAPWS Properties of Water and Steam, ISO-Standard Equations for refrigerants. Generally these standards are presented in the form of high accuracy equations of state which allow determination of a wide range of thermodynamic properties. Additionally, performance criteria of working fluids, feedstock, chemicals, and cryogenic systems are inextricably linked to thermophysical properties, e.g. density, viscosity, boiling point, phase behavior, heat capacity, stability, etc. Engineering design, optimal operation, and innovation for engines, chemical manufacturing, power generation, heating and air conditioning, distillation, etc. depends critically on knowledge of these properties. Reliable properties data are critical to competitive advantage, sustainability, and innovation. Finally, we note that widespread reliance of industry on properties information, success in setting and achieving national energy, environmental, and security goals often requires an extensive and trustworthy properties information-base. To meet the broad spectrum of needs, only briefly sketched above, the Division’s work is structured along four synergistic themes: * Develop and maintain the measurement capabilities, standard materials and reference data needed to underpin a national system of thermophysical property measurements; * Develop large-scale, readily accessible data resources providing trustworthy property information meeting high priority needs for a broad range of industries and national agendas; * Develop empirical and fundamental predictive capabilities to enable reliable estimation of property values when experimental data are unavailable; Research experimental techniques and address key data-gaps in support of specific, high priority industrial and national initiatives. These themes allow effective response to customer needs and are consistent with the Division’s operating strategy to maintain a highly synergistic research program that includes an appropriate balance of measurement, theory, and predictive models. The combination of the Division’s world class expertise and unrivaled resources in measurement, archiving, and provision of high-quality property data is complemented by its forefront research to develop reliable and highly adaptable methods for estimating property data in cases where measurements are unavailable or extremely difficult and/or costly to obtain. Core Expertise The expertise in the Division is broadly distributed within the fields of thermophysical properties and processes, emphasizing (1) data infrastructure and access; (2) predictive theory and models; and (3) experimental tools and measurements. More specifically, the Division maintains competence in data evaluation and dissemination; property models for industrial use; measurement of thermophysical properties; cryogenic technologies; separation technologies; fuel properties; and properties for environmental chemistry. Key Interactions with Customers Division outputs are routinely used in a variety of industrial, governmental, and academic settings. For instance, through a collaboration with Aspen Technology, evaluated data from the NIST Thermodynamic Data Engine are available to some 60,000 chemical plants world-wide. A consortium of chemical and related companies provides direct input to the data collection and evaluation programs of the Thermodynamic Research Center Group. The NIST REFPROP database was purchased by some 1200 customers in 2008, and all cryogenic flow meters in the U.S. are tied to the Division’s calibration and testing services. The Division houses the editorial offices of the International Journal of Thermophysics (and provides an editor of the Journal of Physical and Chemical Reference Data) and organizes the triennial Symposium on Thermophysical Properties to maintain connections. Sponsored research in the Division also provides direct links to key customers: work with DOD (primarily the Air Force) is important to our fuels program; DHS funds some of our work on properties and data for explosives; DARPA works with the Division in its micro-cryocooler project; DOE is engaged in our properties work related to advanced power generation and in gas hydrates data. Future Directions and Plans The National challenges related to energy security and monitoring/mitigating anthropogenic climate (or other environmental) changes are reflected in the Division’s plans. The Division recently held workshops on property needs for biofuels and aerospace fuels: alternative fuels and feedstocks will command an increased emphasis in the future.
    14 years ago by @thorade
     
     
  •  

    In short, Solver is a what-if analysis tool for optimization. It is an add-in licensed from Frontline Systems that has shipped with Excel for many years.
    14 years ago by @thorade
     
     
  •  

    Gene Expression Programming (GEP) is a new evolutionary algorithm that evolves computer programs (they can take many forms: mathematical expressions, neural networks, decision trees, polynomial constructs, logical expressions, and so on). The computer programs of GEP, irrespective of their complexity, are all encoded in linear chromosomes. Then the linear chromosomes are expressed or translated into expression trees (branched structures). Thus, in GEP, the genotype (the linear chromosomes) and the phenotype (the expression trees) are different entities (both structurally and functionally), and because of this apparently trivial fact, this new evolutionary system can finally make a difference, successfully assisting researchers in the design of robust and accurate computer models. As in nature, the linear chromosomes of GEP consist of the genetic material that is passed on with modification to the next generation. This, in other words, means that in GEP all the genetic modifications take place in the linear chromosomes (much easier to do than in complex branched structures as is done in GP), and it also means that only the linear chromosomes are transmitted in the process of reproduction (linear strings are much easier to replicate than complicated tree structures). And also as in nature, it's only during development that the information encoded in the chromosomes is finally expressed into fully developed computer programs or expression trees (ETs). Expression trees are sophisticated computer programs that are usually evolved to solve a particular problem and are therefore selected according to their fitness at solving that task. With time, populations of such computer programs (encoded, of course, in linear chromosomes) will discover new traits (thanks to genetic modification) and therefore will become better adapted to the particular environment chosen for their breeding (this environment defines obviously the problem at hand). And this means that, given enough time and that we've set the stage correctly, a good solution to the problem at hand will be discovered. So, GEP is a full-fledged genotype/phenotype system, with the genotype totally separated from the phenotype. In Genetic Programming, though, we have a totally different scenario: genotype and phenotype are one entangled mess or what is more formally called a simple replicator system. And the consequences of this are huge: the full-fledged genotype/phenotype system of GEP surpasses the old GP system by a factor of 100-60,000!
    14 years ago by @thorade
     
     
  •  

    The following tables compare reference management software.
    14 years ago by @thorade
     
     
  •  

    VirtualDub is a video capture/processing utility for Windows platforms, licensed under the GNU General Public License (GPL). It lacks the editing power of a general-purpose editor such as Adobe Premiere, but is streamlined for fast linear operations over video. It has batch-processing capabilities for processing large numbers of files and can be extended with third-party video filters. VirtualDub is mainly geared toward processing AVI files, although it can read (not write) MPEG-1 and also handle sets of BMP images.
    14 years ago by @thorade
     
     
  •  

    WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.
    13 years ago by @thorade
     
     
  •  

    SimulationX is a graphically-interactive tool for the holistic modeling, simulation and analysis of multi-domain systems from 1D to 3D. Multi-level customizing options and SimulationX’s capability to adjust the model’s complexity by mouse-click allow modeling in every step of the design process. Ready-to-use model libraries, e.g., for mechanics, multi-body systems, power transmission, hydraulics, pneumatics, thermodynamics, and electric drives are written in Modelica language. Libraries are extendable by Modelica-based modeling using the SimulationX TypeDesigner. A comprehensive API supports the integration into any CAE, CFD, CAD or database tool environment. Versatile interfaces offer plenty of opportunities for exporting models in terms of Simulink S-function and C-Code for HiL, RCP and other real-time applications. Different features (tracing, performance analyzer, switchable model complexity) support users in achieving real-time-capabilities.
    13 years ago by @thorade
     
     
  •  

    Dymola provides a powerful object-oriented modeling and simulation tool, which can handle large and complex multi-domain models with no manual equation manipulation.
    15 years ago by @thorade
     
     
  •  

    Texmaker is a free, modern and cross-platform LaTeX editor for linux, macosx and windows systems that integrates many tools needed to develop documents with LaTeX, in just one application. Texmaker includes unicode support, spell checking, auto-completion, code folding and a built-in pdf viewer with synctex support and continuous view mode.
    13 years ago by @thorade
     
     
  •  

    The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. It is free software under the GNU General Public License. The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. There are over 1000 functions in total with an extensive test suite. The complete range of subject areas covered by the library includes, Complex Numbers Roots of Polynomials Special Functions Vectors and Matrices Permutations Sorting BLAS Support Linear Algebra Eigensystems Fast Fourier Transforms Quadrature Random Numbers Quasi-Random Sequences Random Distributions Statistics Histograms N-Tuples Monte Carlo Integration Simulated Annealing Differential Equations Interpolation Numerical Differentiation Chebyshev Approximation Series Acceleration Discrete Hankel Transforms Root-Finding Minimization Least-Squares Fitting Physical Constants IEEE Floating-Point Discrete Wavelet Transforms Basis splines Unlike the licenses of proprietary numerical libraries the license of GSL does not restrict scientific cooperation. It allows you to share your programs freely with others.
    13 years ago by @thorade
     
     
  •  

    MinGW, a contraction of "Minimalist GNU for Windows", is a minimalist development environment for native Microsoft Windows applications. MinGW provides a complete Open Source programming tool set which is suitable for the development of native MS-Windows applications, and which do not depend on any 3rd-party C-Runtime DLLs. (It does depend on a number of DLLs provided by Microsoft themselves, as components of the operating system; most notable among these is MSVCRT.DLL, the Microsoft C runtime library. Additionally, threaded applications must ship with a freely distributable thread support DLL, provided as part of MinGW itself). MinGW compilers provide access to the functionality of the Microsoft C runtime and some language-specific runtimes. MinGW, being Minimalist, does not, and never will, attempt to provide a POSIX runtime environment for POSIX application deployment on MS-Windows. If you want POSIX application deployment on this platform, please consider Cygwin instead. Primarily intended for use by developers working on the native MS-Windows platform, but also available for cross-hosted use, (see note below -- you may need to follow the "read more" link to see it), MinGW includes: A port of the GNU Compiler Collection (GCC), including C, C++, ADA and Fortran compilers; GNU Binutils for Windows (assembler, linker, archive manager) A graphical and a command-line installer for MinGW and MSYS deployment on MS-Windows MSYS, a contraction of "Minimal SYStem", is a Bourne Shell command line interpreter system. Offered as an alternative to Microsoft's cmd.exe, this provides a general purpose command line environment, which is particularly suited to use with MinGW, for porting of many Open Source applications to the MS-Windows platform; a light-weight fork of Cygwin-1.3, it includes a small selection of Unix tools, chosen to facilitate that objective, and using it is a necessary prerequisite for building mingwPORTs. mingwPORTs are user contributed additions to the MinGW software collection. Rather than providing these "add-ons" as precompiled binary packages, they are supplied in the form of interactive Bourne shell scripts, which guide the end user through the process of automatically downloading and patching original source code, then building and installing it. Users who wish to build any application from a mingwPORT must first install both MinGW and MSYS.
    13 years ago by @thorade
     
     
  •  

    Modelon offers Modelica-based solutions for a range of industries and applications. Our unique expertise is consulted by customers all over the world.
    13 years ago by @thorade
     
     
  •  

    TLK-Thermo GmbH, Braunschweig in Germany. Engineering Services for Thermal Systems. Our services are:Computer Simulation, Measurement,User Specific Software,Consulting
    15 years ago by @thorade
     
     
  •  

    CO-LaN (the CAPE-OPEN Laboratories Network) is a neutral industry and academic association promoting open interface standards in process simulation software. CO-LaN members are committed to making Computer Aided Process Engineering (CAPE) easier, faster and less expensive by achieving complete interoperability of CO compliant commercial CAPE software tools. CO-LaN supports and maintains CAPE-OPEN interface standards.
    15 years ago by @thorade
     
     
  •  

    Mozilla Thunderbird ist ein Open-Source-E-Mail-Programm und -Newsreader des Mozilla-Projekts.
    15 years ago by @thorade
     
     
  •  

    PROST is a program for the calculation of the properties of water and steam and their first and second derivatives in SI-units. It is written in ANSI C an can be used with any C compiler. Bounds of validity: The fundamental equation is valid within fluid region of water and 260 K < T < 2500 K 0 < PMIN < p < 3000 MPa PMIN is defined as an external parameter and may be changed. Validity region is restricted by ice-area, specified by sublimation pressure and melting pressure. Equations for these are included in functions psublm, pice1 and pice. Reference: Properties of water and steam according to the fundamental equation for the free energy f(t,d) by L. Haar, J. Gallagher, National Bureau of Standards (NBS), Washington D. C. and G. S. Kell, National Research Council of Canada (NRC).
    15 years ago by @thorade
     
     
  •  

     
    1
     

    SoWat stands for Sodium chloride-Water and is a model (almost an equation of state) for the properties of fluids in the H2O-NaCl system. It has just been published in two parts in Geochimica et Cosmochimica Acta.
    15 years ago by @thorade
     
     
  •  

    Switch the signature on/off or choose a new one from your predefined set. Additional features include the support of fortune-cookie-files and automatic switching based on recipients.
    14 years ago by @thorade
     
     
  •  

    Mixture properties and fluid phase equilibria calculations Simulis Thermodynamics is a thermophysical properties calculation server available as an MS-Excel add-in, a MATLAB toolbox or as a module pluggable in any other software that requires quality thermophysical properties. Objectives Simulis Thermodynamics provides engineers and software developers with an accurate and reliable thermophysical properties calculation server. These calculations can be integrated in any package intended for wider fields of application (equipment sizing, system modeling, etc) in order to ensure the consistency and reliability the data used and of the results. Simulis Thermodynamics is designed to * Provide access to over 300 functions, in particular for calculation of any type of transport properties (specific heat, viscosity,...), of thermodynamic properties (enthalpy, compressibility factor,...) or of phase equilibria (VLE, LLE, VLLE, salt formation,...) on multi components mixtures * Provide access to one of the richest thermodynamic models libraries available on the market (equation of state, activity coefficients...) * Provide access to a property database of 1920 pure components * Enable the engineer to focus on his application and to works with thermophysical properties calculations that are reliable, and validated through intensive usage in industrial applications In support of your thermodynamic expertise, Simulis Thermodynamics will enable you to: * Adjust the best thermodynamic representation of your system. * Perpetuate your expertise with easily created "Property Packages" that include all elements needed for further calculations (pure components properties, models, interaction coefficients,...) * Dispatch these "Property Packages" throughout your organization in order for them to be used in your usual, CAPE-OPEN compliant, software.
    15 years ago by @thorade
     
     
  •  

    Conceived by the Hydraulic Institute (HI), Pump Systems MatterTM(PSM) is an educational initiative created to assist North American pump system users gain a more competitive business advantage through strategic, broad-based energy management and pump system performance optimization. A primary objective of the initiative is to change the decision-making process for the purchase of pumping systems. Pump Systems Matter will promote educated decision-making based on life cycle costs and systems optimization concepts, thereby accounting for energy, maintenance and other significant costs factors of operating a pumping system. PSM seeks to transform the market by changing owner and operator decision-making on pumping systems from a focus on first cost to a focus on life cycle costs, while helping pump users capture significant energy-savings and performance improvements. Pump Systems Matter, to be successful, requires collaboration and teamwork between pump manufacturers, pump supplier OEM's, pump systems designers, contractors and users, as well as utilities, the energy efficiency program community, government agencies, academia and other associations. Alone, this challenge is too big for any single group. Working together, PSM Sponsors can identify the key market opportunities, technology, training, tools, education and incentive programs that will transform this market, reduce energy consumption, reduce greenhouse gas emissions and place a focus on buying based on life cycle cost and total cost of ownership. PSM will collaborate with its stakeholders to build PSM into a significant new educational program offering unique resources of value to all participants. The PSM organization invites interested organizations to become sponsors. To learn more about how Pump Systems Matter was inspired and developed, review "Why Pump Systems Matter," a paper presented at the ACEEE Summer Study on Energy and Industry on July 20, 2005.
    15 years ago by @thorade
     
     
  •  

    TeXnicCenter is a LaTeX editor on Windows. Navigating LaTeX documents is simple due to the automatically created document outline. Errors of the LaTeX compilation can be reviewed instantly. TXC features autocompletion and comes with LaTeX templates.
    15 years ago by @thorade
     
     
  •  

    Octave [ˈɒktɪv] ist eine freie Software zur numerischen Lösung mathematischer Probleme, wie zum Beispiel Matrizenrechnung, Lösen von (Differential-)Gleichungssystemen, Integration etc. Berechnungen können in Octave mit einer Skriptsprache durchgeführt werden, die weitgehend zu dem proprietären MATLAB kompatibel ist.
    14 years ago by @thorade
     
     
  •  

    R is a language and environment for statistical computing and graphics. It is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues. R can be considered as a different implementation of S. There are some important differences, but much code written for S runs unaltered under R. R provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, ...) and graphical techniques, and is highly extensible. The S language is often the vehicle of choice for research in statistical methodology, and R provides an Open Source route to participation in that activity. One of R's strengths is the ease with which well-designed publication-quality plots can be produced, including mathematical symbols and formulae where needed. Great care has been taken over the defaults for the minor design choices in graphics, but the user retains full control. R is available as Free Software under the terms of the Free Software Foundation's GNU General Public License in source code form. It compiles and runs on a wide variety of UNIX platforms and similar systems (including FreeBSD and Linux), Windows and MacOS.
    14 years ago by @thorade
     
     
  •  

    The mission of the Scientific and Technical Information Exchange (STIX) font creation project is the preparation of a comprehensive set of fonts that serve the scientific and engineering community in the process from manuscript creation through final publication, both in electronic and print formats. Toward this purpose, the STIX fonts will be made available, under royalty-free license, to anyone, including publishers, software developers, scientists, students, and the general public.
    15 years ago by @thorade
     
     
  •  

    Aigaion is a web-based, annotated bibliography management software. It offers full support for BibTeX and other bibliographic formats.
    15 years ago by @thorade
     
     
  •  

    SpeedCrunch is a fast, high precision and powerful desktop calculator. Available for Linux, Microsoft Windows und Apple Mac OS X.
    15 years ago by @thorade
     
     
  •  

    Sumatra PDF is a slim, free, open-source PDF viewer for Windows. Portable out of the box. Sumatra has a minimalistic design. Simplicity has a higher priority than a lot of features. It's small and starts up very fast. It's designed for portable use: only one file so you can run it from external USB drive. Doesn't write to registry.
    15 years ago by @thorade
     
     
  •  

    heise Software-Verzeichnis: Programme zum Download für Windows, Mac, Linux, Palm, Pocket PC, Symbian OS und Handys: Gratis-Programme, Shareware, Open Source Software und Demo-Versionen mit deutschen Beschreibungen, Screenshots und Bewertungen
    15 years ago by @thorade
     
     
  •  

    Lightning brings the Sunbird calendar to the popular email client, Mozilla Thunderbird. Since it's an extension, Lightning is tightly integrated with Thunderbird, allowing it to easily perform email-related calendaring tasks.
    15 years ago by @thorade
     
     
  •  

    Commonly referred to as GRASS, this is free Geographic Information System (GIS) software used for geospatial data management and analysis, image processing, graphics/maps production, spatial modeling, and visualization. GRASS is currently used in academic and commercial settings around the world, as well as by many governmental agencies and environmental consulting companies. GRASS is an official project of the Open Source Geospatial Foundation.
    14 years ago by @thorade
     
     
  •  

    LAPACK is written in Fortran90 and provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. The associated matrix factorizations (LU, Cholesky, QR, SVD, Schur, generalized Schur) are also provided, as are related computations such as reordering of the Schur factorizations and estimating condition numbers. Dense and banded matrices are handled, but not general sparse matrices. In all areas, similar functionality is provided for real and complex matrices, in both single and double precision. If you're uncertain of the LAPACK routine name to address your application's needs, check out the LAPACK Search Engine. The original goal of the LAPACK project was to make the widely used EISPACK and LINPACK libraries run efficiently on shared-memory vector and parallel processors. On these machines, LINPACK and EISPACK are inefficient because their memory access patterns disregard the multi-layered memory hierarchies of the machines, thereby spending too much time moving data instead of doing useful floating-point operations. LAPACK addresses this problem by reorganizing the algorithms to use block matrix operations, such as matrix multiplication, in the innermost loops. These block operations can be optimized for each architecture to account for the memory hierarchy, and so provide a transportable way to achieve high efficiency on diverse modern machines. We use the term "transportable" instead of "portable" because, for fastest possible performance, LAPACK requires that highly optimized block matrix operations be already implemented on each machine. LAPACK routines are written so that as much as possible of the computation is performed by calls to the Basic Linear Algebra Subprograms (BLAS). While LINPACK and EISPACK are based on the vector operation kernels of the Level 1 BLAS, LAPACK was designed at the outset to exploit the Level 3 BLAS -- a set of specifications for Fortran subprograms that do various types of matrix multiplication and the solution of triangular systems with multiple right-hand sides. Because of the coarse granularity of the Level 3 BLAS operations, their use promotes high efficiency on many high-performance computers, particularly if specially coded implementations are provided by the manufacturer. Highly efficient machine-specific implementations of the BLAS are available for many modern high-performance computers. For details of known vendor- or ISV-provided BLAS, consult the BLAS FAQ. Alternatively, the user can download ATLAS to automatically generate an optimized BLAS library for the architecture. A Fortran77 reference implementation of the BLAS in available from netlib; however, its use is discouraged as it will not perform as well as a specially tuned implementation.
    14 years ago by @thorade
     
     
  •  

    Avira AntiVir Personal - FREE Antivirus ist eine zuverlässige kostenfreie Virenschutzlösung, die Ihren Computer ständig mit hoher Geschwindigkeit auf Malware, wie Viren, Trojaner, Backdoor-Programme, Hoaxes, Würmer, Dialer etc., prüft. Sie überwacht dabei jede Aktion des Nutzers und des Betriebssystems und reagiert sofort, wenn sie Malware entdeckt. Avira AntiVir Personal ist ein benutzerfreundliches Antivirenprogramm mit vielen Schutzfunktionen. Das Produkt ist kostenfrei für Privatnutzer, nicht für gewerbliche oder geschäftliche Nutzung. Für Windows oder Unix verfügbar.
    14 years ago by @thorade
     
     
  •  

    This library is written in Modelica. The purpose of this library is to calculate fluid properties from an equation of state (EoS), directly within Modelica and not from an external dll. It supports EoS of the form f=f(T,d) meaning Helmholtz energy as a funtion of temperature and density. In addition to all state properties, this library calculates viscosity, thermal conductivity and surface tension. So far, the fluids n-Butane, R134a and Isobutane are implemented, but not fully validated. The next fluids to be implemented are probably isopentane, propane, ammonia, CO2 and other possible working fluids for Organic-Rankine-Cycles.
    12 years ago by @thorade
     
     
  •  

    Presents original and review papers on all aspects of numerical algorithms Coverage includes new algorithms, theoretical results, implementation, numerical stability, complexity, parallel computing, subroutines and applications Also provides book reviews and announcements of scientific meetings The journal Numerical Algorithms presents original and review papers on all aspects of numerical algorithms: new algorithms, theoretical results, implementation, numerical stability, complexity, parallel computing, subroutines and applications. Papers on computer algebra related to obtaining numerical results also included. The journal offers high quality papers containing material not published elsewhere. The journal also provides book reviews and announcements of scientific meetings.
    12 years ago by @thorade
     
     
  •  

    The pack­age that fa­cil­i­tates ex­pres­sive syn­tax high­light­ing in LaTeX us­ing the pow­er­ful Pyg­ments li­brary. The pack­age also pro­vides op­tions to cus­tomize the high­lighted source code out­put us­ing fan­cyvrb.
    10 years ago by @thorade
     
     
  •  

    refbase is a web-based, platform-independent, multi-user interface for managing scientific literature, references and citations
    15 years ago by @thorade
     
     
  •  

    Der FOSSGIS e.V. ist ein eingetragener und gemeinnütziger Verein. Unser Ziel ist die Förderung und Verbreitung freier Geographischer Informationssysteme (GIS) im Sinne Freier Software und Freier Geodaten.
    15 years ago by @thorade
     
     
  •  

    Lightning brings the Sunbird calendar to the popular email client, Mozilla Thunderbird. Since it's an extension, Lightning is tightly integrated with Thunderbird, allowing it to easily perform email-related calendaring tasks.
    15 years ago by @thorade
     
     
  •  

    FEFLOW ist ein professionelles Softwarepaket zur Berechnung von Wasserströmung, Massen- und Wärmetransport in porösen Medien. FEFLOW beinhaltet, Pre- und Postprocessing-Funktionalität und einen effizienten Simulationskern. Eine benutzerfreundliche grafische Oberfläche erlaubt die komfortable Steuerung der umfangreichen Modellierungsmöglichkeiten. FEFLOW User Group Meetings & Kurse FEFLOW User Group Meetings & Kurse FEFLOW ist im Gegensatz zu manchen Konkurrenzprodukten nicht eine grafische Oberfläche für einen separaten Simulationskern. FEFLOW ist ein vollständig integrales System - vom Simulationskern über die Eingabeoberfläche zum Postprozessor. Es bietet zudem eine offene Programmierschnittstelle. FEFLOW wird von der DHI-WASY GmbH entwickelt. DHI-WASY ist vor allem auf den Gebieten Grundwasserhydrologie, Oberflächenwasserhydrologie und GIS tätig. In diesen Bereichen bietet DHI-WASY Software, Schulungen und Consultingleistungen an. FEFLOW ist weltweit bei führenden Forschungsinstituten, Universitäten, Ingenieurbüros und Behörden im Einsatz. Die Anwendungen reichen von einfachen lokalen Modellen bis zu komplexen großskaligen Simulationen.
    15 years ago by @thorade
     
     
  •  

    Scilab ist ein freies Software-Paket für Anwendungen aus der numerischen Mathematik, das seit 1990 als Alternative zu MATLAB entwickelt wird. Die Funktionalität und Syntax von Scilab ist zu weiten Teilen mit der von MATLAB identisch und es gibt Konverter von MATLAB nach Scilab.
    15 years ago by @thorade
     
     
  •  

    JabRef is an open source bibliography reference manager. The native file format used by JabRef is BibTeX, the standard LaTeX bibliography format.
    15 years ago by @thorade
     
     
  •  

    Zotero is a free, easy-to-use Firefox extension to help you collect, manage, and cite your research sources. It lives right where you do your work — in the web browser itself.
    15 years ago by @thorade
     
     
  •  

    Xara Xtreme for Linux is a powerful, general purpose graphics program for Unix platforms including Linux, FreeBSD and (in development) OS-X. Formely known as Xara LX, it is based on Xara Xtreme for Windows, which is the fastest graphics program available, period. The Xara Xtreme source code was made available open-source in early 2006, and is being ported to Linux. This process is almost complete and Xara Xtreme for Linux is available for download now. Xara X has been a commercial shipping Windows product for 10 years (and non-Windows versions go back before that). It's a modern, object orientated design that's highly stable, and has gained hundreds of thousands of users. Our users and customers have produced artwork that is as impressive, if not more impressive, than that produced from any other vector graphics program.
    15 years ago by @thorade
     
     
  •  

    This is the MiKTeX project page. MiKTeX is a typesetting system for the Windows operating system. The distribution includes TeX, pdfTeX and XeTeX.
    15 years ago by @thorade
     
     
  •  

    Der Personal Software Inspector von Secunia inventarisiert auf Windows-Rechnern installierte Programme, überprüft deren Aktualität und informiert über veraltete und unsichere Installationsversionen. Hierzu wird per SSL-Verbindung eine Liste installierter Programme an die Secunia-Server übermittelt. Sind sicherheitsrelevante Patches für installierte Programme verfügbar, so lassen sich diese direkt über den Personal Software Inspector herunterladen. Die Software unterstützt nach Herstellerangaben über 5500 Anwendungen und ist für den Privatgebrauch kostenlos.
    15 years ago by @thorade
     
     
  •  

    foobar2000 is an advanced freeware audio player for the Windows platform. Some of the basic features include full unicode support, ReplayGain support and native support for several popular audio formats.
    15 years ago by @thorade
     
     
  •  

    Diese Erweiterung erlaubt die Anpassung des Druckbildes von Mozilla Calendar an die eigenen Vorstellungen. So kann z. B. die Schriftart und die Schriftgröße geändert werden. Außerdem werden nunmehr die Farben für die Kategorien tatsächlich mit ausgedruckt, und die Berechnung des Endes der Monatsübersicht funktioniert. Neu ist auch die Möglichkeit, durch die TimeSheet-Ansicht einen Ausdruck zu erzeugen, der der Wochenansicht auf dem Bildschirm ähnelt.
    14 years ago by @thorade
     
     
  •  

    ParaView is an open-source, multi-platform data analysis and visualization application. ParaView users can quickly build visualizations to analyze their data using qualitative and quantitative techniques. The data exploration can be done interactively in 3D or programmatically using ParaView's batch processing capabilities. ParaView was developed to analyze extremely large datasets using distributed memory computing resources. It can be run on supercomputers to analyze datasets of terascale as well as on laptops for smaller data.
    14 years ago by @thorade
     
     
  •  

    ausgeführt, sodass Sie Ihren PC unter Windows so verwenden können, wie Sie es möchten - ohne Unterbrechungen oder lange Computerwartezeiten. Weitere Informationen finden Sie im Microsoft Center zum Schutz vor Malware
    14 years ago by @thorade
     
     
  •  

    Open Source Tool for Graphical UML2 Modeling, based on Eclipse
    14 years ago by @thorade
     
     
  •  

    Kile is a user friendly TeX/LaTeX editor for the KDE desktop environment. KDE is available for many architectures such as PC, Mac, and BSD. The main features are: * Compile, convert and view your document with one click. * Auto-completion of (La)TeX commands * Templates and wizards make starting a new document very little work. * Easy insertion of many standard tags and symbols and the option to define (an arbitrary number of) user defined tags. * Inverse and forward search: click in the DVI viewer and jump to the corresponding LaTeX line in the editor, or jump from the editor to the corresponding page in the viewer. * Finding chapter or sections is very easy, Kile constructs a list of all the chapter etc. in your document. You can use the list to jump to the corresponding section. * Collect documents that belong together into a project. * Easy insertion of citations and references when using projects. * Flexible and smart build system to compile your LaTeX documents. * QuickPreview, preview a selected part of your document. * Easy access to various help sources. * Advanced editing commands.
    14 years ago by @thorade
     
     
  •  

    Subversion is a full-featured version control system originally designed to be a better CVS. Subversion has since expanded beyond its original goal of replacing CVS, but its basic model, design, and interface remain heavily influenced by that goal. Even today, Subversion should still feel very familiar to CVS users. The following list of features is presented with the assumption that you, the reader, have a basic understanding of what version control is and how version control systems work in general. If there's a feature that you're looking for that is not represented in this list, feel free to ask about it on our project mailing lists — perhaps we just didn't think to list it here. If Subversion truly lacks a feature you need, your feedback will help us to improve Subversion, and in the meantime, perhaps we can help you meet your need with the features that Subversion does have. * Most CVS features. ¶ CVS is a relatively basic version control system. For the most part, Subversion has matched or exceeded CVS's feature set where those features continue to apply in Subversion's particular design. * Directories are versioned. ¶ Subversion versions directories as first-class objects, just like files. * Copying, deleting, and renaming are versioned. ¶ Copying and deleting are versioned operations. Renaming is also a versioned operation, albeit with some quirks. * Free-form versioned metadata ("properties"). ¶ Subversion allows arbitrary metadata ("properties") to be attached to any file or directory. These properties are key/value pairs, and are versioned just like the objects they are attached to. Subversion also provides a way to attach arbitrary key/value properties to a revision (that is, to a committed changeset). These properties are not versioned, since they attach metadata to the version-space itself, but they can be changed at any time. * Atomic commits. ¶ No part of a commit takes effect until the entire commit has succeeded. Revision numbers are per-commit, not per-file, and commit's log message is attached to its revision, not stored redundantly in all the files affected by that commit. * Branching and tagging are cheap (constant time) operations. ¶ There is no reason for these operations to be expensive, so they aren't. Branches and tags are both implemented in terms of an underlying "copy" operation. A copy takes up a small, constant amount of space. Any copy is a tag; and if you start committing on a copy, then it's a branch as well. (This does away with CVS's "branch-point tagging", by removing the distinction that made branch-point tags necessary in the first place.) * Merge tracking. ¶ Subversion 1.5 introduces merge tracking: automated assistance with managing the flow of changes between lines of development, and with the merging of branches back into their sources. The 1.5 release of merge tracking has basic support for common scenarios; we will be extending the feature in upcoming releases. * File locking. ¶ Subversion supports (but does not require) locking files so that users can be warned when multiple people try to edit the same file. A file can be marked as requiring a lock before being edited, in which case Subversion will present the file in read-only mode until a lock is acquired. * Symbolic links can be versioned. ¶ Unix users can place symbolic links under version control. The links are recreated in Unix working copies, but not in win32 working copies. * Executable flag is preserved. ¶ Subversion notices when a file is executable, and if that file is placed into version control, its executability will be preserved when it it checked out to other locations. (The mechanism Subversion uses to remember this is simply versioned properties, so executability can be manually edited when necessary, even from a client that does not acknowledge the file's executability, e.g., when having the wrong extension under Microsoft Windows). * Apache network server option, with WebDAV/DeltaV protocol. ¶ Subversion can use the HTTP-based WebDAV/DeltaV protocol for network communications, and the Apache web server to provide repository-side network service. This gives Subversion an advantage over CVS in interoperability, and allows certain features (such as authentication, wire compression) to be provided in a way that is already familiar to administrators * Standalone server option (svnserve). ¶ Subversion offers a standalone server option using a custom protocol, since not everyone wants to run an Apache HTTPD server. The standalone server can run as an inetd service or in daemon mode, and offers the same level of authentication and authorization functionality as the HTTPD-based server. The standalone server can also be tunnelled over ssh. * Parseable output. ¶ All output of the Subversion command-line client is carefully designed to be both human readable and automatically parseable; scriptability is a high priority. * Localized messages. ¶ Subversion uses gettext() to display translated error, informational, and help messages, based on current locale settings. * Interactive conflict resolution. ¶ The Subversion command-line client (svn) offers various ways to resolve conflicting changes, include interactive resolution prompting. This mechanism is also made available via APIs, so that other clients (such as graphical clients) can offer interactive conflict resolution appropriate to their interfaces. * Repository read-only mirroring. ¶ Subversion supplies a utility, svnsync for synchronizing (via either push or pull) a read-only slave repository with a master repository. * Write-through proxy over WebDAV. ¶ Subversion 1.5 introduces a write-through proxy feature that allows slave repositories (see read-only mirroring) to handle all read operations themselves while passing write operations through to the master. This feature is only available with the Apache HTTPD (WebDAV) server option. * Natively client/server, layered library design with clean APIs. ¶ Subversion is designed to be client/server from the beginning; thus avoiding some of the maintenance problems which have plagued CVS. The code is structured as a set of modules with well-defined interfaces, designed to be called by other applications. * Binary files handled efficiently. ¶ Subversion is equally efficient on binary as on text files, because it uses a binary diffing algorithm to transmit and store successive revisions. * Costs are proportional to change size, not data size. ¶ In general, the time required for a Subversion operation is proportional to the size of the changes resulting from that operation, not to the absolute size of the project in which the changes are taking place. * Bindings to programming languages. ¶ The Subversion APIs come with bindings for many programming languages, such as Python, Perl, Java, and Ruby. (Subversion itself is written in C.) * Changelists. ¶ Subversion 1.5 introduces changelists, which allows a user to put modified files into named groups on the client side, and then commit by specifying a particular group. For those who work on logically separate changesets simultaneously in the same directory tree, changelists can help keep things organized.
    14 years ago by @thorade
     
     
  •  

    digiKam is an advanced digital photo management application for KDE, which makes importing and organizing digital photos a "snap". The photos are organized in albums which can be sorted chronologically, by folder layout or by custom collections. Tired of the folder constraints? Don’t worry, digiKam also provides tagging. You tag your images which can be spread out across multiple folders, and digiKam provides fast and intuitive ways to browse these tagged images. You can also add comments to your images. digiKam makes use of a fast and robust database to store these meta-informations which makes adding and editing of comments and tags very reliable. digiKam makes use of KIPI plugins for lots of added functionality. KIPI (KDE Image Plugin Interface) is an initiative to create a common plugin infrastructure for digiKam, KPhotoAlbum, Showimg, and GwenView. Its aim is to allow development of image plugins which can be shared among KDE graphical applications. An easy-to-use interface is provided that enables you to connect to your camera and preview, download and/or delete your images. Basic auto-transformations can be deployed on the fly during image downloading. Another tool, which most artists and photographers will be familiar with, is a Light Table. This tool assists artists and photographers with reviewing their work ensuring the highest quality only. A classical light table will show the artist the place on the images to touch up. Well in digiKam, the light table function provides the user a similar experience. You can import a photo, drag it onto the light table, and touch up only the areas that need it. The digiKam Image Editor has its own plugin subsystem with some common tools e.g. red eye correction or Gamma correction. Additional plugins are provided with the main application to process advanced corrections on image like color management, noise reduction, or special effects. digiKam Image Editor supports all camera RAW file formats, 16 bits color depth, Exif/Makernote/IPTC/GPS/XMP metadata, Color management, tagging/rating/comments pictures, etc. A stand-alone image editor version named ShowFoto is also available. It runs without digiKam images database support, but provides all Image Editor functions.
    14 years ago by @thorade
     
     
  •  

    KmPlot is a mathematical function plotter for the KDE-Desktop. It has built in a powerfull parser. You can plot different functions simultaneously and combine their function terms to build new functions. KmPlot supports functions with parameters and functions in polar coordinates. Several grid modes are possible. Plots may be printed with high precision in correct scale.
    14 years ago by @thorade
     
     
  •  

    SciDAVis is a free application for Scientific Data Analysis and Visualization. SciDAVis is a free interactive application aimed at data analysis and publication-quality plotting. It combines a shallow learning curve and an intuitive, easy-to-use graphical user interface with powerful features such as scriptability and extensibility. SciDAVis is similar in its field of application to proprietary Windows applications like Origin and SigmaPlot as well as free applications like QtiPlot, Labplot and Gnuplot. What sets SciDAVis apart from the above is its emphasis on providing a friendly and open environment (in the software as well as the project) for new and experienced users alike. Particularly, this means that we will try to provide good documentation on all levels, ranging from user’s manual over tutorials down to and including documentation of the internal APIs We encourage users to share their experiences on our forums and on our mailing lists.
    14 years ago by @thorade
     
     
  •  

    Microsoft Office - Word, Excel, PowerPoint, OneNote, Access
    14 years ago by @thorade
     
     
  •  

    Free browser add-on from Mozilla Labs that keeps your bookmarks, saved passwords, browsing history and open tabs backed up and synchronized, with end-to-end encryption for your privacy and security. Synchronize Your Firefox Experience Across Desktop and Mobile The Weave Browser Sync add-on for Firefox is now generally available to seamlessly bridge your desktop and mobile Firefox experiences. Using this free browser add-on from Mozilla Labs, you can securely access all of your personal data across all of your supported devices, making your Web experience instantly more personal and useful. Weave Browser Sync backs up and synchronizes your bookmarks, saved passwords, browsing history and open browser tabs. And all of your data is encrypted end-to-end to ensure your privacy. Future releases of Weave Browser Sync will add support for backing up and synchronizing your browser add-ons, search plugins and other customizations and ultimately everything that makes your Firefox and Web experience personal.
    14 years ago by @thorade
     
     
  •  

    LyX is a document processor that encourages an approach to writing based on the structure of your documents (WYSIWYM) and not simply their appearance (WYSIWYG). LyX combines the power and flexibility of TeX/LaTeX with the ease of use of a graphical interface. This results in world-class support for creation of mathematical content (via a fully integrated equation editor) and structured documents like academic articles, theses, and books. In addition, staples of scientific authoring such as reference list and index creation come standard. But you can also use LyX to create a letter or a novel or a theatre play or film script. A broad array of ready, well-designed document layouts are built in. LyX is for people who want their writing to look great, right out of the box. No more endless tinkering with formatting details, “finger painting” font attributes or futzing around with page boundaries. You just write. On screen, LyX looks like any word processor; its printed output — or richly cross-referenced PDF, just as readily produced — looks like nothing else.
    14 years ago by @thorade
     
     
  •  

    Cantera is a suite of object-oriented software tools for problems involving chemical kinetics, thermodynamics, and/or transport processes. It can be used from MATLAB, Python, C++, or Fortran.
    14 years ago by @thorade
     
     
  •  

    µTorrent (or uTorrent and commonly abbreviated as "µT" or "uT") is a freeware, closed source BitTorrent client by BitTorrent, Inc. It is available for Microsoft Windows, Mac OS X and Linux. Both versions are written in C++.[10] It gets the "µ" in its name from the SI prefix "micro" meaning one one-millionth and it refers to the program's small footprint. The program is designed to use minimal computer resources while offering functionality comparable to larger BitTorrent clients such as Vuze or BitComet.
    14 years ago by @thorade
     
     
  •  

    The application contains all the elements of the Periodic Table along with images of the elements in their natural state, as well as lots of other information and interactive displays. The Periodic Table Explore has a completely new and innovative user interface that allows for an almost unlimited amount of control over the display. Each display can be opened any number of times, and can show different information. The size, shape and position of each display can be customised too. You can save your favourite layouts for retrieval at a later date. The periodic table now comes in three versions. They all contain the same amount of information. Detailed information on each element Details of isotopes and allotropes Details of important compounds Details of reactions with water, air, halogens and acids Images for each element (300+ images in total), including valence and crystal stucture diagrams Glossary of terms Graphs of important element properties Biographies for the important scientists and element discoverers View the states of the elements at any temperature (from 0 - 6000k) XP style support Search through all content Electron shell diagrams of each element (including orbitals) Atomic width diagram Element names and the majority of the applications buttons are now available in eight different languages. Unfortunately there is just too much text for me to translate (95000+ words).
    14 years ago by @thorade
     
     
  •  

     
  •  

    This is the website for the Pro Git book, written by Scott Chacon and published by Apress. Here you can find the full content of the book, a blog with tips and updates about Git and the book and open source projects related to Git or referenced in the book.
    13 years ago by @thorade
     
     
  •  

    High-Performance Physical Modeling and Simulation MapleSim is a physical modeling and simulation tool built on a foundation of symbolic computation technology. It efficiently handles all of the complex mathematics involved in the development of engineering models, including multi-domain systems, plant modeling, and control design. MapleSim reduces model development time from months to days while producing high-fidelity, high-performance models.
    13 years ago by @thorade
     
     
  •  

    Systems modeling and simulation tool. Experiment and optimize from concept to production. Accurately simulate and analyze before making decisions. Mathematica-based.
    12 years ago by @thorade
     
     
  •  

    Netlib is a collection of mathematical software, papers, and databases.
    13 years ago by @thorade
     
     
  •  

    This page describes the features of the SVG Rasterizer utility that comes with the Batik distribution. The SVG Rasterizer is a utility that can convert SVG files to a raster format. The tool can convert individual files or sets of files, making it easy to convert entire directories of SVG files. The provided formats are JPEG, PNG and TIFF, however the design allows new formats to be added easily. In addition, the rasterizer can (despite its name) transcode to PDF.
    13 years ago by @thorade
     
     
  •  

    Computers & Chemical Engineering is primarily a journal of record for new developments in the application of computing and systems technology to chemical engineering problems. Several major areas of study are represented in the journal, including: •Modeling, numerical analysis and simulation •Mathematical programming (optimization) •Cyberinfrastructure, informatics and intelligent systems •Process and product synthesis/design •Process dynamics, control and monitoring •Abnormal events management and process safety •Plant operations, integration, planning/scheduling and supply chain •Enterprise-wide management and technology-driven policy making •Domain applications (molecular, biological, pharmaceutical, food, energy, and environmental systems engineering) Also, general papers on process systems engineering are welcome as well as emerging new areas and topics not covered above. Articles published cover different aspects of the application of process systems engineering to one or more of the general areas listed above, including new applications of established methods, comparisons of alternative methodologies, descriptions of state-of-the-art industrial applications and significant developments in computing targeted at training/education. Reports of software implementation must feature novel uses of state-of-the-art computing technologies. Computers & Chemical Engineering publishes full-length articles, perspective papers, journal reviews, short notes and letters to the editor.
    13 years ago by @thorade
     
     
  •  

    Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistent user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported. Remmina is released in separated source packages: "remmina", the main GTK+ application "remmina-plugins", a set of plugins Remmina is free and open-source software, released under GNU GPL license.
    11 years ago by @thorade
     
     
  •  

    The goal of the project is to: * create a complete Modelica modeling, compilation and simulation environment * based on free software distributed in binary and source code form.
    15 years ago by @thorade
     
     
  •  

    The object-oriented modeling language Modelica is designed to allow convenient, component-oriented modeling of complex physical systems, e.g., systems containing mechanical, electrical, electronic, hydraulic, thermal, control, electric power or process-oriented subcomponents. The free Modelica language, free Modelica libraries and Modelica simulation tools are available, ready-to-use and have been utilized in demanding industrial applications, including hardware-in-the-loop simulations. The development and promotion of Modelica is organized by the non-profit Modelica Association.
    15 years ago by @thorade
     
     
  •  

    TEQUIL, GeoFluids and GeoHeat by John Weare and Nancy Möller
    15 years ago by @thorade
     
     
  •  

     
  •  

    Amarok is a powerful music player for Linux and Unix, MacOS X and Windows with an intuitive interface. It makes playing the music you love and discovering new music easier than ever before - and it looks good doing it!
    15 years ago by @thorade
     
     
  •  

    Die Hauptfunktion des knapp 100 MByte großen Live-Linux-Systems ist das Erstellen, die Größenanpassung und das Löschen von Partitionen.
    15 years ago by @thorade
     
     
  •  

    7-Zip is an open source file archiver with a high compression ratio.
    15 years ago by @thorade
     
     
  •  

    The goal of the Open Font Library is to collect public domain fonts so that they may be used freely. The Open Font Library is a sister project of the Open Clip Art Library.
    15 years ago by @thorade
     
     
  •  

    The Mycroft Project provides a collection of more than 19 thousand Sherlock & OpenSearch Search Engine Plugins for your web browser. The name Mycroft refers to Mycroft Holmes, the brother of Sherlock Holmes in the novels of Arthur Conan Doyle - The Mycroft Project originates from the Sherlock standard. What is a Search Engine Plugin? A search engine plugin allows you to access a search engine directly from your browser. In Mozilla Firefox and Internet Explorer you use the search bar at the top right. Microsoft appears to prefer the term Search Provider but there is no difference in function. There are also tools to add search capability to right click menus and other locations.
    15 years ago by @thorade
     
     
  •  

    TortoiseSVN is an easy-to-use SCM / source control software for Microsoft Windows and possibly the best standalone Subversion client there is. It is implemented as a Windows shell extension, which makes it integrate seamlessly into the Windows explorer. Since it's not an integration for a specific IDE you can use it with whatever development tools you like.
    15 years ago by @thorade
     
     
  •  

    KDE provides an easy to use contemporary desktop environment available for UNIX and compatible systems. Together with a free implementation of UNIX such as GNU/Linux, UNIX/KDE constitutes a completely free and open computing platform available to anyone free of charge. Source code is available for anyone to look at, learn from, modify and improve. Whilst there is always room for improvement, KDE today delivers a viable feature packed alternative to the more commonly found commercial operating systems/desktops combinations available.
    15 years ago by @thorade
     
     
  •  

    VMGThermo is a set of software components used for the calculation of thermo-physical properties as well as flash calculations. VMGThermo is a carefully crafted set of application programming interfaces, which can be used to power any application which can benefit from high quality physical properties. VMGThermo includes interfaces for EXCEL, Visual Basic, Delphi, Visual C++, C, C++ and FORTRAN. If you know how to use a spreadsheet, you can use VMGThermo.
    15 years ago by @thorade
     
     
  •  

    Autodesk gehört zu den weltweit führenden Anbietern von 2D- und 3D-Softwarelösungen sowie Dienstleistungen für die Bereiche Mechanik und Maschinenbau, Architektur und Bauwesen, Geoinformation und Tiefbau sowie Media und Entertainment.
    15 years ago by @thorade
     
     
  •  

    Freies HD Video-Abspielprogramm Miro kann beinahe jedes Videoformat abspielen und bietet über 6000 kostenlose Internet-Shows und Video-Podcasts. Miro hat eine simple, elegante Benutzeroberfläche, die auf Vollbild-HD-Video ausgelegt ist. Weil Miro die meisten Videos herunterlädt, kannst du deine Shows überall mithinnehmen, sogar ins Flugzeug. Miro ist ganz einfach der beste Weg, um Internetvideos zu schauen .
    15 years ago by @thorade
     
     
  •  

    COCO (CAPE-OPEN to CAPE-OPEN) is a free-of-charge CAPE-OPEN compliant steady-state simulation environment consisting of the following components: COFE - the CAPE-OPEN Flowsheet Environment is an intuitive graphical user interface to chemical flowsheeting. COFE has sequential solution algorithm using automatic tear streams. COFE displays properties of streams, deals with unit-conversion and provides plotting facilities. TEA - COCO's Thermodynamics for Engineering Applications, is based on the code of the thermodynamic library of ChemSep and includes a data bank of over 190 commonly used chemicals. The package exhibits more than 100 property calculation methods with their analytical or numerical derivatives. COUSCOUS - the CAPE-OPEN Unit-operations Simple package is shipped with COCO. It contains a splitter, a mixer, heat-exchangers, pumps and reactors amongst other unit operations. ChemSep-LITE, a limited version of ChemSep with a maximum of 10 components and 150 stages, can serve as an equilibrium distillation unit operation in COCO. A full version of the equilibrium and non-equilibrium column simulator can be obtained at http://www.chemsep.com/. ChemSep-LITE is included in the COCO installation. CORN - the CAPE-OPEN Reaction Numerics package that comes with COCO facilitates specifying any kind of kinetic or equilibrium reaction. Simple reactor units, like conversion reactors, CSTRs and plug flow reactors that can use the CORN package come with the COUSCOUS package.
    15 years ago by @thorade
     
     
  •  

    Organize, share, and discover research papers! Mendeley is a research management tool for desktop & web. You can also explore research trends and connect to other academics in your discipline. Mendeley is used at, and endorsed by, some of the world's leading research institutions.
    15 years ago by @thorade
     
     
  •  

    TeXnicCenter is a feature rich and easy-to-use integrated environment for creating LaTeX documents on the Windows platform. Its powerful editor and its tight integration with the LaTeX environment helps you to concentrate on what matters: The content of your document. And best of all: TeXnicCenter is open source software and available completely free of charge! Though the text editor is the center of TeXnicCenter, the full power comes from its tight integration with the other components involved in the process of writing, building and viewing LaTeX documents. With TeXnicCenter you get a central user interface that allows you to control all the other tools. And all this packeted in a comfortable and modern user interface.
    15 years ago by @thorade
     
     
  •  

    The Visualization Toolkit (VTK) is an open-source, freely available software system for 3D computer graphics, image processing and visualization. VTK consists of a C++ class library and several interpreted interface layers including Tcl/Tk, Java, and Python. Kitware, whose team created and continues to extend the toolkit, offers professional support and consulting services for VTK. VTK supports a wide variety of visualization algorithms including: scalar, vector, tensor, texture, and volumetric methods; and advanced modeling techniques such as: implicit modeling, polygon reduction, mesh smoothing, cutting, contouring, and Delaunay triangulation. VTK has an extensive information visualization framework, has a suite of 3D interaction widgets, supports parallel processing, and integrates with various databases on GUI toolkits such as Qt and Tk. VTK is cross-platform and runs on Linux, Windows, Mac and Unix platforms.
    15 years ago by @thorade
     
     
  •  

    PDFCreator is a free tool to create PDF files from nearly any Windows application. Key Features: * safe-to-install awardCreate PDFs from any program that is able to print * Security: Encrypt PDFs and protect them from being opened, printed etc * New: Digitally sign your PDFs to ensure that you are the author and the file has not been modified * New: Create PDF/A files for long term archives * Send generated files via eMail * Create more than just PDFs: PNG, JPG, TIFF, BMP, PCX, PS, EPS * AutoSave files to folders and filenames based on Tags like Username, Computername, Date, Time etc. * Merge multiple files into one PDF * Easy Install: Just say what you want and everything is installed * Terminal Server: PDFCreator also runs on Terminal Servers without problems * And the best: PDFCreator is free, even for commercial use! It is Open Source and released under the Terms of the GNU General Public License. * Supports Windows Vista and Windows 7
    15 years ago by @thorade
     
     
  •  

    The OpenFOAM® (Open Field Operation and Manipulation) CFD Toolbox can simulate anything from complex fluid flows involving chemical reactions, turbulence and heat transfer, to solid dynamics, electromagnetics and the pricing of financial options. OpenFOAM is produced by OpenCFD Ltd and is freely available and open source, licensed under the GNU General Public Licence. The core technology of OpenFOAM is a flexible set of efficient C++ modules. These are used to build a wealth of: solvers, to simulate specific problems in engineering mechanics; utilities, to perform pre- and post-processing tasks ranging from simple data manipulations to visualisation and mesh processing; libraries, to create toolboxes that are accessible to the solvers/utilities, such as libraries of physical models. OpenFOAM is supplied with numerous pre-configured solvers, utilities and libraries and so can be used like any typical simulation package. However, it is open, not only in terms of source code, but also in its structure and hierarchical design, so that its solvers, utilities and libraries are fully extensible. OpenFOAM uses finite volume numerics to solve systems of partial differential equations ascribed on any 3D unstructured mesh of polyhedral cells. The fluid flow solvers are developed within a robust, implicit, pressure-velocity, iterative solution framework, although alternative techniques are applied to other continuum mechanics solvers. Domain decomposition parallelism is fundamental to the design of OpenFOAM and integrated at a low level so that solvers can generally be developed without the need for any ’parallel-specific’ coding.
    14 years ago by @thorade
     
     
  •  

    The aim of this project is to set up a tool composed of * a graphical Modelica editor, aimed at writing the plant model; * an editor for IEC 61131-3 languages (currently, the Ladder Diagram, Sequential Functional Chart and the Functional Block Diagram are being considered), aimed at writing the controller model; * a compiler to turn IEC 61131-3 code into executable code on selected target platforms; * a pre-compiler capable of translating both the plant and controller model in a single Modelica file, to be fed to any Modelica translator for simulation; * an interface to the OpenModelica compiler, for Modelica code parsing, compilation, and simulation; * a simulation output browser. SimForge is fully written in Java (thus crossplatform), uses the XML language as internal data format for maximum openness and transparency, and is entirely free software, released under the terms of the GPL license. It is the authors' intention to allow SimForge to operate with any Modelica compiler, so as to maximise its use and to have the maximum amount of feedback for improvement. Currently, SimForge works with the open source OpenModelica compiler. If you are not interested in IEC 61131-3 controller development, you can still use SimForge as a full-fledged, free, open-source graphical user interface to the OpenModelica compiler.
    14 years ago by @thorade
     
     
  •  

    gPROMS is an equation-oriented modelling system used for building, validating and executing first-principles models within a flowsheeting framework. Models are constructed in the gPROMS ModelBuilder by writing down the fundamental chemistry, physics, chemical engineering, operating procedures and other relationships that govern the process or product behaviour. The resulting model is then validated against observed data — typically, laboratory, pilot plant or operating data — to adjust model parameters such as heat transfer coefficients to match reality as closely as possible. Of course, you don't need to create a model from scratch every time – you can use one of the many state-of-the-art gPROMS model libraries, or create your own library for publishing throughout your organisation. Solution accuracy – for multiple applications The first-principles approach combined with rigorous validation results in models of unprecedented accuracy. Once a model exists, it can be solved in many different ways to perform many different activities – for example, steady-state simulation, dynamic simulation, parameter estimation, model-based experiment design, steady-state and dynamic optimisation, including integer optimisation, or generation of linearised models for use in control and online optimisation, across the process lifecycle. This means that once you have invested in creating an accurate gPROMS model of your process you can use that model wherever it can generate value, to ensure multiple return on investment. PSE ModelCare PSE recognises that creating high-accuracy process models requires expertise in many different domains – chemical engineering, physics, chemistry, hydrodynamics and modelling and numerical solution itself. That is why we provide the ModelCare service. ModelCare aims to help companies deliver fit-for purpose modelling applications rapidly, while transferring modelling know-how to customer organisations.
    14 years ago by @thorade
     
     
  •  

    matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. matplotlib can be used in python scripts, the python and ipython shell (ala matlab or mathematica), web application servers, and six graphical user interface toolkits. matplotlib tries to make easy things easy and hard things possible. You can generate plots, histograms, power spectra, bar charts, errorcharts, scatterplots, etc, with just a few lines of code. For a sampling, see the screenshots, thumbnail gallery, and examples directory
    14 years ago by @thorade
     
     
  •  

    Krusader is an advanced twin panel (commander style) file manager for KDE and other desktops in the *nix world, similar to Midnight or Total Commander. It provides all the file management features you could possibly want. Learn more... Plus: extensive archive handling, mounted filesystem support, FTP, advanced search module, an internal viewer/editor, directory synchronisation, file content comparisons, powerful batch renaming and much much more. It supports a wide variety of archive formats and can handle other KIO slaves such as smb or fish. It is (almost) completely customizable, very user friendly, fast and looks great on your desktop! You should give it a try. This piece of software is developed by the Krusader Krew, published under the GNU General Public Licence.
    14 years ago by @thorade
     
     
  •  

     
  •  

    EvA2 (an Evolutionary Algorithms framework, revised version 2) is a comprehensive heuristic optimization framework with emphasis on Evolutionary Algorithms implemented in Java. It is a revised version of the JavaEvA optimization toolbox, which has been developed as a resumption of the former EvA software package. EvA2 integrates several derivation free optimization methods, preferably population based, such as Evolution Strategies (ES), Genetic Algorithms (GA), Differential Evolution (DE), Particle Swarm Optimization (PSO), as well as classical techniques such as multi-start Hill Climbing or Simulated Annealing. Besides typical single-objective problems, multi-modal and multi-objective problem are handled directly by the EvA2 framework. Via the Java mechanism of Remote Method Invocation (RMI), the algorithms of EvA2 can be distributed over network nodes based on a client-server architecture. EvA2 aims at two groups of users. Firstly, the end user who does not know much about the theory of Evolutionary Algorithms, but wants to use Evolutionary Algorithms to solve an application problem. Secondly, the scientific user who wants to investigate the performance of different optimization algorithms or wants to compare the effect of alternative or specialized evolutionary or heuristic operators. The latter usually knows more about evolutionary algorithms or heuristic optimization and is able to extend EvA2 by adding specific optimization strategies or solution representations. EvA2 is being used as teaching aid in lecture tutorials, as a developing platform in student research projects and applied to numerous optimisation problems within active research and ongoing industrial cooperations.
    14 years ago by @thorade
     
     
  •  

    Opensource Editor based on Scintilla, Features: syntax highlight, code folding
    14 years ago by @thorade
     
     
  •  

    Litlink ist ein Wissensmanagement-Programm für die Geschichts- und Kulturwissenschaften. Das assoziative Programm erlaubt die Verwaltung und Vernüpfung von Daten zu - Literatur - Archivalien - Bilder - Personen - Periodika - AV-Medien - Web-Seiten - Ereignisse - Orte - Dinge und organisiert die Daten u.a. über Karteikarten und Projekte. Alle Litlink-Daten lassen sich laufend mit Daten aus dem web abgleichen - zudem erlaubt litlinkweb die Synchronisation der lokalen Daten mit einer persönlichen Web-Applikation, so dass auf dem Web oder lokal mit Litlink gearbeitet werden kann.
    14 years ago by @thorade
     
     
  •  

    Navit is a car navigation system with routing engine. It's modular design is capable of using vector maps of various formats for routing and rendering of the displayed map. It's even possible to use multiple maps at a time. The GTK+ or SDL user interfaces are designed to work well with touch screen displays. Points of Interest of various formats are displayed on the map. The current vehicle position is either read from gpsd or directly from NMEA GPS sensors. The routing engine not only calculates an optimal route to your destination, but also generates directions and even speaks to you using speechd. Navit currently speaks 43 languages, can run on various plateforms (Linux, Windows, Android, OpenMoko Freerunner, Wince, Nokia n800 Internet tables, iPhone, Zaurus..) Check the web based translation tool or the wiki for more informations.
    14 years ago by @thorade
     
     

publications  27