Skip to content

Instantly share code, notes, and snippets.

View Edwardphantom's full-sized avatar

Eduardo Fernandes Larrubia Edwardphantom

View GitHub Profile
@pastleo
pastleo / howdy-face-recognition-arch-kde.md
Last active June 2, 2024 06:27
Setup face recognition authentication on ArchLinux and KDE Plasma using howdy

Setup face recognition authentication on ArchLinux and KDE Plasma using howdy

This is surprisingly easy...basically following Arch Wiki:

https://wiki.archlinux.org/index.php/Howdy

After some investigation, here is step by step and preferences

Install howdy

@kYroL01
kYroL01 / the_descent.c
Created August 9, 2016 13:58
Solution for game "The Descent" on CodingGame
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
/**
* The while loop represents the game.
* Each iteration represents a turn of the game
* where you are given inputs (the heights of the mountains)
* and where you have to print an output (the index of the moutain to fire on)
* The inputs you are given are automatically updated according to your last actions.