Displaying 20 results from an estimated 30000 matches similar to: "is possible save a copy of the printed files?"
2006 Jun 29
10
REPOST: No printing possible in wine 0.9.15
Hello List,
sorry, that I have to repost my question a third time (last postings on June
23.), but unfortunately my problem remains unsolved.
Here we go again:
In short: I can print from any application except wine.
My systems (first try):
Workstation ray (192.168.99.10):
Gentoo 2006.0
wine-0.9.15
Cups-1.1.23
no /etc/printcap
no local printer connected
/etc/cups/client.conf contains the line:
2016 Jan 21
2
NAME/USERNAME conflict
Hi.
we are experimenting a strange issue in our PBX.
By example: if we dial to the 100, the call is answered in 199. We dont
have any redirection for that, but the cli show the same issue when request
show peers. Aditionally, the user 100 use the ip address 192.168.11.100,
and the cli show connected the user from 192.168.11.160 (that ip is
assigned to the user 199)
PBX*CLI> sip show peers
2003 Jul 21
1
RODBC: problem saving a new table in an "Excel database"
Hi
I am using package RODBC version 1.0-1 under R version 1.7.1 on Windows
XP Pro. I am having problems writing a new table to an (Excel) database
using sqlSave.
I connect to an empty Excel spreadsheet using odbcConnectExcel (which, I
believe, uses the Microsoft Excel Driver DSN). Then I try and save a new
table to the database(spreadsheet) using SqlSave, but obtain an error
message.
Below is
2009 Apr 29
3
Vinculate tty1 or tty7 to domU
Hi.
Im looking how to vinculate directly the dom0 tty1 or tty7 to my domU.
The idea is provide to the sysadmin a "direct Access" to the domU.
Is possible do that?
Thanks in advance
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2009 Feb 27
1
R-Google interface: Google summer of code
I use R for data management and ongoing data analysis for amongst other
things, a multi-center medical research project. I have found Google
spreadsheets to be a fantastic way for all collaborators to be on the same
page. Furthermore, Google Forms allows one to capture data from respondents
and effortlessly write it to a google spreadsheet.
Currently, one has to manually download the spreadsheet
2015 Aug 21
3
Would a spreadsheet be a good project using LLVM?
Mats,
Thanks for your feedback. I guess I should elaborate on one
of the features I would like to implement. In today's
spreadsheets if you want to crunch a lot of data, you
usually put the data in rows and put expressions in cells to
the right of the data and repeat those cells for every row
of the data. I would like to create a spreadsheet system
that can process the same quantity of
2010 Oct 25
2
disk performance on server migrated
hi.
i was migrated an old woody samba server to a new lenny samba
virtualized server.
That server is a PDC with random profiles and file server.
Some users are reporting me bad performance in the app shared (all
developed on MS-ACCESS). the memory and cpu reports in the domU show
all fine, but i have some doubts in the disk performance. The dom0 is
a Dell PowerEdge T610 (2 cpu Intel Xeon, 8GB
1999 Apr 15
2
Excel 'save as HTML' problem with Samba 2.0
Hello,
Eversince I upgraded Samba to 2.0 version I've gotten so many calls from
the users regarding Excel 'save as HTML' problem.
What seems to be happening is that the users cannot save their Excel
spreadsheet as html file when they were able to with the previous Samba
version we had installed (Samba 1.9.18p10).
According to MS 'knowledge database', this is a known MS Excel
2007 Mar 27
3
Bridging R to OpenOffice
Dear members of the R Development Team,
I am looking for people with a deep understanding of R internals to
assist in bridging R to OpenOffice.
While R is a state of the art statistical environment, less experienced
users often find it difficult to work with R. Therefore, I believe that
a bridge between R and a spreadsheet program will make this transition
less painful. I sincerely believe
2024 Jul 14
2
Reinterpret data without saving it to a file 1st? Check for integer stopping at 1st decimal?
A small number of columns in the data I need to work with are strings, the
rest numbers. I'm using read_excel() from the readxl package to get the
data ; right after it, the string columns are of type chr and the rest num.
I'm tasked with finding out which columns are integers. From an advice, I
tried saving the spreadsheet content into a CSV then loading that, which
works like a charm ;
2007 Dec 14
1
SLow cups printing, lots of get-printer-attributes
Hi all,
I encounter a problem here on a samba PDC with 97 cups printers.
When on a windows client, I click right on a printer, then select
"properties", it tooks about 12 secondes to open.
When from a spreadsheet such as M$ Excel I click on print, then try to
select an imprimante from my pdc, it tooks about 30 seconds.
I did some debugging, and with an strace on the smb process, found
2015 Aug 21
3
Would a spreadsheet be a good project using LLVM?
I am thinking about writing a new open source spreadsheet
application since I think the spreadsheet applications out
there (Microsoft Excel, LibreOffice Calc, etc.) do not have
some features that I would really like to use. I would like
the spreadsheet to recalculate very fast and wondered if it
would make sense to use LLVM to calculate the cell values
quickly. Each cell of a spreadsheet
2007 Dec 14
1
RJDBC to OpenOffice Calc as RODBC to MS Excel
Under Windows, I have used RODBC to connect to Excel spreadsheets as per
the example below:
library(RODBC);
connect = odbcConnectExcel("testdata.xls");
query = "SELECT [data$.ethn], [data$.sex], [data$.age],
[data$.height], [data$.weight],
[label$.label]
FROM [data$], [label$]
WHERE [data$.ethn] = [label$.ethn];"
data =
2016 Apr 16
1
A Neural Network question
People,
I thought I needed to have some familiarity with NNs for some of my
current (non-profit, brain-related) projects so I started looking at
various programming environments including R and I got this working:
http://gekkoquant.com/2012/05/26/neural-networks-with-r-simple-example
however I needed pictures to help understand what was going on and then
I found this:
2008 Sep 15
1
Help... Organizing multiple spreadsheets data into a huge R data structure!
Hello R users,
I am relatively new to the R program, and I hope some of you can offer
me some suggestions on how to organize my data in R using some of the
more advanced data structuring technique. Here's my scenario:
I have date set of 50 participants (each with conditions and
demographic data), each participant performed 2x16 trials, for each
trial, there was specific information about the
2007 Sep 13
2
Export Step Function Coefficients to Spreadsheet or Text File
Hello,
After I use the lm() function to perform a multiple linear regression, and
then use the step function to eliminate variables that predict the weakest,
I need to export the final equation to a spreadsheet or a text file. Below
is some sample code. In the end I want to export the coefficients to a
spreadsheet. Will you please direct me to the appropriate syntax? Thanks for
your time, --Eric
2011 Apr 29
2
read.csv fails to read a CSV file from google docs
Hello all,
I wish to use read.csv to read a google doc spreadsheet.
I try using the following code:
data_url <- "
http://spreadsheets0.google.com/spreadsheet/pub?hl=en&hl=en&key=0AgMhDTVek_sDdGI2YzY2R1ZESDlmZS1VYUxvblQ0REE&single=true&gid=0&output=csv
"
read.csv(data_url)
Which results in the following error:
Error in file(file, "rt") : cannot open
2018 Apr 22
3
Gantt Chart Using Plotrix
Hi
I am trying to generate a complex Gantt chart using the gantt.chart function in the plotrix package.
Ideally I would like to use a spreadsheet to populate the activities (tasks) and start and end dates that this function expects and then export the spreadsheet file as a .CSV text file so I can read in this file to generate the gantt chart. Reading through the help file I have not been able to
2020 Nov 05
2
[RFC] FileCheck: (dis)allowing unused prefixes
There are currently 1350 owner-less failures in the spreadsheet
<https://docs.google.com/spreadsheets/d/1o6q3XH1n3DDyyccnYZ_kVfhFbTDzC_S09e973_cwYuw/edit#gid=0>.
These seem to be the larger areas there.
If you see an area you have ownership or expertise in, please sign up for
fixing the tests by Monday, Nov. 9.
Otherwise, I will "blanket-add" --allow-unused-prefixes=true to the
2009 May 12
2
Specifying data type when creating a dataframe using RODBC
H R-helpers,
I am using the following code to make a dataframe from an Excel spreadsheet:
library(RODBC)
channel <- odbcConnectExcel("Spreadsheet.xls")
Data <- sqlFetch(channel, "Tab1")
odbcClose(channel)
One column (several, actually) in the spreadsheet contains integers in
its first few rows but later values in these columns contain a mixture
of numbers, letters and