Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'dexen'

1243283 - Untitled: rc dexen wrapper git helper plan9
  1. #!/bin/rc
  2.  
  3.  
  4. # rc (plan9 shell) helper for wrappers, v1.1
  5. #
  6. # suppose you want to make wrapper for `git', also named `git'
  7. # you place it in a private directory, and include in $PATH
  8. #
  9.  
1243147 - Untitled: rc dexen wrapper git helper plan9
  1. #!/bin/rc
  2.  
  3.  
  4. # rc (plan9 shell) helper for wrappers
  5. #
  6. # suppose you want to make wrapper for `git', also named `git'
  7. # you place it in a private directory, and include in $PATH
  8. #
  9.  
1170565 - a note on design vs. elegance: programming dexen design engineering elegance
  1. 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.
  2. -- dexen deVries
749190 - Untitled: dexen internet-industry.pl
  1. root@webdiil:/www/html/vhost/diil.no# php movecontent.php
  2.  
  3. 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
  4.  
  5. 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
  6.  
  7. 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
  8.  
  9.  
738857 - dexen: tutorial xhtml dexen short incomplete
  1. * w XHTMLu wszystkie tagi są pisane małymi literami:
  2.  <h1></h1>, <a></a>, <img />
  3.  
  4. * w XHTMLu każdy otworzony tag musi być zamknięty, albo przez tag zamykający ( </NAZWA_TAGU> ) np:
  5.  <a href="...">...</a>
  6.  albo, w wypadku krótkich tagów ( img, br, hr, input itp. ) przez znacznik końca tagu: /> np:
  7. <img/>, <br/>, <hr/>, <input/>
  8.  
  9.  
683948 - dexen: ezp dexen
  1.     /*!
  2.      \private
  3.      Parses the information node and generates the internal information structures.
  4.  
  5.      The information node contains information from the image itself, for instance
  6.      EXIF data from a JPEG or TIFF image.
  7.     */
  8.     function parseInformationNode( &$imageInfoNode, &$imageInformation )
  9.  
683945 - dexen: ezp dexen
  1.     /*!
  2.      \private
  3.      Parses the information node and generates the internal information structures.
  4.  
  5.      The information node contains information from the image itself, for instance
  6.      EXIF data from a JPEG or TIFF image.
  7.     */
  8.     function parseInformationNode( &$imageInfoNode, &$imageInformation )
  9.