-
-
old-sporkle
...
1. *Classfile read/write* - parsing JVM class file streams into structs that correspond to the format laid out in the [JVM ... JCM assembler for describing methods.
3. Friendly view of classfile structs - the reverse process of 2. above, creating a human- ...
-
ruby-style-guide
... lines do not contribute to the relevant LOC.
=== Top-Level Methods
Avoid top-level method definitions. Organize them in modules, classes or structs instead.
NOTE: It is fine to use top-level method definitions in scripts.
[source,ruby]
----
# bad
def ...
-
gsoc-2011-git
... to read/write different fields.
## ptr-v*
These patches provided an implementation of the histogram diff algorithm
based on structs, instead of bitmasks. This reduced the complexity of
reading/writing of different fields and made code more readable.
...
-
Level
... Lightig loading .X file format
collision detection and more in IrrLicht engine.
Models are created in 3dsMax and exported to .X structs by me and gun is used from
Quake 3.all models are includet in 3DS files.
,
modernising the source (smart pointers, etc), and type safety (replacing generic pointers and ints with
structs and enums).
# Support & Questions
Documentation and more info http://kvakvs.github.io/hge
Example game can be found ...
-
srpmin
... strings for everything.
This library is for easier use with scripting languages that can't handle
complex binary blob types or C structs. It also helps to get the
encodings right since it's only giving you properly HEX encoded
values.
Base64 wasn't ...
-