Displaying 20 results from an estimated 400 matches similar to: "Beta 2 Available..."
2004 Aug 06
1
ultra-preliminary C++ wrapper for ogg & vorbis
Hi.
I'm working on a very simple C++ wrapper for parts of libogg and
libvorbis; I thought I would expose it for initial comments and the
generally curious.
No conveniences, no frills. No helpful higher-level abstractions. Just
a translation from ogg_method_foo(ogg_method* data) to classes that hold
the ogg_stream_state etc., so you may type mypage.bos() instead of
2004 Aug 06
0
Extensive definitions with reserved identifiers
Hi,
the icecast source code contains many definitions with identifiers
reserved in C. For instance, include guards typically are
__LIKE_THIS__ (note the underscores at the beginning).
While gcc does not complain about these, they might lead to
problems with other compilers (or a future gcc release) and
also make code analyzers complain. For an overview of reserved
identifers, see for instance
2003 Feb 19
1
RODBC problems
Hello,
I successfully used RODBC very frequently, but after having updatetd to R 6.0.2, the
current RODBC-Version gives me some problems.
After connecting to my Oracle-Database via odbcConnect("") (or the necessary
information) I receive a much longer output than usual:
RODB Connection 0
Details:
case=nochange
DRIVER={Oracle in OraHome90}
...
with all the details.
Previously,
2005 May 03
3
Revealing linux quota to windows users?
Hello!
I know this must be an old topic, but I can't quite find an answer in
the archive or the Howto.
I would like to know if it's possible to show the user quota instead of
the disk size when users open their home directoy as a share.
(I think it's kind of misleading when it says "480GB free" to a user who
has only 500 MB space.)
Thanks!
Marian
2008 Mar 12
1
Spatially Lagged Predictor Variable Models
Hi Everyone,
I am doing a project based on "Spatially Lagged Predictor
Variable Models", I would like to know which package in R would execute this
model. Also, I am new to this field of spatial statistics. Any suggestions
for a good book on spatial regression analysis would be appreciated. Thanks
Again.
Cheers
Arun
--
View this message in context:
2005 Jun 03
1
Roaming Profile Mix-Up Between Users
Hi!
We are having some trouble after migrating from an NT4 domain controller
to Samba 3:
When there is no local copy of any profile on a workstation, a user can
log in and his profile is copied from the server.
When a second user logs in to the same workstation after the first one
logged out, he sees the profile of the first one. That is, he actually
used it. His profile isn't even read
2019 Oct 26
3
CentOS 8 and DELL 7540 Intel AX200 WIFI
Hello all,
I recently bought a brand new Dell Precision 7540 laptop.? Before buying
I checked the specifications from the RedHat hardware list and they said
that it was "fully RedHat 8 Certified" and listed all the hardware that
was "certified" to work with that laptop.
https://access.redhat.com/ecosystem/hardware/3979771
I have had good results the last few years with
2011 Feb 25
0
[patch] Reopen dumpfiles on signal
On Feb 25, 2011, at 1:43 AM, Niv Sardi wrote:
> A bit of nitpiking:
>
> * indentation seems off.
What's the convention for this project? It looked like 4 spaces, and I tried to match but might have let some tabs slip through. Someday I should learn how to tweak vim to do this for me.
>> --- src/source.c (revision 17873)
>> +++ src/source.c (working copy)
>> @@
2010 Jul 01
2
Sweave function
Dear list,
I have a question about the interaction between R code and Latex language trough the Sweave function in the package "utils".
What I'm trying to do is to write a report. Contrary to the examples shown in the Sweave Manual in which table already constructed by R are "exported" on Latex files, what I would like to do is to build a table in which I combine text and
2004 Aug 06
2
[patch] time stamps in dump file names
Hi,
this patch enables the use of time stamps in dump file names:
diff -ur icecast-2.0.1/src/source.c icecast-2.0.1.scram/src/source.c
--- icecast-2.0.1/src/source.c Wed May 12 17:55:30 2004
+++ icecast-2.0.1.scram/src/source.c Wed Jun 2 23:17:29 2004
@@ -50,6 +50,16 @@
http_parser_t *parser, const char *mount, format_type_t type,
mount_proxy *mountinfo)
{
+ char buffer[PATH_MAX];
+
2004 Aug 06
2
[patch] time stamps in dump file names
Hi,
this patch enables the use of time stamps in dump file names:
diff -ur icecast-2.0.1/src/source.c icecast-2.0.1.scram/src/source.c
--- icecast-2.0.1/src/source.c Wed May 12 17:55:30 2004
+++ icecast-2.0.1.scram/src/source.c Wed Jun 2 23:17:29 2004
@@ -50,6 +50,16 @@
http_parser_t *parser, const char *mount, format_type_t type,
mount_proxy *mountinfo)
{
+ char buffer[PATH_MAX];
+
2004 Aug 06
0
[PATCH] Add per-listener and per-mount connection time limits.
Attached you will find a patch against the icecast-2.0.0 released source
code which implements listener time limits on a global or mount-specific
scope.
Two new configuration elements are added with this patch:
client-time-limit: This is a GLOBAL directive which covers all
connections. Its value is given in seconds. So for example, if you want to
limit all listeners on all mount points to 1
2018 May 02
3
Healing : No space left on device
Hello list,
I have an issue on my Gluster cluster. It is composed of two data nodes
and an arbiter for all my volumes.
After having upgraded my bricks to gluster 3.12.9 (Fedora 27), this is
what I get :
??? - on node 1, volumes won't start, and glusterd.log shows a lot of :
??? ??? [2018-05-02 09:46:06.267817] W
[glusterd-locks.c:843:glusterd_mgmt_v3_unlock]
2019 Nov 21
2
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
On Thu, Nov 21, 2019 at 5:06 PM Karol Herbst <kherbst at redhat.com> wrote:
>
> On Thu, Nov 21, 2019 at 4:47 PM Rafael J. Wysocki <rafael at kernel.org> wrote:
> >
> > On Thu, Nov 21, 2019 at 1:53 PM Karol Herbst <kherbst at redhat.com> wrote:
> > >
> > > On Thu, Nov 21, 2019 at 12:46 PM Mika Westerberg
> > > <mika.westerberg at
2009 Jul 23
2
Antw: How to extract the upper xlim and ylim of my plot?
You may want to use the function corner.label from the plotrix-package.
Frank
>>> Mark Na <mtb954@gmail.com> 21.07.2009 23:03 >>>
Dear R-helpers,
I wish to place some text in a plot, at approx 10% of my upper xlim
and
approx 90% of my upper ylim, i.e.
> plot(log(all$SR,10)~log(all$AREA,10))
> text(.1*max(xlim),.9*max(ylim),"text to be placed")
(I know
2000 Sep 08
2
problem with installation from source on linux and solaris
On the solaris 7 box, using the Sun make, the configuration works
ok. Even running make works ok. However, when I run "make check" all of
the tests fail. It's a standard Ultra10, with full patches
applied... and there are no errors generated during the make...
On the RH6.x linux box, configure works, make works, make check works,
make install works. Hey, I can even see the R
2001 May 16
5
the R package - relation to R project?
I stumbled across this link and was wondering if this has any relation to
the R project.
http://www.fas.umontreal.ca/BIOL/Casgrain/en/labo/R/index.html
-jennifer
-----------------------------------
J. Steinbachs, Ph.D.
Computational Biologist
http://compbiology.org
-----------------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing
2009 Dec 12
1
Antw: Export R output to Word/RTF?
I am using SWord from statconn: http://rcom.univie.ac.at/download.html
It allows you to put r-commands into Word (similar to odfWeave). Output
is directed to Word including figures and tables. It is still a
beta-version but works fine.
Frank Bloos
>>> Wenjie Lee <wenjieleemaillist@gmail.com> 12.12.2009 00:28 >>>
Hi R Experts,
I'm aware of pdf(), jpeg(),...
2020 Feb 27
6
net ADS join MEMBER
In some spare time, been trying to get Samba 4.10.6-1 working on AIX.
Several earlier posts handled by Louis and Rowland. Which were much
appreciated and beneficial.
Using this stripped (leaving comments out of it) GLOBALS section of
smb.conf:
[global]
workgroup = boost
realm = BOOST.COM
server string = Samba Server Version %v
interfaces = lo eth0
2005 Oct 25
1
how to increase the font size of axis data
Hello R Users,
I am a new user to R.
When we make a simple plot then how to
increase the font size of the data at the
each axis.
Many thanks,
Kind regards,
Yogesh
--
===========================================
Yogesh Tiwari,
Max-Planck Institute for Biogeochemistry,
Hans-Knoell Strasse 10,
D-07745 Jena,
Germany
Office : 0049 3641 576 376
Home : 0049 3641 223 163
Fax : 0049 3641