Skip to content

Instantly share code, notes, and snippets.

expo1 cent1 cent2 expo2
0\1 0 1200 1\1
1\32 37.5 1162.5 31\32
1\31 38.7096 1161.2904 30\31
2\61 39.3443 1160.6557 60\61
1\30 40 1160 29\30
2\59 40.678 1159.322 57\59
1\29 41.3793 1158.6207 28\29
2\57 42.1053 1157.8947 55\57
1\28 42.8571 1157.1429 27\28
This file has been truncated, but you can view the full file.
"Name of Satellite, Alternate Names" Country/Org of UN Registry Country of Operator/Owner Operator/Owner Users Purpose Detailed Purpose Class of Orbit Type of Orbit Longitude of GEO (degrees) Perigee (km) Apogee (km) Eccentricity Inclination (degrees) Period (minutes) Launch Mass (kg.) Dry Mass (kg.) Power (watts) Date of Launch Expected Lifetime (yrs.) Contractor Country of Contractor Launch Site Launch Vehicle COSPAR Number NORAD Number Comments Source Used for Orbital Data Source Source Source Source Source Source
3Cat-1 NR (11/18) Spain Universitat Politècnica de Catalunya Civil Technology Development LEO 0.0 476 500 1.75E-03 97.4 95 4 11/29/2018 Universitat Politècnica de Catalunya Spain Satish Dhawan Space Centre PSLV 2018-096K 43728 Student built. Estimated https://spaceflightnow.
This file has been truncated, but you can view the full file.
Current Official Name of Satellite Country/Org of UN Registry Country of Operator/Owner Operator/Owner Users Purpose Detailed Purpose Class of Orbit Type of Orbit Longitude of GEO (degrees) Perigee (km) Apogee (km) Eccentricity Inclination (degrees) Period (minutes) Launch Mass (kg.) Dry Mass (kg.) Power (watts) Date of Launch Expected Lifetime (yrs.) Contractor Country of Contractor Launch Site Launch Vehicle COSPAR Number NORAD Number Comments Source Used for Orbital Data Source Source Source Source Source Source
3Cat-1 NR (11/18) Spain Universitat Politècnica de Catalunya Civil Technology Development LEO 0.0 476 500 1.75E-03 97.4 95 4 11/29/2018 Universitat Politècnica de Catalunya Spain Satish Dhawan Space Centre PSLV 2018-096K 43728 Student built. Estimated https://spaceflightnow.co
Title Venue Vernissage Location VenueName
Volante WORM 30/11/2019 Rotterdam WORM
Skin Ship Norwegian Sculptors Society 21/11/2019 Oslo Norwegian Sculptors Society
Milk Me Sugar Mystecki Arsenal 15/11/2019 Kiev Mystecki Arsenal
Mercury Center for Contemporary Art Estonia 29/9/2019 Tallinn Center for Contemporary Art Estonia
BRUDDAS: Brud & the Dream Adoption Society Teatr Powszechny 20/9/2019 Warsaw Teatr Powszechny
Morphic Fields Retreat Radio 20/9/2019 Malmo Retreat Radio
Modular Folk Pracownia Portretu 28/6/2019 Lodz Pracownia Portretu
Troop Biennale Warszawa 27/6/2019 Warsaw Biennale Warszawa
Adagio Rib 22/6/2019 Rotterdam Rib
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fustkilas
fustkilas / many.json
Last active September 26, 2019 07:46
{
"series": [
{"name": "foo"},
{"name": "bar"},
{"name": "baz with long series name that will be too long"},
{"name": "series-4"},
{"name": "series-5"},
{"name": "series-6"},
{"name": "series-7"},
{"name": "series-8"},
import React from "react";
import { Text, View, TouchableOpacity, Image } from "react-native";
import { Camera, Permissions } from "expo";
export default class CameraExample extends React.Component {
state = {
hasCameraPermission: null,
type: Camera.Constants.Type.back
};