Unten sind die Ergebnisse Ihrer Suche gelistet. Falls der gesuchte Begriff nicht gefunden wurde, können Sie direkt eine neue Seite für den Suchbegriff anlegen, indem Sie auf den [Seite anlegen] Knopf drücken.
wiki:syntax:
17 Treffer====== Formatting Syntax ======
[[doku>DokuWiki]] supports some simple markup language, which tries to... ku>toolbar|quickbuttons]], too.
===== Basic text formatting =====
DokuWiki supports **bold**, //itali... ** are created from blank lines. If you want to **force a newline** without a paragraph, you can use tw
wiki:dokuwiki:
4 Trefferad More =====
All documentation and additional information besides the [[syntax|syntax description]] i... lossary]]
* [[http://search.dokuwiki.org|Search for DokuWiki help and documentation]]
**Customizing ... linglist|Join the mailing list]] :!:
* [[http://forum.dokuwiki.org|Check out the user forum]]
* [[d
public:python:iterators:
3 Treffertionary = {'1': 'one', '2': 'two', '3': 'there'}
for key in dictionary.iterkeys():
print key, dict... nte 2 - keys() =====
Wie Variante 1
<code python>
for key in dictionary.keys():
print key, dictiona... riff aufs dict, wenig Schreibarbeit
<code python>
for key, value in dictionary.items():
print key,
public:programmieren:singleton:
3 Trefferion]]
===== Example =====
Threadsafe Java Code (for Java 1.5 or later)
<code Java>
// Works with acquire/release semantics for volatile
// Broken under current semantics for volatile
class Foo {
android:cm5_magic_g1:
2 TrefferUpgrade von CM 4.2.15.1 auf CM5.0.8
* [[http://forum.cyanogenmod.com/topic/394-cyanogenmod-5-for-dre... chine-v508-06192010/|Original Post im Cyanogenmod Forum]]
* [[http://forum.xda-developers.com/showthr... anogenmod.com/index.php/Latest_version|Latest CM5 for Dream/Sapphire ]]
* (Auf Anfrage stelle ich d
met:
2 Trefferlove supposed to feel?
* The Breakers DK - Here for a laugh
* Kentucky Struts - Wanderin [[http://w... ich bei myspace]]
* Roky Erickson - Clear night for love [[http://www.lastfm.de/listen/artist/Roky%2B
public:start:
1 Treffer * [[http://grails.codehaus.org/|Grails]], Rails for Groovy
* [[http://cakephp.org/|CakePHP]] MVC F
public:mysql:
1 Trefferv.mysql.com/tech-resources/articles/mysql-cluster-for-two-servers.html|Cluster Setup]]
===== Status Va... SIN=0596101716&adid=1J16J5JFSPVM72CX17D1&|High Performance MySQL: Optimization, Backups, Replication, a... 638&creative=6742&creativeASIN=3897213885|High Performance MySQL: Optimierung, Datensicherung, Replikat
public:java:
1 Trefferng Proxy]]
* [[http://www.javaworld.com/javaworld/javatips/jw-javatip42.html|Java App for firewalls]]
openssl:
1 Trefferwww.links.org/?p=327|Ben Laurie - Vendors are bad for security]]
* [[http://www.heise.de/security/Kon
public:ubuntu:vmware:
1 Trefferole/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib/libcairo.so... ole/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib/libcairo.so... ole/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib/libcairo.so
public:linuxtools:
1 Trefferawk '/(READ|WRITE|dirtied)/ {activity[$2]++} END {for (x in activity) print x, activity[x]}' | sort -rn
phpunit:start:
1 Trefferp://www.phpunit.de/|PHPUnit]] is a xUnit framwork for PHP. It's written by Sebastian Bergmann.
I'll de
public:bash:
1 Treffer ELF Binaries sind und gebe diese aus
<code bash>
for x in *; do file "$x"; done | grep ELF | while IFS