SA-MP Forums Archive
[Tool/Web/Other] Missing Bracket Finder 2 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Tools and Files (https://sampforum.blast.hk/forumdisplay.php?fid=82)
+---- Thread: [Tool/Web/Other] Missing Bracket Finder 2 (/showthread.php?tid=291018)

Pages: 1 2


Missing Bracket Finder 2 - Kush - 18.10.2011

Missing Bracket Finder І
Introduction
Missing Bracket Finder І is a console application created in C++. It locates 'curly brackets' within a specified file and outputs them along with the line in which they are on. A 'Final Result' is also displayed at the end of each 'search', displaying the amount of brackets in total.

Downloads
http://www.sendspace.com/file/wnq9em - ZIP (Missing Bracket Finder 2 + General Public License)
http://www.mediafire.com/?zzmbqznr43rtuu4 - ZIP (Source + General Public License)


Installation
1. Download the application from one of the sources available.

2. Extract the folder to your desktop.

3. Move the 'Missing Bracket Finder 2' console application to the folder containing the file.

4. Execute Missing Bracket Finder 2.exe.


Functions

Target(file[]); - Selects the specified within the directory. After submission, outputs data containing the brackets, their situated line, and the amount within the file.


Clear; - Clears the console screen.
Exit; - Closes the console application.
Seperate(true/false); - Seperates the output data. REMOVED.


Special Thanks
Kyosaur - Extremely productive discussions.


Re: Missing Bracket Finder 2 - Bumbis - 18.10.2011

Good one! I will use this.


Re: Missing Bracket Finder 2 - Marshall32 - 18.10.2011

Nice its really usable also for the starters and the experts.


Re: Missing Bracket Finder 2 - rati555 - 19.10.2011

This is for Windows?


Re: Missing Bracket Finder 2 - Kush - 19.10.2011

Yes.


Re: Missing Bracket Finder 2 - sim_sima - 19.10.2011

Couldn't effort a MAC computer, eh?

- Hehe, just kidding


Re : Missing Bracket Finder 2 - Naruto_Emilio - 19.10.2011

Not working... it says, Cannot find a dll file named MD something..


Re: Re : Missing Bracket Finder 2 - Kush - 19.10.2011

Quote:
Originally Posted by Naruto_Emilio
View Post
Not working... it says, Cannot find a dll file named MD something..
Fixed.


AW: Missing Bracket Finder 2 - Dusl12 - 30.10.2011

But how to find out, where the Missing Bracket is?


Re: Missing Bracket Finder 2 - manchestera - 31.10.2011

This is help as you know how may brackets u are missing it ust finding the bloody thing lol.
Thanks man.


Re: Missing Bracket Finder 2 - X3nZ - 01.11.2011

This is really nice.


Re: Missing Bracket Finder 2 - =WoR=G4M3Ov3r - 04.11.2011

Great Job


Re: Missing Bracket Finder 2 - Kar - 20.12.2011

can't you make it like, output the data to a txt file? because for a 47k line script, you can't scroll up


Re: Missing Bracket Finder 2 - The__ - 22.12.2011

It tells some other shit man, doesn't work.


Re: Missing Bracket Finder 2 - Xtra Softs - 22.12.2011

This doesn't work for me

@The_ try this one https://sampforum.blast.hk/showthread.php?tid=305047


Re: Missing Bracket Finder 2 - Astralis - 22.12.2011

great and easy to use


Re: Missing Bracket Finder 2 - The__ - 23.12.2011

Tells that are enough brackets, but still, doesn't compile.... 26 errors.
Code:
 script.pwn(1143) : error 001: expected token: "-identifier-", but found "1"
 script.pwn(1148) : error 010: invalid function or declaration
 script.pwn(16559) : error 017: undefined symbol "WeedTime"
 script.pwn(16580) : error 017: undefined symbol "WeedPlanted"
 script.pwn(16591) : error 017: undefined symbol "WeedX"
 script.pwn(16591) : warning 213: tag mismatch
 script.pwn(16592) : error 017: undefined symbol "WeedY"
 script.pwn(16592) : warning 213: tag mismatch
 script.pwn(16593) : error 017: undefined symbol "WeedZ"
 script.pwn(16593) : warning 213: tag mismatch
 script.pwn(16594) : error 017: undefined symbol "WeedTime"
 script.pwn(16595) : error 017: undefined symbol "WeedPlanted"
 script.pwn(16610) : error 017: undefined symbol "WeedX"
 script.pwn(16611) : error 017: undefined symbol "WeedTime"
 script.pwn(16612) : error 017: undefined symbol "WeedTime"
 script.pwn(16620) : error 017: undefined symbol "WeedX"
 script.pwn(16620) : warning 213: tag mismatch
 script.pwn(16621) : error 017: undefined symbol "WeedY"
 script.pwn(16621) : warning 213: tag mismatch
 script.pwn(16622) : error 017: undefined symbol "WeedZ"
 script.pwn(16622) : warning 213: tag mismatch
 script.pwn(16623) : error 017: undefined symbol "WeedPlanted"
 script.pwn(16637) : error 017: undefined symbol "WeedX"
 script.pwn(16642) : error 017: undefined symbol "WeedX"
 script.pwn(16642) : warning 213: tag mismatch
 script.pwn(16643) : error 017: undefined symbol "WeedY"
 script.pwn(16643) : warning 213: tag mismatch
 script.pwn(16644) : error 017: undefined symbol "WeedZ"
 script.pwn(16644) : warning 213: tag mismatch
 script.pwn(16645) : error 017: undefined symbol "WeedPlanted"
 script.pwn(16661) : error 017: undefined symbol "WeedX"
 script.pwn(16666) : error 017: undefined symbol "WeedX"
 script.pwn(16666) : warning 213: tag mismatch
 script.pwn(16667) : error 017: undefined symbol "WeedY"
 script.pwn(16667) : warning 213: tag mismatch
 script.pwn(16668) : error 017: undefined symbol "WeedZ"
 script.pwn(16668) : warning 213: tag mismatch
 script.pwn(16669) : error 017: undefined symbol "WeedPlanted"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.
EDIT:
This is the number of } - 11142 and { is - 11139 and I can't find it...


Re: Missing Bracket Finder 2 - The__ - 23.12.2011

It helps me, but doesn't tell me where....


Re: Missing Bracket Finder 2 - Deskoft - 23.12.2011

Very nice, thanks for this release!


Re: Missing Bracket Finder 2 - shaPP - 30.12.2011

For me was useless ... i need it to find where is that missed bracket and just said me it's missing 2 brackets ... but where