Skip to content

Instantly share code, notes, and snippets.

View michaelaye's full-sized avatar

Michael Aye michaelaye

View GitHub Profile
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.
@michaelaye
michaelaye / advanced_rasterio_features.ipynb
Created October 24, 2020 01:34 — forked from sgillies/advanced_rasterio_features.ipynb
Advanced Rasterio features notebook
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@michaelaye
michaelaye / blink_images.ipynb
Created September 24, 2020 00:40
Blinking images with matplotlib
Aug 29 12:34:26 triton kernel: [139271.638649] WARNING: CPU: 9 PID: 130936 at drivers/media/v4l2-core/v4l2-ioctl.c:1069 v4l_querycap+0x8f/0xa0 [videodev]
Aug 29 12:34:26 triton kernel: [139271.638649] Modules linked in: xt_tcpudp xt_state xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c ccm rfcomm ip6table_filter ip6_tables iptable_filter bpfilter cmac algif_hash algif_skcipher af_alg bnep binfmt_misc snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_intel snd_intel_dspcfg snd_hda_codec snd_hda_core iwlmvm snd_hwdep snd_pcm mac80211 nls_iso8859_1 snd_seq_midi snd_seq_midi_event btusb btrtl libarc4 edac_mce_amd snd_rawmidi btbcm btintel iwlwifi bluetooth snd_seq snd_seq_device snd_timer eeepc_wmi asus_wmi ucsi_ccg joydev sparse_keymap input_leds k10temp video typec_ucsi ecdh_generic kvm ecc wmi_bmof cfg80211 snd typec ccp soundcore mac_hid nvidia_uvm(OE) sch_fq_codel v4l2loopback(OE) v4l2loopback_dc(OE) videodev mc parport_pc ppdev lp parport ip_tables x_tabl
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Jul 9 10:58:35 triton kernel: [ 2051.318623] WARNING: CPU: 0 PID: 8971 at drivers/media/v4l2-core/v4l2-ioctl.c:1064 v4l_querycap+0x8b/0xa0 [videodev]
Jul 9 10:58:35 triton kernel: [ 2051.318624] Modules linked in: ccm rfcomm cmac algif_hash algif_skcipher af_alg bnep binfmt_misc snd_hda_codec_hdmi iwlmvm mac80211 edac_mce_amd nls_iso8859_1 libarc4 snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio btusb btrtl btbcm iwlwifi snd_hda_intel btintel snd_intel_dspcfg bluetooth snd_hda_codec eeepc_wmi asus_wmi ucsi_ccg joydev typec_ucsi snd_hda_core sparse_keymap wmi_bmof k10temp input_leds ecdh_generic typec snd_hwdep kvm ecc ccp cfg80211 mac_hid sch_fq_codel v4l2loopback(OE) snd_aloop snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd soundcore v4l2loopback_dc(OE) videodev mc parport_pc ppdev lp parport ip_tables x_tables autofs4 hid_logitech_hidpp hid_logitech_dj hid_generic usbhid hid nouveau crct10dif_pclmul crc32_pclmul ghash_clmulni_intel mxm_wmi video aesni_inte
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@michaelaye
michaelaye / gitconfig.ini
Created June 9, 2020 17:04 — forked from tdd/gitconfig.ini
Nice, useful global Git configuration
# Put this in your ~/.gitconfig or ~/.config/git/config
# Windows users: "~" is your profile's home directory, e.g. C:\Users\<YourName>
[user]
name = Your Full Name
email = your@email.tld
[color]
# Enable colors in color-supporting terminals
ui = auto
[alias]
# List available aliases