Posts
-
clickhouse-activerecord
A Ruby database ActiveRecord driver for ClickHouse
A Ruby database ActiveRecord driver for ClickHouse. Support Rails >= 7.1. Support ClickHouse version from 22.0 LTS.
Tags: #ruby
-
groupoffice
Group Office groupware and CRM
Group-Office is an enterprise CRM and groupware tool. Share projects, calendars, files and e-mail online with co-workers and clients. Easy to use and fully customizable.
Tags: #php • groupware • crm
-
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
subscribe via RSS