similar to: Theora (and ogg) on iPhone

Displaying 20 results from an estimated 4000 matches similar to: "Theora (and ogg) on iPhone"

2008 Oct 07
3
Theora on iPhone
I posted a while back "complaining" about lack of a theora player on the iPhone. Porting the code for libtheora (and libogg/libvorbis) was (relatively) painless, and appears to be working. I'm up against a tougher challenge now... rendering the video! I tried using the brand-new SOC-funded SDL port to iphone to get the "player_example.c" code up and running, but ran into
2013 Jan 29
2
[LLVMdev] [PATCH] Coding standards: don't use ``inline`` when defining a function in a class definition
Hello, This came up on IRC in context of r173842, and it was suggested to codify this unspoken rule. Current practice is not to use 'inline' in: class Foo { public: inline void bar() { // ... } }; Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
2013 Feb 04
0
[LLVMdev] [PATCH] Coding standards: don't use ``inline`` when defining a function in a class definition
On Wed, Jan 30, 2013 at 1:08 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote: > Hello, > > This came up on IRC in context of r173842, and it was suggested to > codify this unspoken rule. > > Current practice is not to use 'inline' in: > > class Foo { > public: > inline void bar() { > // ... > } > }; Ping. This patch is
2013 Feb 04
1
[LLVMdev] [PATCH] Coding standards: don't use ``inline`` when defining a function in a class definition
On Mon, Feb 4, 2013 at 1:31 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote: > On Wed, Jan 30, 2013 at 1:08 AM, Dmitri Gribenko <gribozavr at gmail.com> > wrote: > > Hello, > > > > This came up on IRC in context of r173842, and it was suggested to > > codify this unspoken rule. > > > > Current practice is not to use 'inline' in:
2015 Nov 02
3
[RFC] Strategies for Bootstrapping Compiler-RT builtins
> On Nov 2, 2015, at 2:44 PM, Steve King <steve at metrokings.com> wrote: > > On Mon, Nov 2, 2015 at 1:02 PM, Chris Bieneman <beanz at apple.com> wrote: >> Sadly, I believe there are licensing reasons why the builtins can’t be in the LLVM repo. > > Repos and licenses are orthogonal, but I get the concern. > > Switching gears to other questions: > Should
2020 Jun 17
11
Blog article about the state of CentOS
Hi, I just read this blog article from austrian Linux expert Michael Kofler. For those among you who don't know the guy, he's my home country's number one Linux expert (known as "der Kofler") and most notably the author of a series of excellent books about Linux over the last 25 years. https://kofler.info/centos-8-wertlose-langzeitunterstuetzung/ Disclaimer : I've been
2020 Feb 20
3
Unknown setting error with dovecot-sql.conf.ext
Hi All, I am trying to install Dovecot connecting to MySQL and all seems to be working until I try to send/receive. I'm getting a "Unknown setting" error for anything that is inside dovecot-sql.conf.ext dovecot-sql.conf.ext is inside /etc/dovecot and is referenced from /etc/dovecot/conf.d/auth-sql.conf.ext The error I get is: auth: Fatal: sql
2004 Jul 29
5
Astricon Conference Call?????????
I know this is probably way out there but............ Would it be possible to set up a (Asterisk based) conference call (per se) with the presentations at the upcoming Astricon conference via IAXtel (or something similar) so that people who are not able to attend could join a Meetme conference (listen only) and listen to the content. There maybe bandwidth issues but this would certainly be an
2008 Aug 24
5
uninitialized constant "Console"
I just upgraded webgen, and it broke. Here''s what I get when I run webgen: chadmac:thewoolleyweb.com woolley$ webgen --version An error has occurred: uninitialized constant Console chadmac:thewoolleyweb.com woolley$ gem list webgen *** LOCAL GEMS *** webgen (0.5.2, 0.4.7)
2005 Oct 12
3
Icecast logging
Hi Guys, My first post here so hello to all :-)) Anyway, my question: Does anybody know if there is a tool out there that can process the icecast log files and return a graph of listener numbers over a set period? I'd like to be able to know when our most busiest time was. Thanks very much in advance, Andy
2008 Jan 02
5
anchor tags?
Hi, Is there a cool webgen way to do anchor tags? I''ve just been doing this: <span id="anchor_name"/> ...but is there a better way? Thanks, Chad
2004 Sep 30
6
No Asterisk Sounds on SUSE ES 9/Linux 2.6
I installed SUSE LINUX Enterprise Server 9 that uses a Linux 2.6.5 kernel. When I installed the OS, I chose a minimal package install. I compiled the latest asterisk out of CVS. So far things have gone OK. I can establish phone calls (SIP, TDM, etc) and the quality is good. Only problem is that I can get no sound out of Asterisk itself: prompts, comedian mail prompts, etc. I can see messages on
2004 Jul 12
8
Gogoif with variables acting funny?
Using an example provided by "The Hitchhiker's Guide to Asterisk", I made the following addition to my extensions.conf file: [inbound-analog] exten => s,1,Wait(1) exten => s,2,SetVar(counter=0) exten => s,3,Answer() exten => s,4,Wait(1) exten => s,5,DigitTimeout(15) exten => s,6,ResponseTimeout(10)
2018 May 16
0
Bilateral matrix
Dear Bert and Huzefa, Apologies for the late reply, my account got hacked and I have just managed to recover it. Thank you very much for your replies and the solutions. Both work well. I was wondering if there was any way to ensure (force) that all possible combinations show up in the output. The full dataset has 25 cities but of course people have not moved from Boston to all the other 24
2010 Sep 21
3
Where can I find list of "Core" and "Base" install groups?
e.g. what packages are in them, as well as other groups or group-related options which may exist... Thanks, -- Chad
2020 Jun 17
0
Blog article about the state of CentOS
Il 17/06/20 09:16, Nicolas Kovacs ha scritto: > Hi, > > I just read this blog article from austrian Linux expert Michael Kofler. For > those among you who don't know the guy, he's my home country's number one Linux > expert (known as "der Kofler") and most notably the author of a series of > excellent books about Linux over the last 25 years. > >
2015 Nov 02
2
[RFC] Strategies for Bootstrapping Compiler-RT builtins
> On Nov 2, 2015, at 12:01 PM, Steve King <steve at metrokings.com> wrote: > > Hi Chris - Many thanks for airing all this. I'm now hopeful for an > end to my own hacks and false starts trying to fix these same > problems. My response is coming from the perspective of an > out-of-tree target without binutils or libgcc support. > > On Mon, Nov 2, 2015 at 9:10
2020 Jun 17
7
Blog article about the state of CentOS
On 6/17/20 8:06 AM, Simon Matter via CentOS wrote: >> Hi, >> >> I just read this blog article from austrian Linux expert Michael Kofler. >> For >> those among you who don't know the guy, he's my home country's number one >> Linux >> expert (known as "der Kofler") and most notably the author of a series of >> excellent books
2018 May 08
3
Bilateral matrix
or in base R : ?xtabs ?? as in: xtabs(~previous_location + current_location,data=x) (You can convert the 0s to NA's if you like) Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Tue, May 8, 2018 at 9:21 AM, Huzefa
2015 Feb 15
2
What options do I have to create OUs and ACLs in Samba4?
I need to create a couple of OUs under Users to separate my internal users from my external users that have LDAP backed accounts so I can put ACLs over the external users so I can limit what they can see on the tree. What options do I have to create the OUs and the ACLs in a Samba4 AD-DC domain?