search for: functionallity

Displaying 20 results from an estimated 40 matches for "functionallity".

Did you mean: functionality
2007 Apr 15
0
adding (dynamically) new functionallities to a view
Hi All I have written a couple of controllers that can do some specific task. I also have a main view (created by, lets say, the main controller). Everytime I add a new controller I have to update the main controller''s actions so its included in the main view. Is there a way that new controllers are detected automatically ? so I only have to put the new controller in place!! Thnx a lot
2008 Sep 24
2
[LLVMdev] Named Address Spaces
Hello, I am a student trying to find out if LLVM can be used for the Embedded C architecture that I will be developing tools for at work. In LLVM 2.2 Christopher Lamb contributed support for Multiple Address Spaces into the LLVM IR, and I was wondering if llvm-gcc is able to use this functionallity. If so, what syntax is used to assign address spaces, and what files are needed for the address spaces to be defined in the backend. If not, how do users capitalize on this functionallity? Thank you for your time, - Gobi
2006 Oct 05
3
metacity support
I have installed compiz with metacity support, my metacity libs are 2.16.3 and I used this command to on theme support gconftool-2 -s /apps/gwd/use_metacity_theme -t bool true but I can`t change border of windows in gnome-theme-manager I can change theme only. Is metacity support functionall yet ? Or I maked something wrong.
2002 Aug 30
4
Enhancement of wbinfo in samba2.2.6pre2
Hi, Most of the samba-commands takes a option for smb.conf file exept for wbinfo. It should be nice to have that functionallity in wbinfo also. /Patrik -- "In a world without fences who needs Gates" Patrik Gustavsson, Senior Technical Consultant patrik.gustavsson@sun.com Telephone: +46 60 671540 http://glen.sweden Mobile: +46 70 3551040 SUN MICROSYSTEMS Fax: +46 60 671550 -----------...
2006 Feb 16
4
Problems to test controllers which require login
...ession). I realized the conceptual problem behind this, but I''m not able to solve it. What I have done so far: * Login in the test class as described in the Agile Rails Book. This works perfect for the LoginControllerTest (even for sites, that need logged in users). * Extracted the login functionallity in the test_helper.rb file (again as described in the book). But unfortunatly this works only for the LoginControllerTest. In every other Controller test I got an error while performing this method. (I tried this with the original sources from the book, and it doesn''t worked, too). * The l...
2008 Sep 24
0
[LLVMdev] Named Address Spaces
...; I am a student trying to find out if LLVM can be used for the Embedded C > architecture that I will be developing tools for at work. In LLVM 2.2 > Christopher Lamb contributed support for Multiple Address Spaces into the > LLVM IR, and I was wondering if llvm-gcc is able to use this > functionallity. If so, what syntax is used to assign address spaces, and You should look at the addrspace attribute. IIRC, the syntax is as follows: __attribute__(( addrspace(10) )) int foo; This should allocate foo in address space 10 (though I'm not 100% sure about the syntax and don't have examples a...
2002 Nov 10
1
delay in utmpx entry when users logs out of samba domain
Hi, I'm using the system accounting functionallity of Samba 2.2.6. Everything is working fine and dandy except that there is a lag between when a user logs out of a Windos 2000 Domain member, the 'who' command still lists the user as logged on for the next 20 - 30 seconds. Does anyone know what causes this? Can I increase the frequency of...
2010 Nov 22
1
tinc: local address announcements
Hi, I would like to give the new local address announcements a try. What I mean is, the functionallity which discovers local vpn-endpoints of a vpn to which you're already connected but only via a remote endpoint - to improve speed etc. Can I pull this version from svn or git somewhere? And does it have debian stuff in it for easy replacing the debian version? And do I need to configure anything...
2012 Oct 03
0
[LLVMdev] [cfe-dev] [RFC] Parallelization metadata and intrinsics in LLVM (for OpenMP, etc.)
...insics calls. > > That's just it - intrinsics using metadata don't imply barriers that would restrict code motion. > Would another approach be to work from the bottom up. Determine the details of what optimizations you wish to be able to do on a parallel program and then implement functionallity in the LLVM IR to achieve it. I.e. A new type of barrier to restrict code motion. New barrier types, or special zones where only a subset of machine instructions can be used when lowering. There are already items in the LLVM IR for atomics, adding a new type of barrier might be all that is needed t...
2005 Oct 24
1
tk problem with R 2.2.0 on wine/linux
Actually I am trying to run sciview-R and encounted some problems with tk, and I thought I'll check the basic library(tcltk) functionallity, just to be sure. Anybody seen that '[tcl] bad window path name ".1".' message before? Prof. Philippe Grosjean: yes, I have managed to load most of sciview-R under Wine, except the tcltk library! =================== R : Copyright 2005, The R Foundation for Statistical Computing...
2012 Oct 03
2
[LLVMdev] [cfe-dev] [RFC] Parallelization metadata and intrinsics in LLVM (for OpenMP, etc.)
On Oct 2, 2012, at 11:42 AM, Hal Finkel <hfinkel at anl.gov> wrote: > As I've stated, whether the metadata is preserved is not really the > relevant metric. It is fine for a pass that does not understand > parallelization metadata to drop it. The important part is that dropping > the metadata, and moving instructions to which that metadata is > attached, must not cause
2010 Aug 21
6
oxenstored in stubdom ?
...t xen vs kvm... There was idea that it would be nice if domUs could survive dom0 restart, but this needs, for example, to have xenstored running in separate domain. In 2009 Alex Zeffertt posted some patches (http://lists.xensource.com/archives/html/xen-devel/2009-04/msg00696.html) to add this functionallity, but they weren''t applied. So.. having xenstore in separate domain can have other advantages (performance?). Is it (or will be) possible run oxenstroed in stubdomain? -- Łukasz Oleś _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com h...
2001 Feb 15
3
mixing and 'downgrading' of vorbis-files
Greetings, I was wondering some things: For a internet radio-station (e.g. using mp3 and hopefully using ogg soon), appart from the basic 'streaming' functionallity, there are two things that are also important - mixing music - 'downgrading' a signal to a lower datarate. Concerning 'mixing' music, it would be interesting to be able to mix two ogg-files without the need to decode and re-encode the files? Also, can it be done to mix vorbis-file...
2010 Jun 15
4
Dashboard or Foreman
Hi Guys, I''m reading about dashboard and foreman, and I''m wondering if there is anyone who made a comparison of the two? Can anyone help me decide which one to use? It feels like foreman is ''ahead'' for now? cheers, Walter Heck Engineer @ OlinData (http://olindata.com) -- You received this message because you are subscribed to the Google Groups "Puppet
2008 Aug 20
2
Re: Stubbing out ThinkingSphinx for Rspec
...t still run your specs. > > > notice you cannot test any method that uses this module since you have > overridden it completely. so it will help if you want to check the > view renders or your controller does the right thing, but you will not > be able to test the ThinkingSphinx functionallity at all. > > On Aug 19, 8:57�pm, Neil Cauldwell <rails-mailing-l...@andreas-s.net> -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"...
2003 Nov 05
3
New Phone Review: Clipcomm 101
Hello, I have received yet another new phone today, the ClipComm 101 (http://www.clipcomm.co.kr/eng/e_product/e_product_voip_ip_phone.html) I bought it for $165 directly from the Korean Manufacturer(No US distributer yet). Here are the features: - Built-in NAT functionality, you can switch from Hub to Nat, great for home DSL/Cable users - This includes some limited port forwarding
2009 Apr 22
0
Error in manual and a suggestion
...(in the code) in the function: voidspeex_jitter_get(,,) where the packet.len was not set to 2048. So actually there should just be inserted the statement: packet.len = 2048; ? This has been done in the code, but is not reflected in the manual. ? ? Another thing is if I may and that is to suggest a functionallity to the speex specific jitter buffer which would be a int?get_consequtive_lost_count() or bool is_reset() which would simple deal with with the lost_count variable in the jitter_buffer (not speex specific) and either return the lost_count value or return a value indicating wether it is higher than t...
2006 Jun 15
0
lighttpd and upload progress
Hi, I''m currently running my rails app on lighttpd. I want to have an upload progress bar for uploading large files. But I have read that lighttpd has removed that functionallity right now. Should I switch over to apache 2.0 if I want this feature? Is there another way around it? Also, I tried installing Apache 2.0 on my mac with fastcgi, but once I tried to start the server, I get the following error: httpd: Syntax error on line 53 of /usr/local/apache2/conf/httpd.con...
2006 Jun 15
0
upload progress bar
Hi, I''m currently running my rails app on lighttpd. I want to have an upload progress bar for uploading large files. But I have read that lighttpd has removed that functionallity right now. Should I switch over to apache 2.0 if I want this feature? Is there another way around it? Also, I tried installing Apache 2.0 on my mac with fastcgi, but once I tried to start the server, I get the following error: httpd: Syntax error on line 53 of /usr/local/apache2/conf/httpd.con...
2005 Nov 20
1
CentOS 4.2 and Adaptect 1210SA
Adaptec 1210SA with a RAID 0 Intel 815 based mobo 512mb ram During the install, Disk Druid or whatever the partition utility is, sees the first disk but says the other disk is not initialized and only reports 150MB when the array is 300MB. How do I get the CentOS installer to see the RAID 0 array correctly?