Skip to content

Instantly share code, notes, and snippets.

View perusio's full-sized avatar

António P. P. Almeida perusio

View GitHub Profile
@perusio
perusio / demo_project_aoi.json
Created August 27, 2019 18:30
UP42 demo project AOI
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@perusio
perusio / aoi_example.json
Last active August 27, 2019 12:03
UP42 Filter explanation: AOI
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@perusio
perusio / pleaides_intersects.json
Created August 27, 2019 10:06
UP42 Pléiades intersects filter example
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@perusio
perusio / radar_nw_passage.json
Created August 26, 2019 09:52
radar successful
{
"tiling:1": {
"tile_width": 768,
"tile_height": 768,
"match_extents": false,
"output_prefix": "",
"augmentation_factor": 1
},
"snap-polarimetric:1": {
"mask": null,
@perusio
perusio / data.json
Created August 22, 2019 23:05
Ship detection first workflow output
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@perusio
perusio / params.json
Created August 22, 2019 22:58
First workflow job configuration parameter
{
"tiling:1": {
"tile_width": 768,
"tile_height": 768,
"match_extents": false,
"output_prefix": "",
"augmentation_factor": 1
},
"oneatlas-spot-aoiclipped:1": {
"time": null,
@perusio
perusio / gist:671fb60f4ca8eebd4d9984bec6ec3d35
Created July 15, 2019 13:59
Up42 Launch countdown URL
https://www.timeanddate.com/countdown/launch?p0=37&iso=20190812T14&year=2019&month=8&day=12&hour=14&min=0&sec=0&msg=UP42%20Commercial%20Launch
@perusio
perusio / dry_run_example.json
Created July 10, 2019 19:23
UP42 Jobs API: Dry run job parameters.
{
"oneatlas-pleiades-aoiclipped:1": {
"intersects": {
"type": "Polygon",
"coordinates": [
[
[
13.286076,
52.517579
],
@perusio
perusio / gist:1154002
Created August 18, 2011 12:54
My ~/.config/lxterminal/lxterminal.conf with solarized colors
[general]
fontname=Terminus 9
selchars=-A-Za-z0-9,./?%&#:_
scrollback=0
bgcolor=#00002b2b3636
bgalpha=65535
fgcolor=#65657b7b8383
disallowbold=false
cursorblinks=false
cursorunderline=false
@perusio
perusio / apache_killer.pl
Created August 20, 2011 16:24
Apache Killer by KingCope exploits mod_deflate vulnerability
#Apache httpd Remote Denial of Service (memory exhaustion)
#By Kingcope
#Year 2011
#
# Will result in swapping memory to filesystem on the remote side
# plus killing of processes when running out of swap space.
# Remote System becomes unstable.
#
use IO::Socket;