Search Results for "microsoft works 4" - Page 6

Showing 178 open source projects for "microsoft works 4"

View related business solutions
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 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
  • 1
    Geksit (formerly StopIt) is a GUI for logging out, rebooting and shutting down the computer. It is written in python, and it is still in early stage of development. It was done for my own purposes, but i decided to release it to everyone. It works only i
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This is a multi-select tree widget for tkinter for python. This is an extension of Gene Cash's Tkinter tree widget (available from http://home.cfl.rr.com/genecash/) which works with python 2.5 as well as Python 3k.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    odf-converter-integrator is an easy way to open Microsoft Office 2007 files (also called Office Open XML, .docx, .xlsx, and .pptx) with a high-quality conversion on any Linux or Windows system in any OpenOffice.org.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    dbfconverter converts dbf files database into sql code wich you can import into any sql database. It is good for those who works on old database with dbf files and often need to convert all dbf files into sql database.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 5
    A Python IRC Console Client. I use it to tunnel irc through ssh when I'm at the university. It isn't finished yet, but works quite well for me. The base work is done, but I will revise most of the code soon, so it will be more structured hopefully.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    XPN is a multiplatform newsreader with unicode support. It's written in Python using GTK+2 toolkit and works wherever Python and GTK+2 work.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Parasol is a python framework in which mathematical models can be investigated parametrically. It enables easy optimization, sensitivity study, and visualization. Output is in plain text, HTML, and Microsoft Suite files (Excel, Word and PowerPoint).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    StormForce is a free open source program written in Python/PyGame for the Boltek LD-250/StormTracker. StormForce works in FreeBSD, Linux, and Microsoft Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Objective-3D is a video-game library developped by Dream Overflow. It works on PC and Machintosh, and it is developped for Windows, Linux and MacOSX plateforms. Developed in C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Your monitoring isn't a stack. It's a pile. Fix that. Icon
    Your monitoring isn't a stack. It's a pile. Fix that.

    Errors, performance, logs, uptime. One install, one invoice, one UI.

    Replace Datadog, New Relic, and Sentry without adding three more dashboards.
    Free 30 days.
  • 10
    System to make the Microsoft Exchange Calendar available to the Mac OS X iCal application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This is an accelerometer-based remote controller for mplayer. It works on the Nokia 95 phone and in combination with a server app running on the computer it translates hand gestures to mplayer commands such as fast forward, volume up etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A set of tools for generating and maintaining database schemas and data. Generates create, drop and upgrade scripts, as well as importing and exporting data. Especially useful for developers of applications with databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Morphix is a modulair distribution, with live-cd support and without any configuration (you burn the CD, you put it in your CD-Rom drive, you boot and it works... out of the box) see www.morphix.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Vinetto is a tool intended for forensics examinations. It is a console program to extract thumbnail images and their metadata from those thumbs.db files generated under Microsoft Windows. Vinetto works under Linux, Cygwin(win32) and Mac OS X.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    InkscapePortable is a portable version of Inkscape for use with portable devices on "Microsoft Windows".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Partial realization of A2DP and AVRCP bluetooth profiles. Simple multi-client server sends pcm audio (alsa or gstreamer "tee" and "file" plugins) to bluetooth stereo headphones. AVRCP server emulates lircd. Works with xmms, audacious, mplayer, vlc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    planimo is an instant messaging system planned for lan chats. It support file transfers between users, can emit beeps whene new message arrive and integrate well in gnome desktop! It works on windows too
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    WoW emulator still in infancy stages. Works good but still need lots of tlc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Per's SFV is a simple program to test and create .sfv and .md5 files. It has a gui (graphical user interface). It works on linux and windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A student of the Franklin W. Olin College of Engineering wrote his own extremely customizeable, extraordinarily functional, tabbed text editor in Python and pygtk. Works on windows and POSIX-compliant systems. For the scripter and excessive customizer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PONY - ORM & web publication framework

    PONY - ORM & web publication framework

    Pony is a fast and easy to use Python ORM

    Pony is an object-relational mapper. The most interesting feature of Pony is its ability to write queries to the database using generator expressions. Pony works with entities which are mapped to a SQL database. Using generator syntax for writing queries allows the user to formulate very eloquent queries. It increases the level of abstraction and allows a programmer to concentrate on the business logic of the application. Following is an example of a query in Pony: select(p for p in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A python GUI for display of network topologies. The pgraph GUI accepts input from stdin and draws corresponding nodes and links between nodes. Nodes can be repositioned using the mouse and the links will follow. Currently works with OLSR. See Screenshots
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    NGmp is a C# C++ Java Python VB.NET etc. etc. binding of GMP and MPFR multi-precision number libraries. With support of Microsoft .NET or Novell Mono runtime NGmp will run on mutliple platforms. It is faster than other libraries available on .NET or Mono
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ShearerSite is a static templating system and web-based site manager. It installs easily and works with existing web sites and editing tools, since all pages stay as pure HTML. Content plugins render navigation, RSS newsfeeds, weblogs, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    mssql2mysql is a python script used to create a SQL dump from a Microsoft SQL server that is ready to use with MySQL. Supports Schema and data dumping, including Primary Keys for each table, allows to dump all data or just a small portion of it
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo