Posts

  • defcon_27_windbg_workshop

    DEFCON 27 workshop - Modern Debugging with WinDbg Preview

    This repository contains the materials for the DEFCON 27 workshop

    Tags: #python

  • parity

    Open source software platform for trading venues

    Parity is an open source software platform for trading venues. It can be used to run a financial marketplace, develop algorithmic trading agents, or research market microstructure.

    Parity requires Java Runtime Environment (JRE) 8 or newer.

    Tags: #java • exchange • finance

  • msphpsql

    Microsoft Drivers for PHP for SQL Server

    Welcome to the Microsoft Drivers for PHP for Microsoft SQL Server

    The [Microsoft Drivers for PHP for Microsoft SQL Server][phpdoc] are PHP extensions that allow for the reading and writing of SQL Server data from within PHP scripts. The SQLSRV extension provides a procedural interface while the PDO_SQLSRV extension implements PHP Data Objects (PDO) for accessing data in all editions of SQL Server 2012 and later (including Azure SQL DB). These drivers rely on the [Microsoft ODBC Driver for SQL Server][odbcdoc] to handle the low-level communication with SQL Server.

    This release contains the SQLSRV and PDO_SQLSRV drivers for PHP 7.3+ with improvements on both drivers and some limitations. Upcoming [releases][releases] will contain additional functionalities, bug fixes, and more.

    Tags: #php • microsoft • php-extension

  • normalise

    A module for normalising text.

    This module takes a text as input, and returns it in a normalised form, ie. expands all word tokens deemed not to be of a standard type. Non-standard words (NSWs) are detected, classified and expanded. Examples of NSWs that are normalised include:

    • Numbers - percentages, dates, currency amounts, ranges, telephone numbers.
    • Abbreviations and acronyms.
    • Web addresses and hashtags.

    Tags: #python

  • wordsmith

    The aim of Wordsmith is to assist with creating tailored wordlists. This is mostly based on geolocation.

    The aim of Wordsmith is to assist with creating tailored wordlists and usernames that are primarilly based on geolocation.

    Authors: @kawabungah & @porterhau5.

    Wild West Hackin’ Fest 2017 presentation.

    Wordsmith Parsers project: https://github.com/skahwah/wordsmith_parsers.

    Tags: #ruby

  • OpenFarm

    A free and open database for farming and gardening knowledge. You can grow anything!

    We take security seriously and value the input of independent researchers. Please email security@farmbot.io for issues that require immediate attention. Please follow responsible disclosure. Do not use Slack or Github issues to discuss security vulnerabilities.

    Tags: #ruby • gardening • farming

  • exakat

    The Exakat Engine : smart static analysis for PHP

    The Exakat Engine is an automated code reviewing engine for PHP.

    Tags: #php • php7 • gremlin

  • aes-js

    A pure JavaScript implementation of the AES block cipher and all common modes of operation for node.js or web browsers.

    To install aes-js in your node.js project:

    npm install aes-js
    

    And to access it from within node, simply add:

    var aesjs = require('aes-js');
    

    Tags: #javascript • aes • ecb

  • ember-decorators

    Useful decorators for Ember applications.

    Ember follows the legacy decorators “stage 1” proposal API. The decorators proposal is currently being redesigned for stage 3, and the champions have publicly stated that this is the recommended path forward.

    Tags: #javascript • decorators • ember-addon

  • fmt-maven-plugin

    Opinionated Maven Plugin that formats your Java code.

    Formats your code using google-java-format which follows Google’s code styleguide.

    The format cannot be configured by design.

    If you want your IDE to stick to the same format, google-java-format also includes integrations for IntelliJ and Eclipse IDE’s, following the installation instructions on the README.

    Tags: #java

subscribe via RSS