261 private links
Multigit allows checking out multiple git repositories overlaid onto the same directory.
It is useful for projects which are made of different components that are developed separately, but which need to track files from different parts of the directory structure of the project.
Tiao (跳, Chinese for "jump") is a two-player strategy game where you capture pieces by jumping over them.
It's played on a 19×19 grid — the same as a Go board. First to capture 10 enemy pieces wins. White always moves first.
What Changes the Most: git log --format=format: --name-only --since="1 year ago" | sort | uniq -c | sort -nr | head -20
The 20 most-changed files in the last year. The file at the top is almost always the one people warn me about. “Oh yeah, that file. Everyone’s afraid to touch it.”
Who Built This: git shortlog -sn --no-merges
Every contributor ranked by commit count. If one person accounts for 60% or more, that’s your bus factor. If they left six months ago, it’s a crisis. If the top contributor from the overall shortlog doesn’t appear in a 6-month window (git shortlog -sn --no-merges --since="6 months ago"), I flag that to the client immediately.
Where Do Bugs Cluster: git log -i -E --grep="fix|bug|broken" --name-only --format='' | sort | uniq -c | sort -nr | head -20
Same shape as the churn command, filtered to commits with bug-related keywords
Is This Project Accelerating or Dying: git log --format='%ad' --date=format:'%Y-%m' | sort | uniq -c
Commit count by month, for the entire history of the repo
How Often Is the Team Firefighting: git log --oneline --since="1 year ago" | grep -iE 'revert|hotfix|emergency|rollback'
Revert and hotfix frequency
Onitama is an elegant and simple game which captures the essence of martial arts
Each game is quick, usually 15 minutes in length
Each game will use 5 cards chosen randomly from the 16 game cards
The board begin's with each player controlling 4 pawns and 1 king
Each player has a hand of 2 cards
One card is a spare on the side of the board (or on mobile highlighted in the hand)
Playing the Game
Players alternate turns until the game has ended
On a player's turn, they select one of their two cards, determining where they can move one of their pieces
For example, the Ox card lets the player move a piece either
One square forward
One square right
One square behind
Note: Card moves are relative to the player's perspective, so the card will rotate 180 degrees when the opponent has it
Pieces can be moved to any square that is not occupied by a same coloured piece
The played card then switches with the spare card
Capture
If a piece is moved to the same square as an opponent's piece, the opponent's piece is captured and removed from the game
Discarding
If you have no moves that you can legally make, you instead will discard a card, playing it and not moving a pieces
If you can play a move, you cannot discard
Winning the Game
The game can be won in one of two ways
King Capture
If a player captures an opponent's king, they win the game
Base Capture
If a player moves their king to the starting square of the opponent (the coloured square), they win the game
This repository makes software projects which are funded by the Next Generation Internet (NGI) initiative of the European Commission through the NLnet Foundation available as
Configuration modules compatible with NixOS
Package recipes compatible with Nixpkgs
and provides automatically tested example NixOS configurations.
Le règne animal (Metazoa en grec) regorge de nos lointains parents... certains plus éloignés que d'autres ! Metazooa est un jeu qui teste vos connaissances sur notre arbre généalogique étendu.
Votre but est de trouver l'animal mystère du jour en un minimum d'essais. Les mauvaises propositions réduiront le champ des possibles grâce aux rangs taxonomiques (règne, embranchement, classe, ordre, etc.). Plus votre proposition aura de points communs avec la réponse du jour, plus vous en apprendrez sur l'animal mystère.