similar to: unknown

Displaying 20 results from an estimated 50000 matches similar to: "unknown"

2007 Jul 26
2
Creating windows binary R package (PowerArchiver vs. zip -r9X)
Hi list,I apologize if you see funny fonts, b/c I'm using the new Windows Live Hotmail and don't know how to turn off the "rich text" mode.....I have successfully built and installed a R package in windowsXP for R-2.5.1. But when I tried to create a .zip file so I can use "Packages/install package(s) from local .zip files..." to install it, it seems R only recognizes
2008 Jul 29
2
FW: Installing BRugs
A funny thing happened when I wanted a student of mine to install Brugs. Using the InstallPackages in the windows version, firts gives an erro, but trying again works flawlessly. R version is 2.7.0 on WinXP. Any explanation? Bendix Carstensen ______________________________________________ Bendix Carstensen Senior Statistician Steno Diabetes Center Niels Steensens Vej 2-4 DK-2820 Gentofte
2005 Oct 17
1
Speex Example Build for TI DSP C54x C55x C6x DSPs
The attached file contains build files for TI's Code Composer Studio (CCS) for the C54x, C55x, and C6x DSPs. I had intended to post this a couple of months ago, but it took a long time to get around to doing the little bit of cleanup required. This is a file I/O loopback application suitable for running with the CCS simulators, for evaluating memory and MIPs requirements for these
2010 Feb 20
0
FAVVIO.COM Watch Movies Online For Free Full Movie Downloads
Watch Movies Online For Free Full Movie Downloads,stream movies online free,trailer, New Moon ,2012 ,Taylor Lautner,Twilight ,Precious ,Transformers: Revenge of the Fallen,Harry Potter and the Half-Blood Prince,Up,The Hangover,Star Trek,The Twilight Saga: New Moon,Monsters Vs. Aliens,Ice Age: Dawn of the Dinosaurs,X-Men Origins: Wolverine,Night at the Museum: Battle of the Smithsonian,The
2012 Feb 01
1
Uncompressing dboxes
Hello. I have an mdbox directory that has been created with the zlib plugin active, using bzip2 compression. I would now like to convert these into uncompressed mdbox format. How do I do this? I have tried unsetting all zlib-related configuration options, but dsync still produces compressed mdbox at the other end, too. I guess I could convert to mbox, and then back to mdbox, but for
2004 Aug 06
2
External authentification-module for listening to icecast2-streams?
On 7 May 2003 at 20:14, Michael Smith wrote: > On Wednesday 07 May 2003 19:34, Stefan Neufeind wrote: > > Hi, > > > > today we came across the idea of adding an external > > authentification- module for listening to icecast2. There have > > recently been talks with artists and music labels that they would > > like to receive "a small fee" per
2004 Aug 06
2
External authentification-module for listening to icecast2-streams?
Hi, today we came across the idea of adding an external authentification- module for listening to icecast2. There have recently been talks with artists and music labels that they would like to receive "a small fee" per listener to e.g. a concert streamed live over the internet. What do you think of adding an external authentification-module so that the user could listen to a stream
2010 Mar 08
1
Getting EEXIST out of make_bak_dir()
I have users running rsync 3.0.6 on Mac OS 10.5 and 10.6 with the following arguments (for example): rsync -aNHAXx --fileflags --force-change --no-inc-recursive --delete-during --filter="P _Archive*" --filter="P /*" --backup --backup-dir="_Archive_2010_March_07_22-27-43" / /Volumes/Backup I can't seem to figure out how make_bak_dir could be returning this error
2017 Nov 30
1
Admins supporting both RHEL and CentOS
> No, it's Varian/Agilent. A big player in lab instruments. > > Funny thing, just googled them and apparently they've opensoured the culprit > software, and according to the below link, it's not locked to a particular > point release anymore! > > http://openvnmrj.org/Downloading/ > > It does however still require the original software - which _is_ locked
2007 Oct 17
0
October release
New Stuff from Pandora at http://pan.zipcon.net/NEWS-OCT-18-07.html Mozart Quintet in Eb Major K 452: piano with oboe, clarinet, horn and bassoon Neal O'Doan and the Soni Ventorum woodwind ensemble. Beethoven Trio from Creatures of Prometheus: oboe, baset horn and piano Laila Storch, William McColl and Anita Cummings. The baset horn played by McColl is a copy
2004 Aug 06
0
External authentification-module for listening to icecast2-streams?
On Wednesday 07 May 2003 19:34, Stefan Neufeind wrote: > Hi, > > today we came across the idea of adding an external authentification- > module for listening to icecast2. There have recently been talks with > artists and music labels that they would like to receive "a small > fee" per listener to e.g. a concert streamed live over the internet. > > What do you
2007 Sep 03
0
ActiveRecord question - how to find owners of at least one child with a conditional
Hopefully the subject is clear enough. Let''s say I''ve got two tables: create_table :bands do | b | b.column :name, :string end create_table :concerts do | c | c.column :where, :string c.column :when, :date c.column :band_id, :integer end and the models: class Band <<ActiveRecord::Base has_many :concerts end class Concert << ActiveRecord::Base
2004 Aug 06
2
dumping to multiple files
Hello. I intend to make a live streaming of a quite long multi-artist concert ( 8h or so). I also would like to dump the concert to a file(s). For several reasons I would prefer to dump performance of every artist to seperate file. Is it possible to somehow tell ices2 to switch dumping from one file to another ( without interrupting a transmission of course ) ? Or maybe
2010 Mar 12
2
unknown compression
Hello, I am trying to modify some functions in an existing package. I can get a function by just typing the name in the console, but how can I get all the functions in a package? the ./R/ subdirectory has files xx.rdb and xx.rdx which I can not decompress with 7-zip or with unzip, unrar etc. The help files are compressed with gzip in the ./man/ folder and can be unzipped easily. Thanks for your
2011 Feb 17
2
[OT] high quality point-to-point audio streaming software?
Hi Guys Sorry, this is off-topic here but relates to current use of CELT and/or Opus in real-world systems. If there's a better forum to ask this question please let me know. I'm wondering if anyone can point me in the direction of software I can use right now that will give me high-quality point-to-point live audio streaming accross the internet. Kind of like Skype, but designed
2008 Oct 16
3
Rails: View specs and implicit parameters in link_to()
Hi all, I''ve been cleaning up our routing file, and removed the default map.connect ":controller/:action" route. It''s thrown up a bunch of sloppy mistakes, which is great, but I also think I''ve found a problem with the view specs. We have a generic navbar partial which is rendered in the index page of several different controllers. The navbar contains
2005 Dec 12
2
count sql failing with unknown table....
Hey Rails People, I''m doing my first Rails app and I''m having a newbie problem with the count method.... Mysql::Error: #42S02Unknown table ''jobs_sectors'' in where clause: SELECT COUNT(*) FROM jobs WHERE (jobs_sectors.sector_id = 1 ) Extracted source (around line #4): 1: <div class="sectors"> 2: <ul> 3: <% for sector in @sectors
2007 Mar 17
0
Transcoding to Ogg Theora on Windows
Hi, I have written a small app in C# that uses oggdsf to transcode to Ogg Theora on Windows. I thought some of you might find it useful. You can download it from: http://www.a2ii.com/tech/directx/TransTheora.zip Cheers, -daniel ps. it will only handle files with a single audio and/or video stream _________________________________________________________________ Win a trip for four to a
2004 Sep 24
1
openssh version
On Wed, 2 Jan 2002, John Hay wrote: > Well I can accept your argument for -stable, although bigger changes has > gone in -stable in the past, but what about -current? My -current boxes > also still claim: "sshd version OpenSSH_2.9 FreeBSD localisations > 20011202" And this is the problem, if we don't have -current upgraded > we have little chance in getting wrinkles
2007 Sep 07
0
Feedback on XML metadata namespace
On 2007-09-07, Richard wrote: Hi Richard, Thanks for showing interest. > I just wanted to write to say thank you for taking the time to work on > this. It is desperately needed IMO. I agree. However there has not been any signs of anyone taking interest in this yet. I cannot dedicate too much time to this. Especially with no support or backing from anyone. > I will definitely look