Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View mohabouje's full-sized avatar
Focusing

Mohammed Boujemaoui mohabouje

Focusing
View GitHub Profile
@mohabouje
mohabouje / useHexo.md
Created August 20, 2019 08:57 — forked from btfak/useHexo.md
How to use Hexo and deploy to GitHub Pages
@mohabouje
mohabouje / Price-Time Matching Engine.c
Created May 21, 2019 12:28 — forked from Jud/Price-Time Matching Engine.c
Price-Time Matching Engine
/*****************************************************************************
* QuantCup 1: Price-Time Matching Engine
*
* Submitted by: voyager
*
* Design Overview:
* In this implementation, the limit order book is represented using
* a flat linear array (pricePoints), indexed by the numeric price value.
* Each entry in this array corresponds to a specific price point and holds
* an instance of struct pricePoint. This data structure maintains a list
@mohabouje
mohabouje / emsnr.c
Created December 16, 2018 22:13 — forked from naoh16/emsnr.c
Calculate SNR (Signal-to-Noise Ratio) based on an assumption of two-mixture Gaussian distribution
/**
* emsnr
* SNRを計算する
*
* Usage: echo datafilename | emsnr -r residual -l maxloop
* Output: filename SNR SNR_fix SNR_ptile weight low_power high_power low_variance high_variance loglikelyhood
*
* 2012-02-18 Add licence
* 2008-10-12 引数をすべてオプションに変更(-h, -s, -x, -r, -l)
* Pre-Emphasis オプション€(-e)
@mohabouje
mohabouje / NavigationDrawer.qml
Created July 2, 2017 17:18 — forked from jbache/NavigationDrawer.qml
Qt Quick Navigation Drawer
/*
Copyright (c) 2014 Cutehacks A/S
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions: