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 / fuck_putin_with_apple_script
Created February 27, 2022 09:36
just COPY PASTE to content in OS X Terminal app
osascript -e 'tell application "Google Chrome" to open location "http://en.kremlin.ru/"'
osascript -e 'tell application "Google Chrome" to open location "http://government.ru/"'
osascript -e 'tell application "Google Chrome" to open location "http://kremlin.ru/"'
osascript -e 'tell application "Google Chrome" to open location "http://otevrisvoumysl.cz/"'
osascript -e 'tell application "Google Chrome" to open location "https://aliancenarodnichsil.cz/"'
osascript -e 'tell application "Google Chrome" to open location "https://customs.gov.ru/"'
osascript -e 'tell application "Google Chrome" to open location "https://cz.sputniknews.com/"'
osascript -e 'tell application "Google Chrome" to open location "https://er.ru/"'
osascript -e 'tell application "Google Chrome" to open location "https://hlavnespravy.sk/"'
osascript -e 'tell application "Google Chrome" to open location "https://lenta.ru/"'
http://en.kremlin.ru/
http://government.ru/
http://kremlin.ru/
http://otevrisvoumysl.cz/
https://aliancenarodnichsil.cz/
https://customs.gov.ru/
https://cz.sputniknews.com/
https://er.ru/
https://hlavnespravy.sk/
https://lenta.ru/
@andilabs
andilabs / wibor3m.csv
Last active December 23, 2021 15:19
WIBOR 3M
data wartosc
1995-01-02 29.06
1995-01-03 28.74
1995-01-04 28.9
1995-01-05 28.78
1995-01-06 29.11
1995-01-09 28.9
1995-01-10 29.14
1995-01-11 28.92
1995-01-12 28.86
@andilabs
andilabs / wibor6m.csv
Last active December 23, 2021 15:20
WIBOR 6M
data wartosc
1997-02-03 22.43
1997-02-04 22.55
1997-02-05 22.63
1997-02-06 22.5
1997-02-07 22.5
1997-02-10 22.52
1997-02-11 22.55
1997-02-12 22.67
1997-02-13 22.71
@andilabs
andilabs / nbp_stopy_procentowe.csv
Last active December 10, 2021 14:20
Stopy procentowe NBP (Narodowy Bank Polski) w CSV ref - Stopa referencyjna (Reference rate - minimum money market intervention rate) lom - Stopa lombardowa (Lombard rate) dep - Stopa depozytowa (NBP deposit rate) red - Stopa redyskontowa weksli (Rediscount rate) dys - Stopa dyskontowa weksli (Discount rate)
data_od stopa wartosc
1998-02-26 ref 24.00
1998-02-26 lom 27.00
1998-02-26 red 24.50
1998-04-23 ref 23.00
1998-04-23 lom 27.00
1998-04-23 red 24.50
1998-05-21 ref 21.50
1998-05-21 lom 26.00
1998-05-21 red 23.50
@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 / polska_bounding_box.geojson
Last active January 14, 2019 16:11
SRID=4326;POLYGON ((13.8427734375 48.96579381461063, 24.08203125 48.96579381461063, 24.08203125 54.90188218738501, 13.8427734375 54.90188218738501, 13.8427734375 48.96579381461063))
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
>>> from demo.views import ItemForm
>>> from django.forms import formset_factory
>>> IFS = formset_factory(ItemForm)
>>> formset = IFS()
>>> for form in formset:
... print(form.as_table())
...
<tr><th><label for="id_form-0-code">Code:</label></th><td><select name="form-0-code" id="id_form-0-code">
<option value="" selected>---------</option>