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
https://nodejs.org/dist/ | |
Install Node JS manually | |
=============== | |
fist make sure version is ready for download at https://nodejs.org/dist/ | |
use v8.9.* or higher but not v9.* ! | |
do | |
cat /proc/cpuinfo | |
and see what version of armv u have to choose |
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
processor : 0 | |
model name : ARMv7 Processor rev 4 (v7l) | |
BogoMIPS : 38.40 | |
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32 | |
CPU implementer : 0x41 | |
CPU architecture: 7 | |
CPU variant : 0x0 | |
CPU part : 0xd03 | |
CPU revision : 4 |
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
Ambiente musicalmente sus negocios con nuestros canales musicales seleccionados por expertos DJs para generar experiencias de compra... | |
Marketing Aromático, Aroma para empresas, Aroma para Negocios, Señalización Digital, Marketing Sensorial,Música Ambiental,música de fondo, música para negocios, MUZAK, Audio, Bocinas, BOSE, Aroma, Diseño de Aromas, Arte Sensorial, Audio Instalado, diseño de Audio, VIDEO, video wall |
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
RASPBERRY PI 2 | |
^Usbs facing down | |
leave top line free then | |
5v w 5v | |
3v w 3v | |
Etc | |
Follow this tutorial | |
https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=85683 |
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 | |
### BEGIN INIT INFO | |
# Provides: autosshd | |
# Required-Start: $remote_fs $syslog | |
# Required-Stop: $remote_fs $syslog | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: autosshd initscript | |
# Description: This file should be used to construct scripts to be | |
# placed in /etc/init.d. |
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
.topmenudiv a:link | |
{ | |
} | |
.topmenudiv a:hover | |
{ | |
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
/* Any element with class="animate" animate */ | |
.animate.ng-enter, .animate.ng-leave { | |
position: absolute; | |
left: 0; | |
right: 0; | |
-webkit-transition:all .2s ease-in-out; | |
-moz-transition:all .2s ease-in-out; | |
-o-transition:all .2s ease-in-out; | |
transition:all .2s ease-in-out; | |
} |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Lift Zone</title> | |
<link href="style.css" rel="stylesheet" type="text/css" /> | |
</head> | |
<body> |
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
.directive('imgHeightFix', function() { | |
return { | |
restrict: 'A', | |
link: function (scope, element, attrs) { | |
//var h = $(element).attr('img-height'); | |
var fixCarousel = function (imgHeight) { |
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
asfdf |
NewerOlder