Showing 353 open source projects for "ulus10466.ini"

View related business solutions
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
  • Enterprise and Small Business CRM Solution | Clear C2 C2CRM Icon
    Enterprise and Small Business CRM Solution | Clear C2 C2CRM

    Voted Best CRM System with Top Ranked Customer Support. CRM Management includes Sales, Marketing, Relationship Management, and Help Desk.

    C2CRM consists of four modules that integrate to provide a comprehensive CRM solution: Relationship Management, Sales Automation, Marketing Automation, and Customer Service. Only buy what each user needs.
  • 1
    INI

    INI

    Package ini provides INI file read and write functionality in Go

    The most powerful, convenient and popular Go package for INI manipulations existed on Earth. Not limited to reading from a file, parse from []byte type raw data, or streaming from io.ReadCloser works like a charm. Wide-range support of variant formats includes but is not limited to my.cnf, .gitconfig, or even unparseable sections. Automatically convert to native types of Go at no cost. Let you focus on the code logic and no more tedious conversions. Map your configuration to a user-defined...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    SOPS

    SOPS

    Simple and flexible tool for managing secrets

    sops is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats and encrypts with AWS KMS, GCP KMS, Azure Key Vault, age, and PGP. For the adventurous, unstable features are available in the develop branch, which you can install from source. To use sops as a library, take a look at the decrypt package. We rewrote Sops in Go to solve a number of deployment issues, but the Python branch still exists under python-sops. We will keep maintaining it for a while, and you can...
    Downloads: 37 This Week
    Last Update:
    See Project
  • 3
    Jsonnet

    Jsonnet

    Jsonnet, the data templating language

    A data templating language for app and tool developers. Eliminate duplication with object-orientation or use functions. Integrate with existing / custom applications. Generate JSON, YAML, INI, and other formats. The name Jsonnet is a portmanteau of JSON and sonnet, pronounced "jay sonnet". It began life early 2014 as a 20% project and was launched on Aug 6. The design is influenced by several configuration languages internal to Google, and embodies years of experience configuring some...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    python-benedict

    python-benedict

    dict subclass with keylist/keypath support

    python-benedict is a dict subclass with keylist/keypath/keyattr support, I/O shortcuts (base64, cli, csv, ini, json, pickle, plist, query-string, toml, xls, xml, yaml) and many utilities... for humans, obviously.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 5
    dynaconf

    dynaconf

    Configuration Management for Python

    Inspired by the 12-factor application guide. Settings management (default values, validation, parsing, templating). Protection of sensitive information (passwords/tokens). Multiple file formats toml|yaml|json|ini|py and also customizable loaders. Full support for environment variables to override existing settings (dotenv support included). Optional layered system for multi environments [default, development, testing, production] (also called multi profiles). Built-in support for Hashicorp...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Viper

    Viper

    A complete configuration solution for Go applications

    Viper is a complete configuration solution for Go applications including 12-Factor apps. It is designed to work within an application, and can handle all types of configuration needs and formats. It supports setting defaults, reading from JSON, TOML, YAML, HCL, envfile and Java properties config files, live watching and re-reading of config files (optional), reading from environment variables, reading from remote config systems (etcd or Consul), and watching changes, reading from command...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Rome

    Rome

    Carthage cache for S3, Minio, Ceph, Google Storage, Artifactory, etc.

    Carthage cache for S3, Minio, Ceph, Google Storage, Artifactory and many others. Rome is a tool that allows developers on Apple platforms to use Amazon's S3, Minio, Ceph, other S3-compatible object stores or/and a local folder. The Rome binary is also attached as a zip to each release on the releases page here on GitHub. Suppose you're working a number of frameworks for your project and want to share those with your team. A great way to do so is to use Carthage and have team members point...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    INIHandler

    INIHandler

    Cross-platform Command-line INI Files Handler written in Pure Go

    Minimalist Cross-platform INI Files Handler. INI (Initialization) files are simple text-based configuration files that store application settings in key-value pairs organized into sections. In addition, INI files can be used to store configuration information hierarchically, allowing different sections to contain various settings for different components of a system or application. These files are widely supported by various programming languages and are easily human-readable and editable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Lazarus sample ini project

    Lazarus sample ini project

    A very small test project demonstrating ini file use.

    A complete live project to show how to use ini files. It was built on Windows but should work in any Lazarus IDE with only minor visual differences. search: inifile sample
    Downloads: 0 This Week
    Last Update:
    See Project
  • The future of PSA-RMM software for MSPs Icon
    The future of PSA-RMM software for MSPs

    Still using outdated MSP tools? Time to move on

    SuperOps.ai is the only PSA-RMM platform powered by intelligent automation and thoughtfully crafted for the new-age MSP. The platform also helps MSPs manage their projects, clients, and IT documents from a single place.
  • 10
    vscode-data-preview

    vscode-data-preview

    Extension for importing, viewing, slicing, dicing, and charting JSON

    Data Preview extension for importing, viewing, slicing, dicing, charting & exporting large .json array .arrow .avro .parquet data files, .config .env .properties .ini .yml configurations files, .csv/.tsv & .xlsx/.xlsb Excel files and .md markdown tables with Perspective - streaming data analytics WebAssembly library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    ExtSettings

    Notepad++ plugin to configure normally not available settings

    Notepad++ uses Scintilla as its underlying edit component. Scintilla has a bunch of possible options to configure but not all of them are available via the preferences dialog or the main menu of Notepad++. This plugin provides the ability to configure some of these settings.
    Leader badge
    Downloads: 220 This Week
    Last Update:
    See Project
  • 12
    TOML

    TOML

    Tom Preston-Werner's obvious, minimal language

    Tom's Obvious, Minimal Language. By Tom Preston-Werner, Pradyun Gedam, et al. TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table. TOML should be easy to parse into data structures in a wide variety of languages. TOML shares traits with other file formats used for application configuration and data serialization, such as YAML and JSON. TOML and JSON both are simple and use ubiquitous data...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 13
    Ini file manager

    Ini file manager

    A standalone, portable Ada package for configuration files

    Config is an Ada package for parsing configuration files (.ini, .inf, .cfg, ...) and retrieving keys of various types. New values for single keys, or entire sections, can be set. Standalone and unconditionally portable code.
    Leader badge
    Downloads: 60 This Week
    Last Update:
    See Project
  • 14
    quran-terjemah

    quran-terjemah

    Quran-Terjemah, Quran dengan Terjemah dan Audio

    ...-Terjemah.org Software ini di buat agar pengguna bisa tetap mendengarkan Al-Quran seperti di Quran-Terjemah.org meskipun tanpa koneksi internet. Software ini open source, source code dipublikasikan di github https://github.com/nnttoo/quran-terjemah_org
    Downloads: 36 This Week
    Last Update:
    See Project
  • 15

    AltTab

    AltTab is an alternative for windows native task switcher.

    AltTabAlternative is a small application created in C++, Win32, is an alternative for windows native task switcher (Alt+Tab / Alt+Shift+Tab).
    Leader badge
    Downloads: 38 This Week
    Last Update:
    See Project
  • 16

    Baymax-Patch-toOls

    A hijacking patch tools

    A hijacking patch making tool, Search and Replace Patch supports feature code search and replace memory data, Exception Breakpoint Patch supports simulating the exception breakpoint function of debugger and modifying register, memory and other data after setting and triggering breakpoint to achieve the purpose of modifying program execution flow.
    Leader badge
    Downloads: 33 This Week
    Last Update:
    See Project
  • 17
    Asril OS

    Asril OS

    Asril OS dikembangkan oleh Asril Marhamah & Tim Pengembang Asril OS

    ... Distro Linux Lokal Indonesia yang dapat digunakan untuk keperluan desktop, laptop, dan notebook. Dilengkapi dengan berbagai pernak-pernik khas Indonesia, distro ini cocok digunakan untuk pengguna komputer di Indonesia. Asril OS dikembangkan oleh Asril Marhamah bersama Tim Pengembang Asril OS. Asril OS menawarkan lingkungan kerja dengan Desktop Cinnamon yang mudah dalam penggunaan yang dilengkapi dengan Program Office, Desain Grafis, Multimedia, Pendidikan, Islami, Internet dan lain-lain.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 18
    goslims

    goslims

    Dari Komunitas untuk Komunitas

    Laman ini bertujuan sebagai repositori hasil karya komunitas untuk modifikasi SLiMS.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 19

    DikkiConfig

    Write and Parse Config Files in YAML, JSON, INI or PHP Array format

    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    WA Sender Free Bulk Messaging

    WA Sender Free Bulk Messaging

    WhatsApp Sender & Contacts Extractor Free

    WA bulk sender gratis atau wasender free bulk messaging, kirim pesan/cahat WhatsApp masal sesuai nomor kontak untuk follow-up atau menawarkan produk jualan sesuai list target marketing Anda. Dengan WA tool kami ini, Anda dapat dengan mudah mengirim pesan dan chat massal, mengambil kontak obrolan sebelumnya, mengakses kontak grup WhatsApp, dan mengimpor daftar kontak dari file. Anda bisa menawarkan produk barang/jasa ke banyak target kontak nomor WA pelanggan usaha Anda, tanpa harus ketik satu...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21

    FSMSTunnel

    FSMS service to transform request and reply transactions

    Run directly or install as a service. INI file to configure IP address, ports, and features. Adapted from WinTunnel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    ПревНарин [PrevNarin]

    A tool for editing INI type translations.

    ПревНарин [PrevNarin] is a tool for editing INI type translations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    IRCCAB (IRC Channel Admin Bot)

    IRC Channel Admin Bot

    IRCCAB (IRC Channel Admin Bot) is a bot that you can use in your IRC channel to send welcome messages, op users & kick banned users. Supports non ssl & ssl connections No GUI, Runs In Terminal. Only 2 ini files that need to be configured. Requires Python 3.11 or Higher
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24

    AltTabAlternative

    AltTab Alternative App

    [2024/02/02] NOTE: CREATED A NEW PRODUCT, PLEAE CHECKOUT THIS https://alttab.sourceforge.io/ AltTabAlternative is a small application created in AutoHotkey an alternative for windows native Alt+Tab switcher.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25

    myqr

    myqr, myquery

    MyQR - Perpustakaan JavaScript, ciptaan dan pengembangan oleh Nelsen Niko.Perpustakaan ini, dikenal sebagai "MyQR," didesain untuk memberikan berbagai fungsionalitas dalam pengembangan web, termasuk manipulasi DOM, modifikasi web, serta peningkatan kemampuan pengembangan web.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next