Displaying 7 results from an estimated 7 matches for "autobiographi".
Did you mean:
autobiography
2007 Sep 09
1
Why I reinvented the wheel with M3F
Daniel,
nobody has accused you of reinventing the wheel. You give up too
easily. If you want to develop a standard, it takes a lot of
discussion and input - and it takes diplomacy. Attacking people and
attacking the community will not be helpful.
You have asked for feedback - feedback has been given. Now it's time
to think and digest. I for one have been motivated by the topic of
discussion,
2009 Mar 31
1
Samba PDC & Squid NTLM Auth - Same machine
Hi Guys!
Probably this is not the best place to ask, I'll try anyway... =)
I've been trying to configure a Samba PDC and a Squid Porxy server
with NTLM auth on the same machine but NTML_AUTH keeps complaining
about: NT_STATUS_INVALID_HANDLE.... I have others machines running
Squid and Authenticating against a Samba Server but on different
machines, this is the first time a try both on
2007 Sep 09
0
Why I reinvented the wheel with M3F
Hi ogg-dev list,
I am not trying to ?get someone?. But I though this form would indeed prove
successful in making my point. Here we go:
I got accused of ?reinventing the wheel? for this little media description
format of mine. Fare enough. But I wanted to show everyone why it is
sometimes best to sometings that has been done before all over. See the
attached document. It uses existing
2004 Aug 06
1
New in the list.
I subscribed a couple of days ago to the list but I see nearly
no activity (1 or 2 mails/day)
Is this normal or I'm loosing messages?
Thanks.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only the word 'unsubscribe' in the
2004 Aug 06
1
ices 0.2.2 compile problems Py_Initialize and cannot find -lz
Hey Harvey -- all you need to do is to add -lutil to the $LIBS list
around line 3968 of "configure"
LIBS="-l$lib -lm -ldl $LIBS"
becomes
LIBS="-l$lib -lm -ldl -lutil $LIBS"
hould solve yer problems.
also, around line 3957, in the 'for lib in python python2.0 python1.6,
etc, you may want to add python2.1 (if you have 2.1 installed, else it
may have trouble
2004 Aug 06
2
Two Things: Python 2.1 & ices 0.2.2 / Multiple Streams
First off, I managed to build iceS 0.2.2 with Python 2.1, though I had to
add -lutil to the $LIBS definition whilst ./configure'ing. Otherwise,
configure won't find Py_Initialize
Secondly - multiple streams
I've added a second "stream" definition to my ices.conf, and both streams
show up as sources for icecast, (http://blah.com:8000/list.cgi), though
when i try to connect
2007 Sep 06
9
Feedback on XML metadata namespace
Hi ogg-dev list,
After discussing the [lack of] metadata standards on the
irc://irc.freenode.net/#Vorbis channel yesterday I figured I had to
contribute to this process.
Attached is a sample XML formatted metadata sheet describing a song; and
shows off other media type elements as well. How this is to be embedded in
the OGG container is not my field.
I have only spent a couple of hours