search for: excampl

Displaying 10 results from an estimated 10 matches for "excampl".

Did you mean: exampl
2007 Mar 19
2
Fullscreen Refresh rate problem...
Hello to everybody. I was wondering... is there a way to force wine to use always highest possible refrash rate - when I ran a game in Fullscreen? I ask because - for excample my good old Incubation works flawless on wine (testet with wine 0.9.27 and 0.9.28) but when I switch to fullscreen(640x480 for this game) the refresh rate is only at 60 HZ - and my eyes hurts after a while... (mty monitor is capable to display 640x480 with 120 HZ refresh rate). I know there is a w...
2007 Mar 19
6
Best way to migrate from Qpopper to Dovecot
...nk is the best way to migrate (to a new maschine) round about 30000 mboxes (Qpopper) with an amount of 43Gigs data, to maildir format (Dovecot). I think there are two ways: 1. - stop services (smtp and pop3) on the old maschine - copy the mboxes to the new maschine - run a conversion script (for excample: "Perfect_maildir" http://perfectmaildir.home-dn.net/) - start the services on the new maschine (smtp and Dovecot) 2. - tell the users to use the new server (from the day X) with the new feature (imap) - stop the smtp on the old maschine on day X - leave the old maschine active for a...
2004 Oct 25
1
Syslinux and USB support
...reliable... (I've looked the tons of workaround developers had to develop to circumvent bugs BIOS bug in isolinux....) I think that next frontier for syslinux should be USB booting: it already works, but here also there are a lot of BIOS problem that a bootloader can help to circumvent... For excample, the spb2_mbr.sec (distributed woth SPBLinux, look at http://home.tele2.ch/spblinux/usbboot.zip) can help circumvent USB geometry BIOS bugs... This is probably code that could be included in syslinux, and that will make happy a lot of users... I'd like some comments, bye! Paolo
2007 Mar 19
1
Does wine support CDDA?(CD Digital Audio)?
I have got few games that use Audio CD as music source. SonicR for excample - runs much better on linux (using wine) then on my W2k (doesn't run at all). But there is no music even thoug Audio CD is in the drive... - is it normal? Or is there some "switch" for audio cd to work?
2012 Jun 13
1
Indexing Grouped Data
I need help in indexing grouped data. In this excample (df1 data), the first child had a first immunization at age 2. The second child had the first, second and third immunization at age 5,10, and 12, the third child had first and second immunization at age 4 and 6 and the fourth child had the first immunization at age 2. I have df1 and I need to crea...
2013 Jun 05
2
combining two different matrizes
...o.call(cbind,alist) #Spaltennamen/Zeilennamen s<- names(residual)[2:11] colnames(matrixres)<-s #RenditeMatrix matrixr <- do.call(cbind,residual[60:243,2:11]) Now I want to combines the two matrizes in the following way: Under every row of matrixres should stand the row of matrixr for excample: Matrixres row1 Matrixr row1 Matrixres row2 Matrixr row 2 Can anybody help me? I was working on this problem the whole day, but have no idea. Thanks alot Thomash -- View this message in context: http://r.789695.n4.nabble.com/combining-two-different-matrizes-tp4668766.html Sent from the R he...
2005 Sep 22
5
Adding Categories to the Depot example in the Agile Rails book
Hi ya, I want to add categories to the depot example in the Agile rails book. These are my thoughts: Create a new table called categories with id, title, description, and image fields. Add a new field to the products table called category_id Create a model called Category with "has_many :products" Now I should have a one to many link between the products and categories tables? Now
2007 Jun 06
0
in_place_editor_field - for multiple fields together
...is a way to utilize the in_place_editor_field with multiple fields together? Currently, I use the in_place_editor_field for one field, but I want to be able to select a group of fields and have the option to edit any of the grouped fields and save any changes as a group. If so, could you provide excamples? Thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw...
2008 Nov 24
1
FW: read.ssd
Did not seem to reach Saikat DebRoy, this might be the forum. Bendix -----Original Message----- From: BXC (Bendix Carstensen) Sent: 24. november 2008 15:00 To: 'saikat at stat.wisc.edu'; 'stvjc at channing.harvard.edu' Subject: read.ssd It's always annoyed me that that read.ssd crashed on datasets with long variable names, but the other day a collegue of mine pointed out to
2006 May 11
5
Engines 1.1.2
I''ve just pushed out a new bug-fix release for the Engines plugin. Most notably, it''s now super careful (to the point of paranoia) about ensuring that the right version of Rails is loaded, and should no longer cause any issues where it ignores vendor/rails. Full CHANGELOG is here: http://dev.rails-engines.org/repository/file/engines/tags/rel_1.1.2/CHANGELOG And you can find