Search Results for "git:/git.code.sf.net/p/docfetcher/code" - Page 3

Showing 110 open source projects for "git:/git.code.sf.net/p/docfetcher/code"

View related business solutions
  • Software for managing apps and accounts | WebCatalog Icon
    Software for managing apps and accounts | WebCatalog

    Tired of juggling countless browser tabs? WebCatalog Desktop turns your favorite web apps into dedicated desktop apps

    Turn websites into desktop apps with WebCatalog Desktop—your all-in-one tool to manage apps and accounts. Switch between multiple accounts, organize apps by workflow, and access a curated catalog of desktop apps for Mac and Windows.
    Learn More
  • Outplacement, Executive Coaching and Career Development | Careerminds Icon
    Outplacement, Executive Coaching and Career Development | Careerminds

    Careerminds outplacement includes personalized coaching and a high-tech approach to help transition employees back to work faster.

    By helping to avoid the potential risks of RIFs or layoffs through our global outplacement services, companies can move forward with their goals while preserving their internal culture, employer brand, and bottom lines.
    Learn More
  • 1

    galculator

    galculator is a scientific calculator in algebraic mode and RPN

    ...Please note: This project page at sf.net reflects the state of the project up to August 2015. Beginning in September 2015, the project homepage was moved to http://galculator.mnim.org, with the source code repositories and issue trackers hosted at https://github.com/galculator/galculator.
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 2
    ...Maven dependancy: <dependency> <groupId>uk.ac.ebi.cheminformatics</groupId> <artifactId>NP-Likeness</artifactId> <version>2.1</version> </dependency> Required repository: <repositories> <repository> <id>ebi-repo</id> <name>EBI maven repository</name> <url>http://www.ebi.ac.uk/~maven/m2repo</url> <snapshots> <enabled>false</enabled> </snapshots> </repository> </repositories> Latest version of the project is available here in our GIT repo https://github.com/CS76/NP-Likeness
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    The TI-Basic compiler compiles TI-BASIC code to the 8XP file format used on Texas Instruments calculators, namely the TI-83, TI-83+ and TI-84+.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Error Propagation Calculator

    Error Propagation Calculator

    Easily propagate measurement errors through mathematical operations.

    Error Propagation Calculator is essentially a cross-platform GUI front-end for the Python Uncertainties library that does not require knowledge of Python to use. Simply point and click to enter values and errors, input your expression and press compute. The program evaluates native Python code, but the user does not need to know the syntax as common operators are provided as buttons, similar to a scientific calculator. -Evaluate expressions with as much as 26 different variable and error pairs. -Copy output to the system clipboard by simply double clicking the output field. -Cross-platform: Works on Windows, Linux, and Mac. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Fully managed relational database service for MySQL, PostgreSQL, and SQL Server Icon
    Fully managed relational database service for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Cloud SQL manages your databases so you don't have to, so your business can run without disruption. It automates all your backups, replication, patches, encryption, and storage capacity increases to give your applications the reliability, scalability, and security they need.
    Try for free
  • 5
    RatCalc
    It´s a simple but useful bit field calculator. It´s very useful to calculate operations between registers of processors or uControllers. OBS: The source code is also in the instalator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MoleCalc

    MoleCalc

    A molecular weight calculator written in Visual Basic.

    A molecular weight calculator written in Visual Basic. Unfortunately, it is only for 64-bit Windows at this time. The code files (.sln) are downloadable only. I can't figure out Git.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Capacitor Calculator

    Calculates capacitor formulas. Does codes and Watt/Amp conversion.

    A self-contained calculator that needs no install and is contained in one small exe file. The calculator converts capacitor codes into F, mF, μF, nF, and pF. Converts capacitance and voltage into kilowatt hours, watt hours, milliamp hours, amp seconds, and amp hours also. May expand into full electrical app in future depending on whether or not people wish to contribute coding, how much time I have, and depending on the interest that this gets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    light filter calculator

    light filter calculator

    lightweight digital filter calculator

    This program used Remez exchange (equiripple) algorithm calculate a FIR filter coefficients and then convert to integer for FPGA, DSP or MCU. Additionally, it can be design a simple IIR notch filter for reduce power line interfere. You can run in the following way. Good luck!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TaxRTip

    TaxRTip

    TaxRTip is a small program designed to help calculate taxes or tips.

    TaxRTip is designed as an exploration of the C# language by a novice programmer. It may be very simple and have a very small use factor, but it is designed for learning purposes. The code is fully commented internally.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Peer to Peer Recognition Brings Teams Together Icon
    Peer to Peer Recognition Brings Teams Together

    The modern employee engagement platform for the modern workforce

    Create a positive and energetic workplace environment with Motivosity, an innovative employee recognition and engagement platform. With Motivosity, employees can give each other small monetary bonuses for doing great things, promoting trust, collaboration, and appreciation in the workplace. The software solution comes with features such as an open-currency open-reward system, insights and analytics, dynamic organization chart, award programs, milestones, and more.
    Learn More
  • 10

    DivcalcC#

    A calculator for division written in C#.

    ...The developer has switched to a different operating system and cannot continue. A different cross platform version will be released soon, under the name of divcalc4all. 26/11/2013: divcalc4all launched: http://sourceforge.net/p/divcalc4all
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Mousam's Pocket Calculator

    A simple calculator using C#

    this is a perfectly homemade calculator using c# language.this is very simple coding as well as design logic.you can download from here http://sourceforge.net/p/mycalculator . if you like this then please give Review and if you face any kind of problem by using it then also give Review; otherwise I can’t understand my mistake . Thanks .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Mathematic Formula Calc

    A calculator for doing lots of things.

    A very cool, command line calculator with many functions. You can download it, use it, or change the code (it is open source) as long as it says my name somewhere. Thanks in advance.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    Small calculator coded in c++. Intended to be used in a terminal, takes argument(s) and outputs the result(s) chronologically. The code is about 200lines, and benefits from the shunting yard algorithm. This is not a complete calculator, don't know if it will be because i only coded it to enable myself to do quick calculations while in a terminal. Therefore it does not check for typos, and a wrong formulated expression may result into a segmentation fault. It's infix notation, and as long as you remember to always include 2 numbers per operator(including -) it should be fine. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    nutrition supplements cost calculator

    Optimize supplement costs.

    ...Optimize user input to allow for names of supplements being added along with cost and multiple ingredients. 5. comparison of amounts added to health canada values 6. cost calculation 7. cost optimization based on combination of components of each ingredient being added. 8. adaption of code for use in html browser 9. adaption of code for mobile phone app Wiki 1. detailed list of core nutrients and what they do. link to the soylent website. http://www.soylent.me/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    TC:SUM

    Android time code calculator

    TC:SUM sums time codes durations from a list and return a total. You can download this application from Google Play store.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    agincourt

    agincourt

    Lightweight calculator for Android

    Agincourt is a lightweight, BODMAS-compliant calculator for Android. It is released under the GPL3 license which means you are free to look at the source code and alter it, with certain restrictions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ...Add TI ROMs to the misc/TI/ROM folder. The source can be found at https://github.com/tredpath/AlmostTI-pb/. This application is based on the original AlmostTI code by Marat Fayzullin which can be found at http://fms.komkon.org/ATI85. You are not allowed to use this application or its source code to gain profit, either directly or indirectly. If you would like to use the code for commercial purposes, please contact Marat Fayzullin (marat@komkon.org).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    NetCalcTools

    NetCalcTools

    The network calculator with many tools for IPv4,IPv6

    ...Other tools: MAC INFORMATION - Will show information about MAC such as if it's global/local individual/group IPv6 tools: SUBNET CALC - Basic calc for IPv6 , Subnet,Host range,Max hosts ... MULTICAST CALC - Will show information about Multicast IPv6 address for example R,T,P bits . OPERATIONS - If you need Commpress,expand IPv6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Php video resize calculator that knows a bit about things like "Pixel aspect ratio" (avisynth & mplayer code is output). The idea was to make a platform independent script... running @ http://resizecalc.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Console Grapher

    Console Grapher

    Graphing calculator within the Windows desktop console

    ...If you know coding, be sure to check out the source code, which is in the form of a zipped-up Visual Studio solution. If you would like to import some of the functions into your own project, the code is free to be used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    LuaCalc

    Crossplatform stack calculator with very fast usage.

    ...CLua have a hybrid syntax between C-style and Lua and have some additions like inline condition operator etc. Easy and very fast in use. Helpful for debugging and analysing data. Enjoy! Get code on homepage (bitbucket. Link below) of project or download win exe from here or homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Calculators

    Calculators

    A combination of a virtual breathalyzer and a calories calculator.

    ...However, the calculations are based on mathematical algorithms and therefore results may differ from reality. Thus, the author is not responsible for the consequences of its use. Download options: - complete application with all the source code as well as jar and exe files. - exe file only. To run the project use Kalkulatory.jar or Kalkulatory.exe. See wiki for a full project description in polish.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Evrika

    Evrika

    Science simulator and advanced calculator based on modules

    ...Evrika is used for creating both simulations and modules, so you can build your own module of elements, then use them to create virtual experiments and simulations. Also, you can make advanced calculations. Evrika is basically an executable that reads and interprets code, outputing result. Each new version will offer new possibilities to define your elements and use them, so it is important to always have the last release. Of course, Evrika is backward-compatible, cross platform and free to use. In the near future an advanced editor and viewer will be created, so you can better manage your code and view the results.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Scientific Calculator - Xception Code

    Scientific Calculator Coded By Xception Code.

    ...You Can Join Xception Code On Facebook : http://www.facebook.com/xceptioncode ============== Xception Code=============
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Höken's Calculator

    Höken's Calculator

    A building points calculator for the browser game The-West.

    Höken's Calculator (Swedish: Hökens Kalkylator) is a program developed by Gunnar Axelson (Höken). The program aims on providing a simple, multi-platform compatible, building points calculator for the browser game The-West. (This application isn't in any way supported, effected or developed by InnoGames GmbH). Currently the newest version is 1.1. Hökens Calculator is free, and opensource licensed under the terms of the GNU General Public License Version 3!
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB