Skip to content

Instantly share code, notes, and snippets.

View imvickykumar999's full-sized avatar
Buy me Coffee : https://pages.razorpay.com/BuyMeCoffee24x7

Vicky Kumar imvickykumar999

Buy me Coffee : https://pages.razorpay.com/BuyMeCoffee24x7
View GitHub Profile
Easy 0/929 >------------------------ 0.0%
Medium 0/2019 >------------------------ 0.0%
Hard 0/912 >------------------------ 0.0%
-- -- -- --
All 0/3860 >------------------------ 0.0%
JavaScript 714 hrs 59 mins >>>>>>>>>>>---------- 50.5%
JSON 168 hrs 37 mins >>>------------------ 11.9%
Python 142 hrs 11 mins >>>------------------ 10.1%
HTML 66 hrs 48 mins >-------------------- 4.7%
Markdown 52 hrs 13 mins >-------------------- 3.7%
@imvickykumar999
imvickykumar999 / coco.names
Last active November 2, 2023 10:50
Object Detection of Public Live Camera using YOLOv3
person
bicycle
car
motorbike
aeroplane
bus
train
truck
boat
traffic light
@imvickykumar999
imvickykumar999 / app.py
Created October 20, 2023 14:24
Phishing using Flask on Dark Web
# pip install VicksTor --upgrade
# >>> python
# from HostTor import VicksTor
# import VicksTor
# VicksTor.run_server('flask')
from flask import (
Flask, request,
@imvickykumar999
imvickykumar999 / add-vba-macro-in-powerpoint.py
Created April 3, 2023 09:58 — forked from aspose-com-gists/add-vba-macro-in-powerpoint.py
Work with VBA Macros in PowerPoint PPT/PPTX in Python
# Create or load a presentation
with slides.Presentation() as presentation:
# Create new VBA project
presentation.vba_project = slides.vba.VbaProject()
# Add empty module to the VBA project
module = presentation.vba_project.modules.add_empty_module("Module")
# Set module source code
module.source_code = "Sub Test(oShape As Shape) MsgBox ""Test"" End Sub"
@imvickykumar999
imvickykumar999 / 2d-rubix-cube.ipynb
Created February 25, 2023 11:43
2D Rubix Cube.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mwaskom
mwaskom / replacing_seaborn_distplot.ipynb
Last active June 2, 2026 21:48
A guide to replacing the deprecated `seaborn.distplot` function.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aspose-com-gists
aspose-com-gists / add-vba-macro-in-powerpoint.py
Last active April 3, 2023 09:58
Work with VBA Macros in PowerPoint PPT/PPTX in Python
# Create or load a presentation
with slides.Presentation() as presentation:
# Create new VBA project
presentation.vba_project = slides.vba.VbaProject()
# Add empty module to the VBA project
module = presentation.vba_project.modules.add_empty_module("Module")
# Set module source code
module.source_code = "Sub Test(oShape As Shape) MsgBox ""Test"" End Sub"
@rapatil
rapatil / Automating Salesforce Data Extraction Using Python.ipynb
Last active April 28, 2026 00:14
Approach: Automating Salesforce Data Extraction Using Python
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.