Skip to content

Instantly share code, notes, and snippets.

View imvickykumar999's full-sized avatar
Allow Room for Error.

Vicky Kumar imvickykumar999

Allow Room for Error.
View GitHub Profile
@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
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 May 3, 2024 05:04
A guide to replacing the deprecated `seaborn.distplot` function.
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 March 22, 2024 05:11
Approach: Automating Salesforce Data Extraction Using Python
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# Import necessary modules
import mcpi.minecraft as minecraft
import mcpi.block as block
# Connect to Minecraft
mc = minecraft.Minecraft.create()
# Get the players position
pos = mc.player.getTilePos()
@imvickykumar999
imvickykumar999 / subplot.ipynb
Last active November 21, 2020 12:44
subplot.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.