Skip to content

Instantly share code, notes, and snippets.

View stilobique's full-sized avatar
🎮
Make Video Game... or not

Aurelien Vaillant stilobique

🎮
Make Video Game... or not
View GitHub Profile
@stilobique
stilobique / livebox-ip.py
Created September 11, 2021 13:08 — forked from pabluk/livebox-ip.py
Livebox IP
#!/usr/bin/env python
"""
This file provides a class to connect to the Livebox router
and get his public IP address.
The Livebox router is provided by Orange, a French ISP.
Usage
-----
$ python livebox-ip.py
@stilobique
stilobique / lockview.py
Created August 2, 2019 11:56 — forked from Fweeb/lockview.py
Blender add-on for exposing the 3D View's rotation locking feature
# ***** BEGIN GPL LICENSE BLOCK *****
#
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of