Showing 104 open source projects for "you"

View related business solutions
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • 1
    FullCalendar

    FullCalendar

    Full-sized drag & drop event calendar

    ...It tells the core FullCalendar package to begin rendering with React virtual DOM nodes as opposed to the Preact nodes it normally uses, transforming FullCalendar into a “real” React component. You can learn a bit more from this blog post (more info to come).
    Downloads: 22 This Week
    Last Update:
    See Project
  • 2
    Cal.com

    Cal.com

    Scheduling infrastructure for absolutely everyone

    Meet Cal.com, the event-juggling scheduler for everyone. Focus on meetings, not making meetings. Free for individuals. Cal reads your availability from all your existing calendars ensuring you never get double booked! Set repeating schedules for the times of the day and week that you want people to be able to book you. Share your short cal.com personal link and make it incredibly easy for people to book a meeting at a time that works for both of you! Set availability, location, duration and more on a per-link basis. Send bookings to different calendars or set a default. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    react-big-calendar

    react-big-calendar

    gcal/outlook like calendar component

    ...Also make sure that your calendar's container element has a height, or the calendar won't be visible. Date internationalization and localization is hard and react-big-calendar doesn't even attempt to solve that problem. Instead you can use one of the many excellent solutions already out there, via adapters called "localizers". Big Calendar comes with two localizers for use with Globalize.js or Moment.js. Choose the localizer that best suits your needs, or write your own. Whatever you do, you'll need to set it up before you can use the calendar (you only need to set it up once).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Manage events on a Google Calendar

    Manage events on a Google Calendar

    Manage events on a Google Calendar

    ...The first thing you’ll need to do is get credentials to use Google's API. I’m assuming that you’ve already created a Google account and are signed in. Head over to Google API console and click "Select a project" in the header. You can give the service account a name. You can name it anything you’d like. In the service account id you’ll see an email address. We’ll use this email address later on in this guide. Select "JSON" as the key type and click "Create" to download the JSON file. You will get a warning that the service account does not have a role, you can safely ignore this and create the service account without assigning a role. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    react-native-modal-datetime-picker

    react-native-modal-datetime-picker

    A React-Native datetime-picker for Android and iOS

    A declarative cross-platform react-native date and time picker. This library exposes a cross-platform interface for showing the native date-picker and time-picker inside a modal, providing a unified user and developer experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Tempus Dominus

    Tempus Dominus

    A date/time picker widget

    ...The picker uses the format option to decide what components to show. Set format to LT, LTS or another valid MomentJs format string to display certain components. The picker uses MomentJs to determine the language string. You can use moment-with-locales or you can include whatever local file you need. Start of the week is based on the locale provided. This is defined by moment's locales. If you want to change it, create your own locale file or override. Looking for a template with the datepicker ready to go? Then get check out the templates provided in our website. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    React Native Calendars

    React Native Calendars

    Customizable React-Native calendar components

    ...Parameters that require date types accept YYYY-MM-DD formatted date-strings, JavaScript date objects, calendar objects and UTC timestamps. Calendars can be localized by adding custom locales to LocaleConfig object. Keep in mind that different marking types are not compatible. You can use just one marking style for a calendar. If you need custom functionality not supported by current day component implementations you can pass your own custom day component to the calendar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Outlook Google Calendar Sync

    Outlook Google Calendar Sync

    Sync your Outlook and Google calendars

    ...Supports all versions of Outlook from 2003 to 2019/Microsoft365 64-bit! Installable and portable options - even runs from a USB thumbdrive. Synchronises items in any calendar folder, including those shared with you. Differential comparison updates only attributes that have changed. Customizable date range to synchronize, past and future. Frequency of automatic syncs, including push-sync from Outlook. Configurable proxy settings, or use Internet Explorer's. Merge new events into existing on the destination calendar. Prompt on deletion of items. ...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 9
    Birday

    Birday

    A beautiful Kotlin app to remember birthdays and events

    ...The app contains some basic personalization options and an introduction, plus some new resources like animated vector drawables and the automatic dark/light theme. Support and updates are guaranteed. Birday allows you to import birthdays directly from your contacts, with a simple favorite system and a set of stats to discover.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 10
    iCalendar Generator

    iCalendar Generator

    Generate calendars in the iCalendar format

    Want to create online calendars so that you can display them on an iPhone's calendar app or in Google Calendar? This can be done by generating calendars in the iCalendar format (RFC 5545), a textual format that can be loaded by different applications. The format of such calendars is defined in RFC 5545, which is not a pleasant reading experience. This package implements RFC 5545 and some extensions from RFC 7986 to provide you an easy-to-use API for creating calendars. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Pendulum

    Pendulum

    Python datetimes made easy

    Pendulum is a Python package to ease datetime's manipulation. It provides classes that are drop-in replacements for the native ones (they inherit from them). Special care has been taken to ensure timezones are handled correctly, and are based on the underlying tzinfo implementation. For example, all comparisons are done in UTC or in the timezone of the datetime being used. There are several different methods available to create a new DateTime instance. datetime() sets the time to 00:00:00 if...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Outlook CalDav Synchronizer

    Outlook CalDav Synchronizer

    Sync Outlook with Google, SOGo or any other CalDAV / CardDAV server

    ...This project was initially developed as a master thesis project at the University of Applied Sciences Technikum Wien, Software Engineering Degree program. Outlook CalDav Synchronizer is Free and Open-Source Software (FOSS), still you can support the project by donating on Sourceforge or directly within the About dialog of our Plugin. Contact us for enterprise support at https://caldavsynchronizer.org/enterprise/contact
    Leader badge
    Downloads: 391 This Week
    Last Update:
    See Project
  • 13
    Group Office groupware and CRM

    Group Office groupware and CRM

    Take your office and CRM into the cloud!

    ...From a customer phone call to a project and finally an invoice. The support system helps to keep your customers happy. Group Office is fast, secure and has privacy by design. You can stay in full control of your data by self hosting your cloud and e-mail. Our document editing solution keeps all data on the secured server instead of synchronising it to all user devices. GroupOffice is open source and modular. Which means it’s easy to customise and extend. You can turn off and on features and it enables any developer to create new modules for the platform.
    Downloads: 56 This Week
    Last Update:
    See Project
  • 14
    WeekToDo

    WeekToDo

    WeekToDo is a Free and Open Source Minimalist Weekly Planner

    ...WeekToDo is a free and Open Source project available for everyone. You can enjoy it like a native app on Windows, macOS, and Linux or directly from your web browser. It is also available in multiple languages.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15
    Lifeograph

    Lifeograph

    Advanced personal note taking application

    Lifeograph is a diary program to take personal notes on life. It has all essential functionality expected in a diary program and strives to have a clean and streamlined user interface.
    Leader badge
    Downloads: 18 This Week
    Last Update:
    See Project
  • 16
    IGSuite - Integrated Groupware Suite

    IGSuite - Integrated Groupware Suite

    IGSuite is a web-ajax-based Integrated Groupware Suite

    IGSuite is a web-based Integrated Groupware Suite oriented to be a CRM solution. In the Suite you can find: IGWebMail, IGCalendar, IGContacts, IGArchive, IGWiki, IGTodo, IGChat, Projects, IGFax an HylaFax client, IGFileManager, IGMsg and many other.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 17
    Cal

    Cal

    Cal - The Console Calendar Generator

    Cal is a command line utility that will output a calendar for the desired month/year. It's simple and accurate with a few useful features. By default, Cal will display the current year. You can provide a month and year, a month, or just a year. You can also change the number of calendars per row in your display with the -n switch. See the examples below for a more through description. This is a single executable JAR file. While you will need Java installed, there is no need to install this program. Just download the JAR file, please it somewhere convenient, and execute it from the command line: java -jar cal.jar The Homepage provides more detailed information and instructions. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Hero Planner

    Hero Planner

    An easy to use GUI for creating team rotas and scheduling absences.

    .... ✓ Stealth Mode: Sleek Dark Mode & customizable themes. Built on Electron, React & Vite for blazing performance. Whether managing a small squad or a legion of 200+ staff, HERO Planner gives you the tools to save the day. Don't just manage the rota—be the Hero.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    Reqcore

    Reqcore

    Open Source Applicant Tracking System (ATS)

    ...Built for teams and startups, Reqcore provides a transparent and flexible alternative to bloated, proprietary hiring platforms. As a fully open-source recruiting software, Reqcore gives you total control over your talent acquisition data. Manage your candidate pipeline, track applicants, and collaborate with your team to make faster, better hiring decisions, all within a sleek, developer-friendly interface. Key Benefits: - Open Source: Complete transparency and control over your hiring data and infrastructure. - Collaborative Hiring: Centralized candidate profiles and team-based review systems...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    minthcm

    minthcm

    Free, open-source Human Capital Management system

    minthcm.org is a free and open-source tool for Human Capital Management. Mint based on two popular, well-known business applications: SugarCRM Community Edition and SuiteCRM. This is why we often say that MintHCM is CRM reinvented. You all know how much goes into technological development of this type of business software… That's why we need your help. Thanks to the open code of both SugarCRM CE and SuiteCRM we were able to reintroduce some features, redesign other, and provide brand new system to the users. The code of MintHCM remains open so feel free to use it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    M. Vezelis Draw

    M. Vezelis Draw

    Project productivity & cost estimations tool which creates Gantt Chart

    That's project development productivity and cost estimations tool which reflects it in the form of multiple custom diagrams, including the Gantt Chart. The tool provides succinct project metrics related information, and on demand information under each diagram. It allows a user to calculate Function Points, and estimate cost based on COCOMO Basic and Intermediate models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Simple Calendar

    Simple Calendar

    A simple calendar with events, customizable widgets and no ads

    ...Simple Calendar Pro is a really flexible calendar with many event related options. It offers powerful repetition rules, optional CalDAV synchronization, ics file handling and much more. Top notch design ensures the best possible user experience. You will get familiar with it really quickly. You can create new events really quickly by predefining default values, or by duplicating existing events. There are many views you can choose from, depending on your preference. No matter if you want to see just 1 day or 1 year, this app supports it. Personalize your experience by changing any app color. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23

    CalendYear

    The program makes an SVG file with a calendar

    The program makes an SVG file with a calendar. If you want to print calendar on paper, you can use this program which asks the number of year and draws calendar to SVG-file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Monthly Calendar

    Android calendar app focusing on a good view of a month.

    An Android calendar app focusing on a good view of a month, because I like the monthly view, and never use weekly view. So do you? Then this might be for you. For Android 4.0 and above. Legacy (Android 2.2+) version also available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    bootstrap-datepicker

    bootstrap-datepicker

    A datepicker for twitter bootstrap

    ...Versions are incremented according to semver. As with bootstrap’s own plugins, datepicker provides a data-api that can be used to instantiate datepickers without the need for custom javascript. You can disable datepicker’s data-api in the same way as you would disable other bootstrap plugins. Most options can be provided via data-attributes. An option can be converted to a data-attribute by taking its name, replacing each uppercase letter with its lowercase equivalent preceded by a dash, and prepending “data-date-” to the result. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB