When I try to submit in Pascal, I get this compile error:
74099.pas(16,1) Error: Can\'t call the linker, switching to external linking
74099.pas(16,1) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
Error: /usr/bin/ppc386 returned an error exitcode (normal if you did not specify a source file to be compiled)
I tried resubmitting correct code from earlier solved problems, but it gets the same error. What does this mean?
When I try to submit in Pascal, I get this compile error:
74099.pas(16,1) Error: Can\'t call the linker, switching to external linking 74099.pas(16,1) Fatal: There were 1 errors compiling module, stopping Fatal: Compilation aborted Error: /usr/bin/ppc386 returned an error exitcode (normal if you did not specify a source file to be compiled)
I tried resubmitting correct code from earlier solved problems, but it gets the same error. What does this mean?
I'm having a really hard time fixing this. Restoring stuff from backups made a few months ago didn't help---so I think the problem might be some recent reconfiguration on the host side. I'll see what I can do about this.
I'm having a really hard time fixing this. Restoring stuff from backups made a few months ago didn't help---so I think the problem might be some recent reconfiguration on the host side. I'll see what I can do about this.
@Admins - Might I suggest having a separate colour for Mr. Fenty's students? Or a separate page? The Users page's getting rather cluttered with the mess of blue *Other users*.
@Admins - Might I suggest having a separate colour for Mr. Fenty's students? Or a separate page? The Users page's getting rather cluttered with the mess of blue *Other users*.
[quote]A PHP Error was encountered
Severity: Warning
Message: imagettftext(): Could not find/open font
Filename: controllers/submissions.php
Line Number: 466[/quote]
[url=http://pegjudge.ath.cx/submissions/src/169]Any source[/url][url=http://pegjudge.ath.cx/submissions/src/1337] that isn't yours, i.e[/url][url=http://pegjudge.ath.cx/submissions/src/1234]. any that opens as[/url][url=http://pegjudge.ath.cx/submissions/src/149] an image, will show this error.[/url]
[quote]A PHP Error was encountered
Severity: Warning
Message: imagettftext(): Could not find/open font
Filename: controllers/submissions.php
Line Number: 482[/quote]
It's baaack. :P
/necropost
It seems the Sort by Users on the Problems page doesn't work quite as expected.
E.g.
Coded Message - 15 Users
Huffman Encoding - 5 Users
Cookies - 14 Users
Settings:
All default, except Sort is set to Users and Hide solved problems is checked.
It seems the Sort by Users on the Problems page doesn't work quite as expected. E.g. Coded Message - 15 Users Huffman Encoding - 5 Users Cookies - 14 Users
Settings: All default, except Sort is set to Users and Hide solved problems is checked.
This only occurs with problems that were in a contest.
In fact, it appears to be because [quote][code]-snip-[/code][/quote] takes the union of the number of users who solved it in the contest, and the number of users who solved it on judge.
This only occurs with problems that were in a contest.
In fact, it appears to be because
-snip-
takes the union of the number of users who solved it in the contest, and the number of users who solved it on judge.
Minor security overlook?
I thought I had mentioned it before; maybe not.
You should put the [url=http://www.wcipeg.com/problems/sort=.]sort type[/url] as POST (or find another way to secure it, such as hardcoding allowable values or making the form values indices, then retrieving from an array); it's the only portion that appears to be changeable.
(To be honest, I did poke around with it to see if it could be abused by an SQL injection; thankfully, I don't think that's possible.)
Minor security overlook?
I thought I had mentioned it before; maybe not.
You should put the sort type as POST (or find another way to secure it, such as hardcoding allowable values or making the form values indices, then retrieving from an array); it's the only portion that appears to be changeable.
(To be honest, I did poke around with it to see if it could be abused by an SQL injection; thankfully, I don't think that's possible.)
I remember Brian posting some hint about this a while back, but I can't seem to find it even with the comment search.
I realize it didn't seem to work back then, but I would still like to take a look at it.
Does anyone know where it's posted?
Thanks.
I remember Brian posting some hint about this a while back, but I can't seem to find it even with the comment search. I realize it didn't seem to work back then, but I would still like to take a look at it. Does anyone know where it's posted? Thanks.
Said comment might not actually exist.
It's [code]cin.sync_with_stdio(false)[/code] and [code]cout.sync_with_stdio(false)[/code]Note that after breaking synchronicity, you will no longer be able to use the stdin and stdout file pointers, even implicitly (so scanf, printf, and so on will not work).
Said comment might not actually exist.
It's
cin.sync_with_stdio(false)
and
cout.sync_with_stdio(false)
Note that after breaking synchronicity, you will no longer be able to use the stdin and stdout file pointers, even implicitly (so scanf, printf, and so on will not work).
That's odd. I only deleted programs within a certain time range due to extreme circumstances and it was an accident that it affected multiple people.
I'll see if I can get someone to explain what happened. :)
That's odd. I only deleted programs within a certain time range due to extreme circumstances and it was an accident that it affected multiple people.
I'll see if I can get someone to explain what happened. :)
Comments (Search)
74099.pas(16,1) Error: Can\'t call the linker, switching to external linking
74099.pas(16,1) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
Error: /usr/bin/ppc386 returned an error exitcode (normal if you did not specify a source file to be compiled)
I tried resubmitting correct code from earlier solved problems, but it gets the same error. What does this mean?
Severity: Warning
Message: imagettftext(): Could not find/open font
Filename: controllers/submissions.php
Line Number: 466
Any source that isn't yours, i.e. any that opens as an image, will show this error.
Severity: Warning
Message: imagettftext(): Could not find/open font
Filename: controllers/submissions.php
Line Number: 482
It's baaack. :P
/necropost
Did some reorganization happen which I was not aware of?
E.g.
Coded Message - 15 Users
Huffman Encoding - 5 Users
Cookies - 14 Users
Settings:
All default, except Sort is set to Users and Hide solved problems is checked.
In fact, it appears to be because
I thought I had mentioned it before; maybe not.
You should put the sort type as POST (or find another way to secure it, such as hardcoding allowable values or making the form values indices, then retrieving from an array); it's the only portion that appears to be changeable.
(To be honest, I did poke around with it to see if it could be abused by an SQL injection; thankfully, I don't think that's possible.)
I can't view the Problems section now.
I realize it didn't seem to work back then, but I would still like to take a look at it.
Does anyone know where it's posted?
Thanks.
It's and Note that after breaking synchronicity, you will no longer be able to use the stdin and stdout file pointers, even implicitly (so scanf, printf, and so on will not work).
I must have been referring to the one you made on the compsci.ca forums.
Does this work on Judge?
Thanks!
Intervals
Detectors
Landing (95% solution, supposedly)
Lego (challenge!)
SPOJ problems:
Election Posters
Cell Phone
Crime at Piccadilly Circus
Where to Drink the Plonk?
Cattle Bruisers
Empty Cuboids, Another Longest Increasing Subsequence Problem, The day of the competitors, Wild West (challenge, similar techniques)
I'll see if I can get someone to explain what happened. :)