Skip to content

Instantly share code, notes, and snippets.

@otomazeli
otomazeli / watch-svn
Created July 6, 2022 13:25 — forked from cphyc/watch-svn
SVN Monitor: monitor a repository and send a notification whenever a new commit is pushed
#!/usr/bin/env bash
#
# This tool is only working with SVN. I *strongly* advise to use git or mercurial for your everyday work.
# However, somteimes you're stuck with SVN so here's a small script to make your life easier :)
#
# This script is under the MIT license.
# 2017 - cphyc
# Preset parameters
NOTIFYCMD=notify-send
@otomazeli
otomazeli / docker-cheat-sheat.md
Created June 13, 2019 17:33 — forked from dwilkie/docker-cheat-sheat.md
Docker Cheat Sheet

Build docker image

$ cd /path/to/Dockerfile
$ sudo docker build .

View running processes

Keybase proof

I hereby claim:

  • I am otomazeli on github.
  • I am otomazeli (https://keybase.io/otomazeli) on keybase.
  • I have a public key ASBx5bdneOmZIkbDzbkIJP12s7VNVq0gsSNNqdp3_0JSkwo

To claim this, I am signing this object:

@otomazeli
otomazeli / INSTALL.md
Created August 22, 2018 15:44 — forked from arya-oss/INSTALL.md
Ubuntu 16.04 Developer Tools installation

Ubuntu 16.04 Developer Tools Installation

First things first !

sudo apt update
sudo apt upgrade

Standard Developer Tools

sudo apt-get install build-essential git
@otomazeli
otomazeli / rapid-mobile-development.rst
Created April 5, 2018 13:04 — forked from freakboy3742/rapid-mobile-development.rst
Rapid Mobile Application Development with Python

Rapid mobile application development with Python

While there are examples of Python-based apps in mobile App stores, the knowledge of how to actually create a mobile app in Python hasn't been well documented, or simplified for mass use - until now.

In this talk, Dr Russell Keith-Magee will demonstrate a collection of tools from the BeeWare Project that enable you to build a cross-platform mobile app using Python in a matter of minutes.

Audience

@otomazeli
otomazeli / gist:6fcd858acde94fc507ed8fb3b37b7258
Created March 16, 2018 17:26 — forked from learncodeacademy/gist:5850f394342a5bfdbfa4
SSH Basics - Getting started with Linux Server Administration

###SSH into a remote machine###

ssh user@mydomain.com
#or by ip address
ssh user@192.168.1.1

exit: exit ###Install Something###

#If it's a new server, update apt-get first thing
@otomazeli
otomazeli / pdf-report.py
Created February 7, 2018 13:13 — forked from chris1610/pdf-report.py
PDF Report Generation - pbpython.com
"""
Generate PDF reports from data included in several Pandas DataFrames
From pbpython.com
"""
from __future__ import print_function
import pandas as pd
import numpy as np
import argparse
from jinja2 import Environment, FileSystemLoader
from weasyprint import HTML
@otomazeli
otomazeli / itfe.ipynb
Created February 6, 2018 14:47 — forked from prnvg/itfe.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.