Displaying 20 results from an estimated 200 matches similar to: "Tables"
2006 Jun 23
3
Ajax errors in safari
I am implementing some AJAX features into a web forum, and one feature
works fine in Firefox and in IE, but it is choking in Safari. Safari
will send the request fine and the data will be stored in the DB, but
it is not responding correctly to the RJS that is being sent back.
Anybody notice issues with Safari parsing the javascript sent back to
the browser?
--
Timothy Johnson
2005 Nov 22
3
loadings matrices in plsr vs pcr in pls pacakage
Dear list,
I have a question concerning the above mentioned methods in the pls
package with respect to the loadings matrix produced by the call. In
some work I am doing I have found that the values produced are nearly of
the same magnitude but of opposite sign. When I use the example data
(sensory) I find this result reproduced. I am prepared to work this
through but I have a feeling that
2007 Sep 20
4
alias :calling :lambda
Sprinkling my examples with ''lambda'' has always seemed like a bit of a
wart to me. I''ve gotten into the habit of adding ''alias :calling
:lambda'' to my spec suites. My examples then look like:
calling { Foo }.should raise_error
calling { Bar }.should_not raise_error
Is there a reason that RSpec core has chosen not to make exception
expectations more
2010 Sep 23
6
Named scope in named scope ??
Hi,
I would like to return a combination of named scopes in a named
scope :
For example, I have a named scope filter and I want to add a named
scope eval_filters like
Product.eval_filters([''x'',''y'',''z'']) is equivalent to
Product.filter(''x'').filter(''y'').filter(''z'')
Anybody know how can I
2005 Jan 17
1
Re: Any interest in a Canadian Asterisk
Quoting asterisk-users-request@lists.digium.com:
> > Would it be considered trolling to start a thread on Cleaning Maple
> > Syrup off of Dial Pads, or Wiring your Moose for Wi-Fi?
>
> Let's not forget the weekly "tooques and telephony" segment, and a
> review of
> the best block heaters for your wi-fi fones.
>
Oh, we're gonna have a good time next
2007 Dec 27
5
ExampleGroup and SharedExampleGroup relationship(?)
I''m working on a series going over the source code for rspec, and I ran into
something interesting with ExampleGroup and SharedExampleGroup. I was
wondering if anyone could shed light on it.
[NOTE: I''m working through the code for my own edification in learning Ruby.
Ruby has some features that I think are incredibly cool, so I''m using a
concrete implementation (RSpec)
2009 Oct 07
2
Rails, flash, function and parameter
Hi,
I try do update the flash on my page with ajax.
I have this on my layout :
<div id="flash_messages">
<%= render :partial => ''layouts/flash'' %>
</div>
I have this on my ApplicationHelper :
def reload_flash
page.replace "flash_messages", :partial => ''layouts/flash''
end
and I try do that on my controller :
2004 Oct 06
2
AVM FritzCard
Hi
Did someone know how I can use two AVM FritzCards USB V2.1 in an asterisk box? I know how I can use 2 PCI but it's not the same thing for the USB one.
Thanks!
_____________________________________________
Erwan Desvergnes - ANDIUM -
82/86 rue Ch?teau Gaillard
69100 Villeurbanne
Tel. 04 37 43 44 45 / Fax 04 37 43 44 44
E-mail: erwan.desvergnes@andium.fr
2018 Nov 04
2
Some questions about writing compiler passes.
Hello,
I have a couple basic questions about implementing compiler passes for llvm
and was looking for a bit of help since I was looking to write an
instrumentation pass of some sort. I am sort of new.
1. How do compiler passes cope with inline assembly? Can this sometimes
violate the optimization assumptions of the pass?
2. What are good ways to verify and validate passes? Can one prove them
2012 Dec 22
2
Tools for converting markdown to other formats with templating support
Hi all,
I'm new to the list but I've been using markdown for a while and I wonder if it might make the things I've been doing recently easier if I could find a tool that does what I need.
Essentially, I've been writing a lot of technical proposals of late (mostly using google docs), but I'd like to switch to writing them in Markdown (which handily means I can track revisions
2008 Jul 17
0
Markdown Editor plugin for Eclipse
Hello,
I'd like to announce an improved version of my Markdown Editor plugin
for the popular Eclipse Java + everything else IDE. The Markdown
plugin has moved from it's old location. The new location is:
http://winterwell.com/software/markdown-editor.php
There's syntax highlighting, a preview window, and it can export to
html. The best feature is the document outline, which is a joy
2018 Feb 07
1
Possible typo in the C source code of R
Good morning,
I am Martin Bodin, a postdoc at the CMM in Santiago de Chile, and I am
currently in the process of formalising (a part of) the R language into
the Coq proof assistant. This work makes me look frequently at the
source code of R.
I have noticed a strange line in the file src/main/util.c of the trunk
branch:
2004 Nov 19
2
Anonymous printing with User-level security
Can I set up anonymous (unauthenticated) printing on a samba server that is
also hosting user-level security? I have looked through FAQs and sample
setups and don't see it, but I figured I would ask.
Thanks in advance,
- Pete
pmkofodSHIFT2datasages.com
2010 May 20
1
Registry key name for Myst
In the (excellent) Wine apps database, at http://appdb.winehq.org/objectManager.php?sClass=version&iId=143, the instructions say to create a registry key, HKEY_CURRENT_USER/Software/Wine/AppDefaults/Myst.exe, and under it, to
> create a new String Value and set it to ... "win95" ...
>
However, it doesn't say what name to give the key. I created one, and called it
2010 Mar 27
1
ar_mailer, class Email : add field to the table?
Hi,
I use ar_mailer to send emails from my application.
I want to build a page where the admin case see the queue of mails and
the possibility of remove some mail in the queue if he wants.
The email in the queue are save in the AR model Email.
I have an AR model Sent where i save the email that the user sent.
I would like to add to the model Email a column to save the id of the
corresponding
2006 Aug 15
6
Net::LDAP 0.0.4 released
Announcing version 0.0.4 of Net::LDAP, the pure-Ruby LDAP library.
Thanks to the many people who have used this library and sent in
comments,
suggestions, feature requests, and patches. An even bigger thank-you to
the
folks who have made themselves available to help with testing.
Net::LDAP has been quite stable for several months now, so we bumped
the development status of the library up to
2018 Nov 04
3
Some questions about writing compiler passes.
Thanks for the help. I have a couple follow up questions-
Where can I find the code which calculates the properties of inline asm
nodes and examples of passes that make use of this information?
Thanks again,
Carter.
On Mon, Nov 5, 2018 at 12:04 AM David Blaikie <dblaikie at gmail.com> wrote:
>
>
> On Sun, Nov 4, 2018 at 1:56 AM Carter Cheng via llvm-dev <
> llvm-dev at
2014 Aug 29
5
[LLVMdev] HELP! PLEASE!
I need help.
I can't get it to work.
I'm crying here, really,
I'm balling my eyes out.
Is there any way for a beginner to get support with using LLVM?
All my queries are just ignored or disregarded on this mailing list.
Why isn't there an llvm mailing list for novices?
This is the only thing that can get my programming language,
to be operation in a reasonable amount of time,
2006 Jul 21
1
Parameterization puzzle
Consider the following example (based on an example in Pat Altham's GLM
notes)
pyears <- scan()
18793 52407 10673 43248 5710 28612 2585 12663 1462 5317
deaths <- scan()
2 32 12 104 28 206 28 186 31 102
Smoke <- gl(2,1,10,labels=c("No","Yes"))
Age <- gl(5,2,10,labels=c("35-44","45-54","55-64","65-74","75-84"),
2004 Oct 23
1
Issues with compiling wine
Hi,
Hi,
I'm trying to compile wine-20041019 and this is what I'm getting
so far:
checking for assembler keyword for word values... configure: error:
could not discover how to specify word values with assembler.
Below is the who wineinstall I did to the point of failure.
Below is my configuration:
wino #cat /etc/release
Solaris 9 4/04 s9x_u6wos_08a x86