Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
cocoaheads:cocoapods-librdf [2014/08/14 17:12] – [s. RDF + SQLite storage] mro | cocoaheads:cocoapods-librdf [2015/10/03 00:24] (aktuell) – [s. RDF + SQLite storage] mro | ||
---|---|---|---|
Zeile 15: | Zeile 15: | ||
----- | ----- | ||
- | == mögliche | + | == Ausblicke |
- | Dazu noch mit Ausblicken (je nach Interesse) | + | zu folgenden Themen, je nach Interesse: |
* c. Cocoa Tools (-Pods, -Docs) | * c. Cocoa Tools (-Pods, -Docs) | ||
* t. Travis CI | * t. Travis CI | ||
* r. RDF Intro | * r. RDF Intro | ||
- | * l. librdf (cross compile) | + | * l. librdf (C/iOS cross compile) |
* o. librdf.objc (wrapper) | * o. librdf.objc (wrapper) | ||
* s. librdf & sqlite | * s. librdf & sqlite | ||
Zeile 30: | Zeile 30: | ||
{{ : | {{ : | ||
- | Hilfe um 3rd Party Bibliotheken in (ObjC) Xcode Projekte | + | Hilfe um 3rd Party Bibliotheken in (ObjC) Xcode Projekte |
* http:// | * http:// | ||
* legt {{{*.xcworkspace}}} mit ' | * legt {{{*.xcworkspace}}} mit ' | ||
- | * hilft mit Linker + Header | + | * hilft mit Linker + Header |
- | * ginge wohl auch per [[http:// | + | * ginge wohl auch per [[http:// |
== c. CocoaPod finden | == c. CocoaPod finden | ||
Zeile 65: | Zeile 65: | ||
* [[https:// | * [[https:// | ||
- | * {{{$ gem install cocoapods | + | * {{{$ gem install cocoapods}}} |
- | * [[https:// | + | * {{{$ pod lib lint && rake release}}} |
+ | * so sieht das dann aus: [[https:// | ||
== c. CocoaDocs | == c. CocoaDocs | ||
Zeile 80: | Zeile 81: | ||
{{ https:// | {{ https:// | ||
- | * kolo CI Server für github Projekte | + | * kostenloser |
* https:// | * https:// | ||
- | * {{{.travis.yml}}} | + | * {{{.travis.yml}}} |
== r. RDF | == r. RDF | ||
Zeile 93: | Zeile 94: | ||
* RDF: machinenlesbare Beschreibung zu URLs (also allem). Oft ist [[http:// | * RDF: machinenlesbare Beschreibung zu URLs (also allem). Oft ist [[http:// | ||
* [[http:// | * [[http:// | ||
- | * [[http:// | + | * [[http:// |
* [[http:// | * [[http:// | ||
Zeile 108: | Zeile 109: | ||
{{ : | {{ : | ||
+ | |||
+ | Die komplette BBC Programmwebsite is praktisch RDF mit einer HTML Ansicht. | ||
http:// | http:// | ||
Zeile 118: | Zeile 121: | ||
** das wiederum eine [[http:// | ** das wiederum eine [[http:// | ||
* {{{rapper -i grddl -o turtle ' | * {{{rapper -i grddl -o turtle ' | ||
+ | |||
== r. FOAF | == r. FOAF | ||
{{ http:// | {{ http:// | ||
- | * [[http:// | + | * [[http:// |
* http:// | * http:// | ||
* http:// | * http:// | ||
Zeile 131: | Zeile 135: | ||
* http:// | * http:// | ||
* http:// | * http:// | ||
+ | |||
== l. librdf | == l. librdf | ||
Zeile 154: | Zeile 159: | ||
* http:// | * http:// | ||
* RDF Code ist leider oft nicht produktionsreif sondern 'Proof of Concept' | * RDF Code ist leider oft nicht produktionsreif sondern 'Proof of Concept' | ||
+ | * langsam und/oder Speichersau | ||
* deshalb eigene Neuimplementierung des SQLite Store | * deshalb eigene Neuimplementierung des SQLite Store | ||
- | * Ersgebnis: Hälfte Lines Of Code, nur noch 1% der urspr. Laufzeit | + | * Ergebnis: Code halbiert, nur noch 1% der urspr. Laufzeit |
== Vielen Dank | == Vielen Dank |