Skip to content

Instantly share code, notes, and snippets.

View aljbri's full-sized avatar
🐢
I may be slow to respond.

Abdusalam aljbri

🐢
I may be slow to respond.
View GitHub Profile
@aljbri
aljbri / Analyticsvidhya_Bypass_Signup.user.js
Created January 28, 2024 18:38
Analyticsvidhya Bypass Signup Helper
// ==UserScript==
// @name Analyticsvidhya Bypass Signup
// @namespace http://www.analyticsvidhya.com/
// @version 0.0.1
// @description Analyticsvidhya Bypass Signup
// @author You
// @match https://www.analyticsvidhya.com/*
// @icon https://www.analyticsvidhya.com/wp-content/uploads/2015/02/logo_square_v2.jpg
// @grant none
// ==/UserScript==
@aljbri
aljbri / idm_reset_trial.md
Last active March 17, 2024 02:36
Internet Download Manager reset trial

IDM reset trial

Internet Download Manager (IDM) has two registry keys that are used to save the installation timestamp that considers the starting of the trial time. For resetting the timer both keys have to be deleted, besides other configurations that have to be reset to the default configuration.


To reset the time you can do it either by using the original setting that was used while installing the application for the first time. ConfigTime and MData have to be deleted, and the Thread value has to be set to 1 while the Model value will be set to 0x68. in addtion, you have to delete the IDM setting folder in this path %appdata%\IDM

  • copy the folowing code and save it in reg file
@aljbri
aljbri / mvcpp14.md
Created September 21, 2020 16:39
Microsoft Visual C++ 14.0 Build Tools

What is it about?

Sometimes while installing a new packages in Python we may get the following error:

error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools

In this tiny note, you can get the direct installer for the Microsoft Visual C++ Build Tools 14.0 and you can make an offline installer. Therefore, you can use it on a different computer

Before do anything, install or upgrade the Setuptools Python package. It contain compatibility improvements and add automatic use of compilers [source]