Skip to content
View ahmedengu's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report ahmedengu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ahmedengu/README.md

Hi there 👋

Pinned

  1. leetcode-solutions leetcode-solutions Public

    LeetCode Solutions

    TypeScript 2

  2. feature_importance feature_importance Public

    Adaptive Machine Learning-Based Stock Prediction using Financial Time Series Technical Indicators

    Jupyter Notebook 9 4

  3. ParseWorkshop ParseWorkshop Public

    A Todo app using: Parse, Angular, Codenameone, Arduino, PHP , Ruby On Rails ... and much more!

    JavaScript 2 2

  4. pyalgotrade_Bitmex pyalgotrade_Bitmex Public

    Forked from gbeced/pyalgotrade

    Python Algorithmic Trading Library with bitmex support

    Python 1

  5. 20X performance improvement on Nodej... 20X performance improvement on Nodejs, just by caching process.env with a single line: process.env = JSON.parse(JSON.stringify(process.env));
    1
    // ****************************
    2
    //* ********* OUTPUT **********
    3
    //* **** 20X Improvement ******
    4
    //* ******** Tested on ********
    5
    //* ****** Node v10.14.2 ******
  6. keep colab running forever by clicki... keep colab running forever by clicking on reconnect button every 60 and cancel the max ram warning ... paste the following code into your browser console
    1
    // run every 1 minute
    2
    setInterval(function () {
    3
    	// close max ram window
    4
    	document.getElementById("cancel") && document.getElementById("cancel").innerText == "IGNORE" && document.getElementById("cancel").click();
    5
    	// reconnect