Showing 3006 open source projects for "developer"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Veeam Data Platform v13.1 - Get Your Free Trial Icon
    Veeam Data Platform v13.1 - Get Your Free Trial

    Secure by design, portable by default. Recover clean, fast, anywhere. Start a free trial.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try it Free
  • 1
    Where Are You

    Where Are You

    a SMS based mobile finding app for android

    ...You just need to send an sms from any mobile to your lost mobile with the format 'where.are.you'. our app will the start ringing the mobile on receiving this sms, even if the mobile is put to silent or vibration mode. the app will change the mode to normal and then set the max ringer volume and play an alarm so that you can easily locate it. CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?id=Deepak+PK
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Alfred Workflows/Extensions/Themes

    Alfred Workflows/Extensions/Themes

    Make your Alfred more powerful

    Alfred-Workflows is a collection of workflows, extensions, and themes designed to expand Alfred 2 on macOS. It combines productivity shortcuts, developer utilities, web tools, and interface customization in one repository. Included tools can copy Finder paths, shorten URLs, inspect SEO information, search CDN resources, and quickly open Finder. A Workflow Searcher connects to the AlfredWorkflow.com catalog for discovering additional automations. The collection also includes integrations for communities such as V2EX and GeekPark. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Windows Screen Locker

    Windows Screen Locker

    Tool for lock your computer screen to protect accessibility by others.

    ...You can unlocked it only by given correct password and can change it by clicking 'Change Password' button.If you forget your password then press windows button from your keyboard and restart your PC. License for use: Free for personal or corporate use. You can distribute this program freely without any charge & change of program or the zip file in any way. Developer: Md. Musabbir Al Mamun musabbir.mamun@gmail.com http://www.facebook.com/musabbir.mamun cell no.+8801726315133 ID: CE-10021, MBSTU Bangladesh
    Downloads: 11 This Week
    Last Update:
    See Project
  • 4
    MISSy

    MISSy

    MISSy is a Management Information System for Schools

    ...MISSy will have the folowing features: * Manage information about students * Allow for staff to view information about students * Allow for staff to complete registers * Allow viewing of subject reports for students * Integrate with a current LDAP / AD domain to ensure that details are kept constant across systems * Allow parents to log in to view and update information about their children / contact information * ... and many more to be planned! The name is stylised as MISSy, as the nick-name of the project is 'little MISSy'. This is due to the fact that developer builds may not play nice, which young children are also know to do.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    The Generic Graphics Toolkit is a library of generic programming primitives that allow applications to be written that adapt to whatever underlying graphics system the developer is using.
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 6
    Call Of Heaven

    Call Of Heaven

    Five times salat reminder on everyday .

    ...Clicking the right button of the mouse over the system tray icon you can edit schedule / stop azan / get help / exit the application. Once you set up it will work for everyday. Developer: Md. Musabbir Al Mamun Contact: musabbir.mamun@gmail.com http://www.facebook.com/musabbir.mamun cell no.+8801726315133 ID: CE-10021, Dept.of CSE, MBSTU. Bangladesh.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    JTextChooser

    a text chooser component for java.

    ...provide selection for: 1. font 2. text 3. text color 4. font size 5. font style. CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?id=Deepak+PK
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    VCL.JS

    VCL.JS

    TypeScript component based framework for enterprise web application

    A faster way to build enterprise app. VCL.JS is a TypeScript open-source platform for building enterprise web apps in a fraction of the time, whether you’re an expert developer or just getting started. for more information http://vcljs.com Friendly APIs help you get your job done faster. //Simple dbgrid bounded to a query import V = require("VCL/VCL"); export class PageHome extends V.TPage { constructor() { super(); //create a backend query var qur = new V.TQuery(this); qur.SQL = "SELECT CustomerKey, FirstName, LastName FROM Customers"; qur.open(); //create a grid on the screen var grd = new V.TDBGrid(this, "grid"); grd.Dataset = qur; //bind the grid to the dataset grd.PageSize = 15; var col = grd.createColumn(“FirstName”); var col = grd.createColumn(“Lastname”,”Last Name”); } }
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    JScreenRecorder

    JScreenRecorder

    a java based desktop screen recorder

    ...Uses jcodec, TransPanel and JTextChooser components 11. Encodes video in MP4 format CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?id=Deepak+PK
    Downloads: 6 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10

    KangaDate

    KangaDate - online open source dating

    KangaDate, based on osDate and Fusion is an online open source dating script from KangaOS.com. Please bare in mind that this project is still in the early days. There is only one developer at present, so it may take a little while to get things done. If you find any bugs, or better still if you can fix any bugs please let me know.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 11

    Boost.Application

    Boost.Application

    A Boost.Application allows a developer run your application as a Windows service, as a Unix/Linux daemon, or as a usual interactive application (terminal) without the need to add extra code, the library abstract OS specific API and provide a ease common interface. To version beta4 (aspect based), check :https://github.com/retf/Boost.Application
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    This project aim to create a new high performance php framework. Developer can quickly create model and controller. This project also support some helper, let you can quickly create your view. This project is in developing phase
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    eCharacter

    eCharacter

    Create your own animated characters for games with ease!

    eCharacter aims to be a free software character configuration tool that could be used for indie games or rapid prototyping. It has been created from the developer community of the eAdventure game authoring platform, and our first aim is to integrate this tool into eAdventure. But in the near future it will also be compatible with other tools! The project is fully based on free software. It uses jMonkeyEngine3 for 3D visualization and the UI is built on NiftyGUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Utilize Windows

    Utilize Windows

    Make your windows more useable

    ...Instruction: Simply place the mouse on any option and a short note will appear for it. Reading the short note find your desire tool, click on it and utilize your windows. Developer: Md. Musabbir Al Mamun Contact: musabbir.mamun@gmail.com http://www.facebook.com/musabbir.mamun cell no. +8801913088885 or +8801726315133 ID: CE-10021, Dept.of CSE, MBSTU. Bangladesh.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    A set of extensions to "Business Intelligence Development Studio" and "SQL Server Data Tools" which improves developer productivity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Python Web Xplorer

    This is a free web browser beta.

    ...It is under going beta testing here on source forge. Please comment on my blog at wordpress www.pythoninc.wordpress.com. I would not mind help with the programming if you are a software developer. The language im using is visual basic (VB 2008 Express). Thanks
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    GameBoid

    GameBoid

    Gameboy Advance emulator for Android phones

    This project is based on sources published by original GameBoid developer, who in turn used code of gpSP2X, based on gpSP. Help and suggestions are welcome. This project is abandoned in favor of RetroArch: http://www.libretro.com/. Seriously, check that one out!
    Downloads: 41 This Week
    Last Update:
    See Project
  • 18
    Zipbox

    Zipbox

    a java zip utility

    a java util to zip/unzip files and folders Supported files for extraction: 7z, Zip, Tar, Rar, Lzma, Iso, GZip, Cpio, BZIP2, Z, Arj, Lzh, Cab, Chm, Nsis, DEB, RPM, UDF, WIM Supported compression format: Zip Minimum Requirements: - needs Java 1.7 or above CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?id=Deepak+PK
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    The Portal Foundation Classes is a J2EE library for developing highly interactive portal applications. The developer can focus on creating valuable interfaces without spending too much time on functionalities like rendering, layout, or validation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Gitreceive

    Gitreceive

    Easily accept and handle arbitrary git pushes

    ...SSH public keys are associated with usernames and installed with forced commands so Git requests are intercepted safely by the receiver. Output from the processing script can be streamed back to the developer during the original git push, making the tool suitable for deployment platforms and custom Git-based automation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    BluetoothHeadsetButtonRemapper

    Remap Bluetooth Headset Buttons

    The results of this project can be found on the Play Store: https://play.google.com/store/apps/developer?id=Yassen+Dobrev For headsets which only have a "redial last number" and "voice recognizion" buttons - Remap these buttons to something more usefel, for example playing/pausing audio player! The app currently only remaps "redial last number" to play/pause Smart AudioBook Player. I am looking for collaborators for this project, so if you have interest to help, mail me.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    HELP TARZAN

    HELP TARZAN

    A mathematical skill testing game specially for the kids.

    ...Homepage: https://sourceforge.net/p/helptarzan Version: 1.0.0 Release date: September 26, 2013 Download info: For play HELP TARZAN you can download any one of them. 'HELP TARZAN 1.0.0 Windows Portable.zip' is Portable(No need to install). 'HELP TARZAN 1.0.0.msi'(You have to install it) Developer: Md. Musabbir Al Mamun Contact: musabbir.mamun@gmail.com http://www.facebook.com/musabbir.mamun cell no. +8801913088885 or +8801726315133 ID: CE-10021, Dept.of CSE, MBSTU. Banglades
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Quicksilver WebUI Framework

    A WebUI framework to allow rapid development of a PHP web application

    Quicksilver is written in PHP and uses the Dojo javascript toolkit. It enables the rapid development of an application by providing a basic tabed UI, all that is required from the developer is action code. The framework is not prescriptive in the architecture of the application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    j2docx

    j2docx

    JAVA API to write MS Word 2007/2010 docx documents

    ...This API comprises set of useful funtions to work with docx. The version 2.1 supports writing all sort of of text,images,hyperlink and custom xml structures. About the Developer: This API was created by Vinothkumar P T, A Java Developer, Software Architect with over 10 years of experience in IT industry and currently work for Cognizant technology solutions US Corporation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    IMEP-Spice interface
    The developed graphical interface is based on the SKILL language which is a Lisp dialect used as a scripting language and PCell (Parameterized Cells) description language used in many EDA software suites by Cadence Design Systems.
    Downloads: 0 This Week
    Last Update:
    See Project