Mittwoch, 7. Mai 2008, 9:22 Uhr
Opera hat die erste Alpha der Debug-Werkstatt Dragonfly herausgebracht. Obwohl der Browser Opera noch immer ein closed-source Projekt ist, wird Dragonfly unter der BSD-Lizenz veröffentlicht.
weiterlesen...
Kommentieren
Category: Open Source, Programmierung, Software, javascript
Tags: Browser, CSS, DOM, firebug, html, javascript, Opera, opera 9
Donnerstag, 1. Mai 2008, 14:08 Uhr
Dies ist nur ein Post, um zu testen, ob die neue 2.5.1-Version von Wordpress auch wirklich funktioniert. Ich hatte zu 2.5 ein Ticket eingereicht, das nicht bearbeitet wurde und nun will ich wissen, ob der Fehler beim Fix anderweitig behoben wurde..
weiterlesen...
Montag, 25. Februar 2008, 1:34 Uhr
C++:
-
{
-
if (havework && time->hour> 25) {
-
if (self->cantsleep){
-
// TODO: implement algorithm for forcesleep()
-
}else {
-
shutdown();
-
}
-
}
-
}
weiterlesen...
Donnerstag, 31. Januar 2008, 15:38 Uhr
Intro
Gimp offers the ability to run scripts and by that create, manipulate and save images automatically. The language used normally is script-fu, though one could also use perl or (more commonly) python.
In my current project, I have to take pictures of different samples which are partly manipulated (using surface processing). In those pictures I'm mostly [...]
weiterlesen...
Freitag, 21. Dezember 2007, 15:22 Uhr
Phew! At last i was able to build and even modify the blender sources. I need to do that for my current project:
I'm trying to Simulate different BRDF-models for my research using the render engine of blender. It was easy to find the source code locations, where i had to change it, but the hard [...]
weiterlesen...
Mittwoch, 12. Dezember 2007, 9:16 Uhr
Ever been looking for a system to manage your list of literature? Well, only think about the time needed to write a thesis, a paper or any other publication. Most of the time, you're searching for "that paper", you've just read some months or even years ago.. Then, you'd like to have the documents that [...]
weiterlesen...
Montag, 2. April 2007, 21:13 Uhr
The latest version of SharpDevelop was released nearly a month ago bringing with it some nice features i've been waiting for. My main interest is the support of the Compact Framework.
Anyone trying to develop .net-applications will normally start off by using Microsoft's free (but stripped down) IDE MS Visual Studio Express. Initially I was astonished [...]
weiterlesen...
Donnerstag, 22. März 2007, 13:29 Uhr
Ever since i 'discovered' how to use structures in vb.net, I've been fascinated by the abilities they give to developers. Structures are sort of mini-classes, that can have properties and methods. Take for example the following structure:
PLAIN TEXT
VB.NET:
Structure measurement
Dim startdate As DateTime
Dim enddate As DateTime
Dim heattemp As Double
[...]
weiterlesen...
Sonntag, 4. März 2007, 3:11 Uhr
Morgen ist Webmontag im hannoverschen Viva. Da es das erst zum ersten Mal in Hannover gibt, bin ich recht gespannt, wie sich das entwickelt. Folgende Vorschläge für Vorträge wurden gemacht:
Vorstellung des WeblogCamp@CeBIT, Bjoern Negelmann
Microformats: eine kurze Einführung, Tobias Glawe
Vorstellung des Projekts feedbeat, Sascha Kluger
Vorstellung des T3N Magazins für Open Source, Webentwicklung und TYPO3, Andreas Lenz
Ich [...]
weiterlesen...
Montag, 26. Februar 2007, 1:12 Uhr
The standard "Related Posts" plugin for lightpress tries to find posts that are posted under the same or nearly the same categories as the one currently viewed. The results are highly unsatisfactory.
I got the new sql-query from the "Related Posts" plugin for wordpress.
Download
Lightpress 'Related Posts' plugin
Installation
From the Lightpress root directory
Copy PostRelatedExt.php to plugins
Copy post_relatedext.xml to [...]
weiterlesen...
Kommentare (2)
Category: Open Source, Programmierung, Software, wordpress
Tags: blog, english, lightpress, Open_Source, php, plugin, Programmierung, Software, sql, wordpress