search for: applicaton

Displaying 20 results from an estimated 26 matches for "applicaton".

Did you mean: application
2008 Nov 12
1
[fdo] Custom printer list for all applicatons
Hi, I would like to discuss issues with printer list displayed to users within open source desktop. In large environment, the cups printer list may get very long, and we need a way to display only relevant printers to the user. There are so much printing panel out there, and they are not using a printing framework other than libcups. So, I changed the libcups library to return only printers
2006 Dec 21
5
Advice with Model tests
Hi! I''m developing a rails applicaton with specify-before approach, with nice results so far. I use mocks and stubs in both Controller and views tests, but the main issue is with model testing. Since I''ve seen many examples here and there, I don''t know if the right way is to use fixtures or not at all (in model specs...
2006 May 17
1
Apache config: Two different rails apps using same domain name (mod_rewrite issue)
The problem I''m solving here is that I have two different Rails applicatons that uses the same domain name. One handles the www (e.g. www.mycoolapp.com) and is used as the main site, and the other handles the user subdomains (e.g.. someuser.mycoolapp.com). The DNS stuff and the Apache virtual hosts were all set up, the two rails apps are in place in the file system, a...
2005 Dec 14
1
Re: running TextAloudMP3
...> 2) how to tell wine which specific dlls to use > > > (lame_end.dll in my situation) > > > > lame_end.dll is not a system dll so no dll > override > > is needed here. If > > your program has trouble finding this dll, try to > > put it in the > > applicaton's directory and/or try to do regsvr32 > > lame_end.dll. > > > > If you want to make dllOverrides you can use > winecfg > > to make application > > or general dllOverrides. > > > > Hope it helps. > > > > > > > > > >...
2007 Nov 30
6
Why ''xm console'' not works sometimes?
Hello, I''m using Red Hat AS 5 with Xen 3.0, and sometimes ''xm console'' does not work, the most of times when I''m trying to connect one full-virt machine with different arch from server, for example: [root@xen-5 ~]# xm list Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 1933 8
2006 Jan 26
0
XML Request in R: Pointers/examples needed
...tion for some time, but now I wish to automate my downloads with R. When I use the web interface of their XML application, I'm able to read the response in R with the XML package. My problem now is to send the requests directly from R. Here below are two XML request scripts that come from the applicaton help file. My questions are: 1- What type of scripts are those (first one is xml, but I'm not sure about the second one) 2- How do I get them to work in R? I'm a loss with the first one. As for the second one, I suspect I would have to use the rcom or R(D)COM packages but I do not und...
2007 Feb 13
0
Question regarding X11 forwarding implementation
...socket . Thus the sshd socket remains in the close_wait condition and the X11 application socket remains in fin_wait_2 state for ever. As a result when we try to end the ssh session, it hangs in the end waiting for the X11 connection to terminate. So am I looking at some sort of a bug in the wish applicaton or the ssh x11 forwarding needs to be modified to handle this situation. I would appreciate if some one can respond to my mail Regards
2005 Mar 05
0
Re: Is anyone using asterisk in a small call
...gt;multiple inbound queues. MM not sure you mean with that but you can connect queu's >real time displays The data is there, you need an application who intreprt this data. Look for the different gui's and software that is out there opensource or closed. We are build our own tailor made applicaton for this. >tracking of lost calls, wait times etc. Yes that is default available just type Queue show And * will show you the numbers :-)
2011 Apr 16
2
ERP Application working slow & toolbar missing in applicatio
Hi, i installed dotnet framework & Oracle 11g Runtime client, My ERP Applicaton working good in wine but two issue is there One is, its access database from oracle server, listed database i can not see when i scroll it, its take 5 to 6 minutes, and I cann't see tool bars in ERP application. please help
2004 Jan 30
0
Samba, Lotus Notes Domino, PDF
...has as example ACAD, so they are not able to view ACAD documents. So one way is, my be not the best, to use PDF format. If we creat an PDF service server, to convert every document to PDF we need to have every application installed on this server to convert the documents. Much better is, to use the applicaton on the client. A client without as example ACAD will never go and append a ACAD document. For that way, i need a PDF printer. To arrange a PDF printer with SAMBA works. But like I told, this printer is then reachable from internet, so I need to authenticate the users. So I think that Domino uses...
2005 Oct 31
0
getpwnam user not on domain
...lable for all students. Somehow, I find that CPU is running high in % with server slowing down and winbind users not resolving properly to username from GID. I notice that a lot of these messages are generated: getpwnam ANDREW LEGGETT.VARNDEAN.000 It seems to me there is a peace of coding in the applicaton that run as/by user 'Andrew Leggett' and winbind is complaining it doesn't not exist on the domain which obviously is the case. Can anyone has clue how I can disable getpwnam user 'unknown' to the domain?
2006 Aug 16
11
just don''t ''get'' "has one" and "belongs to one"
Well, I understand what they do and how, I just don''t get why! It seems to me that any time you would have this relationship between two tables...they should be one table! Agile Rails book gives what seems to me to be a lame example for this. They use the example of an "invoice" and an "order". An invoice belongs to an order and an order has one invoice. Seems
2004 Sep 27
0
Setting up Samba on Solaris for Windows XP & MAC OSX access with a single point for authentication
...ood - I have to search for them). I would like to add that there is no actual domain here (it's a Mac/Unix shop and I'm the Windows support person). The Windows clients don't have a windows network, no ADC, no PDC, no WINS server). The Mac clients can see the shared folders (ie: /mnt/Applicatons or /mnt/users) but they are unable to see the contents of the folders. In addition the only way the clients can access the Samba share is if I create a local username and passwd for them (smbpasswd file). I'm not even sure where to start at this point. I think I need to reinstall Samba with...
2001 Jun 18
0
Win32 Project Files and SDK Question and Patch
...usually vorbisfile, so it is not possible to step into vorbisenc for example. Fix: Use separate build directories for each library. 2. Debug and release library (DLL) version have the same name Problem: When testing your application, the DLLs must be in your path or in the same directory as the applicaton is, which is often a problem, when you want to test a debug build and a release build at the same time. I therefore recomment adding a suffix "d" to the DLL names, just like Microsoft does too e.g. mfc42.dll for the release build and mfc42d.dll for the debug build. Fix: append a "d&...
2004 Oct 11
0
Installing Samba on Solaris
...ood - I have to search for them). I would like to add that there is no actual domain here (it's a Mac/Unix shop and I'm the Windows support person). The Windows clients don't have a windows network, no ADC, no PDC, no WINS server). The Mac clients can see the shared folders (ie: /mnt/Applicatons or /mnt/users) but they are unable to see the contents of the folders. In addition the only way the clients can access the Samba share is if I create a local username and passwd for them (smbpasswd file). I'm not even sure where to start at this point. I think I need to reinstall Samba with...
2007 Oct 20
2
where to put code for my own paginator ?
I had to make my own pagination class in SQL Server. What I am wondering is where is a good place to put the code so that every controller and template can have access to it ? Right now I have put it in application.rb, the controller base class. This seems to work well, I did a project last summer where I put stuff in the lib directory. The only problem with that is that if you change any code at
2008 Nov 13
0
[LLVMdev] Practical --enable-shared LLVM builds.
Hi I'm not sure that it meets your needs, but in making C# bindings[1], I had to build the one-big-dll with only public stuff exported. I did this by processing the llvm-c headers into a linker script (so the llvm-c interface is the determiner of what's visible, rather than requiring decoration in the source code). The llvm-c interface mostly only covers front end IR building, not
2006 Dec 21
12
Difference between ZFS and UFS with one LUN from a SAN
All, I understand that ZFS gives you more error correction when using two LUNS from a SAN. But, does it provide you with less features than UFS does on one LUN from a SAN (i.e is it less stable). Thanks, Shawn This message posted from opensolaris.org
2005 Dec 31
9
RJS Templates not conducting callbacks
I''ve run across a weird problem with RJS that I''m trying to figure out: I have an application that was running 0.13.1 that I recently upgraded to Rails 1.0. I wanted to use RJS templates, so I installed the plugin and updated my prototype javascript file via ''rake update_prototype.'' I attempted to test the templates out via the following code, but the AJAX
2006 Jan 10
8
Noob: Child records not saved
Hi all, happily coding along, but it seems a belongs_to record is not saved. # Create some stuff def create_project @contact = Contact.new @project = Project.new(@params[''project'']) @project_contact = ProjectContact.new(@params[''collect'']) @project.project_contact = @project_contact contact =