Posts
-
action-release
GitHub Action for creating a release on Sentry
NOTE: Currently only available for Linux runners. See this issue for more details.
Automatically create a Sentry release in a workflow.
A release is a version of your code that can be deployed to an environment. When you give Sentry information about your releases, you unlock a number of new features:
- Determine the issues and regressions introduced in a new release
- Predict which commit caused an issue and who is likely responsible
- Resolve issues by including the issue number in your commit message
- Receive email notifications when your code gets deployed
Additionally, releases are used for applying source maps to minified JavaScript to view original, untransformed source code. You can learn more about releases in the releases documentation.
Tags: #typescript • tag-production
-
cyclonedx-maven-plugin
Creates CycloneDX Software Bill of Materials (SBOM) from Maven projects
The following table provides information on the version of this Maven plugin, the CycloneDX schema version supported, as well as the output format options. Use the latest possible version of this plugin that is compatible with the CycloneDX version supported by the target system.
Version Schema Version Format(s) 2.6.x CycloneDX v1.4 XML/JSON 2.5.x CycloneDX v1.3 XML/JSON 2.0.x CycloneDX v1.2 XML/JSON 1.4.x CycloneDX v1.1 XML 1.0x CycloneDX v1.0 XML Tags: #java • bom • spdx
-
reline
The compatible library with the API of Ruby’s stdlib ‘readline’
Reline is compatible with the API of Ruby’s stdlib ‘readline’, GNU Readline and Editline by pure Ruby implementation.
Tags: #ruby • hacktoberfest
-
mitype
Typing speed test in terminal
- 🖥️ Cross-platform
- 🎦 See your replay
- 📝 Choose custom text input
- 🅰️ 6000 text samples
- 🌈 Colored texts
Tags: #python • curses • terminal
-
Canvas2ImagePlugin
PhoneGap / Cordova plugin for iOS to save the contents of an HTML canvas to the device’s Photo Library
Canvas2ImagePlugin
This plugin allows you to save the contents of an HTML canvas tag to the iOS Photo Library, Android Gallery or WindowsPhone 8 Photo Album from your app.
See an example project using it here: https://github.com/devgeeks/Canvas2ImageDemo - note: this app does not work in wp8.
Installation
Tags: #java
-
GitMiner
Tool for advanced mining for content on Github
+---------------------------------------------------+ | DEVELOPERS ASSUME NO LIABILITY AND ARE NOT | | RESPONSIBLE FOR ANY MISUSE OR DAMAGE CAUSED BY | | THIS PROGRAM | +---------------------------------------------------+Tags: #python • gitminer • information-gathering-tool
-
tomcat-cluster-redis-session-manager
Tomcat clustering redis session manager java client.
The Redis session manager is pluggable one. It stores session into Redis for easy distribution of HTTP Requests across a cluster of Tomcat servers.
Here the Sessions are implemented as non-sticky (means, each request can able to go to any server in the cluster, unlike the Apache provided Tomcat clustering setup.)
Request Sessions will be stored into Redis immediately (Session attributes must be Serializable), for the use of other servers. When tomcat receives a request from the client, Sessions are loaded directly from Redis.
Supports Redis default, sentinel and cluster mode, based on the configuration.
Going forward, we no need to enable sticky session (JSESSIONID) in Load Balancer.
Tags: #java • tomcat-clustering • tomcat-session-manager
-
laravel-boilerplate
Laravel Boilerplate / Starter Kit with Gentelella Admin Theme
Laravel Boilerplate provides a very flexible and extensible way of building your custom Laravel applications.
Tags: #php • laravel • admin
-
mailgun-js-boland
A simple Node.js helper module for Mailgun API.
Simple Node.js module for Mailgun.
Tags: #javascript • mailgun
-
Lightweight-Stream-API
Stream API from Java 8 rewritten on iterators for Java 7 and below
- Functional interfaces (
Supplier,Function,Consumeretc); Stream/IntStream/LongStream/DoubleStream(without parallel processing, but with a variety of additional methods and with custom operators);Optional/OptionalBoolean/OptionalInt/OptionalLong/OptionalDoubleclasses;Exceptionalclass - functional way to deal with exceptions;Objectsfrom Java 7.
Tags: #java • backports • stream-api
- Functional interfaces (
subscribe via RSS