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 / ikea_idasen_custom_top.ipynb
Last active August 17, 2023 18:23
ikea_idasen_custom_top.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@andilabs
andilabs / upload_file.ipynb
Last active December 9, 2022 00:13
upload_file.ipynb
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
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
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
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
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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
/*! jQuery v1.8.3 jquery.com | jquery.org/license */
(function(e,t){function _(e){var t=M[e]={};return v.each(e.split(y),function(e,n){t[n]=!0}),t}function H(e,n,r){if(r===t&&e.nodeType===1){var i="data-"+n.replace(P,"-$1").toLowerCase();r=e.getAttribute(i);if(typeof r=="string"){try{r=r==="true"?!0:r==="false"?!1:r==="null"?null:+r+""===r?+r:D.test(r)?v.parseJSON(r):r}catch(s){}v.data(e,n,r)}else r=t}return r}function B(e){var t;for(t in e){if(t==="data"&&v.isEmptyObject(e[t]))continue;if(t!=="toJSON")return!1}return!0}function et(){return!1}function tt(){return!0}function ut(e){return!e||!e.parentNode||e.parentNode.nodeType===11}function at(e,t){do e=e[t];while(e&&e.nodeType!==1);return e}function ft(e,t,n){t=t||0;if(v.isFunction(t))return v.grep(e,function(e,r){var i=!!t.call(e,r,e);return i===n});if(t.nodeType)return v.grep(e,function(e,r){return e===t===n});if(typeof t=="string"){var r=v.grep(e,function(e){return e.nodeType===1});if(it.test(t))return v.filter(t,r,!n);t=v.filter(t,r)}return v.grep(e,funct
it matches call desk ranging from 120-160 (and 180 I guess easily too)
A0 A1 A2 A3 B0 B1 B2 B3
[ 0 0 ] [ 0 0 ]
A0 - B3: 145,7
A0 - B3: 135,7
jQuery(function($) {
$("#config-demo").daterangepicker({
isInvalidDate: function(date) {
var dateRanges = [
{ 'start': moment('2022-08-25'), 'end': moment('2022-08-30') }
];
return dateRanges.reduce(function(bool, range) {
return bool || (date >= range.start && date <= range.end);
}, false);
},