Skip to content

Instantly share code, notes, and snippets.

View bmk10's full-sized avatar

Georgiy Chipunov bmk10

View GitHub Profile
@bmk10
bmk10 / export_oolite.py
Created December 17, 2021 13:09 — forked from blm768/export_oolite.py
A Blender mesh export script for the game Oolite
#!BPY
"""
Name 'Oolite DAT'
Blender: 263
Group: 'Export'
Tooltip 'Oolite mesh exporter'
"""
bl_info = {
//============================================================================
// Name : SSLClient.cpp
// Compiling : g++ -c -o SSLClient.o SSLClient.cpp
g++ -o SSLClient SSLClient.o -lssl -lcrypto
//============================================================================
#include <stdio.h>
#if defined(_WIN32)
@bmk10
bmk10 / AndroidManifest.xml
Created October 5, 2020 04:52 — forked from bjoernQ/AndroidManifest.xml
Creating a System Overlay (Always on Top over all Apps) in Android
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.mobilej.overlay"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk android:minSdkVersion="14" />
<application android:label="SystemOverlay" >
<activity
@bmk10
bmk10 / README.md
Created September 15, 2020 03:24 — forked from alyyousuf7/README.md
Ngrok and GoDaddy Connector

Ngrok and GoDaddy Connector

Ngrok provides a paid service to connect custom domain to a service. This script provides similar functionality which requires to be run everytime ngrok is started/restarted.

It updates your custom domain's CNAME record to the ngrok subdomain assigned to your service.

Usage

@bmk10
bmk10 / readme.md
Created September 7, 2020 09:09 — forked from endolith/readme.md
How to stream a webcam to a web browser in Ubuntu

Grr this took hours to figure out. I was trying to install MJPG-streamer and running VLC command lines and all this crap but nothing worked.

First install motion:

~> sudo apt-get install motion

Then create a config file:

~> mkdir ~/.motion

~> nano ~/.motion/motion.conf