Displaying 20 results from an estimated 23 matches for "ff3".
Did you mean:
f3
2008 Jul 31
2
FreeNX and FF3
Anybody else notice how poorly Firefox 3 update on CentOS-5 works via NX
connection? Any suggestions on fixing the visual artifacts/bad redraws?
Craig
2008 Jun 20
3
FF3 printing problem on Centos 4.x
I'm using Centos 4.x (fully up to date) on a system at work. I have also
been using firefox 2 (directly from mozilla.org) on it for a long time,
and it tends to work just fine.
yesterday I installed the new FF3 release. It works fine too, with one
exception: The print dialog shows no printers! The print button is greyed
out! There actually four or five printers defined on the system, and all
other apps find them fine, including FF2.
So far no one has replied to my query on the mozillazine forums. Anyone...
2013 Feb 04
2
Modifying a function programmatically
...he alist(b=, c=, ...)
# requires me plugin the remaining formals by hand. I do:
newformals <-setdiff(names(formals(ff)), names(vals))
vv <- vector("list", length(newformals))
names(vv) <- newformals
(hh <- c(vv, expr2))
$b
NULL
$c
NULL
[[3]]
{
1 + b + c
}
(ff3 <- as.function(hh))
function (b = NULL, c = NULL)
{
1 + b + c
}
ff3(10,12)
[1] 23
# Hence I get the function that returns what I want (given the correct input)
# but the arguments will have default values that I don't want.
# I want to retain the original default values (if any)...
2008 Jul 08
1
Firebug 1.2.0b4 for FF3
The current beta version of Firebug doesn't appear to install on
Firefox 3 on CentOS 5.2, apparently because it's reporting itself as
3.0b5 rather 3.0. I tweaked the minVersion requirement in the xpi to
3.0b5 and it seems to be working fine for me now.
In case anyone else is interested in testing it, my tweaked version is
available here:
2008 May 08
6
[Bug 15864] New: when linked to gst-ffmpeg crash ff3 when full screen play
http://bugs.freedesktop.org/show_bug.cgi?id=15864
Summary: when linked to gst-ffmpeg crash ff3 when full screen
play
Product: swfdec
Version: 0.7.x
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: plugin
AssignedTo: swfdec at li...
2008 Mar 25
6
Prototype 1.6.0.2 + Firefox 3 Enumerable problems
I am using Prototype 1.6.0.2 on Firefox 3.0b4.
The following does not work when I enter it in Firebug:
$A([1,2,3,4]).each(function(n) {alert(n);});
The above is just an example. Any array, using $A and any enumerable
method, returns the following:
TypeError: iterator.bind is not a function
Seems like some objects are not being extended correctly?
Using Prototype 1.5.0 on Firefox 3.0b4, this
2008 Oct 15
3
firefox is incredibly unstable
does anyone else have major probs with Firefox as installed on CentOS5?
ever since the RPM for FF3 came out it has been crashing daily. Usually when I
use Save As... or Browse... or anything else that brings up the Gnome file
picker. After the crash I re-start then the file picker works for a while.
Sometimes it just takes scrolling or click+drag an image or some other random
action. BANG y...
2008 Sep 30
3
Firefox distorted printing
Hi,
I am running a fully updated CentOS 4 box. Since the last few rounds of
updates - upgrading to the latest Firefox, I find that I can not print
Bank statements etc ( .ps files when saved to disk). The Bank's logo and
any lines on the form print OK but the actual content is distorted
beyond recognition - printing a series of special characters
(!"$%&#'(") instead of
2008 Mar 25
2
a JavaScript front-end for Babelmark
...p://attacklab.net/babelmark/
If either Michel or Tom is interested in hosting this, I'll be happy
to do the grunt work for a real integration. It's kind of pain in the
ass to hit the bookmarklet every time you get new data from the server.
I've tested this in Safari 3.1, FF2/Mac, FF3/Mac, and IE7. Email me
if you have any problems.
-John
2008 Aug 01
1
New samba feature or new FF feature?
...same as the file's I downloaded
with ":Zone.Identifier" appended to the name.
I'm pretty sure I don't remember seeing these files pop up before as saved
from Firefox, but it's possible I haven't saved to an smb share since FF went to
3.x.
So I don't know if it is FF3, or a feature of samba.
I know 'what' it is -- its the zone info that IE started saving on downloaded files
and I guess FF copied it (maybe a new standard? ).... But it's really "ugly"
when looking at the filenames from windows.
Is there a way to hide them or turn them off?...
2009 Mar 29
1
X session lockup (CentOS 4.7)
...on locking up, so I
thought I'd describe it to see if it rings any bells with anyone.
Background: I shut down my machine last night for Earth Hour, so the
last thing I did before logging out was exit Firefox3, telling it to
save my open tab state. When I turned the system back on and started
FF3 again, it installed new versions of three plugins (I believe
NoScript and Elasticfox but I don't recall the third) and then
restored the session as expected.
Not related to FF, but I also started up the "filelight" filesystem
visualization app, which I don't normally have running...
2008 Oct 17
1
corruption in firefox with nouveau
Some minor visual corruption is evident in firefox on Ubuntu Hardy
when using the nouveau driver (from RAOF's PPA)
Best tested by:
- Going to the ubuntu hardy default home page ( http://start.ubuntu.com/8.04/ )
- Reset zoom (100%) if zoomed in or out
- Scroll down all the way (my screen is 1280x1024)
- Scroll back up (slowly for best results) and you will see the top of
the background
2008 Oct 30
9
ActiveMerchant and Encrypted Paypal Standard Checkout
Hi,
Does any know about a good resource for using ActiveMerchant to create
an encrypted button that will use Paypal''s Standard checkout mode?
Best regards,
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group,
2008 Jul 29
1
rebuilding firefox-2.0.0.16 from fc8
hello,
I started with
ftp://download.fedora.redhat.com/pub/fedora/linux/updates/8/SRPMS/firefox-2.0.0.16-1.fc8.src.rpm
with the hope of rebuilding it for el5/centos.
All of the dependencies were available (mostly from rpmforge) except one: something called system-bookmarks. I elected to comment out this from the spec, firefox.spec
I did the extracts with CPIO
rpm2cpio firefox-xxx.src.rpm |
2008 Jul 29
4
Extended characters not working on CentOS
A friend of mine here at work pointed me at this web page
www.fhlcell.org where there are a lot of Chinese characters on the
page.
Interestingly enough, on my CentOS 5.2 system, with both Seamoneky
1.1.11 and Firefox 3.0, we were unable to get the characters to
display properly (they showed up as the little four number boxes
instead).
However, on his Ubuntu system, using Firefox, they displayed
2011 Jun 29
0
Error in testInstalledBasic
...gt; ff4[!ff4 %in% c(ff, extraS4)]
character(0)
> stopifnot(ff4 %in% c(ff, extraS4))
>
>
> ## primitives which are not internally generic cannot have S4 methods
> ## unless specifically arranged (e.g. %*%)
> nongen_prims <- ff[!ff %in% ls(.GenericArgsEnv, all.names=TRUE)]
> ff3 <- names(methods:::.BasicFunsList)[sapply(methods:::.BasicFunsList, function(x) is.logical(x) && !x)]
> ex <- nongen_prims[!nongen_prims %in% c("$", "$<-", "[", "[[" ,"[[<-", "[<-", "%*%", ff3)]
> if(...
2012 May 22
2
Creating functions with a loop.
Hi
I am trying to create n functions where each function is defined in function one step before, i.e. something like
ff.k(x) = ff.j(x) - sum(1:j), for j=k-1
Is it possible? If it isn't and I manually create each function then is their a way to call them through a loop? My objective is to calculate something like
result.k = ff.k(x1)/ff.k(x2) for k in 2:n
Thank you for your time,
2008 Mar 24
3
this.initialize is undefined
this.initialize is undefined - prototype.js: Line 48
This error occurs with the following JS:
<script src="prototype.js"></script>
<script>
function loadBrowseMode()
{
$(''browser'').update("Loading...<br/>");
Ajax.Request(''browse.php'', {
method:''get'',
parameters: {
list:
2008 Oct 06
8
PoE switch recommendations?
Hey, all. We're rolling out VoIP, and I'm wondering about PoE
recommendations, as we're going to have to replace our current network
equipment. My first inclination would be to just plunk down the cash and
do a Cisco system, but I'm relatively certain that would get shot down by
finance. Any recommendations for a couple-hundred-port solution with
VLANs, PoE, and QoS? Don't
2008 Jul 21
5
ps to pdf
I need a way to convert files that I save with Firefox as a 'print to
file' to 'pdf'
I tried 'convert' but that rendered the text as graphics which grew the
file and wasn't what I wanted.
How would someone accomplish this - or can I just print to a PDF?
Craig