This file contains 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
#!/bin/bash | |
# <http://archlinuxarm.org/platforms/armv7/broadcom/raspberry-pi-2> | |
echo -e "\n\nArch Linux ARM to SD Card\n" | |
echo -e "for the Raspberry Pi 2\n\n" | |
echo -e "\nAll drives on this computer:\n" | |
ls -1 /dev/sd? |
This file contains 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
#!/bin/sh | |
mkdir ~/Downloads | |
cd ~/Downloads | |
wget https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz | |
sudo tar xvf ~/Downlods/go1.8.linux-amd64.tar.gz /opt/ |
This file contains 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
{ | |
"schema": { | |
"text": { | |
"type": "string", | |
"title": "Enter some text" | |
} | |
}, | |
"form": [ | |
{ | |
"key": "text", |
This file contains 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 ( | |
"bufio" | |
"fmt" | |
"os" | |
"os/exec" | |
"strings" | |
) |
This file contains 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 ( | |
"fmt" | |
"os" | |
"strings" | |
"time" | |
"github.com/go-cmd/cmd" | |
) |
This file contains 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 ( | |
"encoding/json" | |
"fmt" | |
"io/ioutil" | |
"os" | |
"github.com/Sirupsen/logrus" |
This file contains 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 matplotlib | |
import matplotlib.pyplot as plt | |
import numpy as np | |
# | |
# Data for plotting | |
t = np.arange(0.0, 2.0, 0.01) | |
s = 1 + np.sin(2 * np.pi * t) | |
#t=[0,1,2,4] # Note always have "," |
This file contains 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 ( | |
"fmt" | |
"io/ioutil" | |
"os" | |
"strings" | |
) | |
// Reads the input file (e.g. favicon.ico) and creates outputs variable=[...bytes].. build go files with the output for embeddineg ico impages |
This file contains 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
Satellite Name | ADM | ORG | Long_nom | Date | Status | Expiry Date for Bringing Into Use | Provision | |
---|---|---|---|---|---|---|---|---|
INSAT-2C | IND | 74 | 31.12.1992 | C | A30B#8.1 | |||
INSAT-EK74R | IND | 74 | 31.07.2004 | C | 11.2 | |||
INSAT-2(74) | IND | 74 | 31.01.1994 | C | 11.2 | |||
INSAT-EK55 | IND | 55 | 30.11.2003 | C | 11.2 | |||
INSAT-2(83) | IND | 83 | 30.07.1993 | C | 11.2 | |||
INSAT-2A | IND | 83 | 30.07.1993 | C | A30B#8.1 | |||
INSAT-MET82E | IND | 82 | 28.07.2013 | C | 11.2 | |||
INSAT-NAVR(83) | IND | 83 | 26.07.2015 | C | 11.2 | |||
INSAT-TTC(55)E | IND | 55 | 26.03.2013 | C | 11.2 |
This file contains 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
Satellite Name | ADM | ORG | Long_nom | Date | Status | Expiry Date | Provision | |
---|---|---|---|---|---|---|---|---|
SROSS-3 | IND | N-GSO | 01.10.1994 | C | 11.2 | |||
MMI | IND | N-GSO | 05.11.2013 | C | 11.2 | |||
IRS-P4 | IND | N-GSO | 10.06.1999 | C | 11.2 | |||
IRS-P5 | IND | N-GSO | 15.05.2005 | C | 11.2 | |||
IRS-1E | IND | N-GSO | 15.10.1994 | C | 11.2 | |||
MEGHA-TROPIQUES | IND | N-GSO | 15.10.2011 | C | 11.2 | |||
IRS-CARTOSAT-2 | IND | N-GSO | 20.01.2007 | C | 11.2 | |||
PSLV | IND | N-GSO | 20.09.1993 | C | 11.2 | |||
INSAT-NAVR-GS | IND | N-GSO | 21.08.2016 | C | 11.2 |