Displaying 12 results from an estimated 12 matches for "blueski".
Did you mean:
bluesky
2006 Oct 19
1
trouble with samba access and groups
I'm running FreeBSD 4.6 release and Samba 2.2.4_1.
Recently I've been having trouble managing access rights on my shared
directories.
scenario:
I have a shared directory "bluesky" which sits in path /fileserv/bluesky
directory bluesky has a mode of drwxrwx---
the owner of the directory is john and the group is bluesky
group bluesky has members: john, jack, jenny, jake
my
2007 Jan 10
1
Compiling R-devel under Windows
Hello there,
I have a habit of compiling R-patched and R-devel every few days.
Recently, I noticed the following problem:
I downloaded both versions with Revision: 40421, Last Changed Date:
2007-01-09. R-patched compiles with no problem. R-devel compiles fine but
when it starts to make PDF documentation it generates the following (tail
of the "make distribution" output):
! pdfTeX
2009 May 07
1
Consulting replace FFmpeg with Theora
hi,all:
I come here to consult that whether FFmpeg could be replaced with Theora
in our project. Here the thing. Our project, Bluesky(
http://incubator.apache.org/projects/bluesky.html) is podling in Apache
incubation. However, core function of our system, the encode/decode part
which implemented by FFmpeg(GPL licensed)(we mainly use libavcodec and
libavformat library), conflicts with Apache
2009 Apr 24
2
Error building package: LaTeX error when creating PDF version
Hi all
I am trying to build an R package, which I have successfully done many times before, but have an error I cannot trace. I hope someone can help me.
Here's is some edited output (full output below if it is useful):
pdunn2 at PDunnUbuntu:~/DSdata$ R CMD build GLMsData
* checking for file 'GLMsData/DESCRIPTION' ... OK
* preparing 'GLMsData':
* checking DESCRIPTION
2009 May 12
2
compile error of libtheora example
hi all:
i downloaded libtheora1.0.tar.gz from xiph.org, and when i compile it,
such error message popped.
i tried to run player_example.c under /libtheora_1.0/examples/.
error message:
ivysummer at ivysummer-desktop:~/??/libtheora-1.0/examples$ gcc -o player
player_example.c
/tmp/ccpyle3c.o: In function `buffer_data':
player_example.c:(.text+0x15): undefined reference to
2005 Jul 04
3
CentOS 4.1 Apache
Hi folks,
I've just put CentOS 4.1 on my webserver, displacing OpenBSD (1 up for
Linux :-))
I found that the Virtual Hosts function doesn't appear to work. All
virtual hosts accesses default to the main www directory instead of
serving from their respective directories.
Has anyone else found the same problem?
Thanks.
Ben
2003 Aug 28
0
AgentLogin and Huntgroups
I'm developing asterisk to work in a small Call Center for a Mobile
Communications Provider.
I'm looking for references for Agent Logins and Huntgroups.
If any of you have already configured Asterisk for such a Task and would be
willing to let me take a look at your config files could you please email
them to me at mailto:jhelmich@bluesky.as
Thanks,
Jason Helmich
MIS, Blue Sky
2007 Jun 21
2
Need Help: User Defined R Functions in Sweave/Latex
Dear all,
I want to start my post by expressing my sincere gratitude for all the
help this group has given me in Sweave/Latex/R. The tools are
excellent and so is the community!
On to the question.
My Sweave code is intended to make lots of plots and create a *.pdf
document. Sweave is perfect for this. The only problem is that I find
myself using the same R code, within my Sweave input file
2003 Oct 09
0
Asterisk and DMS100 Channelized T-1
We have a DMS100 that does not have PRI.
So we're using a channelized T1 using WU-LAW, ESF and B8ZS coming from the
DMS100 that's plugged into a Tormenta2 Quad T1 Card on my Asterisk Box
running Debian 3.01(woody) with Kernel 2.4.22.
The Link is up but according to the DMS100, Channel_1 goes into RMB (Remote
Manual Block) and Channel_2 goes into LO (Lock Out).
I've been through all
1998 Oct 05
1
R meets the gimp
As part of preparation for a ``visualization'' course I am supposed to teach
I had a brief play with using the Gimp to capture an on-screen R plot and
then massaging it into something more suitable for magazine publication :-).
You can see the result at
ftp://stat.auckland.ac.nz/pub/ihaka/plot.jpg
It looks best in truecolor.
Ross
2004 Sep 10
1
Problems with FLAC make
Hi,
I have been making an RPM of FLAC to bundle with GStreamer. In order to
get it working I had to make some rather hackish solutions in the SPEC
file. The flac Makefile does to build into the correct directories while
creating an RPM for some reason. I have attached the SPEC file I ended
up with if it is of interest. Of course it didn't help me much cause it
turned up we had a bug in the
2010 Dec 11
0
is there a packge or code to generate markov chains in R
Hi,
if i have data in the following time series format:
time, amount, state
1 2222 A
1 333 B
2 45 A
2 77 B
where states could be n and time periods t is there a package in R that would calculate the transition probabilities in a markov chain.
for each t except t=0 to generate
A B
A
B
perhaps the best structure might