Posts
-
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.iofor 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-jsin your node.js project:npm install aes-jsAnd 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
-
tenanti
[Package] Multi-tenant Database Schema Manager for Laravel
Laravel Tenanti 5.5.x 3.5.x 5.6.x 3.6.x 5.7.x 3.7.x 5.8.x 3.8.x 6.x 4.x 7.x 5.x 8.x 6.x Tags: #php • tenant • database-migrations
-
mobly
E2E test framework for tests with complex environment requirements.
Mobly is a Python-based test framework that specializes in supporting test cases that require multiple devices, complex environments, or custom hardware setups.
Here are some example use cases:
- P2P data transfer between two devices
- Conference calls across three phones
- Wearable device interacting with a phone
- Internet-Of-Things devices interacting with each other
- Testing RF characteristics of devices with special equipment
- Testing LTE network by controlling phones, base stations, and eNBs
Mobly can support many different types of devices and equipment, and it’s easy to plug your own device or custom equipment/service into Mobly.
Mobly comes with a set of libs to control common devices like Android devices.
While developed by Googlers, Mobly is not an official Google product.
Tags: #python • android • testing
subscribe via RSS