search for: abbr

Displaying 20 results from an estimated 46 matches for "abbr".

Did you mean: abr
2010 Mar 26
7
seed data
Hi I am using seed_fu to seed initial data to tables (http://github.com/mbleigh/seed-fu) . And in db/fixtures/state.rb I have values like (I am filling only two data for simplicity) State.seed_many(:name, :abbr,:fips,:country_id, [ { :name => "Alberta", :abbr => ''AB'',:fips => ''01'', :country_id => 2 }, { :name => "Alaska", :abbr => ''AK'',:fips => ''02'', :country_id => 1 } ]) It wor...
2006 Aug 03
1
Markdown and the hCal microformat
...ate)[description/title @ location] for example: (23rd June 2002)[Big Meeting @ Room 200, Bldg 3] (10am-2pm)[World Cup game] becomes: <div class="vcalendar"><span class="vevent"> <span class="summary">Big Meeting </span> <abbr class="dtstart" title="23rd June 2002">23rd June 2002</ abbr></span> <span class="location">Room 200, Bldg 3</span> </div> <div class="vcalendar"><span class="vevent"> <span class=&...
2010 Aug 17
2
[Form] Method POST & PUT problem
...quot;authenticity_token"></div> <fieldset class="inputs"><legend><span>Informações</span></legend><ol> <li id="user_password_input" class="password required"><label for="user_password">Password<abbr title="required">*</abbr></label><input type="password" size="50" name="user[password]" id="user_password"></li> <li id="user_new_password_input" class="password required"><label for="u...
2016 Apr 13
0
formula argument evaluation
...e(A + B %=>% C)) `quote(A + B %=>% C)` call(3): A + B %=>% C `` name(1): + `` name(1): A `` call(3): B %=>% C `` name(1): %=>% `` name(1): B `` name(1): C str.language <- function (object, ..., level = 0, name = myDeparse(substitute(object))) { abbr <- function(string, maxlen = 25) { if (length(string) > 1 || nchar(string) > maxlen) paste(substring(string[1], 1, maxlen), "...", sep = "") else string } myDeparse <- function(object) { if (!is.environment(object)) {...
2009 Jan 14
3
Casting lists to data.frames, analog to SAS
...I have a data set with vote totals, with one column being the office name being voted on, and the other being the party of the candidate. My votes are in the column "vc.n". I did the analysis I want with: work <- by(sd62[,"vc.n"], sd62[,c("office.nm","party.abbr")], sum) the str() output of work looks like: > str(work) 'by' int [1:9, 1:11] NA 30 NA NA 0 0 0 NA 33 25678 ... - attr(*, "dimnames")=List of 2 ..$ office.nm : chr [1:9] "ATTORNEY GENERAL" "GOVERNOR & LT GOVERNOR" "SECRETARY OF STATE&quo...
2016 Apr 13
2
formula argument evaluation
I suppose it would work, although "=>" is rather a descriptive symbol and less a function. But choosing between quoting: "A + B => C" and a regular function: A + B %=>% C probably quoting is the most straightforward, as the result of the foo() function has to be a string anyways (which is parsed by other functions). On Tue, Apr 12, 2016 at 6:20 PM, Richard M.
2006 Sep 16
1
PHP Markdown Extra 1.1b1
...allow, somehow, span-level footnotes. * It's probably not the best way to add bibliographic references when a reference can appear many times in a document. I think a distinct syntax, using another special character instead of `^` would be better suited for that purpose. Abbreviations ------------- PHP Markdown Extra 1.1b1 adds supports for abbreviations (HTML `<abbr>` tag) as an experimental feature. How it works is pretty simple: create an abbreviation definition like this: [HTML]*: Hyper Text Markup Language [W3C]*: World Wide Web Consortium t...
2008 Feb 13
3
Syntax for extensions
Hello, I need to to slightly extend the markdown syntax. (place an image (img tag) in text which URL has not yet been determined). Therefore I want to define something like $[Alt text](img.jpg) which would be replaced by my pre-processor with ![Alt text](/path/to/img.jpg) and then sent to markdown. Is there any special syntax that should be used for such 3rd party extensions? How would you do
2010 May 26
2
extracat , JGR, iWidgets install problems
...ing required package: plyr Loading required package: grid Loading required package: MASS > ?irmb starting httpd help server ... done > data(housing) > # example 1 > irmb(~Type+Infl+Cont+Sat,dset=housing,expected = TRUE, + eqwidth=FALSE,base=0.2,mult=2,lab.tv=TRUE,abbr=TRUE) iWidgets requires 'JGR' in order to run correctly. Please visit http://www.rosuda.org/software/ to download it.> > utils:::menuInstallPkgs() trying URL 'http://probability.ca/cran/bin/windows/contrib/2.10/JGR_1.7-1.zip' Content type 'application/zip' length...
2011 Jan 14
1
Help on a Display function
> I wanted to simulate the Matlab DISPLAY function for some time now. After seeing a recent proposal by Gabor Grothendieck I came up with the following solution, display <- function(...) { my_names <- lapply(substitute(placeholderFunction(...))[-1], deparse) for (my in my_names) cat(my, "=", eval(parse(text=my)), "\n", sep=" ") } that works about as
2007 Mar 09
2
DIF means?
Hi, In Solairs Dtrace User Guide, page 193, it lists the arguments of ERROR probe. One of these arguments is arg3, it is explained as "The DIF offset into that action or -1 if not applicable". Then what does the abbr. DIF mean? Regards TJ
2007 Mar 06
2
acronym tag
Hello, is there an acronym method in php markdown extra ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://six.pairlist.net/pipermail/markdown-discuss/attachments/20070306/e146240b/attachment.html
2010 Nov 15
2
rotate column names in large matrix
Dear List, I have a large (1600*1600) matrix generated with symnum, that I am using to eyeball the structure of a dataset. I have abbreviated the column names with the abbr.colnames option. One way to get an even more compact view of the matrix would be to display the column names rotated by 90 degrees. Any pointers on how to do this would be most useful. Any other tips for displaying the matrix in compact form are of course als...
2015 Apr 01
1
How to decrypt rootpassword form kickstart file
...? >> > > In the UK we have a law which give you the right to remain silent; so as > not to incriminate yourself. I think in the US its known as "taking the > fifth". Indeed. But I for one can deduce the answer, assuming the OP knows everything I know or more (sorry for abbr.; Original Poster I had to say). Here is my speculation: One can easily replace root password hash in kickstart. The only scenarios that that is not enough I can imagine are: 1. OP has to deal with machine kickstarted before and had no ability (or wants to avoid it to leave no track that that is...
2023 Nov 17
1
Regenerate news feeds?
The news feeds (e.g. https://developer.r-project.org/blosxom.cgi/R-devel/NEWS) have some stray "\abbr" floating around. Do they need generating with a more recent version of R-devel? I've run tools::Rd2txt on https://svn.r-project.org/R/trunk/doc/NEWS.Rd and r85550 does seem to remove these abberations (compared to the same function calling on an unpatched 4.3.2 where they remain). Ti...
2010 Mar 11
0
Different results for different order of factor levels?
...d that different models treat data from the factor class different for ordered vs non-ordered factors but I am unsure as to how this works for lme(). Shown below is a set of code used to get the coefficients for two different orders of factor levels. THE CODE USED TO GET THE COEFFICIENTS: #Abbr = Subject #PDSI = covariate #PDSI2 = PDSI^2 (To fit a polynomial) #Set the Level order i.levels<-c("Mixed","Short","Tall","NoType") #I am not interested in this level for my comparison data.sub <- data[which(data$indep != "NoType"),] #Conve...
2008 Sep 17
0
permalink_fu and classes with different primary_key than id?
...= ''team_id'' has_many :players, :foreign_key => :team_id has_permalink :city, :param => true end I am getting all kinds of trouble - that goes away if I comment out the has_permalink declaration. With PermalinkFu: >> fs = Team.new => #<Team team_id: nil, abbr: nil, city: nil, created_at: nil, updated_at: nil, permalink: nil> >> fs.team_id = 1 NoMethodError: undefined method `team_id='' for #<Team:0x2af1173c6030> from ~/20080917172814/vendor/rails/activerecord/lib/active_record/ attribute_methods.rb:251:in `method_missing''...
2007 May 01
2
Polar graph of time and tide
I have been trying to visualize times of lowest tides, month by month. I have tide predictions with times either in unix time or a text format, and heights in feet or meters. I had been able to derive the clock times of each prediction. I would now like to graph this data with points showing heights as "r" and times as "theta", from 0000 to 2355. There is a seasonal
2014 Sep 08
3
problema con los cambios de marcas temporales en el eje X
...ero ajustarlo utilizando las fechas como si fuesen "strings". Mira si esto es lo que buscabas... #--------------------------- datIn <- read.csv("Libro1.csv", header=T, sep=";", dec=",") library(lubridate) datIn$mes <- month(dmy(datIn$fecha), label=T, abbr=T) datIn$anio <- year(dmy(datIn$fecha)) xlabels <- paste(datIn$mes,"-",datIn$anio,sep="") par(oma=c(4,2,1,1)) plot(datIn$xbar, axes=F, type="b", pch=19, ylim=c(400,650), xlab="", ylab="xbar") axis(1,at=1:length(datIn$xbar), labels=xlabels,c...
2000 Sep 11
1
R 1.1.1 (and 1.2.0) on Mac (PPC) and "/afm/" bugs (?)
..." are used to search for fonts: i.e. (in xfig, the same is for PS) static int XFig_Open(DevDesc *dd, XFigDesc *pd) { char buf[512]; int i; for(i = 0; i < 5 ; i++) { sprintf(buf, "%s/afm/%s.%s", R_Home, <--- HERE Family[pd->fontfamily].font[i].abbr, (i == 4) ? "afm" : Extension[pd->encoding]); the slashes should be replaced by the FILESEP definition. Both devices fixed for FILESEP (and pictex as well) works on Mac. Regards, Stefano -- Stefano Maria Iacus Dipartimento di Politica Economica ed Aziendale Univer...