Skip to content

Instantly share code, notes, and snippets.

View sinclairfr's full-sized avatar
🏠
Working from home

Mehdi Fekih sinclairfr

🏠
Working from home
  • Alphaprime - Prismanalytics
  • Paris, France
View GitHub Profile
638 cat wilders.csv | grep -i PHP | grep -i France | grep -c 2019 > php_france_2019.csv
639 cat wilders.csv | grep -i JavaScript | grep -i 'toulouse\|biarritz' > javascript_biarritz_toulouse.csv
640 history | tail > history.txt
638 cat wilders.csv | grep -i PHP | grep -c 2019 > php_france_2019.csv
639 cat wilders.csv | grep -i JavaScript | grep -i 'toulouse\|biarritz' > javascript_biarritz_toulouse.csv
640 history | tail > history.txt
@sinclairfr
sinclairfr / resume.json
Created October 7, 2023 11:55
resume_json
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Mehdi Fekih",
"label": "NLP | Big Data | Computer Vision | Machine Learning | Data Analysis | AWS certified",
"image": "",
"email": "mehdi.fekih@edhec.com",
"phone": "0782906071",
"url": "",
"summary": "Professionnel expérimenté avec un parcours diversifié dans les domaines de la finance d'entreprise, du développement web, de l'immobilier, de la sécurité réseau et de la data science. Grande capacité à s'adapter aux nouvelles technologies et aux nouveaux secteurs.",
@sinclairfr
sinclairfr / frigate_notification.yaml
Created November 30, 2022 15:41 — forked from hunterjm/frigate_notification.yaml
Frigate Notification Blueprint
blueprint:
name: Frigate Notification
description: |
## Frigate Mobile App Notification
This blueprint will send a notification to your device when a Frigate event for the selected camera is fired. The notification will initially include the thumbnail of the detection, but will update to include actionable notifications allowing you to view the saved clip/snapshot when available, or silence the notification for a configurable amount of time.
With this blueprint, you may send the notification to multiple devices by leaving "Device" blank and instead use a [notification group][1].
### Required entities:
/*
+-----------------------------------------------------------------+
| Created by Chirag Mehta - http://chir.ag/projects/ntc |
|-----------------------------------------------------------------|
| ntc js (Name that Color JavaScript) |
+-----------------------------------------------------------------+
All the functions, code, lists etc. have been written specifically
for the Name that Color JavaScript by Chirag Mehta unless otherwise
body {display: none}
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# We use preexec and precmd hook functions for Bash
# If you have anything that's using the Debug Trap or PROMPT_COMMAND
# change it to use preexec or precmd
# See also https://github.com/rcaloras/bash-preexec
# If not running interactively, don't do anything
case $- in