search for: llll

Displaying 14 results from an estimated 14 matches for "llll".

Did you mean: lll
2006 Jan 27
1
why did not data.table work?
Hi all, I am wondering what's wrong with my following code? x=read.table('c:\\llll.txt'); Error in file(file, "r") : unable to open connection In addition: Warning message: cannot open file 'c:\llll.txt', reason 'No such file or directory' what's wrong? Thanks [[alternative HTML version deleted]]
2007 Jun 20
2
"xtable" results doesn't correspond to data.frame
...c(" "," ","number of patients","%") example.xtable <- xtable(example.table) print.xtable(example.xtable, include.rownames=FALSE) I can seem to get latex output which corresponds to the data.frame which is, \begin{table}[ht] \begin{center} \begin{tabular}{llll} \hline & & number of patients & \% \\ \hline Gender & & & \\ & Male & 3 & 0.428571428571429 \\ & Female & 4 & 0.571428571428571 \\ \hline \end{tabular} \end{center} \end{table}
2015 Sep 24
0
[PATCH] com32/disk: add UEFI support
...h a textual GUID representation. - * - * @v buf Points to a minimum array of 37 chars - * @v id The GUID to represent as text - * - * The buffer must be >= char[37] and will be populated - * with an ASCII NUL C string terminator. - * Example: 11111111-2222-3333-4444-444444444444 - * Endian: LLLLLLLL-LLLL-LLLL-BBBB-BBBBBBBBBBBB - */ -void guid_to_str(char *buf, const struct guid *const id) -{ - unsigned int i = 0; - const char *walker = (const char *)id; - - while (i < sizeof(guid_le_walk_map)) { - walker += guid_le_walk_map[i]; - if (!guid_le_walk_map[i]) - *buf = '-...
2010 Jan 06
1
Merlin Legend integration not routing calls back to PSTN.
...FORMATION A Slot 4 Switch: 5ESS A Slot 10 Switch: Legend-Ntwk A System: By line A BchnlGrp #: Slot: TestTelNum: NtwkServ: Incoming Routing: A 1 4 CallbyCall By Dial Plan A Channel ID: 23 22 21 20 19 18 17 16 15 14 A 13 12 11 10 9 8 7 6 5 4 A 3 2 1 A Line PhoneNumber NumberToSend A 801 NPANXXLLLL A 802 NPANXXLLLL A 803 NPANXXLLLL A 804 NPANXXLLLL A 805 NPANXXLLLL A 806 NPANXXLLLL A 807 NPANXXLLLL A 808 NPANXXLLLL A 809 NPANXXLLLL A 810 NPANXXLLLL A 811 NPANXXLLLL A 812 NPANXXLLLL A 813 NPANXXLLLL A 814 NPANXXLLLL A 815 NPANXXLLLL A 816 NPANXXLLLL A 817 NPANXXLLLL A 818 NPANXXLLLL A 819 NPAN...
2009 May 07
0
Hmisc::latex() help
...nk = TRUE, dcolumn = TRUE, cdec = c(0, 0, 0, 0, 2, 0, 2, 0, 2)) However, na.blank and cdec make no difference, producing: \newcolumntype{.}{D{.}{.}{-1}} \begin{table}[H] \caption{11000000\label{info}} \begin{center} \begin{tabular}{lD{.}{.}{-1}D{.}{.}{-1}D{.}{.}{-1}D{.}{.}{-1}D{.}{.} {-1}llll}\toprule \multicolumn{1}{l}{necklace}&\multicolumn{1}{c}{originalPosition}& \multicolumn{1}{c}{same}&\multicolumn{1}{c}{run}&\multicolumn{1}{c} {surprise1}&\multicolumn{1}{c}{pair}&\multicolumn{1}{c}{surprise2}& \multicolumn{1}{c}{triple}&\multicolumn{1}{c}{surpri...
2006 Oct 23
0
Need some help with MMap# and MMap#=
...d Settings/djberge/workspace/win32-mmap/lib/win32/mmap.rb:309:in `[]='' from test.rb:8 Am I using the right function? Do I have it declared correctly in windows-pr? BTW, I also tried changed the function prototype for VirtualAlloc from ''PLLL'' to just ''LLLL'' and using the numeric address directly, but that didn''t seem to help. Any ideas? Thanks, Dan PS - It was great to see the guys from win32utils-devel who showed up at RubyConf!
2013 Nov 14
0
Executing a wget? or clicking on a link in inbound email?
...situation that, maybe once a week, I get an html only email that contains 3 clickable links. I would like, on receipt of such email, auto click the first link (perhaps execute a wget to do so? or ?) Can something like this be done, which of the tools, what docs to look at? link is like so http://llll.domain.tld/irportal?id=a0000000006hWO4AAM0000000000KlOrcAAF111111114344594&key=f6871234567870e04803ea0cef5c4dbb&resp=1 Dovecot 2.09 Centos (apologies for blank post I've just sent) -- Sent from Kaiten Mail. Please excuse my brevity.
2004 Feb 18
3
PNG Problem on Windows 98
...axis labels, the legend text and the "mtext" (on the bottom) is missing. Attached are simple example files one in jpg (which is ok) and one in png format. produced with: png("test3.png"); plot(1:100); mtext(c("aaa","bbb"),c(1,2),c(4,1)); legend(50,50,"llll"); dev.off() for jpeg with jpeg(......) Any idea where the difference in the installation could be, like missing files ore necesarry updates for the windows system? Thank you very much in advance for any help. Johannes
2009 Jun 01
3
[Atcom] Asterisk + LAMP on 128MB RAM?
Hello I'm thinking of selling an Asterisk server based on Atcom's IP02 solid-state unit with one FXO and one FXS ports: http://atcom.cn/En_products_IP02.htm By default, this unit based on a 400MHz Blackfin 532 chip only has 64MB RAM and 256MB of NAND flash. Those can be increased to 128MB and 1GB, respectively. Do you think I can install Linux + Asterisk + LAMP (replacing MySQL with
2013 Dec 02
1
pesky \usage-warnings with R CMD check
...m{format}{The numerical format to use. When given to \code{exportR}, it sets the default \code{.format} to be used by \code{exporter}. When used in a call to \code{exporter}, it is used for the present value[s]. The number suffix is the number of significant digits to use. The formats are: \tabular{llll}{ \tab Format \tab Example \tab \cr sprintf expression \tab \%<expr.> \tab \%.5e \tab 10000*pi -> 3.14159*10^4\cr flexible \tab <n> \tab 8 \tab 10000*pi -> 31415.927\cr integer \tab i \tab i \tab 10000*pi -> 31415\cr float \t...
2011 Nov 14
2
Help with text separation
Good morning R list, My apologies if this has *already* answered elsewhere, but I have not found the answer that I am looking for. I have a character string, i.e. form<-c('~ A + B + C + C / D + E + E / F + G + H + I + J + K + L * M') Now, my aim is to find the position of all those instances of '*' and to remove said '*'. However, I would also like to remove the
2009 May 06
4
[ win32utils-Feature Requests-25792 ] Create a pure Ruby win32-ole library
Feature Requests item #25792, was opened at 2009-05-05 17:29 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=414&aid=25792&group_id=85 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Daniel Berger (djberg96) Assigned to: Nobody (None) Summary: Create a pure Ruby win32-ole library Initial Comment: The current Win32OLE
2007 Oct 09
5
Playing with ReadFileScatter()
Hi all, Looking at the IO.readlines source in io.c, it looks to me like they grab 8k chunks, split on the input record separator, and buffer accordingly. Since it looks like ReadFileScatter() does some of that work automatically (in page file sized chunks), I thought I''d give it a try. Here''s what I''ve got, but it doesn''t work. I have an incorrect parameter
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address