Skip to content

Instantly share code, notes, and snippets.

Coverage badges for Notre-Dame
@clubapplets-server
clubapplets-server / Update-OkHttp.patch
Created March 2, 2019 20:20
Update OkHttp to 3.12.1 for J2SE module in KSoap2-Android
From c9acff6f900646eed514cbd968e796b17bf1622b Mon Sep 17 00:00:00 2001
From: zaclimon <isaacpateau05@gmail.com>
Date: Sat, 2 Mar 2019 14:29:01 -0500
Subject: [PATCH 1/1] Update OkHttp
In order to use KSoap-Android with other apps that might use
a more recent of OkHttp, do the following
- J2SE: Update OkHttp from 3.2.0 to 3.12.0
- OkHttp: Update from 3.2.0 to 3.12.1
@clubapplets-server
clubapplets-server / automatic_snapshots.py
Created August 21, 2015 20:48
This script automatically creates a snapshot of a VirtualBox virtual machine.
#-*- coding: utf8 -*-
#!/usr/bin/env python3
"""
This script automatically creates a snapshot of a
VirtualBox virtual machine. Crontab it if you want
to make it every a definite period of time.
"""
import sys
import subprocess
import pdb
@clubapplets-server
clubapplets-server / script_stages_slack.py
Last active December 23, 2019 03:40
Script to automatically send the content of a gsheet to your slack via webhook
# -*- coding: utf8 -*-
# !/usr/bin/env python3
"""
ApplETS Script Stages Slack automatically sends a reminder on Slack about
internships available for ApplETS scientific club. Crontab it if you
want to make it every a definite period of time.
Copyright 2015 ApplETS applets@ens.etsmtl.ca
@clubapplets-server
clubapplets-server / automatic_backup.py
Last active September 13, 2022 05:13
Script to backup VirtualBox's VMs on Google drive
# -*- coding: utf8 -*-
# !/usr/bin/env python3
"""
ApplETS VM Backup script automatically creates a backup of all VirtualBox
virtual machines, stores the backups in Google drive and
deletes too old backups in Google drive. Crontab it if you
want to make it every a definite period of time.
Copyright 2015 ApplETS applets@ens.etsmtl.ca