😏
git push --force master
-
Seznam
- Czech Republic, South Moravia, Brno
- https://gitlab.com/schulzrol
Highlights
- Pro
Pinned Loading
-
mapa.idsjmk-history-visualization
mapa.idsjmk-history-visualization Publichttps://www.youtube.com/watch?v=InClAzbJqRU
Jupyter Notebook 1
-
Script for sending phone push notifi...
Script for sending phone push notifications through IFTTT backend 1#!/bin/bash
23# Script for sending phone push notifications through IFTTT backend
4# Sends input arguments as value1 to devices configured to receive IFTTT Maker event notifications through web requests
5 -
Execution script for interactive fuz...
Execution script for interactive fuzzy find menus 1#!/bin/sh
2# $1 file containing key\tvalue\tdescription mappings
3# $2 which of \t separated columns to choose
4cat "$1" |
5wofi -d |
-
Partitioning a list into other lists...
Partitioning a list into other lists based on member predicate 1# filter indexes
2valid_indexes = []
3invalid_indexes = []
4for i in indexes:
5# append based on predicate split parts
-
Splits last commit into commit per f...
Splits last commit into commit per file changed 1#!/usr/bin/env bash
23message="$(git log --pretty=format:'%s' -n1)"
45if [ `git status --porcelain --untracked-files=no | wc -l` = 0 ]
-
Find duplicates in directory and opt...
Find duplicates in directory and optionally remove them 1#!/bin/bash
2# to remove duplicates call like
3# $ dups . | bash
45declare -A arr
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.