Displaying 20 results from an estimated 800 matches similar to: "Determining frequency and period of a wave"
2007 Oct 17
5
Refrigerator Alarms
Hi,
I want asterisk to call a person on the phone for monitoring the
refrigerator storing vaccines.
I am clueless where to look. Can someone clue me in ?
Thanks,
balu raman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071017/923a7b49/attachment.htm
2012 Jan 27
2
dealing with Encoding::UndefinedConversionError: "\xA2" from ASCII-8BIT to UTF-8
I''m 99% certain that this is what''s being discussed in
https://github.com/tenderlove/mechanize/issues/168
But I''m not sure what the remedy is. My production app is running on
Heroku, so I need a fix that I can push there. Can someone post
instructions that this neophyte can follow? (I gather I''m supposed to fork
and add the current master version from
2013 Mar 26
2
Using rack.hijack with ActionController::Live
Pinging @tenderlove
Some questions on how best to move forward with this:
1.) AC::Live is making use of the stream object on
ActionDispatch::Response. Should the rack.hijack_io object be used instead
of this in AC::Live or should ActionDispatch::Response be changed to use
rack.hijack_io?
2.) What do you think about changing AC::Live to work with adapters? I
suspect the primary use case for
2009 Jun 04
3
WWDC Puppeteer lunch
Reminder for Mac Puppeteers going to WWDC
How about we meet for lunch at noon on Tuesday. Let''s try to get the
table closet to the Odwalla refrigerator, just for reference. We can
get more specific on this list on the 8th after we verify the set up.
I might even get there a little earlier and put down "reserved" tags.
---
Thank you,
Allan Marcus
Solutions Architect
Central
2023 May 18
1
suprising behaviour of tryCatch()
Because `<-` and `=` do different things (and I am one of the old
fossils that wish they had not been confounded).
`fun(x <- expr)` Assigns the value of `expr` to the variable `x` in
the frame/environment that `fun` is called from.
`fun(x = expr)` Assigns the value of `expr`to the variable `x` in the
frame/environment created for and used by `fun` subject to the rules
of argument matching.
2004 Nov 15
1
Win98 Login Problem
** High Priority **
Hi
I am trying to login to a Samba share via win98, When I try get access
to a shared folder that is protected. It prompts me for a password.
the problem is that the username is already typed in and I can not
change it. On winxP, when I get prompted I can put in the username and
password, and it works fine.
Please any help would be muchly appreciated.
Thanks
Steven
2023 May 17
4
suprising behaviour of tryCatch()
Hello,
I run a fisher.test() in a loop, with the issue that some of the data will not be useable. To protect the loop I used tryCatch but:
sexsnp = rep(NA, 1750)
for(i in 1:1750){tryCatch(sexsnp[i] = fisher.test(table(data[,3], data[,i + 38]))$p, error = function(e) print(NA))}
Error: unexpected '=' in "for(i in 1:1750){tryCatch(sexsnp[i] ="
But this works:
for(i in
2013 Feb 19
4
Float::INFINITY ranges in where() clause
This seems like such an obvious idea that I''m having trouble believing
I''m the first to think of it. Why not take ranges containing
Float::INFINITY and translate them to the appropriate greater than or
less than comparisons? Example:
class Person
scope :voters, -> { where(born_on: (-Float::INFINITY..18.years.ago)) }
end
This would generate something along the lines of
2009 Dec 23
4
html parser / assertions in a model
I am using http.get in a model to parse html code returned from a Oracle
server.
My first try was to use assertions (assert and assert_select) to test
and parse the html code. But I have problems including the methods in
the model. Have tried both "include" and copy/paste to get assertion
methods into my model. Works as a model, but I get load errors when I am
using the model from a
2009 Sep 17
1
Load Error Using Mechanize Gem
Hi,
I''m getting a "Could not open any of [xml2, xslt, exslt] (LoadError)" error when trying to run a simple Ruby program taken from the EXAMPLES.rdoc file of the Mechanize gem.
The error is in this line of the Nokogiri module of libxml.rb: ffi_lib ''xml2'', ''xslt'', ''exslt''
Not sure if there are missing gems, and if so,
2012 Sep 13
0
Updates to const_get
HELLO other Rails-Core people!
I''m trying to push changes to const_get in to ruby-core that will make
our lives easier. I''ve pushed a branch of Ruby to github. Can you
please check it out to make sure it does what we need?
Here is the link:
https://github.com/tenderlove/ruby/tree/p2c
When we''re happy with the way it works, I''ll do the work make sure it
2012 Jul 17
6
Database connection parameters are tied to the filesystem
HI Guys,
I recently tried VERY hard to override the database configuration bassed on
ENV vars or actual API calls. This task is almost next to impossible.
I know that the database.yml file is parsed as ERB but that is sane for
simple ENV replacement if you want to actually change which database
adaptor it is (requires extra config/params) it becomes messy.
I found
2009 Mar 11
0
problem scrapping ATnT site (Matt White)
Try to use firebug to assist you finding these changes. I never used AT&T
website, but you may need to login and find the download url using firebug
as I did:
http://zenmachine.wordpress.com/2007/11/11/scraping-with-firebug-and-wwwmechanize/
regards,
gm
On Tue, Mar 10, 2009 at 4:12 PM, <mechanize-users-request at rubyforge.org>wrote:
> Send Mechanize-users mailing list submissions
2011 Feb 04
1
LIbrary to maintain manage browser sessions from command line
I have to update 80 pages'' compliance terms on our clients existing CMS
system. I can''t do this on the back end, and it''s a tedious task I''m
looking to automate.
These are all in an admin panel, so I am trying to find a library that
could at least maintain a session and simulate browser interaction from
the command line.
Any leads would be helpful!
Thanks!
2009 Sep 03
2
[PATCH] Don't exist from cleaner_kthread and transaction_kthread until kthread_should_stop is true
upstream commit 2ad49887150894b9ed6a87a76b409adceee6b074
Motivated from the commit,
I found that cleaner_kthread() and transaction_kthread()
can result similar error since these two function can exit
even though kthread_should_stop() is not true.
In order to resolve the bug, break statements are changed
into continue statements in order to wait until kthread_should_stop()
becomes true.
---
2002 Jul 04
1
doubt about DF in survival model
Hi all,
I have this,
Weibull distribution
n= 1000
> anova(pk.m0)
Df Deviance Resid. Df -2*LL P(>|Chi|)
NULL NA NA 999 1451.31 NA
> anova(pk.m0,pk.m1)
Terms Resid. Df -2*LL Test Df Deviance P(>|Chi|)
1 1 998 1451.310 NA NA NA
2 seed 996 1229.714 2 221.59557 7.605594e-49
With
2012 Dec 13
3
Combined Marimekko/heatmap
Hi all,
I'm trying to figure out a way to create a data graphic that I haven't ever seen an example of before, but hopefully there's an R package out there for it. The idea is to essentially create a heatmap, but to allow each column and/or row to be a different width, rather than having uniform column and row height. This is sort of like a Marimekko chart in appearance, except that
2005 Jan 13
3
Problem encoding sine wave in 1.1.6 and somewhat in 1.0.4
On Thu, 2005-01-13 at 12:42 -0500, Jean-Marc Valin wrote:
> Le jeudi 13 janvier 2005 ? 10:59 -0500, Jared Whitby a ?crit :
> > Interestingly enough.. I started playing around with preprocessing
> > options in 1.1.6 and happened upon the denoise filter
> > (SPEEX_PREPROCESS_SET_DENOISE). When i run the test tone using that
> > option it is completely filtered out and I
2010 Mar 20
2
how does the bootup screen move the cursor around?
While rebooting my computer after installing the new kernel a few
minutes ago, I got to wondering about how the initial bootup screen
(after grub, before rhgb) is constructed.
The "Loading kernel blah blah blah" lines start at the top of the screen
and proceed to scroll down as one would expect.
But "kernel alive" shows up at the bottom of the screen and then more
write-up is
2004 Sep 10
2
[Flac-users] osx 1.0.4
on this topic...
i configured and built 1.0.4 in osx 10.2. seemed to build fine, but each
time i attemped to use the newly compiled flac binary I received this error
"bus error"
i nabbed the binaries for 1.0.3 and, each time i use flac to compress
something in tests, i receive this error when it is done compressing a file:
"WARNING: skipping unknown sub-chunk