bookmarks  117

  •  

    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
    (0)
     
     
  •  

    RStudio is a free and open source integrated development environment for R. You can run it on your desktop (Windows, Mac, or Linux) or even over the web using RStudio Server.
    11 years ago by @thorade
    (0)
     
     
  •  

    CoolProp is an open-source, free property database that includes pure fluids, pseudo-pure fluids, and humid air properties. It is designed to be trivially simple to use from the Python programming language, and possible to use from other languages as well.
    12 years ago by @thorade
    (0)
     
     
  •  

    Digitizing software for converting graphs and maps into numbers. Image files from scanners, digital cameras and screenshots are easily converted, and exported into spreadsheets. Introduction This open source, digitizing software converts an image file showing a graph or map, into numbers. The image file can come from a scanner, digital camera or screenshot. The numbers can be read on the screen, and written or copied to a spreadsheet. The process starts with an image file containing a graph or map. The final result is digitized data that can be used by other tools such as Microsoft Excel and Gnumeric. Engauge (from en "make" and gauge "to measure") verb meaning to convert an image file containing a graph or map, into numbers. The term "Engauge" in Engauge Digitizer was invented for this project, since there seems to be no similar term in common use. Why Would You Need This Tool? Here are some real-life examples: You are an engineer with some graphs in decades-old documents, but you really need the numbers represented in those graphs so you can do analyses that will determine if a space vehicle is safe to fly. You are a graduate student gathering historical data from charts for your thesis. You are a webmaster with visitor statistics charts and you want to do statistical analyses. You ride a bike or boat and want to know how much distance you covered in your last trip, but you do not have an odometer or GPS unit. However, you do have a map. Nice Features Automatic curve tracing of line plots Automatic point matching of point plots Automatic axes matching Automatic grid line removal for improved curve tracing Handles cartesian, polar, linear and logarithmic graphs Support for drag-and-drop and copy-and-paste makes data transfer fast and easy Image processing tools highlight data by removing grid lines and backgrounds Status bar suggestions guide beginners Context sensitive popup help windows reveal explain feature of the user interface Tutorials with pictures explain strategies for common operations Browser-based user manual is extensive yet easy to navigate Preview windows give immediate feedback while modifying settings Dates and times are imported with the Date/Time Converter Import support for common image file formats such as BMP, GIF, JPEG, PNG and XPM Export support for common software packages such as Microsoft Excel, OpenOffice CALC, gnuplot, gnumeric, MATLAB and Mathematica Engauge is available for a wide variety of platforms (Linux, Mac OSX, Windows) Engauge Digitizer is completely open source and free courtesy of Sourceforge, Trolltech and FFTW
    12 years ago by @thorade
    (0)
     
     
  •  

     
    1
     

    SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries.
    12 years ago by @thorade
    (0)
     
     
  •  

    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
    (0)
     
     
  •  

    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
    (0)
     
     
  •  

    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
    (0)
     
     
  •  

    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
    (0)
     
     
  •  

    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
    (0)
     
     
  •  

    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
    (1)
     
     
  •  

    TeXstudio is a fork of the LaTeX IDE TexMaker and gives you an environment where you can easily create and manage LaTeX documents. It provides modern writing support, like interactive spell checking, code folding and syntax highlighting. Also it serves as a starting point from where you can easily run all necessary LaTeX tools. (you can see more features below) You can run it on Windows, Unix/Linux, BSD and MacOSX systems and modify it if you want, since it is licensed under the GPL. Althought TeXstudio has a lot of additional features, it tries to be like an improved version of Texmaker, so it keeps it look&feel as well as its version number.
    13 years ago by @thorade
    (0)
     
     
  •  

    Sweave is a tool that allows to embed the R code for complete data analyses in latex documents. The purpose is to create dynamic reports, which can be updated automatically if data or analysis change. Instead of inserting a prefabricated graph or table into the report, the master document contains the R code necessary to obtain it. When run through R, all data analysis output (tables, graphs, etc.) is created on the fly and inserted into a final latex document. The report can be automatically updated if data or analysis change, which allows for truly reproducible research.
    13 years ago by @thorade
    (0)
     
     
  •  

    We focus on scientific/engineering software development using RAD abilities of Python language, accompanied with free scientific libraries such as NumPy and SciPy. Our mainstream research activity is numerical optimization, including nonsmooth optimization and solving systems of nonlinear equations. OpenOpt framework - universal numerical optimization package with several own solvers (e.g. ralg) and connections to tens of other, graphical output of convergence and many other goodies FuncDesigner - tool to rapidly build functions over variables/arrays and get their derivatives via automatic differentiation. Also, you can perform integration, interpolation, solve systems of linear/nonlinear/ODE equations and numerical optimization problems coded in FuncDesigner by OpenOpt (see some examples in its doc), uncertainty analysis and interval analysis DerApproximator - tool to get (or check user-supplied) derivatives via finite-difference approximation SpaceFuncs - tool for 2D, 3D, N-dimensional geometric modeling with possibilities of parametrized calculations, numerical optimization and solving systems of geometrical equations
    13 years ago by @thorade
    (0)
     
     
  •  

    Python(x,y) is a free scientific and engineering development software for numerical computations, data analysis and data visualization based on Python programming language, Qt graphical user interfaces, Eclipse integrated development environment and Spyder interactive scientific development environment.
    13 years ago by @thorade
    (0)
     
     
  •  

    SciPy (pronounced "Sigh Pie") is open-source software for mathematics, science, and engineering. It is also the name of a very popular conference on scientific programming with Python. The SciPy library depends on NumPy, which provides convenient and fast N-dimensional array manipulation. The SciPy library is built to work with NumPy arrays, and provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization. Together, they run on all popular operating systems, are quick to install, and are free of charge. NumPy and SciPy are easy to use, but powerful enough to be depended upon by some of the world's leading scientists and engineers. If you need to manipulate numbers on a computer and display or publish the results, give SciPy a try!
    13 years ago by @thorade
    (0)
     
     
  •  

    If PDF is electronic paper, then pdftk is an electronic staple-remover, hole-punch, binder, secret-decoder-ring, and X-Ray-glasses. Pdftk is a simple tool for doing everyday things with PDF documents. Keep one in the top drawer of your desktop and use it to: * Merge PDF Documents * Split PDF Pages into a New Document * Rotate PDF Pages or Documents * Decrypt Input as Necessary (Password Required) * Encrypt Output as Desired * Fill PDF Forms with FDF Data or XFDF Data and/or Flatten Forms * Apply a Background Watermark or a Foreground Stamp * Report on PDF Metrics such as Metadata, Bookmarks, and Page Labels * Update PDF Metadata * Attach Files to PDF Pages or the PDF Document * Unpack PDF Attachments * Burst a PDF Document into Single Pages * Uncompress and Re-Compress Page Streams * Repair Corrupted PDF (Where Possible) Pdftk allows you to manipulate PDF easily and freely. It does not require Acrobat, and it runs on Windows, Linux, Mac OS X, FreeBSD and Solaris.
    13 years ago by @thorade
    (0)
     
     
  •  

    The Trilinos Project is an effort to develop algorithms and enabling technologies within an object-oriented software framework for the solution of large-scale, complex multi-physics engineering and scientific problems. A unique design feature of Trilinos is its focus on packages.
    13 years ago by @thorade
    (0)
     
     
  •  

    FreeMat is a free environment for rapid engineering and scientific prototyping and data processing. It is similar to commercial systems such as MATLAB from Mathworks, and IDL from Research Systems, but is Open Source. FreeMat is available under the GPL license.
    13 years ago by @thorade
    (0)
     
     
  •  

    RKWard is meant to become an easy to use, transparent frontend to the R-language, a very powerful, yet hard-to-get-into scripting-language with a strong focus on statistic functions. It will not only provide a convenient user-interface, however, but also take care of seamless integration with an office-suite. Practical statistics is not just about calculating, after all, but also about documenting and ultimately publishing the results.
    13 years ago by @thorade
    (0)
     
     
  •  

    GnuWin32 provides Win32 (MS Windows 95 / 98 / ME / NT / 2000 / XP / 2003 / Vista / 2008) ports of tools with a GNU or similar open source license.
    13 years ago by @thorade
    (0)
     
     
  •  

    opensourceCMS.com is designed to give you the opportunity to "try out" some of the best open source software systems in the world.
    13 years ago by @thorade
    (0)
     
     
  •  

    WordPress.com is brought to you by some of the same folks who work on the open source blogging software available at WordPress.org. Open source WordPress has been incredibly successful and risen from a handful of users to the most-used blog tool in its category. However, as easy-to-use as we could make the open source package, there was still a barrier in that it requires a hosting account, a database, FTP, and a whole alphabet soup of acronyms that make normal people like you and me dizzy. We wanted to bring the WordPress experience to a larger audience. So we created WordPress.com, a hosted version of the open source package where you can start a blog in seconds without any technical knowledge. We’re a bit of an underdog, as there are much larger hosted blogging services such as Blogger that have been out for years, but when WordPress.org got started people said the blog software market was saturated and there wasn’t room for anything new. (The big players then were Greymatter and Movable Type.) We think we have something unique to bring to the table. WordPress.com is under very active development, and we roll out updates almost every day. New features and services are driven by you so please use our feedback form to let us know what you want. Almost everything on WordPress.com is free, and things that are currently free will remain free in the future, but we do offer paid a la carte upgrades for things like CSS editing and custom domains. How do we pay for everything? WordPress.com is run by Automattic which currently makes money from the aforementioned upgrades, blog services, Akismet anti-spam technology, and hosting partnerships. We know there are a lot of places you could put your blog, and we’d be extra honored if you consider us. If you’re a current user and you dig what we’re doing, the best way you can help us out is to help a friend get set up as well. It also gives you more buddies for your blogroll.
    13 years ago by @thorade
    (0)
     
     
  •  

    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
    (0)
     
     
  •  

    CNRI Handle Extension for Firefox embeds a handle/DOI name resolver in the browser. It finds handles and DOI names used as references in web pages, in a variety of formats, sends them directly to the Handle System for resolution, and gets back current information about the identified entity, e.g., current location. The results of that handle resolution are used to determine browser behavior, e.g., display the current version of a document even if it has been moved since the creation of the reference. After installing this extension in your Firefox browser, you will be able to directly access handle URIs like hdl:4263537/4000 or Digital Object Identifier URIs like doi:10.1000/1 by typing them into the address bar, clicking on links with such references, or even having one as the source of an image. Your browser will resolve these handles using the native Handle System protocol. What's more, if you do follow a link to a web-to-handle proxy server (e.g., http://hdl.handle.net/4263537/4000 or http://dx.doi.org/10.1000/1), your browser will recognize this and use the native Handle System protocol instead. The extension will automatically detect if a firewall prevents direct handle resolution and will fall back to using a web-to-handle proxy server in that case. A configuration option can turn off redirecting to URLs embedded in the handle values, allowing you to examine the structure of the handle record.
    13 years ago by @thorade
    (0)
     
     
  •  

     
  •  

    Drupal is a free software package that allows anyone to easily publish, manage and organize a wide variety of content on a website.
    13 years ago by @thorade
    (0)
     
     
  •  

     
  •  

    CAELinux: an open source LiveDVD Linux distribution dedicated to computer aided engineering / finite element analysis (CAE / FEA)
    14 years ago by @thorade
    (0)
     
     
  •  

    textext: Inkscape extension for adding LaTeX objects to SVG drawings
    14 years ago by @thorade
    (0)
     
     
  •  

    KBibTeX is a BibTeX editor for KDE to edit bibliographies used with LaTeX. KBibTeX is released under the GNU Public License (GPL).
    14 years ago by @thorade
    (0)
     
     
  •  

    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
    (0)
     
     
  •  

    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
    (0)
     
     
  •  

    Sage is a free open-source mathematics software system licensed under the GPL. It combines the power of many existing open-source packages into a common Python-based interface. Mission: Creating a viable free open source alternative to Magma, Maple, Mathematica and Matlab.
    14 years ago by @thorade
    (0)
     
     
  •  

    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
    (0)
     
     
  •  

    Cantor is an application that lets you use your favorite mathematical applications from within a nice KDE-integrated Worksheet Interface. It offers assistant dialogs for common tasks and allows you to share your worksheets with others. Four backends are curently available: Sage, Maxima, R and KAlgebra.
    14 years ago by @thorade
    (0)
     
     
  •  

    Maxima is a system for the manipulation of symbolic and numerical expressions, including differentiation, integration, Taylor series, Laplace transforms, ordinary differential equations, systems of linear equations, polynomials, and sets, lists, vectors, matrices, and tensors. Maxima yields high precision numeric results by using exact fractions, arbitrary precision integers, and variable precision floating point numbers. Maxima can plot functions and data in two and three dimensions.Maxima is a descendant of Macsyma, the legendary computer algebra system developed in the late 1960s at the Massachusetts Institute of Technology. It is the only system based on that effort still publicly available and with an active user community, thanks to its open source nature. Macsyma was revolutionary in its day, and many later systems, such as Maple and Mathematica, were inspired by it.
    14 years ago by @thorade
    (0)
     
     
  •  

    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
    (0)
     
     
  •  

    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
    (0)
     
     
  •  

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

    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
    (0)
     
     
  •  

    Evocosm is a set of classes that abstract the fundamental components of an evolutionary algorithm. I'll list the components here with a bit of introduction; you can review the details of the classes by downloading the code archives or by reviewing the online documentation (see the menu at the article's beginning for code and documentation links.) All class documentation was generated from source code comments using doxygen. These docs have not been thoroughly proofread, so they may contain a few typos and minor errors. Self-publishing has taught me the value of a good proofreader... ;} Evolutionary algorithms come in a variety of shapes and flavors, but at their core, they all share certain characteristics: populations that reproduce and mutate through a series of generations, producing future generations based on some measure of fitness. An amazing variety of algorithms can be built on that general framework, which leads me to construct a set of core classes as the basis for future applications.
    14 years ago by @thorade
    (0)
     
     
  •  

    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
    (0)
     
     
  •  

     
  •  

    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
    (0)
     
     
  •  

    Sharing work made easy SparkleShare shines by its absence. Unlike other syncing tools it's designed to get out of your way, to make sharing documents and collaboration easier, and to make peers aware of what you are doing. Fast and secure SparkleShare uses proven security technologies to keep your data safe while it's being transported. SparkleShare allows you to set up your own servers, so that you are always in control of your own data. Built-in version control SparkleShare keeps a record of all the changes in your files. Did you or someone else make a mistake? No problem, you can easily go back to an earlier version of that file. Transparent SparkleShare is an Open Source project, so you will always be in control of the software and your own data.
    14 years ago by @thorade
    (0)
     
     
  •  

    Git Extensions is a toolkit to make working with Git under Windows more intuitive. The shell extension will intergrate in Windows Explorer and presents a nice context menu on files.
    14 years ago by @thorade
    (0)
     
     
  •  

    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
    (0)
     
     
  •  

    The Shrew Soft VPN Client for Windows is a free IPsec Remote Access VPN Client for Windows 2000, XP, Vista and 7 operating systems ( x86 and amd64 versions ). It was originally developed to provide secure communications between mobile Windows hosts and open source VPN gateways that utilize standards compliant software such as ipsec-tools, OpenSWAN, FreeSWAN, StrongSWAN, isakmpd. It now offers many of the advanced features only found in expensive commercial software solutions and provides compatibility for VPN appliances produced by vendors such as Cisco, Juniper, Checkpoint, Fortinet, Netgear, Linksys, Zywall and many others.
    14 years ago by @thorade
    (0)
     
     
  •  

    # 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
    (0)
     
     

publications  4  

  • ⟨⟨
  • 1
  • ⟩⟩