similar to: how to test flash.now?

Displaying 20 results from an estimated 20000 matches similar to: "how to test flash.now?"

2005 Dec 28
6
coverage does not work
Hi, I''ve installed coverage (gem install coverage) and try to run tests with -rcoverage option on, but following error occurs: ruby: No such file to load -- coverage (LoadError) I try: ruby -rcoverage mytest.rb 1. I have rubygems in evn var RUBYOPT 2. Gem seems to be installed properly (I can read doc via gems, the files exist in the ../gem/... dirs) Does anyone know what is the
2006 Jan 17
2
link_to_remote() - can I post data with it???
can I post data with link_to_remote(), link_to() has special option :post => true and viola Thanks in advance -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060117/2a0a00af/attachment.html
2006 Jan 03
3
Can I map 2 tables into one class
Can I map 2 tables into one class? Is there any pattern, e.g. using ActiveRecord aggregation? Thanks Szczepan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060103/fa2aed7c/attachment.html
2015 Feb 03
5
Another Fedora decision
On Mon, 2015-02-02 at 17:49 -0700, Warren Young wrote: > Polio was almost completely eradicated, but it?s starting to come back in the middle east after the CIA used a fake vaccination campaign as a pretext to try to get into bin Laden?s Pakistan compound: The Taliban were created and funded by the USA, using the Pakistani intelligence service, to give the Russian invaders of Afghanistan a
2005 Dec 26
2
special characters in rhtml
Is there any pattern how to use non-english fonts right in rhtml file? Using ą is frustrating. Thanks, Szczepan _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2013 Oct 07
0
[LLVMdev] Request for comments: TBAA on call
On Wed, Sep 25, 2013 at 5:50 PM, Filip Pizlo <fpizlo at apple.com> wrote: > Hi all, > > TBAA on loads and stores is super useful for conveying high-level type > knowledge to LLVM transformations. But often translating a high-level > language into LLVM IR will result in runtime calls that are known at the > high level to only affect (either by reading or by writing) some
2013 Sep 26
3
[LLVMdev] Request for comments: TBAA on call
Hi all, TBAA on loads and stores is super useful for conveying high-level type knowledge to LLVM transformations. But often translating a high-level language into LLVM IR will result in runtime calls that are known at the high level to only affect (either by reading or by writing) some restricted subset of the heap. These aren't read-only calls; that is often too strong of a guarantee. A
2017 Mar 01
5
Finding lshw and flash-plugin or alternates
Dear CentOS Gurus I have been using "repoforge.org" primarily to obtain two RPMs, "lshw" and "flash-plugin". I recently realized that "repoforge.org" should not be used, as it has had no updates for a long long time. But, when I search for the RPMs within the repos: base centosplus contrib epel extras updates the lshw program is nowhere to
2006 Jan 07
2
can store array or hash in cookies?
Hi According to rdoc: value - the cookie''s value or list of values (as an array). So, I can use arrays, briliant. But.... It does not work (at least on webrick) I wrote a controller: def check_cookies_first cookies[:chef] = {:value => ["first", "second"], :expires => Time.local (2020)} render_text ":)" end def
2005 Dec 30
1
does ActionMailer support SSL (TLS) smtp (like gmail)?
Hi does ActionMailer support SSL (TLS) smtp (like gmail)? has anyone got it to work with a gmail account? thanks, Szczepan _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2013 Oct 07
2
[LLVMdev] Request for comments: TBAA on call
On Oct 7, 2013, at 3:49 PM, Daniel Berlin <dberlin at dberlin.org> wrote: > > > > On Wed, Sep 25, 2013 at 5:50 PM, Filip Pizlo <fpizlo at apple.com> wrote: > Hi all, > > TBAA on loads and stores is super useful for conveying high-level type knowledge to LLVM transformations. But often translating a high-level language into LLVM IR will result in runtime calls
2017 Mar 01
0
Finding lshw and flash-plugin or alternates
david wrote: > Dear CentOS Gurus > > I have been using "repoforge.org" primarily to obtain two RPMs, > "lshw" and "flash-plugin". I recently realized that "repoforge.org" > should not be used, as it has had no updates for a long long > time. But, when I search for the RPMs within the repos: <snip> CentOS 7, just updated: yum list
2015 Mar 12
1
samba 4.1.17 on raspberry pi as ad dc - krb5 problem / ipv6?
Matthias Busch schrieb am 12.03.2015 22:38: > further testing, log reading and googling has revealed further possible > problem sources... with ipv6? > I think to remember vaguely... on my very first tests running Samba 4.0 I used the home.local as domain name - and I had to completely disable IP v6. This has vanished when I switched over to home.serbe.ch... but maybe I eradicated
2005 Sep 27
0
AstriCon 2005 - Now With Free Beer!
AstriCon Update: Only Two Weeks To Go! October 12 - 14, 2005 Anaheim, CA AstriCon 2005 starts two weeks from today. We now have a complete roster of speakers covering Asterisk from soho to carrier. We've added the Code Zone, a working lab with a full compliment of VoIP and TDM equipment. We also have over 20 confirmed exhibitors and more are joining the event each day. AstriCon 2005 is
2015 Feb 03
2
Another Fedora decision
On Mon, Feb 2, 2015 at 5:45 PM, Valeri Galtsev <galtsev at kicp.uchicago.edu> wrote: > > On Mon, February 2, 2015 5:26 pm, Les Mikesell wrote: >> On Mon, Feb 2, 2015 at 4:17 PM, Warren Young <wyml at etr-usa.com> wrote: >>>> >>> Let???s flip it around: what???s your justification *for* weak >>> passwords? >>> >> You don't
2006 Mar 09
1
Deadtime parameter questsion
Hello samba gurus ! I'm using samba 3.0.21c on AIX 5.3 box . I've specified deadtime=15 in my smb.conf file and I'm expecting that inactive sessions ( has no open files ) will be closed after 15 minutes . I'm connecting to samba from my PC ( win2000 ) , minimizing the window and waiting 15 minutes ... but nothing happens - smbd opened by my connection is still running , window
2013 Oct 07
0
[LLVMdev] Request for comments: TBAA on call
On Mon, Oct 7, 2013 at 4:22 PM, Filip Pizlo <fpizlo at apple.com> wrote: > > > On Oct 7, 2013, at 3:49 PM, Daniel Berlin <dberlin at dberlin.org> wrote: > > > > > On Wed, Sep 25, 2013 at 5:50 PM, Filip Pizlo <fpizlo at apple.com> wrote: >> >> Hi all, >> >> TBAA on loads and stores is super useful for conveying high-level type
2015 Jan 09
6
[Bug 2336] New: Expose dynamic port for -R 0:... via environment
https://bugzilla.mindrot.org/show_bug.cgi?id=2336 Bug ID: 2336 Summary: Expose dynamic port for -R 0:... via environment Product: Portable OpenSSH Version: 6.7p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: sshd Assignee: unassigned-bugs
2009 Feb 17
2
[LLVMdev] Pure external functions
Lennart Augustsson mentioned on his blog that he got substantial performance improvements by conveying to LLVM when external functions (e.g. tanh) were pure. How is this done? -- Dr Jon Harrop, Flying Frog Consultancy Ltd. http://www.ffconsultancy.com/?e
2005 Oct 27
6
Mail Server
Hi, I need to setup a new mail server and before I got my feet wet or losing in the configurations jungle, I really need some advice from the gurus here for what the best software to used for the mailserver base on CentOS 4.x setup. The objective is, the mailserver will be easy to setup, maintained and have some 1. database backend for storing user info ( mysql? ) 2. spam and antivirus