Skip to content

Instantly share code, notes, and snippets.

View lsbardel's full-sized avatar
☀️
magic

Luca Sbardella lsbardel

☀️
magic
View GitHub Profile
@pahud
pahud / main.workflow
Last active July 24, 2023 08:20
Github Actions with Amazon EKS CI/CD
workflow "Demo workflow" {
on = "push"
resolves = ["SNS Notification"]
}
action "Build Image" {
uses = "actions/docker/cli@c08a5fc9e0286844156fefff2c141072048141f6"
runs = ["/bin/sh", "-c", "docker build -t $IMAGE_URI ."]
env = {
IMAGE_URI = "xxxxxxxx.dkr.ecr.ap-northeast-1.amazonaws.com/github-action-demo:latest"
@mbostock
mbostock / .block
Last active January 14, 2023 04:21
Screen Recording to GIF
license: gpl-3.0
@lsbardel
lsbardel / setbenchmark.md
Last active January 1, 2016 00:49
pulsards versus redis

Benchmarks on a osx 10.8.5 with 2.7 Ghz Intel Core i7

  • pulsards - python 3.3: 6.4 seconds
  • pulsards - pypy 2.2.1: 2.35 seconds
  • redis 2.8: 1.05 seconds

Redis is 6 times faster than pulsar on python 3.3, but only 2.2 times faster than pulsar on pypy.

Impressive pypy!

@mbostock
mbostock / .block
Last active March 12, 2016 08:41
Zoom Transitions
license: gpl-3.0
@riccardoscalco
riccardoscalco / README.md
Last active April 1, 2020 14:02
Topojson of Italy (province)