Posts

  • 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

  • alf.io

    alf.io - The open source ticket reservation system for conferences, trade shows, workshops, meetups

    As the work for Alf.io v2 has started, this branch may contain unstable and untested code. If you want to build and deploy alf.io by yourself, we strongly suggest you to use the 2.0-M4-maintenance branch, as it contains production-ready code.

    Tags: #java • alfio • event

  • rr

    RR is a test double framework that features a rich selection of double techniques and a terse syntax. ⛺

    RR is a test double framework for Ruby that features a rich selection of double techniques and a terse syntax.


    Tags: #ruby

  • msgraph-sdk-ruby

    Microsoft Graph Ruby client library for v1 APIs

    Please read this post for more information and to provide feedback.

    Tags: #ruby • microsoftgraph • devxeng

  • Part-DB-server

    Part-DB is an Open source inventory management system for your electronic components

    Part-DB is an Open-Source inventory management system for your electronic components. It is installed on a web server and so can be accessed with any browser without the need to install additional software.

    The version in this repository is a complete rewrite of the legacy Part-DB (Version < 1.0) based on a modern framework and is the recommended version to use.

    If you find a bug, please open an Issue on GitHub, so it can be fixed for everybody.

    Tags: #php • part-db • symfony

  • passport-spotify

    Spotify authentication strategy for Passport and Node.js.

    Passport strategy for authenticating with Spotify using the OAuth 2.0 API.

    This module lets you authenticate using Spotify in your Node.js applications. By plugging into Passport, Spotify authentication can be easily and unobtrusively integrated into any application or framework that supports Connect-style middleware, including Express.

    For more information about Spotify’s OAuth 2.0 implementation, check their Web API Authorization Guide.

    Tags: #javascript • spotify • passport

subscribe via RSS