Skip to content

Instantly share code, notes, and snippets.

View DigitalCoder's full-sized avatar

Emmanuel DEILLER DigitalCoder

  • France
View GitHub Profile
@alexgleith
alexgleith / SimpleLoadS2.ipynb
Last active August 2, 2025 07:32
Simplest example for finding and loading Sentinel-2 data using Python
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dshoreman
dshoreman / example.conf
Created June 28, 2017 16:34
Example NginX config to block PHP execution in OctoberCMS
server {
listen 80;
server_name example.com;
return 301 https://$host$request_uri;
}