Pinned Loading
-
NBN-Pi-Core
NBN-Pi-Core PublicA highly resilient Zero-Conf (Plug & Play) solution to remotely manage any LAN using failproof SSH tunnels.
-
Digispark-Meterpreter-Framework
Digispark-Meterpreter-Framework PublicA framework which writes your Digispark arduino code for a specific metasploit payload.
-
Computes Fibonacci Numbers using Dyn...
Computes Fibonacci Numbers using Dynamic Programming Algorithm (Memoization) on MATLAB. 1% This technique is mainly used to optimize the running time of the algorithm, it transfoms exponential time caused by the recursion
2% into polynomial time.
3% Run this file on Matlab (with the csv files in the same dir)
4clear
5clc
-
Ce script MATLAB permet le calcul du...
Ce script MATLAB permet le calcul du coefficient de friction (Lambda) F selon la corrélation de Colebrook. // A Matlab script to compute the friction coefficient based on Colebrook correlation. 1%Auteur: Nassim BENTARKA
2%Ecrit le 15/05/2018
3%INPUT:
4%Nombre de Reynolds: R ; et Rugosité relative: K
5%Le nombre d'itérations
-
Trim Videos from any format using FF...
Trim Videos from any format using FFMPEG in copy-paste speeds! 1#!/bin/bash
2#Author: Nassim BENTARKA (NBN) @nassimosaz
3#You can implement this tool into your system by copying the script into ~/bin/ directory as fast-video-trim
4if [ $# -ne 4 ]; then
5printf "\n${0}: usage: Fast-Video-Trim.sh [BEGIN_TIME HH:MM:SS:] [END_TIME HH:MM:SS] [INPUT_FILE] [OUTPUT_FILE]\n\n"
-
Random number generator that uses /d...
Random number generator that uses /dev/random as entropy source. Written as part of an experiment on the potential influences of the mind on the randomness of an event: a coin toss in this case. 1#!/usr/bin/env python3
2import random
3import matplotlib as plt
4import time
5import os
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.