Skip to content

Instantly share code, notes, and snippets.

View mloskot's full-sized avatar
🏠
Working from home

Mateusz Łoskot mloskot

🏠
Working from home
View GitHub Profile
@mloskot
mloskot / bobp-python.md
Created November 25, 2015 23:18 — forked from sloria/bobp-python.md
A "Best of the Best Practices" (BOBP) guide to developing in Python.

The Best of the Best Practices (BOBP) Guide for Python

A "Best of the Best Practices" (BOBP) guide to developing in Python.

In General

Values

  • "Build tools for others that you want to be built for you." - Kenneth Reitz
  • "Simplicity is alway better than functionality." - Pieter Hintjens
@mloskot
mloskot / AlexPuccioTraining.md
Last active January 13, 2016 16:04
Alex Puccio's training overview based on interview given to TrainingBeta.com
@mloskot
mloskot / soci-3.2.3-github-changelog.md
Created April 8, 2015 21:26
SOCI 3.2.3 release changelog
  1. 30c02f3 - Merge branch 'master' of git://github.com/Alex-Vo/lsoci into hotfix/3.2.3-PR263
  2. 5577606 - Improve readability of ODBC error message Closes #229
  3. 8e14c5b - Improve error message when an odbc error occurs
  4. 8a50af6 - Merge branch 'hotfix/3.2.3' of https://github.com/SOCI/soci into hotfix/3.2.3
  5. a948ab3 - Remove unused HAVE_XXX defines
  6. 2c85be1 - Fix missing strtoll on Cygwin and MinGW
  7. d9c059e - Clarify documenation and examples on bulk operati
@mloskot
mloskot / sits-snowboarding-techniques.md
Last active January 29, 2018 09:52
YouTube: Snowboarding Techniques by SITS

Snowboarding Techniques by SITS

Snowboard - technika jazdy SITS 2013-2014

Table of contents of the how-to video created by SITS - Stowarzyszenie Instruktorów i Trenerów Snowboardu w Polsce (Association of Snowboard Instructors and Trainers in Poland).

Note: Some of the Polish acronyms (e.g. NW, WN) have been, sort of, loosely translated to English. Any corrections strongly welcome!

Falling

  • 05:55: Upadanie w tył i podnoszenie się / Falling backwards and getting up
@mloskot
mloskot / boost_geometry_status-20141103.md
Last active August 29, 2015 14:08
Quick report of the Boost.Geoemtry implementation support status in plain text format, with modified code for text_outputter.hpp to pretty-print with geometry names included.
@mloskot
mloskot / postgis_formats_test.sql
Last active September 30, 2023 16:19
SQL script to quickly generate and test PostGIS geometry formats in pgAdmin
-- SQL script to quickly generate and test PostGIS geometry formats in pgAdmin
SELECT
ST_AsText(g),
--ST_AsGeoJSON(g),
encode(ST_AsBinary(g), 'hex')
FROM (SELECT
------------ EMPTY by PostGIS and SQL Server:
------------ http://blog.cleverelephant.ca/2010/03/nothing-nada-zip-bupkus.html
------ OGC 1.0
--'POINT EMPTY'::geometry --"010400000000000000"
@mloskot
mloskot / soci-3.2.2-github-changelog.md
Last active December 22, 2015 18:49
SOCI 3.2.2 release changelog

List of commits included in SOCI 3.2.2:

  • List of issues assigned to milestone 3.2.2
  • List of commits already in develop branch is below:
$ git log develop...hotfix/3.2.2  --pretty=format:"1. [%h](http://github.com/soci/soci/commit/%H) - %s"
  1. d71d552 - Merge branch 'soyersoyer-develop' into hotfix/3.2.2
  2. c62521c - code cosmetic
@mloskot
mloskot / training-gmb-handstand.md
Last active February 17, 2024 16:53
Handstand Tutorial and Progression by GMB
@mloskot
mloskot / archlinux-install-notes.md
Last active July 28, 2021 12:16
My notes on Arch Linux installation
@mloskot
mloskot / boost_geometry_status-20130620.md
Last active December 18, 2015 17:58
Quick report of the Boost.Geoemtry implementation support status in plain text format, with modified code for text_outputter.hpp to pretty-print with geometry names included.