Skip to content

Instantly share code, notes, and snippets.

View mavimo's full-sized avatar
⌨️
coding

Marco Vito Moscaritolo mavimo

⌨️
coding
View GitHub Profile
@mavimo
mavimo / Readme.md
Last active March 11, 2023 09:22 — forked from steintore/Readme.md

Description

Dashing widget to display a Jenkins build status and build progress

The widget is based on the meter-widget which is default in the Dashing installation

The widget can also see the progress of a "pre-build", i.e if you have a job triggering the actual build you want to define, you can configure this job in the jenkins_build.rb as a prebuild.

For more information, please see Coding Like a tosser

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mavimo
mavimo / brew.sh
Created February 14, 2016 15:52
mavimo's mac setup
#!/bin/sh
# Tap required repos
brew tap blackfireio/blackfire
brew tap caskroom/cask
brew tap caskroom/versions
brew tap homebrew/dupes
brew tap homebrew/fuse
brew tap homebrew/php
brew tap homebrew/versions

ThumbsUP Stats (aka 👍 📈)

Welcome to ProntoPro's backend assignment!

Please read through the instructions below and don't hesitate to ask questions in case you need any clarification on the specs.

Good luck and have fun!

Introduction

@mavimo
mavimo / keybase.md
Created September 19, 2019 19:10
keybase.md

Keybase proof

I hereby claim:

  • I am mavimo on github.
  • I am mavimo (https://keybase.io/mavimo) on keybase.
  • I have a public key ASDsM0YBtCYELJ7Gf3byPsmS_Eo6vlkqOCqmvDG656Trsgo

To claim this, I am signing this object:

@mavimo
mavimo / keybase.md
Created September 19, 2019 19:07
keybase.md

mavimo

Keybase proof

I hereby claim:

  • I am mavimo on github.
  • I am mavimo (https://keybase.io/mavimo) on keybase.
  • I have a public key ASDsM0YBtCYELJ7Gf3byPsmS_Eo6vlkqOCqmvDG656Trsgo

To claim this, I am signing this object:

mavimo
### Keybase proof
I hereby claim:
* I am mavimo on github.
* I am mavimo (https://keybase.io/mavimo) on keybase.
* I have a public key ASDsM0YBtCYELJ7Gf3byPsmS_Eo6vlkqOCqmvDG656Trsgo
To claim this, I am signing this object:
apiVersion: v1
kind: Service
metadata:
labels:
app: cassandra
name: cassandra
spec:
clusterIP: None
ports:
- port: 9042
@mavimo
mavimo / rabbit-dashbard.json
Created January 1, 2018 22:29
monitoring RabbitMQ with Grafana
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
@mavimo
mavimo / dockerscaler.go
Created July 24, 2018 07:03
docker-scaler
package dockerscaler
import (
"context"
"crypto/tls"
"crypto/x509"
"errors"
"fmt"
"io/ioutil"
"net/http"