FelicianoX

FelicianoX

Joined
Aug 15, 2011

Activity Stream

FelicianoX commented on a Page, mini mirc mp3 player but stylish one   -  Feb 15, 2013

Picture would be nice

 Respond  

do something like

var %gs = $getset(Champ, $ini(trivia.ini, Champ, 0))

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 Page, 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 created a C++ Script  -  Jul 13, 2012
FelicianoX commented on a Page, 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 Page, youtube info (use $json)  -  Mar 12, 2012

The JSON script is in the description. I agree to the rest.

 Respond  
FelicianoX commented on a Page, 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 Page, 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 Page, 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 Page, Greet Message  -  Feb 14, 2012

/help $chan

 Respond  
FelicianoX commented on a Page, 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 Page, 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 Page, 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 Page, Zombie Shooter (Updated 06/11/13)  -  Dec 13, 2011

WASD doesn't work on my 6.35, but does on 7.19, not sure why.

 Respond  
FelicianoX commented on a Page, Zombie Shooter (Updated 06/11/13)  -  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 a Java App, Multi Image Uploader (IMGUR)  -  Oct 31, 2011

I used Eclipse

 Respond  
FelicianoX commented on a Page, For Loop  -  Oct 26, 2011

You can use /dec %n to decrease %n instead of using $calc(%n -1)

 Respond  
FelicianoX commented on a Page, Bad Word Detection Engine (Using Socket)  -  Oct 16, 2011

@ ( |\b), doesn't \b match a space too?

 Respond  
FelicianoX commented on a Page, Slogan Maker  -  Oct 10, 2011

Removing new lines and adding pipes are hard as fuck, I respect you.

 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.