Showing 39 open source projects for "format-factory"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | 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
  • 1
    Linux insides

    Linux insides

    A book-in-progress about the Linux kernel and its insides

    ...The repository contains a structured series of chapters that explain low-level topics such as booting, memory management, interrupts, system calls, and synchronization primitives. The project’s stated goal is to share knowledge about Linux kernel internals and related low-level concepts in an accessible narrative format. It is written for readers who already have some familiarity with C and assembly language and want to understand what happens under the hood of Linux. The material is continuously updated as the kernel evolves, reflecting changes in modern kernel versions. Overall, linux-insides is widely regarded as a deep technical learning resource for systems programmers and advanced Linux enthusiasts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Recommenders

    Recommenders

    Best practices on recommendation systems

    ...The module reco_utils contains functions to simplify common tasks used when developing and evaluating recommender systems. Several utilities are provided in reco_utils to support common tasks such as loading datasets in the format expected by different algorithms, evaluating model outputs, and splitting training/test data. Implementations of several state-of-the-art algorithms are included for self-study and customization in your own applications. Please see the setup guide for more details on setting up your machine locally, on a data science virtual machine (DSVM) or on Azure Databricks. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Mastering Bitcoin

    Mastering Bitcoin

    Mastering Bitcoin 3rd Edition - Programming the Open Blockchain

    The bitcoinbook repository contains the source code for Mastering Bitcoin, the authoritative open-source book by Andreas M. Antonopoulos on Bitcoin and cryptocurrency technologies. Written in a collaborative and continuously updated format using Markdown and AsciiDoc, the book serves as a comprehensive technical guide for developers, engineers, and system architects who want to understand how Bitcoin works. It covers the protocol, cryptography, peer-to-peer architecture, wallets, mining, and application development.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Flashcard App

    Flashcard App

    This is an app that will help you learn and prosper in any subject!

    A lightweight but effective Flashcard based learning app to study and memorize using a reward system, built using python and the customtkinter library. Here you can create flashcards and quiz yourself on any topic you like, save the flashcards for later use or simply import one with the correct format. Give yourself hints, earn points and have fun! Play quiz with your friends see who gets the most points. Here almost anything is customizable. And forgive me if there are any bugs as there are probably always some! Be nice and let me know of them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Elementary Algorithms

    Elementary Algorithms

    Book of elementary algorithms and data structures

    ...The 1st edition in Chinese (中文) was published in 2017. I recently switched my focus to the Mathematics of programming, the new book is also available in (github). To build the book in PDF format from the sources, you need the following software pre-installed, TeXLive, The book is built with XeLaTeX, a Unicode friendly version of TeX. You need the GNU make tool, in Debian/Ubuntu like Linux, it can be installed through the apt-get command.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Haircut_EQ

    Haircut_EQ

    Fetches the historical Haircut data (%) of Equities and Gold Bonds

    ...It fetches the historical Haircut data (%) and Price of an equity listed in NSE, India at a selected date. It estimates the real worth of a stock. Enter the Date in the format: dd-mm-yyyy. It lists the haircut value (%) and the price of the share on the selected date. Active internet connection is required. If date falls on holiday, no results will be displayed. Enter the symbol for equity listed in NSE. Example, Infosys should be entered as INFY. Designed by: Dr. M Kanagasabapathy, Rajapalayam Rajus' College Project Homepage: https://www.enote.page/2022/06/haircut.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Haircut_MF

    Haircut_MF

    Fetches the historical Haircut data (%) of Mutual Funds and Bonds

    ...This program is used to identify the real value of an equity / share / mutual fund / Bonds / SGB with date. This program fetches the historical Haircut data (%) of Mutual Funds / bonds listed in NSE at a selected date. Enter the Date (in the format: dd-mm-yyyy) to get Haircut data for equities listed in NSE. It lists the haircut data (%) against the mutual funds on the given date. At the same time .csv file consists of NSE symbol of the equity, previous closing price and haircut value (%) will be downloaded with a filename of the given date. Designed by: Dr. M Kanagasabapathy Project Homepage:https://www.enote.page/2022/06/haircut.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    EduData

    EduData

    Datasets in Education and convenient interface for dataset

    Datasets in Education and convenient interface for downloading and preprocessing dataset in education. The CLI tools to quickly convert the "raw" data of the dataset into "mature" data for knowledge tracing task. The "mature" data is in json sequence format and can be modeled by XKT and TKT(TBA) The analysis dataset tool only supports the json sequence format. To check the following statical indexes of the dataset. In order to better verify the effectiveness of the model, the dataset is usually divided into train/valid/test or using kfold method. Each item in the sequence represents one interaction. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    interactive-coding-challenges

    interactive-coding-challenges

    120+ interactive Python coding interview challenges

    Interactive Coding Challenges is a collection of practice problems designed to strengthen data structures, algorithms, and problem-solving skills. The repository emphasizes a learn-by-doing approach: you read a prompt, attempt a solution, and verify behavior with tests, often within notebooks or scripts. Problems span arrays, strings, stacks, queues, linked lists, trees, graphs, dynamic programming, and more, mirroring common interview themes. Many challenges include hints and reference...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    Scikit-learn Tutorial

    Scikit-learn Tutorial

    An introductory tutorial for scikit-learn

    Scikit-learn Tutorial contains the materials for Jake VanderPlas’s introductory scikit-learn tutorial, originally used at major Python conferences. It provides a collection of notebooks that walk attendees from basic machine-learning concepts into practical modeling using the scikit-learn library. The tutorial covers data preparation, model fitting, evaluation, and common algorithms such as classification, regression, clustering, and dimensionality reduction. It is designed for people who...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Canorus

    Canorus

    Music score editor

    Canorus is a free cross-platform music score editor. It supports an unlimited number and length of staffs, polyphony, a MIDI playback of notes, chord markings, lyrics, import/export filters to formats like MIDI, MusicXML, ABC Music, MusiXTeX and LilyPond
    Downloads: 15 This Week
    Last Update:
    See Project
  • 12
    AngelReader

    AngelReader

    An E-book, Audio-book, & Library Loader in One Application

    AngelReader: A minimalist but powerful GUI application that has the capacity to load [1] E-books in plain text format with the least use of both software and hardware resources. It can also load [2] Audio-books with the basic functions of play, stop, pause, and resume with the same minimalist economy that doesn't hog computer resources. When used in integration with the AngelReader Library Selector, it can function as a mini library management system for books in electronic formats. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SCRAM

    SCRAM

    Probabilistic Risk Assessment Tool

    SCRAM is a free and open source probabilistic risk analysis tool. The tool is under development to include fault tree, event tree, common cause, and other standard analyses.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 14

    Aprendiz de Mecânico

    Adventure game prototype for mechanical technicians

    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    100 numpy exercises

    100 numpy exercises

    100 numpy exercises (with solutions)

    ...To modify the content of these files, please change the text in the source and run the generators.py module with a python interpreter with the libraries under requirements.txt installed. The keyed text format (ktx) is a minimal human readable key-values to store text (markdown or others) indexed by keys.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    fb2combiner

    This program allows embedding books in fb2 format in one, super-book.

    Fb2Combiner builds a collection of fb2-formatted books in one container (also in fb2 format). Each book is embedded as a chapter.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    The beginnings of a word-processor coupled with a database. These programs are used by the translation industry to check the accuraccy of a translation by running the associated word pairs through a machine translation program. Will now open the same files it closes with.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Convolution arithmetic

    Convolution arithmetic

    A technical report on convolution arithmetic in deep learning

    ...The code and the images of this tutorial are free to use as regulated by the licence and subject to proper attribution. The animations will be output to the gif directory. Individual animation steps will be output in PDF format to the pdf directory and in PNG format to the png directory. We introduce a guide to help deep learning practitioners understand and manipulate convolutional neural network architectures. The guide clarifies the relationship between various properties (input shape, kernel shape, zero padding, strides and output shape) of convolutional, pooling and transposed convolutional layers, as well as the relationship between convolutional and transposed convolutional layers. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    JDFeditor

    JDFeditor

    GUI application for editing database files.

    The purpose is to be a cross-platform, quick and simple database manager, main goal is to provide developers with a tool to produce small to medium size databases efficiently. If you need a database at its simplest form, without any extra hassle of knowing how to access the produced library. Then JDFeditor is the right tool for you. JDFeditor is bundled with an easy-to-use Python library: jdf_lib. jdf_lib will quickly load the content of your database into a variable. All you need...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    simplex with branch and bound

    A tool for teaching simplex and branch & bound methods

    ...For branch and bound method, it is desinged to interact with the user to explore all possible branch and bound trees. The user can also load a problem from a text file or simply type in a model directly. The format is very simple and very similar to the LP format, see the packed-in examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Language Constructor

    Complete tool for constructing/manipulating languages in digital form

    ...You can edit script, syntax, grammar, morphology, lexicon and phonology, as well as write documents in the language, as it might be too complex to be handled by current font technology. The information is stored in xml format for easy integration with other software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Generateur Playlist

    Générateur de playlist au format M3U, XSPF et PLS

    La section BTS SIO du Lycée André Malraux gère, maintient et anime la Radio Libre de l’établissement. Dans le cadre de sa gestion, les étudiants mettent en place des infrastructures et des services permettant la création, le traitement, la gestion et la diffusion de programmes radiophoniques Libres. L’organisation est structurée de manière singulière, en effet elle dispose d’outils qui sont mis en œuvre ou conçus par des étudiants aux compétences hétérogènes, et à des moments différents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Unit Var

    Automatic Units and Scale calculation in Python

    ...You can create and modify different environments to define conversion and the way the output of the units are converted. If you use this class in IPython you get your terms printed in nice LaTeX format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    gLib

    gLib

    A very simple standalone library management application.

    ...The program has several filter options that allow you quickly and easily find the information you need. Once you've made a list, you can export it to a spreadsheet friendly format with the click of a button.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    classification system
    The SLiCproject is the manuscript map for the original rendition of an information classification system designed with the intention of meeting a standard of scientific ordering of all of human knowledge. The system is designated, "Secular Library Classification." The mind maps downloads are currently in .mm format for Freeplane and Freemind applications. Other media forms are expected pending further development, and distribution necessities. The downloads are not completely open-source. Think of the downloads as being free books, but the contents there of are of copyright. There are 7 downloads: SYSTEM - introduction NATURE - map of nature and science TECHs - map of technology and art HEALTH - map of health and personality SOCIETY - map of society and government CULTURE - map of language, and logic TIME - map of time
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB