Posts

  • mollie-api-node

    Official Mollie API client for Node

    Mollie builds payment products, commerce solutions and APIs that let you accept online and mobile payments, for small online stores and Fortune 500s alike. Accepting [credit and debit card][credit-card] ([Cartes Bancaires][cartes-bancaires], [PostePay][postepay]), [Alma][alma], [Apple Pay][apple-pay], [BACS Direct Debit][bacs], [BANCOMAT Pay][bancomat-pay], [Bancontact][bancontact], [SEPA Bank Transfer][bank-transfer], [Belfius Pay Button][belfius], [Billie][billie], [BLIK][blik], [SEPA Direct Debit][direct-debit], [EPS][eps], [iDEAL][ideal] ([in3][ideal-in3]), [KBC Payment Button][kbc-cbc], [Klarna][klarna] (Pay Later, Pay Now, Pay in 3, Financing), [PayPal][paypal], [paysafecard][paysafecard], [Przelewy24][przelewy24], [Riverty][riverty], [Satispay][satispay], [Trustly][trustly], [TWINT][twint], [eco- gift- and meal vouchers][meal-eco-gift-vouchers] and [gift cards][gift-cards] online payments without fixed monthly costs or any punishing registration procedures. Just use the Mollie API to receive payments directly on your website or easily refund transactions to your customers.

    Tags: #typescript • mollie • receive-payments

  • MALSync

    Integrates MyAnimeList/AniList/Kitsu/Simkl into various sites, with auto episode tracking.

    MAL-Sync is a powerful extension and userscript, which enables automatic episode tracking between MyAnimeList/Anilist/Kitsu/Simkl and multiple anime streaming websites.

    Makes it possible to use your MyAnimeList/Anilist/Kitsu/Simkl anime/mangalist as a centralized bookmarks system for all supported pages.

    Tags: #typescript • myanimelist • crunchyroll

  • ruby-hl7

    The ruby-hl7 gem

    A simple way to parse and create HL7 2.x messages with Ruby.

    Examples can be found in HL7::Message.

    The gem’s version id can be found in the RubyHl7::VERSION constant.

    Tags: #ruby • healthcare • hl7

  • clickhouse-activerecord

    A Ruby database ActiveRecord driver for ClickHouse

    A Ruby database ActiveRecord driver for ClickHouse. Support Rails >= 7.1. Support ClickHouse version from 22.0 LTS.

    Tags: #ruby

  • groupoffice

    Group Office groupware and CRM

    Group-Office is an enterprise CRM and groupware tool. Share projects, calendars, files and e-mail online with co-workers and clients. Easy to use and fully customizable.

    Tags: #php • groupware • crm

  • bootstrap-notify

    Turns standard Bootstrap alerts into “Growl-like” notifications.

    This is a simple plugin that turns standard Bootstrap alerts into “Growl-like” notifications.

    Tags: #javascript

  • Mallet

    MALLET is a Java-based package for statistical natural language processing, document classification, clustering, topic modeling, information extraction, and other machine learning applications to text.

    To build a Mallet 2.0 development release, you must have the Apache ant build tool installed. From the command prompt, first change to the mallet directory, and then type ant

    If ant finishes with "BUILD SUCCESSFUL", Mallet is now ready to use.

    If you would like to deploy Mallet as part of a larger application, it is helpful to create a single “.jar” file that contains all of the compiled code. Once you have compiled the individual Mallet class files, use the command: ant jar

    This process will create a file “mallet.jar” in the “dist” directory within Mallet.

    Tags: #java

  • mssql-jdbc

    The Microsoft JDBC Driver for SQL Server is a Type 4 JDBC driver that provides database connectivity with SQL Server through the standard JDBC application program interfaces (APIs).

    Welcome to the Microsoft JDBC Driver for SQL Server project!

    The Microsoft JDBC Driver for SQL Server is a Type 4 JDBC driver that provides database connectivity through the standard JDBC application program interfaces (APIs) available in the Java Platform, Enterprise Editions. The Driver provides access to Microsoft SQL Server and Azure SQL Database from any Java application, application server, or Java-enabled applet.

    We hope you enjoy using the Microsoft JDBC Driver for SQL Server.

    SQL Server Team

    Tags: #java

  • glue

    Application Security Automation

    Glue is a framework for running a series of tools. Generally, it is intended as a backbone for automating a security analysis pipeline of tools.

    Tags: #ruby • ci-cd • devsecops

  • PySocks

    A SOCKS proxy client and wrapper for Python.

    import socks
    
    s = socks.socksocket() # Same API as socket.socket in the standard lib
    
    s.set_proxy(socks.SOCKS5, "localhost") # SOCKS4 and SOCKS5 use port 1080 by default
    # Or
    s.set_proxy(socks.SOCKS4, "localhost", 4444)
    # Or
    s.set_proxy(socks.HTTP, "5.5.5.5", 8888)
    
    # Can be treated like a regular socket object
    s.connect(("www.somesite.com", 80))
    s.sendall("GET / HTTP/1.1 ...")
    print(s.recv(4096))
    

    Tags: #python • proxy • socks-proxy

subscribe via RSS