FelicianoX

FelicianoX

Joined:
Aug 15, 2011

Activity Stream

FelicianoX commented on a Snippet, mini mirc mp3 player but stylish one   -  Feb 15, 2013
Picture would be nice
 Respond  
do something like

Code

 


and use that variable in the if statements. This way it will only read the INI file once, making the alias run faster.
What does $hof and $getset do? How big is $hof.size?

It might be slow because you have a ton of $ini()'s which can be really slow. If $ini(trivia.ini, Champ, 0) never changes through-out the function, you can save it in a variable and access it with the variable, so it doesn't have to check the ini file every time.
FelicianoX commented on a Snippet, Image Viewer / Opener  -  Jan 20, 2013
Oh nice :p

I had something really similar. But if IIRC ON Hotlink was updated and I haven't modified the script yet, so it doesn't work anymore :

Yeah here it is :P : http://www.hawkee.com/snippet/8903/
 Respond  
FelicianoX   -  Dec 25, 2012
Has anybody here done Android programming? I'm following thenewboston's 200 Android Programming tutorial playlist (currently at 105) but IMO he doesn't teach useful stuff that we will need for every application we build, just basic and obvious stuff.

Does anybody here know of a *good Android Programming tutorial book?
* = not good because it says so on the internet but because you've read it yourself.

PS: I know Java, just need to learn Android.
FelicianoX   -  Nov 21, 2012
After looking at http://www.hawkee.com/snippet/9730/
I thought it would be a good idea if you had a "Ask Question" option right next to the "Post Snippet" one.
FelicianoX   -  Nov 10, 2012
I think we should be able to see author of script/snippet when searching. http://i.imgur.com/W0wAL.png
FelicianoX commented on a C++ Script, Download Accelerator  -  Nov 06, 2012
@Hawkee Ah strange. I'll update them.
 Respond  
FelicianoX commented on an Image, New Design Preview  -  Nov 06, 2012
@Hawkee Looks better now :D
 Respond  
FelicianoX posted a C++ Script  -  Jul 13, 2012
FelicianoX commented on a Snippet, Auto Voicer  -  Jun 21, 2012
In an ON JOIN event, you are always a regular, thus the second part of your first if statement will always return true

The ON JOIN event is triggered before ChanServ gives operator status to the nick.
 Respond  
FelicianoX commented on a Snippet, ban protections  -  Apr 25, 2012
You have a { instead of ( on line 2: && {$me isop ...

Banned should be ban btw [/grammarnazi]

@Archie, those symbolic letters work fine for me in mIRC.
 Respond  
FelicianoX commented on an Image, New Design Preview  -  Apr 23, 2012
Sexy, would be nice to have the search option/bar on the top menu bar, kinda like twitter's

 Respond  
FelicianoX commented on a Snippet, youtube info (use $json)  -  Mar 12, 2012
The JSON script is in the description. I agree to the rest.
 Respond  
FelicianoX commented on a Snippet, youtube info (use $json)  -  Mar 11, 2012
Unknown paste ID for the JSON.
Repasted it for you: http://pastebin.com/JAB6xHTA
 Respond  
FelicianoX commented on a Snippet, Autojoin Channels Menu  -  Mar 01, 2012
Why not just 1 editbox with an 'Add' button to add the channel to autojoin, instead of 50 editboxes?

I also suggest you to take a look at /while, $iif, instead of all those if statements. (/help /while, /help $iif)

You might want to use $null, $isnull doesn't exist.
 Respond  
FelicianoX commented on a Snippet, Yet Another Youtube Title grabber  -  Feb 24, 2012
Just copy paste a YouTube link in the channel and it will trigger @ Eminama
 Respond  
FelicianoX commented on a Snippet, The Matrix   -  Feb 18, 2012
Give your timer(s) a name and turn them off when the window is closed, don't turn off ALL timers (timers off)

Sorry someone already mentioned this, I didn't read the comments.
 Respond  
FelicianoX commented on a Snippet, Greet Message  -  Feb 14, 2012
/help $chan
 Respond  
FelicianoX commented on a Snippet, Simple Youtube Downloader  -  Jan 07, 2012
Really nice script, I wanted to make something like this in Java a few months ago. Nice job
 Respond  
FelicianoX commented on a Snippet, Variable reader ($vget)  -  Dec 28, 2011
WorldDMT, when you have an identifier it's not automatically tokenized 32, try (alias test return $1), and do echo -a $test(hello there, this wont show).

For this script you don't need to tokenize 32 because variables can't have spaces in them.
 Respond  
FelicianoX commented on a Snippet, Variable reader ($vget)  -  Dec 27, 2011
Firstmate, no need to check if $0 isnum, it will always be a number, which is also why you don't need that $iif when setting %e.
 Respond  
UPDATED
 Respond  
FelicianoX commented on a Snippet, Zombie Shooter (Updated 12/17/11)  -  Dec 13, 2011
WASD doesn't work on my 6.35, but does on 7.19, not sure why.
 Respond  
FelicianoX commented on a Snippet, Zombie Shooter (Updated 12/17/11)  -  Dec 13, 2011
WASD doesn't work for me either, was trying to fix it but seems like the on keydown/keyup events for WASD aren't even triggering, not sure why.
 Respond  
FelicianoX commented on an Image, Windows Theme  -  Dec 13, 2011
How do you make them ?
 Respond  
FelicianoX commented on a Java App, Multi Image Uploader (IMGUR)  -  Oct 31, 2011
I used Eclipse
 Respond  
FelicianoX commented on a Snippet, For Loop  -  Oct 26, 2011
You can use /dec %n to decrease %n instead of using $calc(%n -1)
 Respond  
FelicianoX commented on a Snippet, Bad Word Detection Engine (Using Socket)  -  Oct 16, 2011
@ ( |\b), doesn't \b match a space too?
 Respond  
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.