Raised This Month: $51 Target: $400
 12% 

Pawn compiler source code


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 04-10-2014 , 18:10   Pawn compiler source code
Reply With Quote #1

https://hg.alliedmods.net/amxmodx-ce...e612b/compiler
Could someone upload it somewhere?

For an unknown reason I can't download anything from hg.alliedmods.net
Download fails after I downloaded 3-10mb.

I have already reported it but it seems to work fine to the person I talked. So maybe the issue is from my side.
__________________

Last edited by Neeeeeeeeeel.-; 04-10-2014 at 18:13.
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 04-10-2014 , 18:20   Re: Pawn compiler source code
Reply With Quote #2

Just tried and this works fine for me.
__________________
Arkshine is offline
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 04-10-2014 , 18:42   Re: Pawn compiler source code
Reply With Quote #3

Probably it's only me but I tried several times with Firefox (lastest version) under Windows & Linux.
__________________
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-11-2014 , 02:12   Re: Pawn compiler source code
Reply With Quote #4

Try the other two browsers.
__________________
fysiks is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 04-11-2014 , 04:38   Re: Pawn compiler source code
Reply With Quote #5

tried firefox 28, it was finally downloaded after some atempts. my suggestion is to try some softwares like FDM (Free Download Manager).

anyway, here is your zip
__________________

Last edited by ANTICHRISTUS; 04-11-2014 at 04:39.
ANTICHRISTUS is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-11-2014 , 10:17   Re: Pawn compiler source code
Reply With Quote #6

Also, wget.
__________________
fysiks is offline
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 04-11-2014 , 15:00   Re: Pawn compiler source code
Reply With Quote #7

I downloaded it with a python script and worked. So it may be a firefox bug.
__________________
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 04-11-2014 , 15:41   Re: Pawn compiler source code
Reply With Quote #8

Quote:
Originally Posted by Neeeeeeeeeel.- View Post
.. So it may be a firefox bug.
not really, this download have a weird behaviour: showing unknown size using a download accelerator, showing a huge size (only one time) using firefox.. extremly rare to see something like this.
__________________
ANTICHRISTUS is offline
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 04-12-2014 , 09:54   Re: Pawn compiler source code
Reply With Quote #9

Quote:
Originally Posted by ANTICHRISTUS View Post
not really, this download have a weird behaviour: showing unknown size using a download accelerator, showing a huge size (only one time) using firefox.. extremly rare to see something like this.
Chunked downloads rarely have a size defined.

The server sends out a chunk size notification in hexadecimal format.
Then it sends the previously notified data, not necessarily in one packet.
If the notification is 0 bytes, the transfer is done.
Unless the "Content-Length" is not set in the HTTP header, the receiver has no idea what the size is until it's done.

I assume this is because all these files are generated automatically(?) when the link is used to make sure the latest information is sent. The server is probably starting to send the file before it's even done compressing it, making the file-size impossible to know at the starting point. You can't send the HTTP header twice.

Raw:
Code:
Status: HTTP/1.1 200 Script output follows
Server: cloudflare-nginx
Date: Sat, 12 Apr 2014 19:14:44 GMT
Content-Type: application/x-gzip
Transfer-Encoding: chunked
And so on...

2

He

3

llo

0
Where blue is the header, red are the next chunk size in bytes and black is the actual data.
Output
Code:
Hello
__________________

Last edited by Black Rose; 04-12-2014 at 15:23.
Black Rose is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 04-12-2014 , 12:02   Re: Pawn compiler source code
Reply With Quote #10

I don't know those stuff, just was comparing this download with others (from experience).
__________________
ANTICHRISTUS is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:37.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode