Skip to content

Instantly share code, notes, and snippets.

View tonybenoy's full-sized avatar
🦀

Tony Benoy tonybenoy

🦀
View GitHub Profile
@tonybenoy
tonybenoy / README-Template.md
Created January 21, 2019 10:26 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@tonybenoy
tonybenoy / docker-help.md
Created December 29, 2018 20:55 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info

@tonybenoy
tonybenoy / test_layout_cefbrowser.py
Created June 3, 2018 15:16 — forked from mmolero/test_layout_cefbrowser.py
CefBrowser inside of a Qt Layout
import sys
import os
import ctypes
from PySide.QtGui import *
from PySide.QtCore import *
from cefpython3 import cefpython
class CefWidget(QWidget):
browser = None