Posts

  • hubspot-api-ruby

    HubSpot API Ruby Client Libraries for V3 version of the API

    Ruby API v3 Client files and sample apps

    • API version: v3
    • Package version: 1.0.0
    • Build package: io.swagger.codegen.languages.RubyClientCodegen

    Tags: #ruby

  • anki-sync-server

    Self-hosted Anki sync server

    Create a new directory in [the add-ons folder][addons21] (name it something like ankisyncd), create a file named __init__.py containing the code below and put it in the ankisyncd directory.

    import anki.sync, anki.hooks, aqt
    
    addr = "http://127.0.0.1:27701/" # put your server address here
    anki.sync.SYNC_BASE = "%s" + addr
    def resetHostNum():
        aqt.mw.pm.profile['hostNum'] = None
    anki.hooks.addHook("profileLoaded", resetHostNum)
    

    Tags: #python • anki • ankiweb

  • jpmml-sklearn

    Java library and command-line application for converting Scikit-Learn pipelines to PMML

    Tags: #java

  • simp-core

    The base SIMP build repository

    Tags: #ruby • simp • puppet

  • atlantafx

    Modern JavaFX CSS theme collection with additional controls.

    Grab a self-updating download of the Sampler app for Windows, macOS and Linux, packaged with Conveyor.

    Or download the latest build on the releases page.

    Tags: #java • controls • javafx

  • tsickle

    Tsickle — TypeScript to Closure Translator

    Tsickle converts TypeScript code into a form acceptable to the Closure Compiler. This allows using TypeScript to transpile your sources, and then using Closure Compiler to bundle and optimize them, while taking advantage of type information in Closure Compiler.

    Tags: #typescript

  • BlueHound

    BlueHound - pinpoint the security issues that actually matter

    1. Full Automation: The entire cycle of collection, analysis and reporting is basically done with a click of a button.
    2. Community Driven: BlueHound configuration can be exported and imported by others. Sharing of knowledge, best practices, collection methodologies and more, built-into the tool itself.
    3. Easy Reporting: Creating customized report can be done intuitively, without the need to write any code.
    4. Easy Customization: Any custom collection method can be added into BlueHound. Users can even add their own custom parameters or even custom icons for their graphs.

    Tags: #typescript

  • unmanic

    Unmanic - Library Optimiser

    Dependencies

    Screen-shots

    Install and Run

    License and Contribution

    Tags: #python • hacktoberfest

  • OpenGraph

    A Laravel package to fetch Open Graph data of a website.

    • Easily fetch metadata of a URL. Laravel OpenGraph fetches all the metadata of a URL.

    • Supports language-specific metadata. Laravel OpenGraph can fetch metadata in a specific language if webpage supports.

    • Supports twitter metadata. Laravel OpenGraph supports twitter OG data too.

    • Verify image URL. Laravel OpenGraph verifies that the image URL in the image metadata is valid or not.

    Tags: #php • opengraph • laravel

  • vuex-smart-module

    Type safe Vuex module with powerful module features

    Type safe Vuex module with powerful module features. The basic API idea is brought from Sinai.

    Tags: #typescript • vuejs • vuex

subscribe via RSS