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

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 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
    MyPy

    MyPy

    Optional static typing for Python

    mypy is a static type checker for Python that analyzes source code without executing it, catching type errors early in development. It implements PEP 484-style type hints and supports gradual typing, allowing untyped or partially typed modules to coexist with statically typed code. The tool integrates with common editors and CI systems, and offers a daemon mode for fast, incremental checks across large codebases.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    word_cloud

    word_cloud

    A little word cloud generator in Python

    A little word cloud generator in Python. The code is tested against Python 2.7, 3.4, 3.5, 3.6 and 3.7. If you are using conda, you can install from the conda-forge channel. wordcloud depends on numpy and pillow. To save the wordcloud into a file, matplotlib can also be installed. If there are no wheels available for your version of python, installing the package requires having a C compiler set up.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Zulip

    Zulip

    Powerful open source team chat application

    Zulip is a powerful open source group chat application that combines the immediacy of real-time chat with the productivity benefits of a threaded conversation model. Zulip’s unique threading model allows users to easily catch up on important conversations, helping to save time and increase productivity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Intention Repeater MAX

    Intention Repeater MAX

    Repeating your Intentions to aid in manifestation

    ...The ServitorConnect 4443 and Python Daemon and Intention Repeater Android are better because repeating once-per-hour is better than millions of times per second (or even 3Hz). The archive bundle includes binaries and source code for: MAX and Simple Intention Repeaters CUDA version for Windows/Linux Memory Frequency Generator Multi-Format to WAV Repeater Android app Sourcecode File/Image Writers Nesting Files Creator Prayer Wheel Spiritual Chat Tarot WiFi Broadcast Whether you're seeking to manifest abundance, enhance your spiritual journey, or promote overall well-being, Intention Repeater MAX empowers you to harness the incredible strength of intention repetition. ...
    Downloads: 36 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 5
    BoolHub

    BoolHub

    A fully functional personal information management software.

    [Native application]: Developed with QT, pure native application, faster response; Cloud synchronization: Data is recorded in the cloud, and the data is no longer lost. Data synchronization is unlimited, everything is in your control; [Rich note types]: Support rich text, Markdown, code, tables, drawings, flowcharts and other note formats; [Manage your customers]: A customer relationship management system that supports team collaboration to grasp every lead and every customer; [Manage daily affairs]: Manage your affairs in an orderly manner through the feature-rich to-do list view; [Free without function limit]: There is no limit to the software functions, free to use, we are just to make a friend; [Different moods and different themes]: Notes and to-do lists, support a variety of exquisite themes, do whatever you want, change it if you want; [More application scenarios]: Memo view, timeline view, passwordbook view, statistics view to meet your different needs.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    Stupid Notepad

    Stupid Notepad

    The Simplest Notepad Ever

    ...This is my first even slightly useful Python program, so I'd be grateful if you'd test it and see if this stupid notepad proves useful! Stupid Notepad is an open source project. You can read the code in "Stupid Notepad.py" in this folder or visit GitHub: github.com/artemik01/stupid-notepad
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    StudieCompact

    StudieCompact

    StudieCompact vat al jouw studiewijzers samen in één overzicht

    ...Als laatste stap wordt het allemaal opgeslagen in één overzichtelijk Word document, dat je de hele periode kunt gebruiken, voor ál je vakken. StudieCompact is gratis, open-source software. Dat betekent dat we geen gegevens van jou verzamelen, en dat jij zelf de code kan inzien.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ConvertText

    ConvertText

    ConvertText lets anyone change the case of your text easily.

    ConvertText is a very handy text tool where you can change between cases like Uppercase, Title Case, Random Case, Reverse Text, Backwards Text, Phonetic Alphabet and 1337 (Leet Speak).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Pythopad

    Pythopad

    A free Python source code editor and Notepad replacement for Windows

    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10
    wordle

    wordle

    Create a wordcloud for a Git repository

    Create a wordcloud for a Git repository. Can also create wordclouds from directories of source files or a single source file. wordle uses tox to automate testing and packaging, and pre-commit to maintain code quality. Tests are run with tox and pytest. To run tests for a specific Python version, such as Python 3.6. The documentation is powered by Sphinx. A local copy of the documentation can be built with tox.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Pi alarm clock

    Raspberry pi + adafruit cap tft + ada fruit case +python code

    Raspberry pi adafruit capacitive touch tft ada fruit case for pi ldr +capacitor for background light level dfc77 receiver for time python code based on wiringpi2, pygame
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Souper

    Souper

    A superoptimizer for LLVM IR

    ...By leveraging SMT (Satisfiability Modulo Theories) solvers, Souper symbolically analyzes LLVM Intermediate Representation (IR) to synthesize equivalent, more efficient expressions. It identifies peephole optimizations—small instruction-level improvements—that LLVM’s optimizer may overlook, thereby improving compiled code quality. Souper can operate in multiple modes: as a standalone analysis tool that extracts and solves SMT queries from LLVM bitcode, or as an LLVM optimization pass that applies discovered optimizations directly to the IR. It integrates seamlessly with Clang and LLVM tools and supports caching mechanisms (RAM or Redis) to accelerate repeated analyses. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next