Posts
-
ngx-countUp
Animates a numerical value by counting to it - for Angular
This is an Angular directive wrapper around the core functionality of CountUp which is maintained in the CountUp.js repo. MIT License.
Tags: #typescript
-
ownnote
Notes app for ownCloud
The official release information and downloads can be found at: https://apps.owncloud.com/content/show.php/ownNote+-+Notes+Application?content=168512
Tags: #php
-
resque-scheduler
A light-weight job scheduling system built on top of Resque
Resque-scheduler is an extension to Resque that adds support for queueing items in the future.
Job scheduling is supported in two different ways: Recurring (scheduled) and Delayed.
Scheduled jobs are like cron jobs, recurring on a regular basis. Delayed jobs are resque jobs that you want to run at some point in the future. The syntax is pretty explanatory:
Resque.enqueue_in(5.days, SendFollowupEmail, argument) # runs a job in 5 days, calling SendFollowupEmail.perform(argument) # or Resque.enqueue_at(5.days.from_now, SomeJob, argument) # runs a job at a specific time, calling SomeJob.perform(argument)Tags: #ruby
-
eye
Process monitoring tool. Inspired from Bluepill and God.
We have used god and bluepill in production and always ran into bugs (segfaults, crashes, lost processes, kill not-related processes, load problems, deploy problems, β¦)
We wanted something more robust and production stable.
We wanted the features of bluepill and god, with a few extras like chains, nested configuring, mask matching, easy debug configs
I hope weβve succeeded, weβre using eye in production and are quite happy.
Tags: #ruby β’ monitoring β’ tool
-
wrapper-validation-action
Gradle Wrapper Validation Action
This action validates the checksums of Gradle Wrapper JAR files present in the source tree and fails if unknown Gradle Wrapper JAR files are found.
Tags: #typescript β’ gradle β’ security
-
ratpack
Lean & powerful HTTP apps
Ratpack is a simple, capable, toolkit for creating high performance web applications.
Ratpack is built on Java and the Netty event-driven networking engine. The API is optimized for Groovy and Java 8.
Optional Google Guice integration provides a foundation for scaling your application in size in a managed way.
Optional Gradle build time support makes building and testing applications a breeze.
Tags: #java
-
socket-io-typescript-chat
A chat application implemented using Socket.io, TypeScript, Angular and Angular Material components
Read the blog post with details about this project: Real Time Apps with TypeScript: Integrating Web Sockets, Node & Angular
Tags: #typescript β’ socket β’ angular
-
ModTheSpire
External mod loader for Slay The Spire
ModTheSpire is a tool to load external mods for Slay the Spire without modifying the base game files.
Tags: #java β’ slaythespire β’ mod
-
Discounted-Udemy-Course-Enroller
A script/software for automatically enrolling/joining 100% discounted Udemy courses for free. Get Paid Udemy courses for free with just a few clicks.
Software to enroll in available Udemy Paid/Free courses having coupons automatically to your Udemy account.
Everything you need can be on the website.: techtanic.github.io/duce
Tags: #python β’ free β’ exe
-
kayenta
Automated Canary Service
A canary release is a technique to reduce the risk from deploying a new version of software into production. A new version of software, referred to as the canary, is deployed to a small subset of users alongside the stable running version. Traffic is split between these two versions such that a portion of incoming requests are diverted to the canary. This approach can quickly uncover any problems with the new version without impacting the majority of users.
The quality of the canary version is assessed by comparing key metrics that describe the behavior of the old and new versions. If there is significant degradation in these metrics, the canary is aborted and all of the traffic is routed to the stable version in an effort to minimize the impact of unexpected behavior.
Canaries are usually run against deployments containing changes to code, but they can also be used for operational changes, including changes to configuration.
Tags: #java β’ hacktoberfest
subscribe via RSS