Posts
-
Couscous
Couscous is good.
Couscous was designed to be as simple as possible. By embracing simplicity, it becomes extremely simple to extend.
Tags: #php • documentation • markdown
-
cfn_nag
Linting tool for CloudFormation templates
The cfn-nag tool looks for patterns in CloudFormation templates that may indicate insecure infrastructure. Roughly speaking, it will look for:
- IAM rules that are too permissive (wildcards)
- Security group rules that are too permissive (wildcards)
- Access logs that aren’t enabled
- Encryption that isn’t enabled
- Password literals
For more background on the tool, please see this post at Stelligent’s blog:
Tags: #ruby • continuous-testing • unit-testing
-
guard-rubocop
Guard plugin for RuboCop
guard-rubocop allows you to automatically check Ruby code style with RuboCop when files are modified.
Tested on MRI 2.5 - 2.7.
Tags: #ruby
-
probtorch
Probabilistic Torch is library for deep generative models that extends PyTorch
(in order of joining)
- Jan-Willem van de Meent
- Siddharth Narayanaswamy
- Brooks Paige
- Alban Desmaison
- Alican Bozkurt
- Amirsina Torfi
- Babak Esmaeili
- Eli Sennesh
Tags: #python
-
atmo
:heavy_check_mark: Mock data for your prototypes and demos. Remote deployments to Zeit now.
- Mock Http endpoints
- SSL support
- Static assets directory
- Returns JSON/XML/Text
- Write custom scripts with JS
- Deploy with a single click (via Zeit’s Now)
Tags: #typescript • atmo • prototyping
-
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
subscribe via RSS