Posts

  • dry-web

    Lightweight web application stack with pluggable routing front-ends

    Tags: #ruby

  • xipki

    Highly scalable and high-performance open source PKI (CA and OCSP responder). Minimal dependencies.

    XiPKI (eXtensible sImple Public Key Infrastructure) is a highly scalable and high-performance open source PKI (CA and OCSP responder).

    Tags: #java • ocsp-responder • certificate-authority

  • JNDI-Injection-Exploit

    Materials about JNDI Injection

    中文文档

    相关文章

    Tags: #java

  • A Vue.js plugin for manipulating cookies

    A Vue.js plugin for manipulating cookies tested up to Vue v2.0.5

    Tags: #javascript

  • doctrine-dbal-postgresql

    Add JSON query support to Doctrine DBAL and DQL

    • Array Integer (integer[])
    • Array BigInt (bigint[])
    • TsVector (tsvector)

    Tags: #php • doctrine • dbal

  • five-video-classification-methods

    Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow

    The five video classification methods:

    1. Classify one frame at a time with a ConvNet
    2. Extract features from each frame with a ConvNet, passing the sequence to an RNN, in a separate network
    3. Use a time-dstirbuted ConvNet, passing the features to an RNN, much like #2 but all in one network (this is the lrcn network in the code).
    4. Extract features from each frame with a ConvNet and pass the sequence to an MLP
    5. Use a 3D convolutional network (has two versions of 3d conv to choose from)

    See the accompanying blog post for full details: https://medium.com/@harvitronix/five-video-classification-methods-implemented-in-keras-and-tensorflow-99cad29cc0b5

    Tags: #python • machine-learning • deep-learning

  • RoundCornerProgressBar

    [Android] Round Corner Progress Bar Library for Android

    Change the view ID parameter in onProgressChanged to View class

    // Old
    fun onProgressChanged(
        viewId: Int, 
        progress: Float, 
        isPrimaryProgress: Boolean, 
        isSecondaryProgress: Boolean
    )
    
    // New
    fun onProgressChanged(
        view: View, 
        progress: Float, 
        isPrimaryProgress: Boolean, 
        isSecondaryProgress: Boolean
    )
    

    Tags: #java • kotlin • android

  • BicBucStriim

    BicBucStriim streams books, digital books. It fills a gap in the functionality of current NAS devices that provide access to music, videos and photos – but not books. BicBucStriim fills this gap and provides web-based access to your e-book collection.

    BicBucStriim streams books, digital books. It was primarily designed to fill a gap in the functionality of NAS devices that provide access to music, videos and photos – but not books. BicBucStriim fills this gap and provides web-based access to your e-book collection.

    BicBucStriim is a simple PHP application that runs in a PHP environment provided by the NAS. It assumes that you manage your e-book collection with Calibre. The application reads the Calibre data and publishes it in HTML form. To access the e-book catalog you simply point your ebook reader to your NAS, select one of your e-books and download it.

    Tags: #php • digital-books • nas

  • openfoodnetwork

    The Open Food Network is an online marketplace for local food. It enables a network of independent online food stores that connects farmers and food hubs (including co-ops, online farmers markets, independent food businesses, etc) with individuals and local businesses. It gives farmers and food hubs an easier and fairer way to distribute their food.

    Supported by the Open Food Foundation and a network of global affiliates, we are proudly open source and not-for-profit - we’re trying to seriously disrupt the concentration of power in global agri-food systems, and we need as many smart people working together on this as possible.

    We’re part of global movement - get involved!

    • Join the conversation [on Slack][slack-invite]. Make sure you introduce yourself in the #general channel and join #dev for all tech-related topics.
    • Head to https://openfoodnetwork.org for more information about the global OFN project.
    • Check out the User Guide for a list of features and tutorials.
    • Join our discussion forum.

    Tags: #ruby • food • food-hubs

  • react-contexify

    Add a context menu to your react app with ease

    Go here.

    Tags: #typescript • react • context-menu

subscribe via RSS