search for: qms

Displaying 20 results from an estimated 35 matches for "qms".

Did you mean: ms
1999 Dec 16
0
Win9x printer automatic installation
...e drivers for your newest printer to automatically install completely is a pain in the neck. Basically, everything works except for adding a new section to win.ini, and a registry entry for the printer. All the driver files get copied over, and the printer appears as one would expect. However, the QMS (magicolor 300) driver customizes the 'Setup' button on the details page, by just adding a section to win.ini, and a registry key Key: HKLM\System\CurrentControlSet\control\Print\QMS\QMS magicolor 330 Entry: DevFileName String: %11%\QMSMC330.PPD (%11% is replaced with C:\WINDOWS\SYSTEM)...
2017 Nov 27
2
dplyr - add/expand rows
try this: ########################################## library(dplyr) input <- tribble( ~station, ~from, ~to, ~record, "07EA001" , 1960 , 1960 , "QMS", "07EA001" , 1961 , 1970 , "QMC", "07EA001" , 1971 , 1971 , "QMM", "07EA001" , 1972 , 1976 , "QMC", "07EA001" , 1977 , 1983 , "QRC" ) result <- input %>% rowwise() %>% do(...
2010 Jan 13
8
How to use getCenter
Hi, I am starting to use Mapstraction with the openlayers provider, and I am not sure how to retrieve the current center of a map in a cross-provider way. i.e. currently when calling map.getCenter(), the result returned is the openlayers internal one, not the long/lat used when calling setCenter(). Is that the expected behaviour? Regards, Philippe -------------- next part -------------- An
2017 Nov 28
0
dplyr - add/expand rows
On 11/26/2017 08:42 PM, jim holtman wrote: > try this: > > ########################################## > > library(dplyr) > > input <- tribble( > ~station, ~from, ~to, ~record, > "07EA001" , 1960 , 1960 , "QMS", > "07EA001" , 1961 , 1970 , "QMC", > "07EA001" , 1971 , 1971 , "QMM", > "07EA001" , 1972 , 1976 , "QMC", > "07EA001" , 1977 , 1983 , "QRC" > ) > > result <...
2017 Nov 26
3
dplyr - add/expand rows
...have a returned tibble of station operational record similar to the > following: > > > data.collection > # A tibble: 5 x 4 > STATION_NUMBER YEAR_FROM YEAR_TO RECORD > <chr> <int> <int> <chr> > 1 07EA001 1960 1960 QMS > 2 07EA001 1961 1970 QMC > 3 07EA001 1971 1971 QMM > 4 07EA001 1972 1976 QMC > 5 07EA001 1977 1983 QRC > > I would like to reshape this to one operational record (row) per year per > station. Something lik...
2017 Nov 28
2
dplyr - add/expand rows
...e Bioconductor IRanges package: df <- with(input, DataFrame(station, year=IRanges(from, to), record)) expand(df, "year") DataFrame with 24 rows and 3 columns station year record <character> <integer> <character> 1 07EA001 1960 QMS 2 07EA001 1961 QMC 3 07EA001 1962 QMC 4 07EA001 1963 QMC 5 07EA001 1964 QMC ... ... ... ... 20 07EA001 1979 QRC 21 07EA001 1980 QRC 22 07EA001 1981...
2001 Apr 11
2
smbpasswd 2.0.7-3 matters (with smbpasswd & smb.conf...)
...2 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 valid users = @paragel wins support = yes widelinks = yes workgroup = PARAGEL write list = @paragel write cache size = 262144 [homes] create mask = 0700 directory mask = 0700 comment = Fichiers personnels [QMS] path = /var/spool/lpd/QMS lpq command = /usr/bin/lpq -P QMS lprm command = /usr/bin/lprm -P QMS %j comment = Minolta-QMS Magicolor 2200 GN print command = lpr -P QMS %s printer name = QMS printable = yes printer driver = MINOLTA-QMS magicolor 2200 [Epson] lpq command = /usr/bin/lpq -P Epson lprm c...
2017 Nov 26
0
dplyr - add/expand rows
...operational record similar to the > > following: > > > > > data.collection > > # A tibble: 5 x 4 > > STATION_NUMBER YEAR_FROM YEAR_TO RECORD > > <chr> <int> <int> <chr> > > 1 07EA001 1960 1960 QMS > > 2 07EA001 1961 1970 QMC > > 3 07EA001 1971 1971 QMM > > 4 07EA001 1972 1976 QMC > > 5 07EA001 1977 1983 QRC > > > > I would like to reshape this to one operational record (row) per year p...
2017 Nov 29
0
dplyr - add/expand rows
...df <- with(input, DataFrame(station, year=IRanges(from, to), record)) > expand(df, "year") > > DataFrame with 24 rows and 3 columns > station year record > <character> <integer> <character> > 1 07EA001 1960 QMS > 2 07EA001 1961 QMC > 3 07EA001 1962 QMC > 4 07EA001 1963 QMC > 5 07EA001 1964 QMC > ... ... ... ... > 20 07EA001 1979 QRC > 21 07EA001 1980 QR...
1998 Aug 26
2
Printing NT to Linux w\Cannon bjc-4000
I am able to see my printer as a share. Well better put, I see four representations of my printer: ascii, lp2, lp-mono, and raw. I tried the naive thing and just selected lp2 and added the cannon bjc 4000 driver for NT. This didn't work. I get an error report: %%[ Error: undefined; offending Command: K ]%% . . . a bunch of strings that I don't understand. This does not look like the
2017 Nov 29
2
dplyr - add/expand rows
...ataFrame(station, year=IRanges(from, to), record)) >> expand(df, "year") >> >> DataFrame with 24 rows and 3 columns >> ???????? station???? year????? record >> ???? <character> <integer> <character> >> 1?????? 07EA001????? 1960???????? QMS >> 2?????? 07EA001????? 1961???????? QMC >> 3?????? 07EA001????? 1962???????? QMC >> 4?????? 07EA001????? 1963???????? QMC >> 5?????? 07EA001????? 1964???????? QMC >> ...???????? ...?????? ...???????? ... >> 20????? 07EA001????? 1979???????? QRC >> 21?????...
2017 Nov 29
0
dplyr - add/expand rows
...Ranges(from, to), record)) >>> expand(df, "year") >>> >>> DataFrame with 24 rows and 3 columns >>> station year record >>> <character> <integer> <character> >>> 1 07EA001 1960 QMS >>> 2 07EA001 1961 QMC >>> 3 07EA001 1962 QMC >>> 4 07EA001 1963 QMC >>> 5 07EA001 1964 QMC >>> ... ... ... ... >>> 20 07EA001 1979...
2017 Nov 28
1
dplyr - add/expand rows
...o the >> > following: >> > >> > > data.collection >> > # A tibble: 5 x 4 >> > STATION_NUMBER YEAR_FROM YEAR_TO RECORD >> > <chr> <int> <int> <chr> >> > 1 07EA001 1960 1960 QMS >> > 2 07EA001 1961 1970 QMC >> > 3 07EA001 1971 1971 QMM >> > 4 07EA001 1972 1976 QMC >> > 5 07EA001 1977 1983 QRC >> > >> > I would like to reshape this to one operational...
2000 Jan 18
1
Problem connecting to samba shares
...rtual memory ; is available in the printer to print the job, but this fails ; under Impressario because of a bug in Impressario 1.x. The sambalp ; script strips out the vmstatus check. BTW, when using this ; setup to print be sure to configure a Windows printer driver ; that generates PostScript--QMS-PS 810 is one that should work ; with the sambalp script. This version of sambalp (if installed ; as a setuid script - see the comments at the beginning of the ; script) will setuid to the username if valid on the system. This ; makes the banner pages print the proper username. You can disable ; th...
2017 Nov 25
0
dplyr - add/expand rows
I have a returned tibble of station operational record similar to the following: > data.collection # A tibble: 5 x 4 STATION_NUMBER YEAR_FROM YEAR_TO RECORD <chr> <int> <int> <chr> 1 07EA001 1960 1960 QMS 2 07EA001 1961 1970 QMC 3 07EA001 1971 1971 QMM 4 07EA001 1972 1976 QMC 5 07EA001 1977 1983 QRC I would like to reshape this to one operational record (row) per year per station. Something like: 07EA001 1960...
2017 Nov 26
0
dplyr - add/expand rows
...> I have a returned tibble of station operational record similar to the following: > >> data.collection > # A tibble: 5 x 4 > STATION_NUMBER YEAR_FROM YEAR_TO RECORD > <chr> <int> <int> <chr> > 1 07EA001 1960 1960 QMS > 2 07EA001 1961 1970 QMC > 3 07EA001 1971 1971 QMM > 4 07EA001 1972 1976 QMC > 5 07EA001 1977 1983 QRC > > I would like to reshape this to one operational record (row) per year per station. Something like: &...
1999 Jun 13
1
Subnet Browsing, Halfway There
...comment = Home Directories read only = No browseable = No [printers] comment = All Printers path = /var/spool/samba create mask = 0700 print ok = Yes browseable = No [printer$] path = /etc/samba/printer guest ok = Yes [qms-color] comment = QMS magicolor 330 path = /var/spool/samba read only = No create mask = 0700 guest ok = Yes print ok = Yes printer name = qms-color oplocks = No share modes = No [Epson-1180] comment = Epson 1180...
2001 Sep 24
1
uploading printer drivers
...upload print drivers from a windows 2000 machine. I configured the print$ part in the smb.conf, made the directory and the subdir W32X86. They all have the appropriate permissions. When I try to upload drivers for an existing printer, I cannot upload all drivers. I have 2 xerox printers and 1 qms network printer, they are all configured nicely on the samba server, and are working. So, like said in the howto, on the windows machine, I go to the printer on the samba print server, I right-click and choose "properties". Then I go to the "advanced" tab, and choose "N...
2013 Apr 22
2
Applying head to wall to figure out permissions issues.
...ent = Printer Scans writeable = yes valid users = @gatr path = /home/scans create mask = 0775 directory mask = 0775 [purchasing] comment = Purchasing writeable = yes valid users = @purchasing path = /home/samba/purchasing create mask = 0775 directory mask = 0775 [qms] comment = Quality Management System writeable = yes read list = @gatr write list = @qms path = /home/samba/qms create mask = 0775 directory mask = 0775 [engineering] comment = Engineering Directory writeable = yes valid users = @engineering path = /home/samba/eng...
2007 Jun 30
2
Strange slowdown occasionally in CentOS 5.0
...with latest updates CPU: AMD Athlon 64 x2 4200+ M/B: ECS NFORCE4M-A ram: 2GB OCZ DDR2 800 (PC6400) hds: 160MB + 120MB Maxtor PATA UDMA-133 (160 is the boot drive) sds: 300GB Seagate SATA-150/300 (/boot and / are here) 320Gb WD SATA-150/300 vid: geFORCE7100gs (nVidia) PCI-E x16 lpr: Minolta QMS PagePro 1100 laser printer on /dev/lp0 mod: Agere Systems 56k WinModem (Lucent) nic: onboard (mobo-nvidia) Any suggestions or more information needed? Thanks. mhr