similar to: Autocompleting combobox: fact or fiction?

Displaying 20 results from an estimated 500 matches similar to: "Autocompleting combobox: fact or fiction?"

2019 Jan 13
2
Samba 4 users - UID/GID - or how to migrate
Hello, I try to migrate my old SAMBA Installation to a new Installation. SAMBA is running. But my Windows users can see the shares but cannot open Files. My old Installation /etc/samba/smb.con ...        workgroup = DUCK         server string = %h server (Samba, Ubuntu)         interfaces = eth0 192.168.1.200/255.255.255.0 localhost         bind interfaces only = Yes         security =
2006 Mar 14
3
Check whether externam URL is valid?
Hey, I have users entering URLs into my app, is there anyway in which I can check to see if the URLs actually point to something before saving the user input? Maybe a kind of ''ping''-action that returns true on success? (btw: does anyone of a tentative release date for Rails1.1? I''ve been slobbering all over my RailsRecipes book and I can''t wait! Also, Scott
2013 Feb 17
3
Select components of a list
Hi Gustav, Try this: lapply(1:length(models),function(i) lapply(models[[i]],function(x) summary(x)$coef[2,]))[[1]] #1st list component [[1]] #??? Estimate?? Std. Error????? z value???? Pr(>|z|) # pm10 #5.999185e-04 1.486195e-04 4.036606e+00 5.423004e-05 #[[2]] #??? Estimate?? Std. Error????? z value???? Pr(>|z|) #ozone #0.0010117294 0.0003792739 2.6675428048 0.0076408155 #[[3]] #???
2015 Sep 21
3
New software based on libvirt
Hello, I'm introducing to you the decentralized cloud Cherrypop. Combining libvirt and LizardFS (as of now) it becomes a cloud completely without masters. Thus, any node is sufficient for the cloud to be up and therefore no wasted resources and no single point of failure. It's still pretty crude software but will work with some tinkering. Hope you try it and like it! For more
2015 Sep 22
1
Re: [libvirt] New software based on libvirt
On 09/22/2015 05:12 AM, Michal Privoznik wrote: > On 21.09.2015 21:28, Gustav Fransson Nyvell wrote: >> Hello, >> >> I'm introducing to you the decentralized cloud Cherrypop. >> >> Combining libvirt and LizardFS (as of now) it becomes a cloud completely >> without masters. Thus, any node is sufficient for the cloud to be up >> and therefore no
2006 Aug 10
6
Getting started w/ Ruby on Rails
Hi, I would like to get started with RoR, since it seems to be a terriffic platform for Webdevelopment. However, I''m unsure what "level" you need to be on in terms of programming to get started? Best regards, Gustav -- Posted via http://www.ruby-forum.com/.
2006 Jan 30
10
How do I get the the full URL of an incoming request
Hey, Is is possible to get the full URL (''http://www.sender-domain.com/links/list.html'') from where a user was sent to my site (www.my-domain.com/controller/action) e.g. by clicking on a link? (I read about something called a ''request'' object, I don''t know what it is or does, is that what I''m looking for? I''m very new to Rails
2006 Apr 04
1
Moving to Rails-1.1 from Rails-1.0
Hey I want to port my app (, which is still in early development) to Rails-1.1 from Rails-1.0. What''s the safest way to go about doing this? Can I do so without changing any of the stuff I''ve done so far? =] BTW...does anyone know where Scott Raymond''s Rails-1.1 write-up is? I''ve been reading a lot about it but I''ve been getting "page not
2006 Feb 19
1
action.controller.domain instead of dmn/cntrlr/action ?
Hey, I want my users to be able to use the following notation: -- http://id.action.controller.domain.com/ instead of having to type in the standard Rails: -- http://domain.com/controller/action/id How can I do this? Is it even possible? If not, don''t you think this is something that the core team should have a look at? (PS. I''m using MySQL for backend and developed
2006 Feb 22
1
Back returns "Warning: Page has Expired" ?!?!
Hey, I''ve found that certain browsers (IE and Ffx in particular) display a warning page whenever the user clicks on the ''back'' button after having just come from a page generated by a post. This makes perfect sense, it warns users about duplicate rows being entered etc. However! Is there anyway to gracefully redirect the user to a ''safe'' page say
2004 Aug 31
1
Active Directory?
Can someone tell me if you can set Samba up as the PDC (Primary Domain Controller) for an Active Directory? I would like to replace Windows 2000 AD with Samba on Linux but I cannot find info on how to do this, so I am not sure if it is possible? Any further info or help on this is much appreciated. Regards Gustav
2006 Mar 31
1
Plugin-suggestion
Hi! I got an idea for a plugin to compiz. When you pull a window very fast (or, pull + any key) you will be able to throw the window to another workspace, without change to it. The effect could be a sliding window or something like that. I and some other on swedish IRC-channels thinks the plugin could be very useful. For example if a IM-window pops up and you don't have time to answer right
2012 Apr 18
2
png2theora.c + QImage
Hello there, I have been working on an alternative version of the png2theora example: The basic idea is to change the input of the program, using a QImage [1] variable instead of a png array. This is my base file: http://www.maefloresta.com/tmp/example.cpp The point where I am stuck starts at this comment: // LOOK HERE (line 313) And here is the issue: QImage supports RGB images, so my first
2002 Mar 08
2
Re: 'Network Busy' - indeed (Gustav Tresselt)
> I have a network that sporadically give 'network busy' errors. One morning > the workstations will all connect up fine and stay up throughout the days > work, yet the next day there is not one machine that can log on to the > network. It may run fine for two weeks, then bam, three days of no logins. > Yet the internet works fine. Could I copy my smb.conf file and rpm -e
2006 Oct 06
1
fftw upgrade?
I have noticed that fftw has recently been updated from major version 2 to major version 3. It seems the update stems from the mother distribution from RedHat. AFAIK, there are changes to the API in fftw version 3, which may give problems with 3rd party packages. Has anyone got experience with this? And any advice to offer? Cheers, Morten -- Morten Kjeldgaard, Asc. professor, Ph.D.
2017 Apr 03
3
Problem with acl and shared mailboxes
Hi there, we are currently have the following problem: User gustav at agreatdomain.de shares his INBOX to brunhilde at agreatdomain.com. But brunhilde can't subscribe that mailbox. host:~ # more //var/spool/mail/agreatdomain.com/gustav/Maildir/dovecot-acl owner akxeilprwts user=brunhilde at agreatdomain.com lprws host:~ # Doveadm acl debug request: host:~ # doveadm acl debug -u sieglinde
2019 Jan 13
4
Samba 4 users - UID/GID - or how to migrate
Am 13.01.2019 um 20:41 schrieb Rowland Penny via samba: > On Sun, 13 Jan 2019 20:22:22 +0100 > Anton Blau via samba <samba at lists.samba.org> wrote: > >> Hello, >> >> I try to migrate my old SAMBA Installation to a new Installation. >> SAMBA is running. But my Windows users can see the shares but cannot >> open Files. >> >> My old
2001 Mar 16
2
wine: error while loading shared libraries: wine: undefined symbol: Callout
Wine gives me the following error message myprompt >wine SETUP.EXE wine: error while loading shared libraries: wine: undefined symbol: Callout ! removed my porevious wine installation completely, every file! I installed codeweavers wine PR3 I run the setup anwering default on everything -> now it does not work. Why? what does the error message mean? -- -- )(( +O-O+ < U
2006 Jul 28
2
Delete has_many_and_belongs_to_many relation
Hi there, Just a simple question I guess, but I am unable to find an anwser... How to delete a hmabtm relation? Any help will be appreciated :) Thanks, Fabrice. -- Posted via http://www.ruby-forum.com/.
2006 Aug 12
5
In place editing on a list - not passing ID through
I want to do in-place edits on a list of data, but I''m having trouble getting the ID passed through to the controller. I use this in my view to create the field: <% for frame in @frames %> ... <%= in_place_editor_field :frame, :price %> <% end %> and this produces the following in my output: <span class="in_place_editor_field"