- https://archive.stsci.edu/pub/kepler/lightcurves/0118/011853905/
- https://archive.stsci.edu/pub/kepler/lightcurves/0081/008191672/
- https://archive.stsci.edu/pub/kepler/lightcurves/0108/010874614/
- https://archive.stsci.edu/pub/kepler/lightcurves/0057/005780885/
- https://archive.stsci.edu/pub/kepler/lightcurves/0069/006922244/
- https://archive.stsci.edu/pub/kepler/lightcurves/0033/003323887/
- https://archive.stsci.edu/pub/kepler/lightcurves/0119/011904151/
- https://archive.stsci.edu/pub/kepler/lightcurves/0065/006541920/
- https://archive.stsci.edu/pub/kepler/lightcurves/0118/011804465/
- https://archive.stsci.edu/pub/kepler/lightcurves/0099/009941662/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM openjdk:8 | |
RUN apt update | |
RUN apt install git curl curl -y | |
RUN curl https://getcaddy.com | bash -s personal http.cors | |
WORKDIR / | |
RUN mkdir /hands-on | |
ADD quantum /hands-on/quantum | |
ADD assets /hands-on/assets | |
ADD quantum /hands-on/quantum |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://0.0.0.0:80 { | |
tls off | |
browse | |
cors / | |
markdown / { | |
template index /templates/index.html | |
css /templates/index.css | |
} | |
root /Users/pierrezemb/workspace/personal/warpscript/hands-on | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# g1_parallel_gc_threads = nthreads * 5/8 + 8 | |
# g1_conc_gc_threads = g1_parallel_gc_threads / 4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import datetime | |
import requests | |
import ephem | |
from math import degrees | |
def process(lines): | |
try: | |
iss = ephem.readtle(str(lines[0]), str(lines[1]), str(lines[2])) | |
except: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Keyboard.h> | |
void setup() { | |
pinMode(2, INPUT_PULLUP); | |
// pinMode(4, INPUT_PULLUP); | |
pinMode(13, OUTPUT); | |
Keyboard.begin(); | |
} | |
void loop() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'Hello, World!' 'exo' STORE | |
$exo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"context" | |
"fmt" | |
"io" | |
"log" | |
"net/http" | |
"net/http/httptrace" | |
"net/url" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'' 'wtoken' STORE | |
'' 'rtoken' STORE | |
<' | |
["test{}"] | |
'> | |
JSON-> | |
<% | |
PARSESELECTOR 'labels' STORE 'classname' STORE |