Displaying 20 results from an estimated 2000 matches similar to: "2.4-beta fixes for MinGW"
2008 Nov 29
0
Icecast Streaming to an iPhone or iPod touch
Hello everyone,
I have created a patch that allows an iPod touch or iPhone with "CoreMedia" to receive Icecast streams directly from the server.
I did modify the original patch from the mailing list to include user agent switching for CoreMedia vs. other browsers.
Please let me know how it works. I have been streaming a local weather radio on Icecast with the iPhone patch (attached)
2008 Aug 25
2
patch for native iphone support
Here is a patch for icecast 2.3.2 that adds support for listening to mp3 and
aac+ streams on the iphone.
A quick background on the technical aspects of the patch and why it is
needed :
With the advent of 3g on the iphone, lots of people have been jumping on the
bandwagon of providing internet radio streams that work on the iPhone. The
biggest problem is that (without having to install an
2005 Feb 18
1
creating POSIXct dates in C
I'm trying to generate POSIXct times in a call to a C function.
However, I'm having trouble generating times with the proper offset from
UTC.
Can anyone offer any help with this issue?
I've looked at R-2.0.1/src/main/datetime.c, but I was not able to find
an example that I could easily pull from that file.
Thanks in advance,
Whit
Here is my example in C:
#include <stdio.h>
2009 Jul 21
1
Problem with INTERNALDATE when the year in localtime and GMT different
In my thought utc_offset function in src/lib/utc-offset.c returns wrong
offset value when the year in localtime and GMT different.
/* max offset of 24 hours */
if (ltm.tm_yday < gtm.tm_yday)
offset = -24 * 60;
else if (ltm.tm_yday > gtm.tm_yday)
offset = 24 * 60;
else
offset = 0;
I think this code should be modified as followings.
/* max offset of 24 hours */
if ((ltm.tm_year ==
2006 Sep 14
1
working with strptime data
Dear R-forum,
I am looking for a good resource/help on working with POSIXct values and
controlling the pretty x-axis labels and tick marks for a data VS time
plots. Specifically, I wish to do programming logic which creates
different vertical ablines calculations based on the range of times
which i am working on. The default plot results are adequate, but I
would love to make explicit calls on
2007 Mar 21
1
bug and patch: strptime first-of-month error in (possibly unsupported use of) "%j" format (PR#9577)
Full_Name: John Brzustowski
Version: R-devel-trunk
OS: linux (problem under Windows too)
Submission from: (NULL) (74.101.124.238)
(This bug was discovered by Phil Taylor, Acadia University.)
I'm not sure from reading the documentation whether strptime(x, "%j") is meant
to be supported, but if so, there is a bug which prevents it from working on the
first day of months after
2010 Aug 15
2
Beginner Hurdles
Hey everyone, I just got Theora running on my Mac, and ran across
several hurdles, that I was wondering if someone could help me with.
I do a lot of tech support at work, and get the same questions over
and over, so I tried skimming the archives but couldn't find the
answers. Maybe these could go in a FAQ of some sort? These are
fairly unavoidable issues that should probably be
2012 Oct 03
0
2.4-beta fixes for MinGW
Hi,
On 03/10/12 12:10, LRN wrote:
> With these one can build 2.4-beta (AKA 2.3.99.0) with mingw32 (gcc-4.7.0).
Hey, that's cool. Thanks a bunch!
> Note, however, that win32 subdirectory is:
> 1) Lacking a complete Makefile.am, so it can't be built with autotools.
> 2) Depends on MFC, and MFC is not provided by any MinGW toolset (and
> MS' MFC is, most likely, highly
2010 Apr 14
1
[PATCH] Change the date format used in RHEV OVF output
Date formats were previously undefined in RHEV's OVF output. They are now
defined as: 'yyyy/mm/dd hh:mm:ss'.
This change updates dates output by virt-v2v to use the new format.
---
lib/Sys/VirtV2V/Target/RHEV.pm | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/lib/Sys/VirtV2V/Target/RHEV.pm b/lib/Sys/VirtV2V/Target/RHEV.pm
index
2007 Jun 20
1
NULL ptr dereferences found with Calysto static checker
Hi,
I've ran my static checker Calysto on openssh and found the following bug:
Possible NULL-ptr deref (vc536):
@/work/benchmarks/SOURCES/openssh-4.6p1/moduli.c:173
+ ptr gtm returned from gmtime dereferenced without checking (gmtime can
return NULL).
There are probably more possible NULL-ptr dereferences, but Calysto
currently does not check the usage of library functions (for instance,
if
2001 Sep 25
61
Report to Recipient(s)
Incident Information:-
Originator: "G Lalithambika"<lalithambika@mumbai.tcs.co.in>
Recipients: samba@samba.org
Subject: FOCHAP06
WARNING: The file FOCHAP06.DOC.pif you received was infected with the
W32/SirCam@MM virus. The file attachment was not successfully cleaned.
2000 Dec 04
29
Thank You!
Robert's suggestion indeed fixed the problem. I kept thinking
those entries were necessary in inetd.conf. Also, kind
thanks to Fred Gilbert for his prompt responses.:-)
John
2017 Feb 26
1
v2.2.28: patches (to use libressl 2.4.5) and test error (strftime)
Timo,
re: What OS is this?
OS 10.12.3 with Xcode 8.2.1 and the official clang 3.9.0
re: test-time-util.c
t_strftime and variants now .......................................... : ok
Info: 'Thu, 08 Dec 2016 18:42:16 +0100'
test-time-util.c:124: Assert failed: strcmp(t_strftime(RFC2822_FMT, gmtime(&ts)), exp) == 0
Info: 'Thu, 08 Dec 2016 18:42:16 +0100'
2011 Apr 10
3
open.exe Virus W32.ATRAPS
Hello,
I am not sure if this is the correct mailing list to send this email...
I was trying to install on windows XP latest R-2.12.2 and my unvirus program
(Immunet 3.0) reports a virus at open.exe while this is unpacked:
W32.ATRAPS
Has anyone come across the same problem?
Best,
Costas
[[alternative HTML version deleted]]
2011 Apr 10
3
open.exe Virus W32.ATRAPS
Hello,
I am not sure if this is the correct mailing list to send this email...
I was trying to install on windows XP latest R-2.12.2 and my unvirus program
(Immunet 3.0) reports a virus at open.exe while this is unpacked:
W32.ATRAPS
Has anyone come across the same problem?
Best,
Costas
[[alternative HTML version deleted]]
2004 Aug 06
1
Please check the Speex email server for W32.Netsky
> I have been receiving the W32.Netsky virus from the speex email server.
> Just giving you a heads up.
Our mail server is running Linux, so unless Monty spent two hours to get it to
run under Wine, I think you should look elsewhere for the origin ;)
Jean-Marc
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe
2015 Jun 02
3
daemon in /etc/init.d/functions creates no pifile?
Hi,
we started using centos7 to run kvm+libvirt.
For novnc to virtual machines I like to start
websockify as a daemon by libvirt (as a hook)
Under Debian I used the line:
# start-stop-daemon --start --chuid $RUNUSER --make-pidfile --pidfile $PIDFILE --startas $PROGRAM -- $OPTIONS
which creates a nice pidfile.
In Centos I figured out, to include /etc/init.d/functions and I tried:
# daemon
2015 Jun 02
1
daemon in /etc/init.d/functions creates no pifile?
skotthof wrote:
>
> OK, I figured out, I have to install
> redhat-lsb package for start-stop-daemon
> "Implementation of Linux Standard Base specification"
>
> Sebastian
> On Tue, Jun 02, 2015 at 11:06:59AM +0200, skotthof wrote:
>> Hi,
>>
>> we started using centos7 to run kvm+libvirt.
>> For novnc to virtual machines I like to start
>>
1999 Apr 08
0
Keep-timestamp-in-`get'-patch for smbclient in samba-2.0.3
--------
--Multipart_Thu_Apr__8_13:33:51_1999-1
Content-Type: text/plain; charset=US-ASCII
Hello guys,
I always wondered why smbclient keeps timestamp in `put'ting a file
but does not keep it in `get'ting a file. Alternative to keep the
time stamp in `get'ting file is to use -Tc option or smbtar script,
but they are a bit hairy for interactive use, and it can only dump
files with an
2007 Aug 02
0
[LLVMdev] Debug info for conditionally defined variables?
Hi,
I have this piece of code:
tm = local ? localtime(&curr) : gmtime(&curr);
if (!tm) return NULL;
which translates into something like:
----------------------------------------------
entry:
%iftmp.0 = alloca %struct.tm*, align 8
%tm = alloca %struct.tm*, align 8
...
// Declares iftmp.0 as iftmp.0
call void @llvm.dbg.declare( { }* %iftmp.0, { }* bitcast