Displaying 20 results from an estimated 417 matches for "quotat".
Did you mean:
quota
2011 Feb 06
1
Psych can't load LaTeX entities file
...===========================================================
--- lib/redcloth/formatters/latex_entities.yml.old 2011-02-05
12:59:03.143333338 +0100
+++ lib/redcloth/formatters/latex_entities.yml 2011-02-05
13:01:30.540000006 +0100
@@ -180,10 +180,10 @@
"8218": ","
#DOUBLE LOW-9 QUOTATION MARK
#requires fontenc:T1
-ldquor: ,,
+ldquor: ",,"
#DOUBLE LOW-9 QUOTATION MARK
#requires fontenc:T1
-"8222": ,,
+"8222": ",,"
#LATIN SMALL LIGATURE FF
"64256": ff
#LATIN SMALL LIGATURE FI
@@ -197,9 +197,9 @@
#LATIN SMALL LIGATURE FL
&qu...
2008 Jun 27
1
use of quotation marks
Dear R Users. I just discovered today a problem in the use of
quotation marks when I'm doing some programs in R. I'm using windows
vista environment.
The programs that I wrote in the University, made in Windows XP
machines run perfectly, but when I run those in my laptop with VISTA,
there are many errors. Those errors are due to the type of quotation
marks....
2012 Jun 06
3
Removing Double Quotations After Using Cbind
...he following is
an example:
> a<-array(c(2,2,"X",1:3,2:4),dim=c(3,3))
> b<-cbind(a[,1],a[,2])
With the output being:
[,1] [,2]
[1,] "2" "1"
[2,] "2" "2"
[3,] "X" "3"
Is there any way for me to remove the quotation marks from every
integer/character in the new array? Or, is there a way to create the
new array without getting the quotation marks?
Regards,
Josh
[[alternative HTML version deleted]]
2008 May 09
1
Searcher Explain
Hi,
I am unable to use the Searcher''s explain method. Anytime I call it, I get
Segmentation Faults and it kills the process I have running my Rails site.
Has anyone else had this problem? Here is some code I am trying to use it
in...
search = Search.create(:query => query)
@quotations = []
searcher = Ferret::Search::Searcher.new("index") # FerretConfig::INDEX
bq = self.build_query(query) # Builds a Boolean Query
searcher.search_each(bq) {|doc, score|
@quotations << SearchResult.new(searcher[doc][:id],
searcher[doc][:quotation], searcher[doc][:author],...
2008 Dec 23
1
quotation problem/dataframe names as function input argument.
...tore the dataframe name into a vector using c() function
dframe.vec <- c("dframe.1")
# The problem is that the following line does not work
nobs.fun(dframe.vec)
# Seems to me, the problem stems from the fact that dframe.vec[1] is
intepreted by R as "dframe.vec" (note: it is quotated)
# and dim("dframe.vec")[1] gives NULL.
# Also, I realize the following line works as expected (note: dframe.1 is
not quoted any more):
dim(dframe.1)[1]
So my question is then: how can I pass dataframe names as an input argument
for another function
without running into the quotation m...
2010 Sep 12
4
using read.table, removing extra quotation mark from a text field? (e.g. ""cat" )
I am using read.table to import a text file within R.
There are several "errors" in my text file. An "extra" quotation mark has
inadvertently been included within a few text fields.
e.g. for a pipe (|) delimited text file, I have something similar to this:
1|7|30| "dog"
2|6|25| ""cat"
3|4|20|""
4|5| 56| "mouse"
5|3|56| ""horse"
6|56| ""...
2009 Jul 09
1
FW: Quotation Request - OpenSSH
Dear Sir,
We would lik to subscribe the support for OpenSSH for a tender project.
Please kindly advise the annual subscription plan (with details of SLA) &
annual fee.
For the price, is it determined by number of server? or number of CPU? or
number of core?
Shall we get quotation/support from you? or please advise the reseller
contact.
Since the tender will be closed next week, may we have your initial reply
tomorrow.
Thank you very much.
Best Regards,
Doris Wong
Assistant Purchasing Manager
Group Strategic Purchasing
PCCW-HKT Ltd
Tel : 852-2883 7206 | Fax : 852...
2004 Nov 26
2
E&M Digium card quotation
i need a quotation for a E&M Digium card for my asterisk PBX
where i can find it???
thank you in advance
Rodney Acosta Coya.
2012 Jan 24
1
gsub semicolon with double quotation mark
Hi,
I would like to substitute a semicolon with two double quotation marks and
a comma inbetween.
It suppose to look like that:
I have:
FBpp0070086;FBpp0099643;FBpp0112915
I would like to have:
"FBpp0070086","FBpp0099643","FBpp0112915"
I tried with various numbers of backslashes, but noe have worked.
for example:
gsub(";"...
2014 Jun 23
1
[PATCH] Fixed genversion.bat to accept quotations in argument
Ran into some problems compiling opus on Windows. Found out its because
the genversion.bat did not strip the arguments of quotations, leading to
incorrect variables
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: win32.patch
Url: http://lists.xiph.org/pipermail/opus/attachments/20140622/af3f7332/attachment.txt
2013 Nov 17
4
quotation marks and scan
...("+init=epsg:28992")
Fair enough. I scan it into R and get the following:
> u
[1] "CRS(\"+init=epsg:28992\")"
> gsub(pattern='\"',replacement='"',x=u)
[1] "CRS(\"+init=epsg:28992\")"
I need to get rid of the extra quotation marks and slashes. I've tried all
sorts of things, including gsub, as you see, but no good.
Thank you for any help.
Sincerely,
Erin
--
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: erinm.hodgess@gmail.com
[...
2008 Dec 08
2
I need to run windows program with command line parameters?
...dows; to have Firefox pass psyn links to the Curse client I use this command:
Code:
"C:\Program Files\Curse\CurseClient.exe" -url "%1"
but when I try to get Linux's Firefox to pass the psyn link to the Curse client running in wine, wine of course assumes that -url and the quotation marks are for it and not the actual Windows command it's meant to run.
How do I get wine to run the correct equivalent to the above command?
PS: Sorry I know it's a poorly orchestrated explanation of the problem...
2005 Apr 30
3
How to extract function arguments literally
Dear all,
One of my friends asked me if it is possible to extract actual R
function arguments literally (precisely, as strings). The reason is
simple. He feels sometimes awkward to attach quotation marks :-). What
he actually wants is to pass R command arguments to XLisp subroutines
(He has been an enthusiastic XLisp user for a long time and still tends
to use R as a wrapper to XLisp). Is it possible, or should I advise him
not to be so lazy? The following is his simple example to explain...
2006 Sep 04
3
opening files in directory
...ble(mat, file="files[[i]]")
+ }
But I get this error when I try to open the first file using read.table
Error in file(file, "r") : unable to open connection
In addition: Warning message:
cannot open file 'data_files/files[[i]]'
if I try the read.table command without the quotation marks like so
x<-read.table(data_matrix_files/files[[i]])
I get the error
Error in read.table(data_matrix_files/files[[i]]) :
Object "data_matrix_files" not found
But if I go to the directory where the files are kept before starting up R, the read.table command without the...
2003 Apr 12
0
Channel Banks Quotation
Hi Anton
Some days ago I was talking by phone with you from Bogota, Colombia,
SouthAmerica.
I'am interested in to buy a good and cheap channel bank and I need to
know your models and prices.
Could you send me an e-mail with your best quotation included the
sending price, besides cold you give the Bill like a: Sample unit for
developmente propose without comercial value; COST: 25 usd; the
previus related with our costumes taxes, that use to be so high, and
in this way (showing the a Bill with sample condition), I can do some
savin...
2015 Mar 30
0
Quotation 4i1425q
Further to our conversation earlier, please find attached quotation 4i1425q,
data sheet included.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 4i1425q.zip
Type: application/zip
Size: 12184 bytes
Desc: not available
URL: <http://www.zytor.com/pipermail/klibc/attachments/20150330/1a4d05ab/attachment-0001.zip>
2003 Dec 01
0
No subject
...-------------------------------------------------=
-------------------------------------------
=23 8859-15 UNICODE Linux Characters Name cp1252 UNICODE Win98 Charac=
ters Name
0x80 0x0080 <control> 0x80 0x20AC EURO SIGN
0x82 0x0082 <control> 0x82 0x201A SINGLE LOW-9 QUOTATION MARK
0x83 0x0083 <control> 0x83 0x0192 LATIN SMALL LETTER F WITH HOOK
0x84 0x0084 <control> 0x84 0x201E DOUBLE LOW-9 QUOTATION MARK
0x85 0x0085 <control> 0x85 0x2026 HORIZONTAL ELLIPSIS
0x86 0x0086 <control> 0x86 0x2020 DAGGER
0x87 0x0087 <...
2017 Oct 13
1
Quotation marks hinder for loop
...t argument
2)
>for(i in 1:N_var){
assign(paste("V", i, sep=""), paste("V", i, sep="")[,-1])
}
Error in paste("V", i, sep = "")[, -1] : incorrect number of dimensions
I suppose that it might be important to call object names without quotation
mark, so
I tried the noquote function, but it did not change the situation.
1)
> for (i in 1:N_var){
+ assign(colnames(noquote(paste("V", i, sep=""))[2], par$V2[i]))
+ }
Error in if (do.NULL) NULL else if (nc > 0L) paste0(prefix, seq_len(nc))
else character() :
arg...
2010 Dec 14
2
How to left or right truncate a character string?
Hi R-helpers,
I have a character string, for example:
"lm(y ~ X2 + X3 + X4)"
from which I would like to strip off the leading and trailing
quotation marks resulting in this:
lm(y ~ X2 + X3 + X4)
I have tried using gsub() but I can't figure out how to specify the
quotation mark using a regular expression.
Alternatively, I would like a function that lets me delete the leading
(or trailing) X characters, and in this case X=1 (but it cou...
2006 Aug 17
6
what did I do to my app? (Superclass mismatch?)
...as I can tell), but I freezed_edge and
now...
The first time I load this page, it works fine, the second time I get
the superclass mismatch, the third time (and any subsequent times ) i
get undefined method.
I think this means my class is getting loaded twice?
my model looks like this:
class Quotation < ActiveRecord::Base
has_many :price_breaks
has_many :items, :through => :price_breaks
belongs_to :contact
end
#STI
class Cost < Quotation
end
class Price < Quotation
end
here''s what the third error says:
undefined method `contact'' for #<Cost:0xb7936bc8...