Volltextergebnisse:
- Vorhandene Entwicklunglinien (Zweige) auflisten @orga
- Versionsverwaltung]] einsetzen. == Vorwort Mit <code> $ blabla </code> ist im folgenden immer ein Befehl ''blabla'' im [[http://de.wikipedia.org/wiki/Betrie... /docs/gittutorial.html|Git Tutorial]]. ==Hilfe! <code> $ git help </code> ==Wer bin ich? Damit git weiß mit wem es zu tun hat, sollte man sich gleich nach d
- Formatting Syntax @wiki
- nd_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php> <?php /** * Customizati... be modified */ $lang['js']['nosmblinks'] = ''; </code> ==== Image Links ==== You can also use an imag... t use indention for deeper levels - That's it <code> * This is a list * The second item * You... t use indention for deeper levels - That's it </code> Also take a look at the [[doku>faq:lists|FAQ on
- testing @cocoaheads
- 2010 //The main thing that distinguishes legacy code from non-legacy code is tests, or rather a lack of tests. [[https://web.archive.org/web/20100819042330/... gleichen Sprache geschrieben wie der zu testende Code, * nicht Teil des ausgelieferten Programms. == Quelltext Impression <code objc> #import <SenTestingKit/SenTestingKit.h> @in
- localisation @iphone
- rd lists for translation. == NSLocalizedString <code objc>/* TBA */ "TBA" = "TBA";</code> or <code objc>/* ContributeVC Feedback */ "Submit" = "Absenden";</code> which one would you choose? <code objc>NSLocal
- macbook-hardware @playground
- = MacBook <code> Modellname: MacBook Modell-Identifizierung: MacBook5,1 Prozessortyp: Intel Core 2 Duo Prozessorgeschwindigkeit: 2 GHz </code> == RAM === ab Werk 2x der da: <code> Größe: 1 GB Typ: DDR3 Geschwindigkeit: 1067 MHz Status: OK Herst... 3641465236432D47372020 Seriennummer: 0x300E0000 </code> === aufgerüstet 2x der da: <code> Größe: 2 GB T
- ragel @cocoaheads
- /REC-xml-20081126/#NT-document|XML Spec]] sagt: <code bnf>document ::= prolog element Misc* prolog ... on' Eq ("'" VersionNum "'" | '"' VersionNum '"')</code> [[http://www.complang.org/ragel/|Ragel]] will:<code bnf>VersionInfo = S 'version' Eq ("'" VersionNu... Misc*; document = prolog elem_query Misc*;</code> und natürlich noch ein paar Zaubersprüche rundr
- wahid @orga
- html#latestsrc|Doxygen]] * [[http://rentzsch.com/code/mogenerator_v1.5|Core Data Model Generator]] * [... acTeX]] (pdfTeX 3.1415926-1.40.9-2.2) * [[http://code.google.com/p/git-osx-installer/|git 1.6.0.5]] * ... ct.darwinports.com/|Tesseract 2.01]] mit [[http://code.google.com/p/tesseract-ocr/issues/detail?id=62|Fr... zu können habe ich 2 Aliase in der ''.bashrc'': <code bash> # http://www.macworld.com/article/51830/200
- p2d @jugm
- n PCanvas einhängen == Bsp: Hampelmann Treiber <code java> public static void main(final String[] args... .setSize(600, 700); frame.setVisible(true); } </code> ----- * [[http://piccolo2d.org/doc/piccolo2d.... a.html|PCamera]] == Bsp: Hampelmann Scenegraph <code java> private static final PNode createScene(fina... oad("/rechter_fuss.png")); return universe; } </code> == Bsp: Hampelmann Controller <code java> publ
- mail_filter_rules @playground
- ple Mail aufbereiten Thunderbird Regeln finden: <code bash> $ find ~/.thunderbird -name msgFilterRules.dat </code> Apple Mail Regeln finden: <code bash> $ find ~/Library/Mail -name MessageRules.plist </code> Ein sehr, sehr unfertiges Fragment: <code ruby>
- us_patent_20080316183 @playground
- ires [[http://www.gnu.org/software/wget/|wget]] <code bash> #!/bin/sh # Download the us patent applicat... te 90" fi done cmd="$cmd $pat.pdf" echo "$cmd" </code> == Und noch eins: Touchscreen Handschuhe [[http... RS=DN/20090000010|High tactility glove system]] <code bash> #!/bin/sh # Download the us patent applicat... $cmd $dst" done cmd="$cmd $pat.pdf" echo "$cmd" </code> == Und weil's grad durch die Nachrichten geiste
- xcode_project_setup @iphone
- tall [[http://git-scm.com/|git]] e.g. from http://code.google.com/p/git-osx-installer/ # get [[http://w... -> Build -> **each configuration separately** -> Code Signing Identity == .gitignore <file git .gitign... n/download.html#latestsrc GIT ?= git # http://code.google.com/p/git-osx-installer/ OPTIPNG ?= optip... ############### ## ## pretty ## ## indent source code (pretty print) ## pretty: uncrustify uncrustify:
- qr_codes @iphone
- = QR Codes http://de.wikipedia.org/wiki/QR_Code brauchbare gratis Apps (iPhone OS 3.0) * [[http://itun... uestions/304537/does-anyone-know-of-a-c-c-unix-qr-code-library * [[http://code.google.com/p/zxing/|zxing lib]] {{ :cocoaheads:cocoacode.png |}} {{tag> QR-Code Barcode iPhone App}}
- ootricks @orga
- dingte Formatierung... # Bedingung 1: Formel ist <code>REST(ZELLE("ROW");2)</code> Zellvorlage ''Standard'' # Bedingung 2: Formel ist <code>REST(ZELLE("ROW");2)+1</code> Zellvorlage ''Standard_gerade'' # ''OK'' und fertig. {{tag>howto oowrite
- apple @orga
- evice/Provisioning\ Profiles'' kopieren),{{ xcode-code-signing.png?150}} # in XCode unter "Project -> Edit Project Settings -> Build Tab -> Code Signing -> Code Signing Identity -> Any iPhone OS Device" eintragen, # Projekt für "Device | Release
- git_fuer_philosophen @playground
- sungen: * [[http://de.wikipedia.org/wiki/Source_Code_Control_System|SCCS]] (Source Code Control System, 1972) im Unix Umfeld (Bell Labs) * [[http://de.wiki... ennt das: 'master') == Git Benutzung * [[http://code.google.com/p/git-osx-installer/|Installation]] *