similar to: quotes

Displaying 20 results from an estimated 200 matches similar to: "quotes"

2011 Oct 13
1
Problem with Ices
2013 Jun 08
1
reading a character translation table into R
I have a txt file (attached) that defines equivalents among characters in latin1 (or iso-8859-1), numeric &#xxx; codes, HTML entities and latex equivalents. A portion of the file is shown inline below, but may not be rendered well in this email. I'd like to read this into R to use as a character translation table, but am stuck on two things: - The 5 fields in the file are
2004 Feb 24
1
Accessing columns in data.frame using formula
Hello! I'm trying the hard way to use a formula, in a function, to specify the names of several important columns in a data.frame. Maybe I'm just battling to figure out the right search terms :-( This is on XP, R 1.8.1. So, for instance, wery[1:5,] V1 V2 V3 V4 V5 congr V7 V8 V9 ok RT 1 1 1 960 520 1483 c 1 r r 1 760 2 1 2 1060 450 3753 c 1 r r 1 555
2008 Apr 09
1
read table not reading lines containing single quotes
Hi, * I am using read.table command as follow kegg<-read.table("c:/IDs.tab",header =TRUE,quote= "'", sep="\t") * Fragment of file is as follow: ID Pathway 04916 Melanogenesis 04920 Adipocytokine signaling pathway 04930 Type II diabetes mellitus 04940 Type I diabetes mellitus 04950 Maturity onset diabetes of the young 05010
2006 Aug 01
0
persisting tree navigation
I have built a tree navigation for pages I have in a site, that loads the content of each page into FCK editor. The parent nodes are shown at the beginning, and the child nodes are in display:none hidden divs that are toggled with scriptaculous bindup and binddown. If the user clicks on one of the children, I want that div to remain visible on page refresh. I''m pretty new with app
2010 Mar 04
1
mysqlWriteTable . error in your SQL syntax?
Hi, Can somebody advice on weird mysqlWriteTable bug. > mysqlWriteTable(conn, 'comparison',design2, row.names = F, overwrite=T) Error in mysqlExecStatement(conn, statement, ...) : RS-DBI driver: (could not run statement: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"condition"
2005 Sep 21
9
Ajax.Updater
Hi all, I was wondering if one could pull a completely separate web site into a div, e.g. <a href="#" onclick="new Ajax.Updater(''artifact'', ''http://www.vivisimo.com/'', {asynchronous:true, evalScripts:true, onLoading:function(request){Toggle.display(''message2body'')}}); return false;">&raquo;</a> it fails
2007 Aug 31
2
Give focus to an input field of a form
Hi, I am new to rails and I have setup Typo on my site. One little thing bugs me, the login page doesn''t give focus to the "user_login" field. I was wondering what do I need to do to make rails help with this? I have seen some simple inline javascript to set the focus, sort of like: document.<form_name>.user_login.focus() However the rails view doesn''t
1998 Jun 17
1
Equal permissions for files and dirs (folders)
Hi! Is there any way to have equal permissions for created files and folders on samba's share? This is what I have in my smb.conf file: ------------------ [izmenjava] comment = Public z moznostjo pisanja path = /home/izmenjava browseable = yes public = yes writable = yes printable = no create mode = 0777 ; create mode = 0664 ------------------------- Created
2010 Jun 10
1
printing in middle of an erb file
Hello, I''m having a problem to output things in the right order with erb1.9 and lighttpd . I don''t know if it''s the normal behaviour of erb but this is how it works for me: Content of my ERB file: test{<%= 1 %>2<% puts 3 %>} On my web browser I get this output: 3 test{12} puts or print comes before any text.. Do you know wich function instead of puts
2020 Jul 07
2
[RFC]: mm,power: introduce MADV_WIPEONSUSPEND
On Fri 03-07-20 15:29:22, Jann Horn wrote: > On Fri, Jul 3, 2020 at 1:30 PM Michal Hocko <mhocko at kernel.org> wrote: > > On Fri 03-07-20 10:34:09, Catangiu, Adrian Costin wrote: > > > This patch adds logic to the kernel power code to zero out contents of > > > all MADV_WIPEONSUSPEND VMAs present in the system during its transition > > > to any suspend
2020 Jul 07
2
[RFC]: mm,power: introduce MADV_WIPEONSUSPEND
On Fri 03-07-20 15:29:22, Jann Horn wrote: > On Fri, Jul 3, 2020 at 1:30 PM Michal Hocko <mhocko at kernel.org> wrote: > > On Fri 03-07-20 10:34:09, Catangiu, Adrian Costin wrote: > > > This patch adds logic to the kernel power code to zero out contents of > > > all MADV_WIPEONSUSPEND VMAs present in the system during its transition > > > to any suspend
2006 Apr 24
1
Upload Progress Bar not showing
Hi. I''m setting up an upload form for internal users of a Rails site, and I''m trying to use the Upload Progress Bar plugin from http://sean.treadway.info/demo/upload/. I followed the directions as set out in the Rails Wiki (http://wiki.rubyonrails.org/rails/pages/Upload+Progress+Bar). Basically the problem is no progress bar or any upload information shows up. In WEBrick, I
2005 Dec 30
4
Convert "é" in "&eacute;"
I try to find an function to convert characters in html chars. "é" become "&eacute;" There is something in RoR 1.0 to do that ?
2005 Feb 01
3
X100P Clone
I'm new to asterisk and fror a cupple of days I heave been googleing the net for digium "clones", because it's very hard for me to get a digium card (X100P). Does anyone Know another substitute for X100P (I know that intel based modem with chip 537/MD3200 is working but I did not find any of those) ? I made it work with an Intel 536 (with a costumised driver that I found on
2020 Jul 07
3
[RFC]: mm,power: introduce MADV_WIPEONSUSPEND
On Tue 07-07-20 10:07:26, Pavel Machek wrote: > Hi! > > > > > > This patch adds logic to the kernel power code to zero out contents of > > > > > all MADV_WIPEONSUSPEND VMAs present in the system during its transition > > > > > to any suspend state equal or greater/deeper than Suspend-to-memory, > > > > > known as S3. > > >
2020 Jul 07
3
[RFC]: mm,power: introduce MADV_WIPEONSUSPEND
On Tue 07-07-20 10:07:26, Pavel Machek wrote: > Hi! > > > > > > This patch adds logic to the kernel power code to zero out contents of > > > > > all MADV_WIPEONSUSPEND VMAs present in the system during its transition > > > > > to any suspend state equal or greater/deeper than Suspend-to-memory, > > > > > known as S3. > > >
2000 Feb 11
0
Windows 2000 disconnect drives on Samba
> We use Samba 1.9.16p9 on Solaris 2.5 and 2.6 as a file server. > Accessing the drives from a MS Advance Server 2000 with terminal services. > It works properly. BUT > Some applications has ini and other important files on this drives. After > a while this applications crash, and we can se that the drive is > disconnected in explorer and "net use". Usually we can go in
2006 Sep 21
0
TimeZone in ls -lna listings
Hi, I have a strange situation where when I get different timestamps depending on if a use ls -l or ls -ln: --------------- sftp> ls -l -rw-rw-rw- 1 0 0 39649 Sep 20 11:30 C20060920.1115-20060920.1130 sftp> ls -ln -rw------- 0 0 0 39649 Sep 20 13:30 C20060920.1115-20060920.1130 -------------- The machine is in timezone UTC+2. According to the
2009 May 14
0
Re: HandyCafe
Hi again,i've tried nettime software but it doesn't work wery well.Users are breakink thru clients so there is no way for me to use this software.Is there another sowtware for cybercafe that can be emulated or maybe solution for Handycafe???