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
Die instalation von weblightz ist recht einfach. | |
wenn wir eine kleine weblightz anlage intalieren möchten brauchen wir folgendes: | |
grundvorraussetztung zum betreiben von weblightz. | |
- internet fladrade | |
- einen computer. mit mac, linux oder windows | |
- keine Angst vor technik ;) | |
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
kleiner Git Helfer | ein Projekt runterladen und mitarbeiten. | |
mit dem Terminal in das richtige Verzeichnis gehen. | |
wo man das Projekt haben möchte (zub. "Sites") | |
mit terminal: cd Sites/ | |
und dann das Projekt runterladen. | |
mit terminal: git clone https://github.com/ffaerber/de.heimischefruechte.www | |
dann in das Projekt rein gehen. |
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
function formcheck() { | |
ausgabe = (Number(gewicht)/(Number(groesse)*Number(groesse)))*10000; | |
if (alter == null) { | |
alter = "?"; | |
ausgabe = ""; | |
} | |
if (groesse == null) { | |
groesse = "?"; | |
ausgabe = ""; | |
} |
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
// RFID reader for Arduino | |
// Wiring version by BARRAGAN <http://people.interaction-ivrea.it/h.barragan> | |
// Modified for Arudino by djmatic | |
#include <Ethernet.h> | |
byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED }; | |
byte ip[] = { 192, 168, 1, 200 }; | |
byte gateway[] = { 192, 168, 1, 1 }; | |
byte subnet[] = { 255, 255, 255, 0 }; |
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
fgdfg |
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
<?xml version="1.0" encoding="utf-8"?> | |
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" | |
layout="absolute" | |
width="100%" height="100%" | |
verticalGap="0" | |
horizontalGap="0" | |
creationComplete="popuplogin()"> | |
<mx:Script> | |
<![CDATA[ |
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
require 'rubygems' | |
require 'savon' | |
require 'pp' | |
client = Savon::Client.new "http://reto.checkit.ch/Scripts/Lotto.dll/wsdl/IgetNumbers" | |
puts "------print-soap_actions------" | |
puts client.wsdl.soap_actions | |
response = client.get_lotto_numbers do |soap| | |
soap.body = {:min => '1', :max => '49', :numbers => '6', :count => '1'} |
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
{ | |
"id": "my_app", | |
"server_roles": [ | |
"my_app" | |
], | |
"type": { | |
"my_app": [ | |
"rails", | |
"unicorn" |
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
192.168.80.139 Successfully installed mixlib-authentication-1.1.4 | |
192.168.80.139 Successfully installed mime-types-1.16 | |
192.168.80.139 Successfully installed rest-client-1.6.1 | |
192.168.80.139 Successfully installed bunny-0.6.0 | |
192.168.80.139 Successfully installed abstract-1.0.0 | |
192.168.80.139 Successfully installed erubis-2.6.6 | |
192.168.80.139 Successfully installed moneta-0.6.0 | |
192.168.80.139 Successfully installed highline-1.6.1 | |
192.168.80.139 Successfully installed uuidtools-2.1.2 | |
192.168.80.139 Successfully installed chef-0.9.14 |
OlderNewer