Skip to content

Instantly share code, notes, and snippets.

View Shaddy's full-sized avatar

Sherab Giovannini Shaddy

View GitHub Profile
@NyaMisty
NyaMisty / _IDAPython-Snippets.md
Last active July 31, 2023 07:13
IDAPython snippets

This gist contains lots of my written IDAPython snippets.

@jaesbit
jaesbit / py36installer.py
Last active September 21, 2017 09:46
Python 3.6.x installer for ubuntu
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Just python 3.6.X deploy and install for UBUNTU 16.04 or greater
Can be run in python 2 and 3
Research, linux_py36 Started by Aaron Giovannini (agiovannini)
This file was created at 12/junio/2017
@sloria
sloria / bobp-python.md
Last active April 17, 2024 09:35
A "Best of the Best Practices" (BOBP) guide to developing in Python.

The Best of the Best Practices (BOBP) Guide for Python

A "Best of the Best Practices" (BOBP) guide to developing in Python.

In General

Values

  • "Build tools for others that you want to be built for you." - Kenneth Reitz
  • "Simplicity is alway better than functionality." - Pieter Hintjens
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active April 18, 2024 10:01
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@RajaS
RajaS / mongolab_demo.py
Created August 8, 2011 07:27
Using pymongo with mongolab
#!/usr/bin/python
# Raja Selvaraj <rajajs at gmail>
"""
Demonstrate use of pymongo to connect to a mongodb database on a hosted server,
specifically mongolab
"""
# Use a database already created on mongolab