search for: ihold

Displaying 6 results from an estimated 6 matches for "ihold".

Did you mean: hold
2007 Aug 15
2
pcspkr wave encoding
...e FLAC encoder (using 1.2.0) is given simple waves. Simple waves means: I have a list of {frequency, duration, pause} tuples that define the monophonic tune. In other words, exactly one frequency is played at a time. This is the original dataset from 1989 (driving a PC speaker back then): $ ls -l ihold.sd -rw-r--r-- 1 jengelh users 20616 Aug 14 00:57 ihold.sd Since driving the PC speaker is mostly a privileged operation these days, one would just convert it to PCM and use soundcard output. The program "sd" I have written does just that. The two numerical parameters a and b denote the s...
2007 Aug 15
0
pcspkr wave encoding
...en simple waves. Simple waves means: I have a list of {frequency, > duration, pause} tuples that define the monophonic tune. In other > words, exactly one frequency is played at a time. > > This is the original dataset from 1989 (driving a PC speaker back > then): > > $ ls -l ihold.sd > -rw-r--r-- 1 jengelh users 20616 Aug 14 00:57 ihold.sd > > Since driving the PC speaker is mostly a privileged operation these > days, one would just convert it to PCM and use soundcard output. The > program "sd" I have written does just that. The two numerical > p...
2013 Apr 14
3
Create New Column Inside Data Frame for Many Data Frames
Dear R Helpers, I have a large number of data frames and I need to create a new column inside each data frame. Because there is a large number, I need to "loop" through this, but I don't know the syntax of assigning a new column name dynamically. Below is a simple example of what I need to do. Assume that I have to do this for all 26 letters and you should see the form of the
2013 Oct 16
3
trivial cleanups
Hi gang, Here''s some trivial cleanups that I''ve built up while reading through the code. They''ve been run through xfstests -g quick. - z -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2018 Dec 07
0
Wine release 4.0-rc1
...ineandroid: Add a helper function to update a window surface. makefiles: Remove some unused variables. loader: Duplicate some preloader code instead of trying to share it. Alistair Leslie-Hughes (5): comsvcs: Implement IDispenserManager RegisterDispenser. comsvcs: Implement IHolder Alloc/Free Resource. comsvcs: Add initial tests. comctl32/edit: Don't set caret position when we don't have focus. ext-ms-win-ntuser-misc-l1-2-0: Add dll. Andreas Maier (5): dbghelp: Use correct record in codeview_snarf_public. dbghelp: Add SYMFLAG_- and SYM...
2011 May 11
8
[PATCH 1/4] Btrfs: map the node block when looking for readahead targets
If we have particularly full nodes, we could call btrfs_node_blockptr up to 32 times, which is 32 pairs of kmap/kunmap, which _sucks_. So go ahead and map the extent buffer while we look for readahead targets. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com> --- fs/btrfs/ctree.c | 23 +++++++++++++++++++++-- 1 files changed, 21 insertions(+), 2 deletions(-) diff --git