Posts
-
delegated-events
A small, fast delegated event library for JavaScript.
A small, fast delegated event library for JavaScript.
Tags: #javascript
-
decaffeinate
Goodbye CoffeeScript, hello JavaScript!
Goodbye CoffeeScript, hello JavaScript!
JavaScript is the future, in part thanks to CoffeeScript. Now that it has served its purpose, it’s time to move on. Convert your CoffeeScript source to modern JavaScript with decaffeinate.
Tags: #typescript • coffeescript • conversion
-
lunasec
LunaSec - Open Source Security Software built by Security Engineers. Scan your dependencies for Log4Shell, or add Data Tokenization to prevent data leaks. Try our live Tokenizer demo: https://app.lunasec.dev
We’re a team of Security Engineers on a mission to make awesome Open Source Application Security tooling. It all lives in this repo. Here’s a breakdown of everything we’ve built.
- Log4Shell CLI: A small command line utility to scan for Log4Shell. Also supports patching JAR files against
Log4Shell, scanning running processes on your system, and more. Follow our
Mitigation Guide for more context.
- Status: Production ready.
- LunaTrace: A vulnerability scanner and web dashboard that helps track vulnerabilities in real-time. Combines static analysis,
dynamic analysis, and live-patching into an enterpise-grade vulnerability solution.
- Status: Under active development.
- LunaDefend: An end-to-end suite of security software built
around Tokenization designed to proactively protect your sensitive data from being hacked, as well as providing an
easier path towards compliance (SOC2, GDPR, PCI-DSS, etc).
- Status: Production ready.
- Our Security Blog: Our ramblings to the internet. This is where we broke the news about the log4j vulnerability and gave it the name Log4Shell. The blog lives in this repo under
/docs/blogif you feel like contributing!
Tags: #typescript • tokenization • web-security
- Log4Shell CLI: A small command line utility to scan for Log4Shell. Also supports patching JAR files against
Log4Shell, scanning running processes on your system, and more. Follow our
Mitigation Guide for more context.
-
api-pagination
:page_facing_up: Link header pagination for Rails and Grape APIs.
Paginate in your headers, not in your response body. This follows the proposed RFC-8288 standard for Web linking.
Tags: #ruby • api • pagination
-
lucid
A UI component library from AppNexus.
A UI component library from AppNexus.
Tags: #typescript • react • components
-
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
antIf
antfinishes 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 jarThis process will create a file “mallet.jar” in the “dist” directory within Mallet.
Tags: #java
-
joda-money
Java library to represent monetary amounts.
Various documentation is available:
- The home page
- The helpful user guide
- The Javadoc
- The change notes for the releases
Tags: #java • joda-money • joda
-
fess
Fess is very powerful and easily deployable Enterprise Search Server.
Fess is a very powerful and easily deployable Enterprise Search Server. You can quickly install and run Fess on any platform where you can run the Java Runtime Environment. Fess is provided under the Apache License 2.0.
Fess is based on Elasticsearch, but knowledge/experience about Elasticsearch is not required. Fess provides an easy to use Administration GUI to configure the system via your browser. Fess also contains a Crawler, which can crawl documents on a web server, file system, or Data Store (such as a CSV or database). Many file formats are supported including (but not limited to): Microsoft Office, PDF, and zip.
Fess Site Search is a free alternative to Google Site Search. For more details, see the FSS JS Generator documentation.
Tags: #java • elasticsearch • full-text-search
-
polymorph
Polymorph is a real-time network packet manipulation framework with support for almost all existing protocols
Polymorph is a tool that facilitates the modification of network traffic on the fly by allowing the execution of Python code on network packets that are intercepted in real time.
This framework can be used to modify in real time network packets that implement any publicly specified network protocol. Additionally, it can be used to modify privately specified network protocols by creating custom abstractions and fields.
Tags: #python • network • packets
-
gradle-profiler
A tool for gathering profiling and benchmarking information for Gradle builds
A tool to automate the gathering of profiling and benchmarking information for Gradle builds.
Profiling information can be captured using several different tools:
- Using Gradle build scans
- Using Async Profiler
- Using JProfiler
- Using YourKit profiler
- Using Java flight recorder
- Producing a heap dump in HPROF format
- Producing Chrome Trace output
Tags: #java
subscribe via RSS