Skip to content

Instantly share code, notes, and snippets.

View vipul-sharma20's full-sized avatar
💭
doin werrk

Vipul vipul-sharma20

💭
doin werrk
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vipul-sharma20
vipul-sharma20 / impersonation.md
Created August 7, 2023 18:32
Instagram impersonation scam

Some comments on the Instagram scam.

How it works?

Below is how the scam works.

  1. The scammer tries to impersonate with someone else's identity (here, vipul.py) with a similar username (here, vipul.py_____)
  2. They will reach out to the followers and say the following

"I am actually contesting for an ambassadorship influencers program can you please vote for me?"

Pressure Cooker Chicken

Ingredients

  • 3-4 Onions
  • 2-3 Tomatoes
  • Pick a few aromats on whatever is available. eg. Elaichi, Dalchini, Laung, Bay Leaf

Powders and Pastes

  • Hing
  • Dhania
  • Jeera
@vipul-sharma20
vipul-sharma20 / patch_font.md
Created June 14, 2020 05:56
Patch your own font (Nerd Fonts)
diff --git a/Python/ceval.c b/Python/ceval.c
index 4e4adc2d63..b02425ea5a 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -662,6 +662,7 @@ static int _Py_TracingPossible = 0;
per thread, now just a pair o' globals */
int _Py_CheckInterval = 100;
volatile int _Py_Ticker = 0; /* so that we hit a "tick" first thing */
+volatile int _Py_Ticker_Count = 0;
{
"Ansi 6 Color" : {
"Green Component" : 0.7333333492279053,
"Red Component" : 0,
"Blue Component" : 0.7333333492279053
},
"Tags" : [
],
"Ansi 12 Color" : {
@vipul-sharma20
vipul-sharma20 / vim-install.md
Created February 4, 2017 07:37
compile vim with python support
  • git clone https://github.com/vim/vim.git
  • cd vim
  • ./configure --with-features=huge --enable-perlinterp=yes --enable-rubyinterp=yes --enable-pythoninterp=yes --enable-multibyte
  • make
  • make install
@vipul-sharma20
vipul-sharma20 / install-output.txt
Last active February 4, 2017 07:35
OpenCV 3.2 cmake output
-- General configuration for OpenCV 3.2.0 =====================================
-- Version control: unknown
--
-- Platform:
-- Timestamp: 2017-02-03T10:55:22Z
-- Host: Darwin 14.0.0 x86_64
-- CMake: 3.7.2
-- CMake generator: Unix Makefiles
-- CMake build tool: /usr/bin/make
-- Configuration: RELEASE