-
-
firstfront
... like 'int', 'double', and 'float' are all built-in types that are defined as part of the language. When you introduce C style structs and C++ style classes, the names of the classes can be used in the same place in the syntax that a type is. Therefore, ...
-
spy
... integer.
- An _OPTIONAL_ DATA section of non-padded structs with:
- VAR instructions
- *ONE* terminal JMP instruction.
- An _OPTIONAL_ EXEC section of non-padded structs with:
- An unsigned char opcode
- A 2-byte unsigned short ...
-
W4118-Shell
... it as a file using
execv. Both the pushd/popd and the path functions use stacks, one for each. They
are composed of singly linked structs with a character array pointer. The path
command adds a '/' to the end of each of the paths if the last character is ...
-
virtualeyes
... vrtx0.com/images/veyes-09.26.11.png (still under heavy development). The HUD currently consists of a timeline (WIP), list of structs, scripting console, text overlay and the main GL scene for exploring the visualizations in 3D space.
Build Dependancies
...
-
json.java
... or Buffers …
* additional serialization strategies
* Beans style serialization (yuck!)
* treat arbitrary classes as data structs and serialize all public fields
* proper and consistant error handling
* scavenge comprehensive test vectors for other ...
-
v8serialize
... when
converting from JavaScript to C++, `save` when converting from C++ to
JavaScript. Take a look at these two structs :
struct screen
{
int width, height;
bool fullscreen;
int bpp;
static void load(v8s::load_info &data, screen &o) ...
-
jenkins-minimal-perfect-hash
... #### Prefix
For your convinience, you could specify a prefix, which would affect the names of the
generated files and the structs within. This is useful if you're including `perfect` in
your build process.
### Examples and Performance
Timings were done ...
-
blueblocks
... and connect them
- FormattedReader and FormattedWriter to read and write arbitrary binary data files by describing their format using structs and classes
- A TCP Server
- A Websockets server
- A plugin system that allows dynamic loading of DLLs through a ...
-
gopp-cs345
... - Warnings on unused variables instead of errors
Upcoming Features:
- Warnings on unused packages instead of errors
- Ternary Operator
- Syntax for multi-dimensional array creation
- Type agnostic functions
- Type agnostic structs
-
Mathlib
... pointers and an int to know the size.
In September I decided to go a step further and incorporate other matrix functions, as well as structs for ease of use, having the pointer and size in a single variable.
To-do list:
- "translate" into Obj-C, into ...
-