similar to: Prototype Size?

Displaying 20 results from an estimated 20000 matches similar to: "Prototype Size?"

2009 Nov 03
3
Weird operator behaviour
Hi, I have a dataset called 'fish'. fish$Species returns extract 1. When I use fish$Species != c("CRA","PHC"), i.e. I want all species except "CRA" and "PHC", I get extract 2 which is blatantly wrong. Can anyone see what I'm doing wrong? Regards, James EXTRACT 1 > fish$Species [1] ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB
2005 Jun 12
3
[LLVMdev] Apple to move to Intel CPU's
Apple are to move over to Intel CPU's :- http://www.apple.com/pr/library/2005/jun/06intel.html http://news.bbc.co.uk/2/hi/technology/4612951.stm Big shame, narrowing of the market, and probably the end of the PowerPC. Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Oct 18
2
BBC on Atserix
Just for fun. http://news.bbc.co.uk/1/hi/magazine/7049642.stm Dave ********************************************************************************* This email is intended solely for the use of the individual to whom it is addressed and may contain confidential and/or privileged material. Any views or opinions presented are solely those of the author and do not necessarily represent
2006 Jul 21
2
US Yahoo offers copy-free music
Not directly relevant to Vorbis, but it seems that some people are coming to realise the true value of DRM: "Our position is simple: DRM doesn't add any value for the artist, label (who are selling DRM-free music every day - the Compact Disc), or consumer, the only people it adds value to are the technology companies who are interested in locking consumers to a particular technology
2006 Feb 02
3
dynamic addition of table rows
Hi, I have a table laid out something like this: <table> <thead> <tr> <th>col 1</th> <th>col 2</th> </tr> </thead> <tbody id="tablebody"> <tr> <td>moo</td> <td>moo</td> </tr> <tr> <td>moo</td> <td>moo</td> </tr>
2008 Jul 07
7
[Bug 16632] New: swfdec_net_connection_connect with non-NULL url real-world test case
http://bugs.freedesktop.org/show_bug.cgi?id=16632 Summary: swfdec_net_connection_connect with non-NULL url real- world test case Product: swfdec Version: 0.7.x Platform: Other URL: http://www.vampirefreaks.com/Official-Zombie-Girl OS/Version: All Status: NEW Severity: normal
2007 Nov 07
5
Prototype error - iterator is not a function
I''m starting to learn to use Prototype (v1.5.1.1) along with Mootools. However I keep bumping into the same problem: All of the inserts result in the error "iterator is not a function" at line 542 of Prototype memo = iterator(memo, value, index); Am I missing something obvious here? I''m wondering if there''s an incompatibility between Prototype and Domino
2004 Sep 26
6
Digium and mailing lists
I was somewhat concerned reading Mark's posting earlier today. Obviously, things are very bad in the US at the moment. Their Government even deported Cat Stevens the other day (check http://news.bbc.co.uk/1/hi/england/london/3686992.stm ). Clearly, given the fact that Digium contributes so much to Asterisk, they shouldn't be forced to risk their company's future by hosting these
2009 May 19
2
what happened to spampoison.com?
What happened to http://www.spampoison.com/ ? Does anybody know a good site, that makes similar activity? I mean to "fight" against spam? Like putting a link to a site, and that link points to another site, what's full with False email addresses :) Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Jun 12
0
[LLVMdev] Apple to move to Intel CPU's
I wouldn't count the PowerPC out entirely, as it will continue to be used in game platforms (and maybe other embedded platforms?). But yes, in the desktop hardware market, it seems there's now only one game in town. Rob On Jun 12, 2005, at 11:16 AM, Aaron Gray wrote: > Apple are to move over to Intel CPU's :- >   >        
2007 Apr 02
1
"EMI takes locks off music tracks"
EMI has introduced a second tier price for DRM free tracks at higher quality (256kbps vs 128), which Apple will be distributing soon. http://news.bbc.co.uk/1/hi/technology/6516189.stm It's obviously being introduced in a marketing-friendly way, but this is an interesting move as it also means Apple will be moving away from proprietary format lock- in (very slightly). -- imalone
2005 Sep 22
5
Prototype lib : for-each loops and DontEnum
All I realise that this isn''t strictly the correct place to discuss the prototype lib but being as scriptaculous is dependent on it I thought people might have some opinions. Easier to explain with the example below, copy into a html file and ensure the path to prototype.js is correct. You''ll see the first example prints an extra element "extend" when iterating over
2007 May 13
4
How to know if browser is Prototype.js-capable
Hi, I looked in the documentation but i did not found any answer to the following question: Is there a mean to detect if the browser is actually capable to handle prototype ? I should write an simple HTML loader page (like gmail does) which checks if the browser is able to use prototype and then sets window.location depending on the test result. Is there a "standard" way to do this ?
2006 Feb 09
3
Draggables and Droppable performance (tips)
Hi all. I have some performance tips to share. I had been having problems with the overall performance of the drag/drop objects. This is due largely to the fact that my project really pushes the limits (potentially thousands of draggables and hundreds of droppables in the document at a time, although that is the extreme case). Something I discovered is that the performance of dragging goes WAY
2007 Feb 12
6
prototype.js and different browsers
Hi I''m currently learning how AJAX is working and found prototype.js interesting. But I have some issues that might be because of misusage: http://brasilia.nersc.no/test/PyTest/AJAX.html When I use this in Firefox2 it correctly fills the first select, using opera9 it is filled, but it just shows a list of "blank" options (no description), and in IE6 it doesn''t get
2008 Jun 20
5
About prototype.js and xml dom
Hello, I''m looking for a cross-browsers library based on prototype.js that wraps XML dom. I tried to extend XML dom elements by using Object.extend and Element.extend without success. It works fine with firefox (Object.extend) but don''t work with IE (msxml). I suppose that IE objects are not ''prototype based'' objects. Is there a way to go around this issue like
2006 May 17
5
BBC
Thought some of you guys might like to know that that it looks like the BBC are trialing Rails. I got a DB error when trying to connect to their prototype cataloging system the other day. http://www.flickr.com/photo_zoom.gne?id=136006235&size=o Sorry if this is old news. -- Posted via http://www.ruby-forum.com/.
2006 Feb 09
3
Error in prototype.js? / Enumerable.each
Hi List! I am using the latest version of prototype.js from the SVN, including the wonderful $$ operator to loop through a number of elements with a certain classname. In Firefox everything works fine, no JS error, but in IE I get an error in the .each function saying that an Object was expected. What I do is function initializePlugins() { $$(".plugin").each(function(plugin) {
2008 Apr 06
6
[Bug 15377] New: unable to watch DoctorWho
http://bugs.freedesktop.org/show_bug.cgi?id=15377 Summary: unable to watch DoctorWho Product: swfdec Version: unspecified Platform: Other URL: http://www.bbc.co.uk/doctorwho/s4/episodes/?episode=S4_0 1&action=iplayer&pid=b009w049&title=Partners%20In%20Crim
2009 Jul 21
1
Correction.
It has been pointed out to me that I erred in an earlier post. ``Go stick your head in a pig.'' is not the motto of the (entire) Sirius Cybernetics Corporation. It is the motto if the Sirius Cybernetics Corporation ***Complaints Division***. My apologies for the misinformation. cheers, Rolf Turner ###################################################################### Attention:\