search for: ocument

Displaying 9 results from an estimated 9 matches for "ocument".

Did you mean: document
2006 Jul 18
9
Simple Array Issue - HELP
..., ''pass'' response = http.request(request) response.value response.body end @links = Array.new http = Net::HTTP.new(''api.del.icio.us'', 443) http.use_ssl = true http.start do |http| xml = get_authenticated(''/v1/posts/recent?count=10'', http) REXML:ocument.new(xml).root.get_elements(''post'') .each do |post| link = post.attributes[''href''] @links = link end end See where I''m saying "@links = link"? I''m trying to get that into an array. Then iterate over the array in the view, but it'&...
2007 Feb 23
1
Accessible documentation vor blind users
Hi Hi Is there any accessible ocumentation, ie plain text or html, how to configure Asterisk. The book 'Asterisk: The Future of Telephony'' is availablly only as and pdf document and is thus unreadable for a blind user. Any pointers welcome. You can still escape from the Gates of hell: Use Linux! -- arimo
2007 Aug 31
1
Dead links in the wiki
...and am coming across a number of dead links in the wiki. Specifically: http://reductivelabs.com/trac/ReferenceIndex, referred to from http://reductivelabs.com/trac/puppet, and http://reductivelabs.com/trac/puppet/wiki/MasterConfigLayout referred to from http://reductivelabs.com/trac/puppet/wiki/DocumentationStart#AdditionalD ocumentation Are there other copies of these documents? The reference guide in particular? Thanks. Matt
2006 Oct 17
2
back-translation and round-tripping
...ance... -bowerbird p.s. anyone here have reaction to the analysis of markdown from ivan kristic for the one-laptop-per-child project? > http://dev.laptop.org/git.do?p=users/krstic/docformat;a=blob;h=d191a5a9f8beb6a052b5e8d30f7a4da99f67a07a;hb=a811c70ced7a02adfc35f66453c7548f8095af6f;f=d ocument-format.txt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://six.pairlist.net/pipermail/markdown-discuss/attachments/20061017/ed1a63a7/attachment.html
2019 Oct 07
0
[ANNOUNCE] klibc 2.0.7
...bs/klibc/klibc.git and as a tarball at: https://mirrors.kernel.org/pub/linux/libs/klibc/2.0/ This new release fixes build regressions with Linux 5.1 and with binutils 2.32. The klcc compiler can again generate stripped executables even if klibc is built unstripped. An incorrect URL in the documentation has been fixed, and the architecture status has been brought up to date. This release changes 32-bit Arm builds to use the EABI by default. The run-init and ipconfig commands support additional options. nfsmount now uses the kernel client's default value for the timeo option unless it...
2005 Jun 03
0
Shorewall 2.2.5 documentation ''issues'' & feature request
I''ve just finished installing Shorewall 2.2.5 on a number of systems and have discovered the following: *) Documentation for use of the ''params'' file says : >You may use the file /etc/shorewall/params file to set shell variables that you can then use in some of the other configuration files. and after some examples says: >Variables may be used anywhere in the other configuration...
2001 Mar 05
1
Configuring Swat Revisited
.../samba/smb.conf. When I tried to open the apache, it said failed. "Use >the Servername directive to set it manually". I'm lost now, if I need to >start from scratch I'm willing to do so. I Appreciate all the help you have >given so far. I hope we can resolve this. All the ocumentation is based off >the old Samba. HELP!!!!!!!!! >----- Original Message ----- >From: "Russ Brucks" <russb@kfoc.net> >To: "Sean Cornelius" <stcornelius@Tusk.Edu> >Sent: Friday, March 02, 2001 2:37 PM >Subject: RE: FWD: Configuring Swat > > >...
2017 Sep 22
3
gtk3 update causing havoc
On my lab systems, the automatic updates were failing because of the problems with ipod libraries from EPEL being in the way. It turns out that was a good thing, because when I "fixed" it, a massive set of packages was updated, including the new gtk3. These packages are the ones causing problems, I think. gtk3-3.22.10-4.el7.x86_64 gtk3-devel-3.22.10-4.el7.x86_64 In the release notes,
2010 Mar 24
0
R-help ordinal regression
...<85cf8f8d1003231057o501b30b9xc493423b29b0fb3d at mail.gmail.com> > Content-Type: text/plain > > Hi All, > > I am reading through section 2.6 (Mathematics) of? the > "Writing R > Extensions" manuscript and am wondering where I can find > more > examples/documentation on the \deqn{ } function. I would > like to learn how > to display equations using this function but am not sure > how to go about > doing it. The one example provided in section 2.6 doesn't > give me much of a > sense on how to do this. > > Thank you, > >...