Skip to content

Instantly share code, notes, and snippets.

View yuszuv's full-sized avatar

jan yuszuv

  • AustauschKompass
  • Berlin
View GitHub Profile

Ausgezeichnet! Ich implementiere jetzt Vorschlag 1: Python + FastAPI + Celery für Sie. Ich erstelle eine moderne, containerisierte Lösung. Ran tool

Ich erstelle jetzt das komplette Projekt für Sie. Hier ist die Struktur der Lösung:

job-link-checker/
├── docker-compose.yml
├── Dockerfile
├── requirements.txt
@yuszuv
yuszuv / gist:4544f03e4e95d936cf4a9cd2d656e12f
Created August 27, 2021 21:47
Twitter followers/following backup
#!/usr/bin/env ruby
# simple script to backup all my twitter followings and followers, so that I now can get rid of all
# the stuff that steals my attention ... and FOMO make me to do at least one single backup.
# ... And the best of all ... monads, dry-monaads, DRY-MONADS :)
# Jan jan@sternprodukt.de
# Licence: MIT
require "bundler/setup"
require "dry/cli"
@yuszuv
yuszuv / _service.md
Last active August 29, 2015 14:22 — forked from naholyr/_service.md

Sample service script for debianoids

Look at LSB init scripts for more information.

Usage

Copy to /etc/init.d:

# replace "$YOUR_SERVICE_NAME" with your service's name (whenever it's not enough obvious)