Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
redplanet
/
pi_video_looper_gpio
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Add shebangs and make files executable
pull/27/head
Orgad Shaneh
há 8 anos
ascendente
449c39f1b1
cometimento
6ab0440eb0
10 ficheiros alterados
com
11 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+0
-0
+1
-0
Adafruit_Video_Looper/directory.py
+1
-0
Adafruit_Video_Looper/hello_video.py
+1
-0
Adafruit_Video_Looper/model.py
+1
-0
Adafruit_Video_Looper/omxplayer.py
+1
-0
Adafruit_Video_Looper/usb_drive.py
+1
-0
Adafruit_Video_Looper/usb_drive_mounter.py
+1
-0
Adafruit_Video_Looper/video_looper.py
+2
-0
remount_rw_usbkey.sh
+2
-0
setup.py
+ 0
- 0
Ver ficheiro
+ 1
- 0
Adafruit_Video_Looper/directory.py
Ver ficheiro
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# Copyright 2015 Adafruit Industries.
# Author: Tony DiCola
# License: GNU GPLv2, see LICENSE.txt
+ 1
- 0
Adafruit_Video_Looper/hello_video.py
Ver ficheiro
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# Copyright 2015 Adafruit Industries.
# Author: Tony DiCola
# License: GNU GPLv2, see LICENSE.txt
+ 1
- 0
Adafruit_Video_Looper/model.py
Ver ficheiro
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# Copyright 2015 Adafruit Industries.
# Author: Tony DiCola
# License: GNU GPLv2, see LICENSE.txt
+ 1
- 0
Adafruit_Video_Looper/omxplayer.py
Ver ficheiro
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# Copyright 2015 Adafruit Industries.
# Author: Tony DiCola
# License: GNU GPLv2, see LICENSE.txt
+ 1
- 0
Adafruit_Video_Looper/usb_drive.py
Ver ficheiro
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# Copyright 2015 Adafruit Industries.
# Author: Tony DiCola
# License: GNU GPLv2, see LICENSE.txt
+ 1
- 0
Adafruit_Video_Looper/usb_drive_mounter.py
Ver ficheiro
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# Copyright 2015 Adafruit Industries.
# Author: Tony DiCola
# License: GNU GPLv2, see LICENSE.txt
+ 1
- 0
Adafruit_Video_Looper/video_looper.py
Ver ficheiro
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# Copyright 2015 Adafruit Industries.
# Author: Tony DiCola
# License: GNU GPLv2, see LICENSE.txt
+ 2
- 0
remount_rw_usbkey.sh
Ver ficheiro
@@ -1 +1,3 @@
#!/bin/sh
sudo mount -o remount ,rw /mnt/usbdrive0
+ 2
- 0
setup.py
Ver ficheiro
@@ -1,3 +1,5 @@
#!/usr/bin/env python
from ez_setup import use_setuptools
use_setuptools()
from setuptools import setup, find_packages
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar