Showing 102 open source projects for "dict-en.oxt"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 1
    Client/server software, human language dictionary databases, and tools supporting the DICT protocol (RFC 2229).
    Leader badge
    Downloads: 91 This Week
    Last Update:
    See Project
  • 2
    AIOHTTP

    AIOHTTP

    Asynchronous HTTP client/server framework for asyncio and Python

    ..., Python 3.4. You often want to send some sort of data in the URL’s query string. If you were constructing the URL by hand, this data would be given as key/value pairs in the URL after a question mark, e.g. httpbin.org/get?key=val. Requests allows you to provide these arguments as a dict, using the params keyword argument. aiohttp internally performs URL canonicalization before sending request.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 3
    Curl

    Curl

    Command line tool and library for transferring data with URLs

    Curl is a command line tool and library for transferring data specified with URL syntax. It supports HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, SSL certificates, cookies, user+password authentication, and so much more! Curl is used for many different things. It's used in command lines or scripts for transferring data. It's also used in just about every device you can think of: mobile phones and tablets, television sets, printers, routers, media players and other audio...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 4
    jello

    jello

    CLI tool to filter JSON and JSON Lines data with Python syntax

    Filter JSON and JSON Lines data with Python syntax. jello is similar to jq in that it processes JSON and JSON Lines data except jello uses standard python dict and list syntax. JSON or JSON Lines can be piped into jello via STDIN or can be loaded from a JSON file or JSON Lines files (JSON Lines are automatically slurped into a list of dictionaries). Once loaded, the data is available as a python list or dictionary object named '_'. Processed data can be output as JSON, JSON Lines, bash array...
    Downloads: 14 This Week
    Last Update:
    See Project
  • Omnichannel contact center platform for enterprises. Icon
    Omnichannel contact center platform for enterprises.

    For Call centers or BPOs with a very high volume of calls

    Deliver a personalized customer experience with every interaction, across every channel, with uContact, net2phone’s cloud contact center solution.
  • 5
    TinyDB

    TinyDB

    Document oriented database optimized for you

    TinyDB is a lightweight document oriented database optimized for your happiness :) It's written in pure Python and has no external dependencies. The target are small apps that would be blown away by a SQL-DB or an external database server. The current source code has 1800 lines of code (with about 40% documentation) and 1600 lines tests. Like MongoDB, you can store any document (represented as dict) in TinyDB. TinyDB is designed to be simple and fun to use by providing a simple and clean API...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    JupyterLab LSP

    JupyterLab LSP

    Coding assistance for JupyterLab (code navigation + hover suggestions

    ... on a variable, function, etc and all the usages will be highlighted. When a kernel is available the suggestions from the kernel (such as keys of a dict and columns of a DataFrame) are merged with the suggestions from the Language Server (in notebook). If the kernel is too slow to respond promptly only the Language Server suggestions will be shown (default threshold: 0.6s). You can configure the completer to not attempt to fetch the kernel completions if the kernel is busy.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    DataStructures.jl

    DataStructures.jl

    Julia implementation of Data structures

    Julia implementation of Data structures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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: 0 This Week
    Last Update:
    See Project
  • 9
    Stable Baselines3

    Stable Baselines3

    PyTorch version of Stable Baselines

    Stable Baselines3 (SB3) is a set of reliable implementations of reinforcement learning algorithms in PyTorch. It is the next major version of Stable Baselines. You can read a detailed presentation of Stable Baselines3 in the v1.0 blog post or our JMLR paper. These algorithms will make it easier for the research community and industry to replicate, refine, and identify new ideas, and will create good baselines to build projects on top of. We expect these tools will be used as a base around...
    Downloads: 0 This Week
    Last Update:
    See Project
  • A CRM and Sales Data Management Platform for Multi-Line Sales Teams Icon
    A CRM and Sales Data Management Platform for Multi-Line Sales Teams

    The CRM, sales reporting, and commission tracking tool uniquely tailored to the needs of manufacturers, sales reps, and distributors.

    Repfabric is a customer relationship management (CRM) software designed specifically for multi-line sales teams (i.e. reps, distributors, wholesalers, dealers, and manufacturers). It streamlines and simplifies the sales process by providing deep integration with email, contacts, calendars, and deal tracking. The platform enables users to track commissions from CRM to sale, make updates directly from mobile devices, and document sales calls using voice-to-text features.
  • 10
    ThreadsX.jl

    ThreadsX.jl

    Parallelized Base functions

    Add prefix ThreadsX. to functions from Base to get some speedup, if supported. The reduce-based functions support any collections that implement SplittablesBase.jl interface including arrays, Dict, Set, and iterator transformations. In particular, these functions support iterator comprehension. ThreadsX.jl is aiming at providing API compatible with Base functions to easily parallelize Julia programs. All functions that exist directly under ThreadsX namespace are public API and they implement...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Arm-Rus dictionary

    Arm-Rus dictionary

    Armenian to Russian dictionary and spellchecker

    Digital copy of Armenian-Russian dictionary published in 1985 by ASSR Academy of Sciences. It is available online and offline in Stardict format. There's also Hunspell/MySpell Eastern Armenian spellchecker.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GoldenDict
    A feature-rich dictionary lookup program, supporting multiple dictionaries' formats, perfect article rendering with the complete markup, illustrations and other content retained, and allowing to type in words without any accents or correct case.
    Leader badge
    Downloads: 979 This Week
    Last Update:
    See Project
  • 13
    Pottery

    Pottery

    Redis for humans

    Redis is awesome, but Redis commands are not always intuitive. Pottery is a Pythonic way to access Redis. If you know how to use Python dicts, then you already know how to use Pottery. Pottery is useful for accessing Redis more easily, and also for implementing microservice resilience patterns, and it has been battle-tested in production at scale.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    NaviServer

    NaviServer

    NaviServer, a high performance web server written in C and Tcl

    NaviServer is an extensible web server suited to create scalable websites and services. Originally based on AOLserver (http://www.aolserver.com), the ongoing development is done independently under Mozilla Public License by a core group of people that use it for their businesses and by other supporters. Features: High performance multi-threaded architecture, massively scalable and extensible, many modules, dynamic scripted pages (ADP), caching functions (static files, Tcl byte code,...
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 15
    qtrans

    qtrans

    offline dictionary (word translator written in Qt5/KF5 or Qt5)

    qtrans is an offline dictionary (word translator written in Qt5/KF5 or Qt5 only). It uses Babylon (*.dic, *.bgl), StarDict (*.dict, *.dict.dz: *.ifo), Dictd and FreeDict (*.dict, *.dict.dz: *.index) as well as plain text (*.dic.txt) dictionaries. Plain text dictionaries should have the format: "expression [tab] definition". https://software.opensuse.org/package/qtrans https://software.opensuse.org//download.html?project=home%3Atkb&package=qtrans
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16

    WordleSolver

    Wordle Solver written in BASH

    This Wordle solver is written in BASH, and filters through /usr/share/dict/words to narrow down the possible solutions. To use it, simply download the script and make it executable. " chmod u+x PATH/wordlesolver_VERSION.sh " This project was created with the intent to teach BASH programming to students in a fun and meaningful way.. Wordle is a trademark of its respective owners. No endorsement by any trademark holder is stated or implied.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ... Tipitaka. In the Pali Scripture reading interface, click the corresponding button, and you can automatically open the notes and re annotation scriptures corresponding to the paragraphs currently displayed in the scripture reading 4. can input Pali vocabulary and search in Pali Tipitaka (root, annotation, re annotation, others). 5. How use this pali dictionary database in ***iPhone/Mac : a. to App Store to download 'Eudic' dict b. download mdx file in here. c. import mdx to 'Eudic'.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    django-bootstrap 4

    django-bootstrap 4

    Bootstrap 4 integration with Django

    Bootstrap 4 integration for Django. The goal of this project is to seamlessly blend Django and Bootstrap 4. The django-bootstrap4 has some pre-configured settings. They can be modified by adding a dict variable called BOOTSTRAP4 in your settings.py and customizing the values ​​you want. You can customize the output of django-bootstrap4 by writing your own templates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Flasgger

    Flasgger

    Easy OpenAPI specs and Swagger UI for your Flask API

    ... views or MethodViews using docstring as specification, or using @swag_from decorator to get specification from YAML or dict and also provides SwaggerView which can use Marshmallow Schemas as specification. Flasgger is compatible with Flask-RESTful so you can use Resources and swag specifications together, take a look at the restful example. Flasgger also supports Marshmallow APISpec as base template for specification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    stardictd

    stardictd server.

    stardict dictionary server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    jsonfield

    jsonfield

    A reusable Django model field for storing ad-hoc JSON data

    jsonfield is a reusable model field that allows you to store validated JSON, automatically handling serialization to and from the database. To use, add jsonfield.JSONField to one of your models. Note: django.contrib.postgres now supports PostgreSQL's jsonb type, which includes extended querying capabilities. If you're an end user of PostgreSQL and want full-featured JSON support, then it is recommended that you use the built-in JSONField. However, jsonfield is still useful when your app...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Flask-GraphQL

    Flask-GraphQL

    Adds GraphQL support to your Flask application

    ... to dict with request object at key request. The root_value you want to provide to graphql execute.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    dictextension

    A Mozilla extension that looks up words using the DICT protocol

    Dict is a Mozilla extension that lets you easily look up the definition of words on a Web page using an online dictionary. Simply select a word, right-click, and you'll see a menu option to define the selected word. The definitions are returned in a new window. The extension implements a DICT protocol client, defined in RFC 2229. By default, the extension queries the DICT server on dict.org for definitions, but it can be configured to use other servers. It works on Firefox, SeaMonkey...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    AlphaDict

    AlphaDict

    A lightweight, openning, powerfull dictionary software.

    It's a lightwight, open-source dictionary software with a open dict format that you can make your own dictionary, being a cross platform software, supproting linux, unix and windows. You can get the latest code from github. https://github.com/kartorz/AlphaDict wiki : https://github.com/kartorz/AlphaDict/wiki
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next