-
-
ladspavst
... plugin v0.1.6 - stable
----------------------------------
-Use the new vstlibs functions to gather
the cached AEffect structs. (non-important update)
vst ladspa plugin v0.1.5 - stable
----------------------------------
-Fixed the worst nonrealtimeness ...
-
week-04
... ## Introduction
This week we take another step towards Test-Driven Development. Similar to how you were asked to make changes the Structs and OpenStructs to make the tests pass. Here again your job is to define the functionality of the methods that are ...
-
sdl_tank
... some stats (kills, total kills, mean kills, standard deviation)
* Fixed health bar size
* Converted some data to use vector structs (eg coords, velocities)
* Bots now randomly pick a side of the player to go around rather than always the right hand side
...
-
fullcontact-api-ruby
... Get information about an email address
person = FullContact.person(email: 'bart@fullcontact.com')
```
All returned values are Hashie structs. You can access fields as if they were fields:
```ruby
# Get person's family_name
person.contact_info ...
-
cspspemu
...
.Where(Partition => !Partition.Allocated)
.OrderByDescending(Partition => Partition.Size)
.First()
.Size
;
}
C# support of structs and pointers, allow the HLE functions to use pointers directly and seamlessly.
///
/// ...
-
GauntletPy
...
understood, it might not be important (single user media player for instance)
Issues:
64bit/32bit compatibility issues due to some kernel structs being different
I THINK i have them figured out, right now only one place has an issue - but
I don' ...
-
pycparser
... statements and declarations in functions
- Issue 19: anonymous structs & union fields
- Issue 23: fix coordinates ... literals
- Issue 9: Support for unnamed bitfields in structs
- Version 1.07 ...
-
freq-uri-parser
... takes
c-string+length input arguments (which describe the URI) and two
output arguments which are pointers to `freq_t` structs. Here is
the prototype:
extern int freq_parse_uri(
const char* uri,
size_t len,
freq_t* rx_freq,
freq_t* tx_freq
); ...
-
Portal-CMS
... value"
im_also_a_variable = 'i contain another value'
[even_this_is_a_variable] = and im a value
; now creating c++ like structs/objects with properties
obj site
$bg = "#ccc"
; you can nest them
obj navigation
$hover = "#cc0005"
...
-
firmdevtools
... registers into devices (and unions of sub-groupings...analogous to C structs and unions), and the various flags and bitfields they contain. ... a much longer include file, with bit masks, offsets, bitfields, structs, and so on as desired. In the case of the ...
-