Skip to content

Instantly share code, notes, and snippets.

@radiskis
radiskis / instrukcija.md
Last active April 2, 2020 11:24
Pasidaryk internetinę kamerą iš telefono Nemokamai

Pasidaryk internetinė kamerą (webcam) skirtą Windows kompiuteriui iš savo turimo Android telefono ar planšetės (gal turi kaimynas nenaudojamą). Nuotoliniam mokymui ir mokymuisi Instrukcija:

PASTABA: tai tik patarimas, programa ne mano.

@radiskis
radiskis / ZonePlate.c
Last active March 16, 2018 13:22
Archived from Ken Turkowski Open Source Repository http://www.worldserver.com/turk/opensource/
/* Copyright (C) 1978-1995 Ken Turkowski. <turk@computer.org>
*
* All rights reserved.
*
* Warranty Information
* Even though I have reviewed this software, I make no warranty
* or representation, either express or implied, with respect to this
* software, its quality, accuracy, merchantability, or fitness for a
* particular purpose. As a result, this software is provided "as is,"
* and you, its user, are assuming the entire risk as to its quality
@radiskis
radiskis / sqlite3-to-mysql.py
Last active October 31, 2017 10:58
Migrating from sqlite3 to MySQL
#! /usr/bin/env python
import re, fileinput, tempfile
from optparse import OptionParser
"""
Migrating from sqlite3 to MySQL:
Script from
http://www.redmine.org/boards/2/topics/12793
Updated to work with Python 3.
Usage: