HEADMasterSEO is a bulk server response checker written in PureBasic. It works on both Windows/Mac OS X.
The tool takes a list of URLs, gets the response headers and presents the results in a big grid for filtering, sorting and exporting to CSV. It follows all redirects and you can view every ...
Search found 9 matches
- Sun May 29, 2016 10:05 am
- Forum: Announcement
- Topic: HEADMasterSEO
- Replies: 0
- Views: 1847
- Wed Mar 30, 2016 10:34 am
- Forum: Mac OSX
- Topic: Calling Blocks
- Replies: 2
- Views: 1783
Re: Calling Blocks
Thank you. That was all I needed to get it to work.
- Tue Mar 29, 2016 5:25 pm
- Forum: Mac OSX
- Topic: Calling Blocks
- Replies: 2
- Views: 1783
Calling Blocks
I use NSURLSession in my app and I need to set it up so that it does not follow redirects. The only way is to provide a delegate for:
https://developer.apple.com/library/mac/documentation/Foundation/Reference/NSURLSessionTaskDelegate_protocol/index.html#//apple_ref/occ/intfm ...
https://developer.apple.com/library/mac/documentation/Foundation/Reference/NSURLSessionTaskDelegate_protocol/index.html#//apple_ref/occ/intfm ...
- Wed Mar 23, 2016 11:16 am
- Forum: Mac OSX
- Topic: ListIconGadget with > 1 million items
- Replies: 6
- Views: 3496
Re: ListIconGadget with > 1 million items
Danilo,
I use ProcedureC.
wilbert,
it works both with a nilled delegate and NSApplication sharedApplication delegate that I needed for columnclicks/sorting.
I use ProcedureC.
wilbert,
it works both with a nilled delegate and NSApplication sharedApplication delegate that I needed for columnclicks/sorting.
- Sun Mar 20, 2016 1:36 pm
- Forum: Mac OSX
- Topic: ListIconGadget with > 1 million items
- Replies: 6
- Views: 3496
Re: ListIconGadget with > 1 million items
Thanks for the pointer.
I subclassed NSObject, added the 2 needed methods, instantiated it, set the datasource of the NSTableView and it started crashing (invalid memory access on EndProcedure or ProcedureReturn). The methods set bogus data, so they're not buggy.
I can call the 2 methods with ...
I subclassed NSObject, added the 2 needed methods, instantiated it, set the datasource of the NSTableView and it started crashing (invalid memory access on EndProcedure or ProcedureReturn). The methods set bogus data, so they're not buggy.
I can call the 2 methods with ...
- Sat Mar 19, 2016 7:10 pm
- Forum: Mac OSX
- Topic: ListIconGadget with > 1 million items
- Replies: 6
- Views: 3496
ListIconGadget with > 1 million items
I am porting an app from Windows to Mac OS. The program loads > 1 million items in a ListIconGadget sometimes. There are filters and the program also supports sorting. It works damn well (fast) on Windows with a virtual ListIconGadget.
Now, I'm porting it to Mac OS. I've started reading the Obj-C ...
Now, I'm porting it to Mac OS. I've started reading the Obj-C ...
- Tue Mar 01, 2016 2:46 pm
- Forum: Windows
- Topic: [PB 5.42 LTS] Bad Constant Value
- Replies: 4
- Views: 2292
Re: [PB 5.42 LTS] Bad Constant Value
Ok. I'll change the constant name as I'm using WinHTTP.
- Tue Mar 01, 2016 2:35 pm
- Forum: Windows
- Topic: [PB 5.42 LTS] Bad Constant Value
- Replies: 4
- Views: 2292
Re: [PB 5.42 LTS] Bad Constant Value
According to this page: https://msdn.microsoft.com/en-us/librar ... s.85).aspx the correct values are 1 and 2
And I've been running the software for months and it works correctly with values 1 and 2.
And I've been running the software for months and it works correctly with values 1 and 2.
- Tue Mar 01, 2016 2:05 pm
- Forum: Windows
- Topic: [PB 5.42 LTS] Bad Constant Value
- Replies: 4
- Views: 2292
[PB 5.42 LTS] Bad Constant Value
Upgraded to 5.42
Tried to compile a program that uses WinHTTP
Got error: Constant already declared with a different value: #INTERNET_SCHEME_HTTP
My prog has the correct values:
#INTERNET_SCHEME_HTTP = 1
#INTERNET_SCHEME_HTTPS = 2
These now seem to come predefined with PureBasic 5.42, but the ...
Tried to compile a program that uses WinHTTP
Got error: Constant already declared with a different value: #INTERNET_SCHEME_HTTP
My prog has the correct values:
#INTERNET_SCHEME_HTTP = 1
#INTERNET_SCHEME_HTTPS = 2
These now seem to come predefined with PureBasic 5.42, but the ...