I hereby claim:
- I am Med-ELOMARI on github.
- I am medelomari (https://keybase.io/medelomari) on keybase.
- I have a public key whose fingerprint is 4F92 2584 2075 E6F7 9AAD 339B E3A3 34D7 7033 1E69
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import functools | |
def layomkin(func): | |
""" | |
A Decorator For the Golden days , | |
aka not possible to substitute and get negatives (layomkin) | |
:param func: the function to decorate | |
:return: the check of "layomkin" | |
""" |
# 2015/02/25 FST Settat , with a friend aka oussama | |
import matplotlib.pyplot as plot | |
from numpy import exp, angle, conj, sqrt | |
# initialisation des parametres de la PLL | |
constante_VCO = 0.01 | |
phase_out = 0.0 | |
frequnece_out = 1 | |
VCO_sortie = exp(1j * phase_out) | |
phase_difference = 0.0 |
#!/usr/bin/env python | |
import json | |
import sys | |
import urllib2 | |
def get_ip(host): | |
trac = "http://ip-api.com/json/" | |
header = {'User-Agent': 'Mozilla/5.0'} | |
try : |
/* | |
Name: Email Tools (filtring - Joining - spliting ... and more ! ) | |
Copyright: Venus 2016 | |
Author: MOHAMED EL OMARI | |
Date: 20/08/16 02:39 , reviewed 16/04/17 22:44 | |
Description: this Project is personal and free not for sell | |
*/ | |
#include <string> | |
#include <ctime> | |
#include <cstdlib> |