Skip to content

Instantly share code, notes, and snippets.

View imvickykumar999's full-sized avatar
🧅
http://vanity3yyoibkcgj6xbsvr72oh2prmiky5bbe7ogxyq662ewhpdsaeqd.onion

Vicky Kumar imvickykumar999

🧅
http://vanity3yyoibkcgj6xbsvr72oh2prmiky5bbe7ogxyq662ewhpdsaeqd.onion
View GitHub Profile
Easy 0/929 >------------------------ 0.0%
Medium 0/2019 >------------------------ 0.0%
Hard 0/912 >------------------------ 0.0%
-- -- -- --
All 0/3860 >------------------------ 0.0%
JavaScript 462 hrs 42 mins >>>>>>>>>>>---------- 50.2%
JSON 105 hrs 52 mins >>>------------------ 11.5%
Python 100 hrs 59 mins >>>------------------ 10.9%
HTML 57 hrs 15 mins >>------------------- 6.2%
Text 35 hrs 19 mins >-------------------- 3.8%
@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 January 17, 2026 09:49
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 February 25, 2025 14:57
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.