Skip to content

Instantly share code, notes, and snippets.

View andilabs's full-sized avatar
👨‍💻
still in love with coding!

Andrzej Kostanski andilabs

👨‍💻
still in love with coding!
View GitHub Profile
@andilabs
andilabs / kody_ztm_waw_metro.md
Last active December 29, 2024 00:08
kody stacji ZTM Warszawa

I linia Metra Warszawskiego

  • M19101 Kabaty

WTPWarszawa_M19101 - Kabaty

  • M19102 Natolin

WTPWarszawa_M19102 - Natolin

  • M19103 Imielin

WTPWarszawa_M19103 - Imielin

@andilabs
andilabs / ikea_idasen_custom_top.ipynb
Last active November 7, 2024 09:44
ikea_idasen_custom_top.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
def nearby_spots_old(request, lat, lng, radius=5000, limit=50):
"""
WITHOUT use of any external library, using raw MySQL and Haversine Formula
http://en.wikipedia.org/wiki/Haversine_formula
"""
radius = float(radius) / 1000.0
query = """SELECT id, (6367*acos(cos(radians(%2f))
*cos(radians(latitude))*cos(radians(longitude)-radians(%2f))
+sin(radians(%2f))*sin(radians(latitude))))
@andilabs
andilabs / polish_deutch_skitouring_worterburch.md
Last active February 8, 2023 22:31
Polsko - Angielski słownik terminów ski tourowych - 🇵🇱 🎿 🇬🇧🇺🇸 + Posko - Niemiecki 🇵🇱 🎿 🇩🇪

Skitourenausrüstung - wyposażenie skiturowe 🇵🇱 🎿 🇩🇪

Tourenski - narty ski tourowe

Tourendindungen - wiązania

Tourenskischuhe - buty

Skitourenhelme - kask

@andilabs
andilabs / upload_file.ipynb
Last active December 9, 2022 00:13
upload_file.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@andilabs
andilabs / download-file.ipynb
Created December 8, 2022 22:34
download-file.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@andilabs
andilabs / freezegun.ipynb
Last active December 6, 2022 00:57
freezegun.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@andilabs
andilabs / read_google_spreadsheet.ipynb
Last active December 3, 2022 01:37
read_google_spreadsheet.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@andilabs
andilabs / tutorial1_audio_intro.ipynb
Last active December 3, 2022 01:12
tutorial1_audio_intro.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@andilabs
andilabs / demo.ipynb
Last active December 2, 2022 20:31
demo-whats-installed-installing-new-libs-with-pip.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.