![]() |
|
|
#507 | |
|
"James Heinrich"
May 2004
ex-Northern Ontario
D5D16 Posts |
Quote:
I inadvertently "stole" credit for submitting his factor for M32057 when testing the submission, if someone wants to twiddle the database. There is another factor for M31481 awaiting submission for when the problem is fixed. |
|
|
|
|
|
|
#508 |
|
P90 years forever!
Aug 2002
Yeehaw, FL
24·3·157 Posts |
My initial guess is that the call you just added to manual_post_processing wasn't quite right. Have a look at that and step through manual_post_processing, both of which should be in the www/manual_result directory and not in 0.95 PHP code.
|
|
|
|
|
|
#509 |
|
"/X\(‘-‘)/X\"
Jan 2013
2·5·293 Posts |
.
Last fiddled with by Mark Rose on 2015-04-25 at 17:17 |
|
|
|
|
|
#510 | |
|
"James Heinrich"
May 2004
ex-Northern Ontario
11·311 Posts |
Quote:
The other factor he found was now (after the above code change) submitted and properly credited to Batalov this time. If it's easy for you, please change the userid for 3266726955200737164011629254842087 on M32057 from "James Heinrich" to "Serge Batalov". |
|
|
|
|
|
|
#511 | |
|
Aug 2002
Termonfeckin, IE
22×691 Posts |
http://www.reddit.com/r/javascript/c..._right/cqn8vpn
Quote:
Last fiddled with by garo on 2015-04-28 at 19:28 |
|
|
|
|
|
|
#512 |
|
Feb 2012
34·5 Posts |
Dear Poo,
The mersenne.org is currently using self-closing tags on non-void HTML elements. Some browsers treat those as open tags instead. You should change from: Code:
<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-2.1.1.min.js" /> Code:
<script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-2.1.1.min.js"></script> HTH Last fiddled with by TObject on 2015-04-28 at 21:04 |
|
|
|
|
|
#513 |
|
"/X\(‘-‘)/X\"
Jan 2013
2·5·293 Posts |
Since disk space is cheap now, when someone is doing duplicate TF work, why don't we store the submitted results?
For instance, some of the TF work done on 79299719 doesn't give ranges, so I decided to rerun the TF work to 72. While I don't expect credit it for it, it would be useful to store lines such as Code:
no factor for M79299719 from 2^1 to 2^67 [mfaktc 0.21 75bit_mul32_gs] no factor for M79299719 from 2^67 to 2^68 [mfaktc 0.21 barrett76_mul32_gs] no factor for M79299719 from 2^68 to 2^69 [mfaktc 0.21 barrett76_mul32_gs] ... |
|
|
|
|
|
#514 | |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
Quote:
Without jquery there are some table related fun things that won't work. I think the table sorting javascript relies on jquery... I don't remember now.
|
|
|
|
|
|
|
#515 | |
|
"/X\(‘-‘)/X\"
Jan 2013
2×5×293 Posts |
Quote:
Since the script tag can contain other tags (for JS-disabled content), it can't self-close, much like a div tag. This has always been the HTML spec. I guess some browsers guess at closing it when they encounter a closing tag for the parent element, just like an unclosed em or strong tag. However, any tag can be self-closing in XHTML, because that's a feature of XML in general. To trigger XHTML parsing, the HTTP headers must indicate a Content-Type of application/xhtml+xml. Decent browsers will then strictly interpret the content as well-formed XHTML, dying on any error, and IE will helpfully offer to save the document instead of rendering it. XHTML never went anywhere because many developers can't produce valid HTML let alone valid XML and rely on sloppy parsing (IE's tolerance of sloppy code made this practice wide spread, especially when IE became the dominate browser in the late 90's). XHTML also prohibits inline JavaScript, so you can't do things like Document.write, which broke a lot of ads and whatnot. I once wrote an interactive site that generated XHTML about five years ago. It used user-agent sniffing to change the mime-type to text/html for IE, and in the other browsers, it rendered in milliseconds since the parsing was so much faster (all the images also had defined sizes, so there were zero reflow/repaints). I doubt I'll ever do it again :) |
|
|
|
|
|
|
#516 |
|
Feb 2012
1100101012 Posts |
jQuery actually works, as it is the first of such tags. It is scripts following a self-closed tag that may suffer.
Firefox for Windows 37.0.2, for example, never loads the /scripts/apy5/menu.js?v=20140927.1 script from the home page. Where Internet Explorer 11 does so. Last fiddled with by TObject on 2015-04-29 at 02:29 |
|
|
|
|
|
#517 | |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
Quote:
Okay, okay, mercy. I just changed it.
|
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Database design | xilman | Astronomy | 1 | 2017-04-30 22:25 |
| Theoretical Experiment Design | c10ck3r | Homework Help | 7 | 2015-02-03 08:54 |
| Digital Logic Design | henryzz | Puzzles | 9 | 2014-12-04 20:56 |
| new intel design | tha | Hardware | 5 | 2007-04-19 11:38 |
| design factoring algorithms | koders333 | Factoring | 14 | 2006-01-25 14:08 |