search for: symphonies

Displaying 20 results from an estimated 50 matches for "symphonies".

2011 Jan 23
1
Newb Question : How do I load the Rsymphony Library, and How do I get Symphony Running on my windows Vista?
Hi, I'm new to R, and at this phase, I don't really even know how to learn how to use R. I want to use R and Symphony together. CAn I use Symphony on a windows based machine? I downloaded Symphony 5.2.0, and when I hit to install it, I'm getting an error that I can't get past. "Bad end of central directory record" Now, let's say I miraculously am able to install
2007 Jul 20
1
unable to load shared library: undefined symbol
Hi all, I'm a summer University research student and I've been wroking on writing a package, Rsoam, to integrate R with Platform's symphony software to allow for distributed computing. When I "R CMD check" the package, I get the following error when trying to load the Rsoam.so after building Rsoam.cpp: * checking whether the package can be loaded ... ERROR Loading
2013 Jul 02
3
Ctrl+C in R will terminate the child process which is spawned by using "pipe"
Hi, all, I pressed Ctrl+C in R process, and found that the child process which was spawned by using "pipe" is terminated due to this. Are there any way to work around it, so that the child process can run happily without being terminated? Or can we block the signal for the child process? 1. I used pipe to spawn one C++ process, which will running in a loop without exiting immediately.
2013 Jun 25
5
How can C++ read the R object written into socket with saveRDS or save
Hi, all, Recently, I met one issue when using socket between R & C++ to transmit R object. Would you pls help give me some suggestions? Many thanks! [Background]: I create a socket connection between R & C++ binary first, and then, want to use saveRDS() or save() in R to save the object into connection directly. So that the C++ binary can read the object, and send it to another remote R.
2013 Jun 25
5
How can C++ read the R object written into socket with saveRDS or save
Hi, all, Recently, I met one issue when using socket between R & C++ to transmit R object. Would you pls help give me some suggestions? Many thanks! [Background]: I create a socket connection between R & C++ binary first, and then, want to use saveRDS() or save() in R to save the object into connection directly. So that the C++ binary can read the object, and send it to another remote R.
2008 Apr 08
1
Newbie Polycom: Where is SoundPointIPWelcome.wav used?
When I downloaded the sip and bootrom from Polycom website, I noticed a file called SoundPointIPWelcome.wav. However, I have no idea where and when it was used. I played the wav file but I have never heard the phone using this wav file before. Does anyone know what it is used for?
2010 Aug 12
14
Puppet system deployment hanging ..
We have successfully installed puppet on a CentOS Server, but I am battling with a deployment. It has to do with grid software. The repository gets created, then begins installation. The problem is that it just hangs - no errors, no network activity. I can see puppet is running, but nothing it being updated. Any pointers ? -- You received this message because you are subscribed to the Google
2001 Dec 06
3
TAG-mess
...t that anybody would care, but this all is theoretical anyways.) Back to standard tags. They should be universally applicable (in theory), and [classic|rock|pop|techno|...] specific tags are not. Customize your own, that's why you can do it. I recently encoded Antonin Dvorak's 8th and 9th symphonies ... even "TITLE" sucks there, I agree. My titles are currently "Adagio", "Allegretto Grazioso - Molto Vivace", etc. That's bullshit, because that's "Symphony No. 8" all the time, but I had to distinguish them somehow. I made my choice because I want t...
2001 Oct 02
4
Request for Standardization: classical music TAGS
-----BEGIN PGP SIGNED MESSAGE----- [ Sorry for sending this twice; I sent it to the vorbis-dev list by mistake. ] The ALBUM, ARTIST, TITLE, and TRACKNUMBER tags aren't sufficient for classical music. MP3 muffed it, but since Vorbis is so flexible, I'd like to propose that ogg123 recognize and display the following optional tags, instead of giving an error message that it doesn't
2001 Oct 02
4
Request for Standardization: classical music TAGS
-----BEGIN PGP SIGNED MESSAGE----- [ Sorry for sending this twice; I sent it to the vorbis-dev list by mistake. ] The ALBUM, ARTIST, TITLE, and TRACKNUMBER tags aren't sufficient for classical music. MP3 muffed it, but since Vorbis is so flexible, I'd like to propose that ogg123 recognize and display the following optional tags, instead of giving an error message that it doesn't
2001 Dec 06
12
(Classical) Request for Standardization of expanded TAGS
A month or two ago I sent an email to this list proposing to expand the list of "standard" tags for Ogg Vorbis. No tag would be required, but if you wanted to encode certain types of information about a file, you could use a standard tag. I went through the whole discussion, and revised my proposal in light of all the comments from everyone. Here is the updated proposal. This
2023 Jul 08
1
Memory leak
I am using Asterisk 16.30 inside Freepbx, with commercial modules, purchased from Sangoma and Symphony. After a few hours my memory usage reaches 900 GB, no kidding, in a box with 1 TB of RAM. The question is: how can I determine what is causing the memory leak? Can somebody send me instructions to find out what module is killing my box? FreePBX is 100% updated. Before I contact a vendor I need
2011 Feb 06
3
Ragnarok Client
I'm back! I have a problem and will explain in this topic: I have a ragnarok private client, the patcher work but game don't work. This is message: Code: err:module:attach_process_dlls "symphony.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\\Programmi\\RebirthRO\\RebirthRO.bin" failed, status c0000005
2007 Oct 12
2
Nested lists and blank lines
I have recently begun using Markdown + PHP Md Extra + SmartyPants in the Symphony XML-based CMS. I'm not sure if this is a Symphony question, or one that can be answered here. I hope someone will tell me. :) I've done my best to find an answer in the online documentation, but drawn a blank. When I use nested lists -- it doesn't matter whether <ol> or <ul>, there is always
2023 Jul 08
1
Memory leak
On 7/8/2023 5:32 PM, Federico wrote: > > I am using Asterisk 16.30 inside Freepbx, with commercial modules, > purchased from Sangoma and Symphony. After a few hours my memory usage > reaches 900 GB, no kidding, in a box with 1 TB of RAM.  The question > is: how can I determine what is causing the memory leak? Can somebody > send me instructions to find out what module is
2008 Jan 18
18
Rails versus PHP in complex HTML/CSS
I have done a bunch of Rails stuff on my own and my company uses PHP. I often have to integrate very complex HTML/CSS into PHP. I know that the PHP looks more closer to the HTML than Rails because Rails has alot of link_to and other macro like calls that generate alot of stuff that you don''t see in the template. I am wondering if that could make it any tricker to generate the complex sort
2013 Aug 14
1
2 questions about signal & broken connection in R
Hi, all, I have 2 questions about signal handling in R. Would you pls help give me some suggestions? Many thanks! [How to block the signal in one R function]: If one R function hopes to be running without interrupting, how can we avoid this? To be more specific, for one R function "func1", it will do a loop to send messages to another R process, and receive responses from peers. How
2001 Jul 02
5
Nullsoft Vorbis Decoder v.1.11a Bug Report
Hi, there. While waiting for the encoder RC1, I will report some minor problems I experienced with Peter's Winamp decoder. First, I am using Nullsoft Vorbis Decoder v.1.11a with Winamp v.2.76 on Windows 98 SE. 1. When the buttons of Playlist Editor are extended, the part extended in playlist screen seems to be flickering when an Ogg file is being played. 2. I check the option of
2008 Jun 02
3
Adviced way of tagging music
I change a lot of my CD to Ogg to be able to listen them easily from my computer (I use foobar, I was used to WMP but it does not support library for Ogg files and plug-ins I found for this where poor) without the need for frequent CD changing. I like my music to be richly tagged. But with classical music CD it is a real pain to tag those files. Typical problems involve: - single CD
2002 Jan 02
3
TAG Standard - ENSEMBLE/PERFORMER tags
I've read through what I think is the entire thread and looked at the standard in its current incarnation (https://reactor-core.org/~djw/ogg-tags.txt). I have only one major problem with the proposed standard at the moment. The existance of both PERFORMER and ENSEMBLE tags. I think this is describing the same type of data (ENSEMBLE = thing that performed the music, PERFORMER = thing that