Skip to content

Instantly share code, notes, and snippets.

View cedricfarinazzo's full-sized avatar
💻
Working from home

cedricfarinazzo cedricfarinazzo

💻
Working from home
View GitHub Profile
deb http://ftp.fr.debian.org/debian bullseye main
deb-src http://ftp.fr.debian.org/debian bullseye main
deb http://ftp.fr.debian.org/debian-security/ bullseye-security main
deb-src http://ftp.fr.debian.org/debian-security/ bullseye-security main
deb http://ftp.fr.debian.org/debian bullseye-updates main
deb-src http://ftp.fr.debian.org/debian bullseye-updates main
# If you come from bash you might have to change your $PATH.
export PATH=$HOME/bin:/usr/local/bin:/usr/local/go/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/home/$USER/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Sed
//@version=4
strategy("POC 1.1", overlay=true)
// INPUT
draw_only_input = input(title="Draw only", type=input.bool, defval=false)
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Sed101010
//@version=4
strategy("POC 1", overlay=true, initial_capital=2000)
// INPUT
positionType = input(defval="LONG", title="Position Type", options=["LONG", "SHORT"])
@cedricfarinazzo
cedricfarinazzo / config.yml
Last active May 22, 2020 15:09
Lichess config
token: "XXXXXXXXXXX" # lichess OAuth2 Token
url: "https://lichess.org/" # lichess base URL
engine: # engine settings
dir: "./engines/" # dir containing engines, relative to this project
name: "chessengine" # binary name of the engine to use
protocol: "uci" # "uci" or "xboard"
uci_ponder: false # think on opponent time; only works if "protocol" is "uci"
polyglot:
enabled: false # activate polyglot book

Simple alarm clock for Arch linux

Dependency

Setup

#!/bin/sh
if [ $# -ne 1 ]; then
exit 1
fi
git status > /dev/null
if [ $? -ne 0 ]; then
exit 1
fi

Keybase proof

I hereby claim:

  • I am cedricfarinazzo on github.
  • I am cedricfarinazzo (https://keybase.io/cedricfarinazzo) on keybase.
  • I have a public key whose fingerprint is 017E 4796 793A B9A6 2221 48EC 14C9 6080 B874 B21C

To claim this, I am signing this object: