Advertising
advertising
related pastes to tag 'dexen'
- 1243283 - Untitled: rc dexen wrapper git helper plan9
-
- #!/bin/rc
- # rc (plan9 shell) helper for wrappers, v1.1
- #
- # suppose you want to make wrapper for `git', also named `git'
- # you place it in a private directory, and include in $PATH
- #
- 1243147 - Untitled: rc dexen wrapper git helper plan9
-
- #!/bin/rc
- # rc (plan9 shell) helper for wrappers
- #
- # suppose you want to make wrapper for `git', also named `git'
- # you place it in a private directory, and include in $PATH
- #
- 1170565 - a note on design vs. elegance: programming dexen design engineering elegance
-
- Desig-by-elegance is conservative and suboptimal in its nature; not least because it converges to what we are accustomed to; follows form rather than idea. On the other hand, design-for-performance (in engineering), or design-for-correctness in computer science looks alien at first, but becomes elegant after a few iterations, and doubly so in hindsight; not least because designs which follow do converge to the original one, and we grow accustomed.
- -- dexen deVries
- 749190 - Untitled: dexen internet-industry.pl
-
- root@webdiil:/www/html/vhost/diil.no# php movecontent.php
- Warning: main(lib/ezutils/classes/ezmutex.php): failed to open stream: No such file or directory in /www/html/vhost/diil.no/movecontent.php on line 39
- Warning: main(): Failed opening 'lib/ezutils/classes/ezmutex.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /www/html/vhost/diil.no/movecontent.php on line 39
- Warning: main(kernel/classes/ezcontentlanguage.php): failed to open stream: No such file or directory in /www/html/vhost/diil.no/movecontent.php on line 42
- 738857 - dexen: tutorial xhtml dexen short incomplete
-
- * w XHTMLu wszystkie tagi są pisane małymi literami:
- <h1></h1>, <a></a>, <img />
- * w XHTMLu każdy otworzony tag musi być zamknięty, albo przez tag zamykający ( </NAZWA_TAGU> ) np:
- <a href="...">...</a>
- albo, w wypadku krótkich tagów ( img, br, hr, input itp. ) przez znacznik końca tagu: /> np:
- <img/>, <br/>, <hr/>, <input/>
- 683948 - dexen: ezp dexen
-
- /*!
- \private
- Parses the information node and generates the internal information structures.
- The information node contains information from the image itself, for instance
- EXIF data from a JPEG or TIFF image.
- */
- function parseInformationNode( &$imageInfoNode, &$imageInformation )
- 683945 - dexen: ezp dexen
-
- /*!
- \private
- Parses the information node and generates the internal information structures.
- The information node contains information from the image itself, for instance
- EXIF data from a JPEG or TIFF image.
- */
- function parseInformationNode( &$imageInfoNode, &$imageInformation )