search for: blurb

Displaying 20 results from an estimated 288 matches for "blurb".

2004 Sep 10
4
bitbuffer optimizations
...Lichvar -------------- next part -------------- --- src/libFLAC/bitbuffer.c.orig 2003-01-30 17:36:01.000000000 +0100 +++ src/libFLAC/bitbuffer.c 2003-01-30 21:53:18.000000000 +0100 @@ -51,6 +51,25 @@ */ static const unsigned FLAC__BITBUFFER_DEFAULT_CAPACITY = ((65536 - 64) * 8) / FLAC__BITS_PER_BLURB; /* blurbs */ +static const unsigned char byte_to_unary_table[] = { + 8, 7, 6, 6, 5, 5, 5, 5, 4, 4, 4, 4, 4, 4, 4, 4, + 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 1, 1, 1, 1, 1, 1, 1, 1, 1,...
2005 Jan 01
2
libFLAC bitbuffer optimizations
...patch, from the mailing list post I dug up in the archives: --- orig/src/libFLAC/bitbuffer.c +++ mod/src/libFLAC/bitbuffer.c @@ -62,6 +62,24 @@ * keeping in mind the limit from the first paragraph. */ static const unsigned FLAC__BITBUFFER_DEFAULT_CAPACITY = ((65536 - 64) * 8) / FLAC__BITS_PER_BLURB; /* blurbs */ +static const unsigned char byte_to_unary_table[] = { + 8, 7, 6, 6, 5, 5, 5, 5, 4, 4, 4, 4, 4, 4, 4, 4, + 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 1, 1...
2004 Dec 28
2
libFLAC bitbuffer optimizations
...eric@petta-tech.com--2004b-ordinary/patch-log/patch-27 * modified files --- orig/src/libFLAC/bitbuffer.c +++ mod/src/libFLAC/bitbuffer.c @@ -233,11 +233,26 @@ /* first shift the unconsumed buffer data toward the front as much as possible */ if(bb->total_consumed_bits >= FLAC__BITS_PER_BLURB) { +#if FLAC__BITS_PER_BLURB == 8 + /* + * memset and memcpy are usually implemented in assembly language + * by the system libc, and they can be much faster + */ + unsigned r_end = (bb->blurbs + (bb->bits? 1:0)), + r = bb->consumed_blurbs, l = r_end - r; + FLAC__blurb *...
2006 Jun 26
0
DBI question. How do I load a database with data parsed from REXML?
I wrote a rexml script that parses rather big xml files (DOM parsing) and builds an object out of them. This is what it looks like after i parse the xml file and display the object: [#<Article:0xb79e7428 @brand="This is a story from ", @id=5337, @fblurb="burb", @ntype="news type here", @copy="Copyright \302\251 2006 ", @source="source", @body="body", @archive=nil, @att="attribution here", @blurb="Signs and symptoms of food poisoning", @post=nil, @fimage=nil, @head="Health T...
2006 May 03
0
RoR Developer Job available in San Francisco (downtown)
Hello, Thought I''d pass this along to any job seekers out there. My understanding is that this is a relatively junior to mid-level position. ============================================================== Web Application Developer -- Ruby on Rails Blurb, Inc, San Francisco (Full Time) Are you a person who is excited to explore new technologies and build cutting edge applications that redefine the customary and to push the envelope of what is possible? :: About Us If you never get on a bus or a plane without at least one book in hand, you cou...
2006 Jun 13
1
Element.remove parent div
Hi all, Currently I am using Element.remove like so: <div class="blurb" id="drag_1"> <a onclick="Element.remove(''drag_1'');" class="remove"></a> </div> However I would like to just create a function since I''ll be removing multiple DIVs and updating the sortable order. I just can'...
2011 Mar 10
1
[LLVMdev] LLVM 2.9 release notes + "Projects using LLVM" + API changes
...l clients. Feel free to directly commit to the release notes, I will fill in more details when I get bandwidth and will generally tidy it up and edit it, so don't worry about it all fitting together well at this point. If you have an external project that works with LLVM 2.9, please send me a blurb offlist and I'll include it in the release notes. We've been doing this over the last couple of releases and I think it adds a lot of value to show the different ways that LLVM gets used. Please send me a blurb along the lines of the examples from 2.8: http://llvm.org/releases/2.8/docs/Re...
2012 May 11
5
[LLVMdev] [3.1 Release] Release Notes and External Projects
Hi all! Please remember to update the release notes! We're getting close to the release date, and we need the notes to be up-to-date. Also, if you have a project which uses LLVM, please send me a blurb about it and I can add it to our "external projects" list (or, if you have commit access, you can add it). Thanks! -bw
2006 Jun 24
1
Parsing XML with REXML problem
Why can it not find my object? What am i missing here? Here is my code: require ''rexml/document'' include REXML # classes to represent the objects and relationships in the xml file class Article attr_accessor :id, :post, :archive, :ntype, :head, :blurb, :body, :fblurb, :fimage, :att, :source, :copy, :brand end # the base parser class BaseXMLParser def initialize(filename) @raw_xml = File.open(filename).read @newsfeed = [] end end # DOM-based parsing class FeedXMLParser < BaseXMLParser def get_newsfeed doc = Document.new(@...
2011 Oct 25
9
[LLVMdev] [3.0 Release] Call for External Open Source Projects Using LLVM 3.0
...file:///Volumes/Sandbox/llvm/llvm.src/docs/ReleaseNotes.html#externalproj) is up to date. Please send me an email with the project's name and a short description of it. Alternatively, if the project was commented out and you would still like to be listed, just tell me and I'll uncomment the blurb. :-) Share and enjoy! -bw
2004 Jul 17
2
[LLVMdev] Scheme compiler.
...VM code (that's kinda > the point of Patrick's work). Maybe he can say some more about where this > stands? Ok, I look forward to it! > > [1] http://www.ida.liu.se/~tobnu/compile.ss > > This is very neat. If you put together a little web page for it, and send > me a blurb, I would be very happy to add this to the projects page. :) Ok, here you go, http://www.ida.liu.se/~tobnu/scheme2llvm/ (what's a blurb? :) > As you continue development on it, would you be interested in integrating > this into the LLVM tree? Sure, it could probably at least be used...
2010 Apr 21
2
[LLVMdev] final call for projects that work with LLVM 2.7
If your project works with LLVM 2.7 and you want it included in the release notes, please email me a blurb to include ASAP. -Chris
2004 Oct 16
1
FLAC Process_single... read:write ratio ?
...out is... if i call process_single() and let the read callback give the decoder exactly one packet/frame. Is the write_callback garaunteed to only be fired once ? Also one other thing... this where is always crashes... Line 374 in bitbuffer.c, at bit_buffer_clear(...) the state is ABORTED, and blurbs and bits are both ~2^32 and it tries to do a memset. I know the issue is primarily a threading one... is it normal for this to be called in the ABORTED state ? How does the blurbs and bits get so high ? (is it subtracting from 0 ?) Cheers, Zen.
2005 Jan 24
0
libFLAC bitbuffer optimizations
...ng revision 1.55 diff -u -r1.55 bitbuffer.c --- bitbuffer.c 25 Jan 2005 02:37:08 -0000 1.55 +++ bitbuffer.c 25 Jan 2005 02:39:52 -0000 @@ -228,11 +228,27 @@ /* first shift the unconsumed buffer data toward the front as much as possible */ if(bb->total_consumed_bits >= FLAC__BITS_PER_BLURB) { - unsigned l = 0, r = bb->consumed_blurbs, r_end = bb->blurbs + (bb->bits? 1:0); +#if FLAC__BITS_PER_BLURB == 8 + /* + * memset and memcpy are usually implemented in assembly language + * by the system libc, and they can be much faster + */ + const...
2009 Jul 15
2
how to enable dial to alex@asterisk.blurb.com
Hi The subject line says it all how do I enable this style of call. Pointers to the dns setup and asterisk setup would be great or even search words for google, as I am not sure how to search for this type of request. Alex -- There is no instance of a country having benefited from prolonged warfare -- Sun Tzu - The Art of War -------------- next part -------------- A
2008 Oct 01
3
GSM / 3g channel bank
More than 60% of our outbound calls are now to mobiles, so the time has come to whack in a gsm channel bank. Does anyone have any preference of bank ? Do you use a PRI or VOIP connection from the bank to asterisk ? Real-world experiences are sooooo much better than marketing blurb ;) We currently have a TE412P with a free socket, so we have a choice either way. I am looking for up to 30 sims to be connected, and we are based in the UK. Any advice is gratefully received. Thanks Julian ______________________________________________________________________ This email ha...
2011 Nov 27
4
[LLVMdev] LLVM 3.0 release notes
...is writing a blog about exception handling. - The llvm.expect intrinsic isn't documented in langref. - Benjamin needs to write something about llvm-objdump and the dwarf parsing - Michael is going to write something about object file parsing and llvm-size. - Rafael/Sanjoy, please write a short blurb about segmented stacks linking to the 'docs' page. - Jakob, you made the domain fixing pass target independent, it seems worth saying something about it, can you add a blurb? Of course improvements and suggestions from anyone else are also more than welcome! Once LLVM 3.0 is out the door,...
2015 May 08
2
[LLVMdev] OpenMP 3.1 Implementation Complete
On Thu, May 7, 2015 at 10:53 PM, Hans Wennborg <hans at chromium.org> wrote: > Congratulations! Would you like to add a blurb to the release notes > for the next release? Sure! Will do. Yours, Andrey
2015 Jun 13
2
C5 : Firefox 38 bug
...puter. > > Misunderstandings do happen in natural language. NOP!! He stated NO misunderstanding. I think you are simply repeating you have learned NOT by actually knowing the code and implemetation the way the developer of the product knew it. Your info is both dated and part of the marketing blurbs. Question: 2 marketing execs are talking with each other. Which one of them is lying? ANS: The one whose lips are moving.
2004 Jul 17
0
[LLVMdev] Scheme compiler.
...understand and debug later on. But maybe I'll get obsessed. :) Sounds good. Hopefully you can even improve what we have :) > > > [1] http://www.ida.liu.se/~tobnu/compile.ss > > > > This is very neat. If you put together a little web page for it, and send > > me a blurb, I would be very happy to add this to the projects page. :) > > Ok, here you go, > > http://www.ida.liu.se/~tobnu/scheme2llvm/ Looks great! > (what's a blurb? :) Just a summary, so that I can add an entry to this page: http://llvm.cs.uiuc.edu/ProjectsWithLLVM/ > > As...