Tag Archives: Snippets

Node.js – IP Lookup HttpServer

Meine erste Node.js – Anwendung ist nun fertig. Nach ein paar kniffen und viel kämpfen mit den Scopes habe ich eine Anwendung fertig gestellt, welche die IP einer Website sucht und findet. Die Eingabe im Browser erfolgt so: http://localhost:3000/domain Beispiele: … continue reading

Posted in IT, Node JS | Tagged , , , , , , , , | Kommentare deaktiviert

genChoices.rb

Posted in IT, Ruby, snippets | Tagged , , | Kommentare deaktiviert

Der Code des Blogbanners hat einen Bug

Posted in IT, Ruby, snippets, Zwischendurch | Tagged , , , , , | Kommentare deaktiviert

Ruby: “example”.tag(:p) => “<p>example</p>”

class String def tag(t = :p, p = {}) props = “” p.each { |key,val| props += ” ” + key.to_s + ‘=”‘ + val.to_s + ‘”‘ } return “<” + t.to_s + props + “>” + self + “</” … continue reading

Posted in IT, Ruby, snippets | Tagged , , , , , | Kommentare deaktiviert

Experimental FMSynth in PD

addis|aden fmOsc nice Jamaround 2 :: addis|aden fmOsc nice Jamaround :: addis|aden FmSynth :: addis|aden FmSynth JamAround :: addis|aden FmSynth first Take Download :: addisaden_fmsynth.pd

Posted in mp3, musik, PureData, Snippets | Tagged , , , , , | Kommentare deaktiviert