Matches in DBpedia 2016-04 for { <http://wikidata.dbpedia.org/resource/Q5164392> ?p ?o }
Showing triples 1 to 28 of
28
with 100 triples per page.
- Q5164392 subject Q7205353.
- Q5164392 subject Q7315440.
- Q5164392 abstract "Construct is a python library for the construction and deconstruction of data structures in a declarative fashion. In this context, construction, or building, refers to the process of converting (serializing) a programmatic object into a binary representation. Deconstruction, or parsing, refers to the opposite process of converting (deserializing) binary data into a programmatic object. Being declarative means that user code defines the data structure, instead of the convention of writing procedural code to accomplish the goal. Construct can work seamlessly with bit- and byte-level data granularity and various byte-ordering.Using declarative code has many benefits. For example, the same code that can parse can also build (symmetrical), debugging and testing are much simpler (provable to some extent), creating new constructs is easy (wrapping components), and many more. If one is familiar with the C (programming language), one can think of constructs as casting from char * to struct foo * and vice versa, rather than writing code that unpacks the data.".
- Q5164392 wikiPageExternalLink latest.
- Q5164392 wikiPageExternalLink construct.
- Q5164392 wikiPageExternalLink Data::ParseBinary.
- Q5164392 wikiPageWikiLink Q1127410.
- Q5164392 wikiPageWikiLink Q11331406.
- Q5164392 wikiPageWikiLink Q1333515.
- Q5164392 wikiPageWikiLink Q1418502.
- Q5164392 wikiPageWikiLink Q15777.
- Q5164392 wikiPageWikiLink Q175263.
- Q5164392 wikiPageWikiLink Q1757693.
- Q5164392 wikiPageWikiLink Q28865.
- Q5164392 wikiPageWikiLink Q339338.
- Q5164392 wikiPageWikiLink Q42478.
- Q5164392 wikiPageWikiLink Q531152.
- Q5164392 wikiPageWikiLink Q7205353.
- Q5164392 wikiPageWikiLink Q7315440.
- Q5164392 wikiPageWikiLink Q79984.
- Q5164392 wikiPageWikiLink Q81414.
- Q5164392 wikiPageWikiLink Q841507.
- Q5164392 wikiPageWikiLink Q8795.
- Q5164392 wikiPageWikiLink Q8799.
- Q5164392 wikiPageWikiLink Q8803.
- Q5164392 wikiPageWikiLink Q8805.
- Q5164392 comment "Construct is a python library for the construction and deconstruction of data structures in a declarative fashion. In this context, construction, or building, refers to the process of converting (serializing) a programmatic object into a binary representation. Deconstruction, or parsing, refers to the opposite process of converting (deserializing) binary data into a programmatic object.".
- Q5164392 label "Construct (python library)".