Lindrian commented on Java Snippet: Pong Applet  -  Jun 16, 2009
How about some double buffering? If you need help doing it, I'd be glad to help. You know where to find me :)! (yes, it is very fast too hehe)

Also, I would add this.requestfocus(); to the init event.
Lindrian commented on mIRC Snippet: $charcheck  -  Oct 31, 2008
Works perfectly fine here, Scakk, on mIRC 6.35.

Thelmrac: That regex is so wrong in so many ways its just sad. You should abuse regex for such simple tasks, it's just stupid.
Lindrian commented on mIRC Snippet: $charcheck  -  Oct 28, 2008
I'd use something much more simple:

Code

 
Lindrian commented on mIRC Snippet: HTML Viewer  -  Sep 25, 2008
When I get around to it, i'll help you improve it! :P
I still have a bunch of ideas and even more improvements in mind now!

You know where to find me bud ;)
Lindrian commented on mIRC Snippet: $haddtok/$hremtok  -  Sep 13, 2008

Code

 


You can use the -m switch here, incase the table does not exist, it creates it.
Lindrian commented on PHP Snippet: Two way Encryption Example  -  Sep 09, 2008
Create a file called "test.php" and put the code in it, aswell as the example, and open it.
Lindrian commented on mIRC Snippet: Personal-Theme  -  Sep 08, 2008
Yes, you need to work on your picture skills! :P

Calculate the size of the font, $window(@win).w and $window(@win).h etc, and calculate its position!

If you need help creating a 'better' preview, id be happy to help @ irc.deltaanime.net:6667 - #Lindrian :)

As you can see from this picture I've had my fair share when it comes to creating theme editors, and especially, previews ;). Thouugh I assume my preview does not work the same way yours does (as I belive my system is a bit more complex (MTS based)), it is still not very hard to do! :)

Good luck & best regards,

Lindrian.
Lindrian commented on mIRC Snippet: Personal-Theme  -  Sep 07, 2008
why is the preview text so utterly small, and not starting from the left to right?
Lindrian commented on mIRC Snippet: SpellChecker  -  Sep 06, 2008
noop is only in the later mirc versions, a careful warchild: upgrade your damn mirc :P! It's 2008, not 1998.
Lindrian commented on mIRC Snippet: Hawkee Images Search  -  Aug 27, 2008
Just a tip, for the sake of clean-ness:

Code

 
could be:

Code

 
(btw, you dont need to escape the ":".

gj!"
Lindrian commented on mIRC Snippet: The Inevitable Half Alias [Collaborative]  -  Aug 21, 2008
A lil shorter version.

Code

 
Lindrian commented on mIRC Snippet: $dirsize  -  Aug 10, 2008
yes, hepl u validilate ip's.. everything in mirc has a great purpose.
Lindrian commented on mIRC Snippet: $dirsize  -  Aug 01, 2008
Both $abook and $longip are very usful identifiers, especially $longip :P
Lindrian commented on mIRC Snippet: $dirsize  -  Aug 01, 2008
Not entierly sure what purpose this will fill really. Why would you want the dirsize?
Lindrian commented on mIRC Snippet: Typos Code Comparison  -  Jul 30, 2008
Yes ,that is entirely up to you how you wish to return the values. But when you actually count the size of a snippet, you use the algorithm i posted.

Trailing and leading spaces are never accounted for :P, thats just the way its always been.

And what $file().size really is counting, is the additional data windows saves, and not the content itself only.

Just to show what I mean:
(If you look at the acual size, you see its 1 byte)

But then again, several options on how to count would be nice. Definitely a improvement.
Lindrian commented on mIRC Snippet: Typos Code Comparison  -  Jul 30, 2008
If you say so.

(11:01:37) (@Kol) $file().size tends to be innacurate
(11:01:41) (@Kol) Due to extra information stored with the file
(11:02:19) (@Kol) and $file().size counts trailing/leading spaces i believe

Those 2 extra bytes are the information stored in the file, besides what you wanted to save.
Lindrian commented on mIRC Snippet: Typos Code Comparison  -  Jul 29, 2008
When dealing with code-byte counting, you're way off.

It's done like the following sites/scripts show:

http://h1.ripway.com/Chessnut/count.htm
http://forum.swiftirc.net/viewtopic.php?t=11738
http://www.mightscript.com/count.html

And I criticized your coding and tried to help, because I know you have potentional to do so much better.
Lindrian commented on mIRC Snippet: Typos Code Comparison  -  Jul 28, 2008
EL, this would be like trying to show a picture to someone over the phone, it's just so much easier showing them it. And if he did not want to communicate over IRC, it is his own loss and not mine. I offered my help, he declined, end of story.
Lindrian commented on mIRC Snippet: Typos Code Comparison  -  Jul 28, 2008
EL: I would be more than happy to help, I have not earned my status on several sites because I am not willing to help. But people like Typo do piss me off. I tried inviting him for a mature conversation on a server im active on (not my own), so I could in depth explain everything, since it would be 100x easier.

I, myself, am 19 years old, soon 20.

And I rated this a 3 because:

1) Regex patterns are not correct
2) Coding is unefficient
3) The byte-counting is invalid.

In my opinion, a script like that is "Not useful" - 3.
Lindrian commented on mIRC Snippet: Typos Code Comparison  -  Jul 28, 2008
I will not argue with stubborn kids, which is why im not going to explain myself. I think your entire code is rubbish; every aspect I look at it, somethng is wrong.You're one of those kids who think you're right even thought you're wrong, and will not accept the fact that you were wrong.
Lindrian commented on mIRC Snippet: Typos Code Comparison  -  Jul 28, 2008
I deleted my own comment, as you seem to know perfectly well on how to do what you want to do.

By having that said, this is the last time I am going to interfere in your business & and try to help. You can get help from others.
Lindrian commented on mIRC Snippet: $chr(#) search Dialog II  -  Jul 07, 2008
Use this for the clipboard event:

Code

 
Lindrian commented on mIRC Snippet: $anytok()  -  Jul 01, 2008
What happends if $prop == $null?
Lindrian commented on mIRC Snippet: Proxy Box  -  Jun 26, 2008
Deleted all the spam by bps19882006 and sent him a warning.
Lindrian commented on mIRC Snippet: Modes Input - Regex  -  Jun 18, 2008
- is no metacharacter, only + is. So you only have to escape +.
Lindrian commented on mIRC Snippet: "Bot ascii"  -  Jun 06, 2008
You can just change the "-u10" line to "-u5" =)
Lindrian commented on mIRC Snippet: $iseven / $isodd  -  May 19, 2008

Code

 

--

Thats all you need.
Lindrian commented on mIRC Snippet: server !seen and !idle scripts  -  Apr 18, 2008
Haha, I've seen them somewhere too :)
Lindrian commented on mIRC Snippet: Black jack  -  Apr 11, 2008
Try keeping the snippets in english.
Lindrian commented on mIRC Snippet: Simple HP Bar  -  Apr 04, 2008
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. Next
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.