Skip to content

Instantly share code, notes, and snippets.

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 ;)
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.
We couldn’t find that file to show.
function formcheck() {
ausgabe = (Number(gewicht)/(Number(groesse)*Number(groesse)))*10000;
if (alter == null) {
alter = "?";
ausgabe = "";
}
if (groesse == null) {
groesse = "?";
ausgabe = "";
}
// 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 };
<?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[
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'}
@ffaerber
ffaerber / test-my_app.json
Created March 28, 2011 16:46
test data-bag file for private repo on github
{
"id": "my_app",
"server_roles": [
"my_app"
],
"type": {
"my_app": [
"rails",
"unicorn"
@ffaerber
ffaerber / chef-error.txt
Created March 28, 2011 16:58
problems with private repo
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