Korvin

Korvin

Joined
Feb 13, 2007
Occupation
None
Location
Oregon [503]
Interests
web design, MSL, Google Chrome

Activity Stream

Korvin commented on a Page, Permutation  -  Jun 29, 2012

it's 120 lines heh but sure

 Respond  
Korvin created a Page  -  Oct 20, 2011

Permute an array of values.

  4 Threads   PHP  
Korvin commented on a Page, No copy paste.  -  Oct 19, 2011

Standard HTML:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
    <head>
        <title></title>
        <link rel='stylesheet' href='css source' />
        <script src='Script Source'></script>
        <script>
            All that jazz;
        </script>
    </head>
    <body>
        Content
    </body>
</html>

Because you don't understand this, you need to (at this point) completely give up of JavaScript and learn static HTML. If you don't you will NEVER comprehend ANY web development language.

 Respond  
Korvin   -  Oct 18, 2011

@Hawkee Hawkee, one way would be to set up a git server in parallel, meaning running git and current model in tandem.

It would require figuring out how to display git's contents in a graphical manner, which shouldn't be too difficult. With the demand you have now, you can run git off of your current web server (assuming you have access). If you need help with that, I can help you out.

 Respond  
Korvin   -  Oct 17, 2011

@Hawkee If you'd like, we can continue the discussion in a more private arena.

As for a bug(?) report: RSS feed of your comments show deleted comments, which was invaluable in this situation, but may get hairy in the future.

 Respond  
Korvin   -  Oct 17, 2011

@Hawkee Is git not more social than static codes? Forks grab the entirety of a project and allow you to edit them and re-upload respectively. I think that collaboration is the most social way to program, and at this point the most social collaboration is done with git.

Git is a program, not a host, Github is a site that hosts git projects in a graphical manner. In no way is Hawkee competing with Git, it's nowhere near even the same category.

 Respond  
Korvin   -  Oct 17, 2011

@Hawkee Sean, those sites are using Git, which is 100% different than hawkee's current system (which you probably already know). In order to implement git, he'd require a larger amount of storage, and a full dedicate git server cluster. It's doable, but would require reuploading every script that currently exists under different user accounts on a server cluster which will be incredibly difficult. In other words, this would require an entirely new site!

Furthermore, those systems require Git, which while easy to setup, is not so easy to use (especially when a lot of people here are under 15).

On the other hand, this would be well worth the time assuming people can figure out how to use git.

If Hawkee decides to do this, I suggest making it open source (at least partially), we here at Hawkee can all contribute and make the system in no time.

 Respond  
Korvin   -  Oct 14, 2011

@Hawkee That's a cool story!

 Respond  
Korvin   -  Oct 14, 2011

@Hawkee I second Jethro's statement, I don't come here much anymore, but seeing his comments and general demeanor makes me feel like this whole site is full of children. He thinks its [funny|not childish] while the inverse is true. This site isn't made for foolishness, it's a place where people can come together and share their successes and get credit for their advancements. At least that's the way it was for me.

At the very least, see mine and Jethro's contributions and loyalty throughout the years vs this kids month of idiocy as weight in the form of authority.

 Respond  
Korvin commented on a Page, Array peek  -  Oct 03, 2011
function array_peek($a,$k) {
    $a=array_keys($a);
    return (array_search($k,$a)!=count($a)-1?$a[array_search($k,$a)+1]:false);
}

That's how I'd do it =]

 Respond  
Korvin commented on a Page, Random page color  -  Sep 30, 2011

He did.
Get a random number from 0 to 4294967295 (The maximum number that can be represented in hexidecimal representations) then convert it to hex using the dechex() function.

http://php.net/manual/en/function.dechex.php

 Respond  
Korvin commented on a PHP Script, MySQL Bot Core - Web Panel ALPHA  -  Sep 30, 2011

This would be much better if you just made the IRC bot with PHP.

Also, a nice API would be beneficial.

 Respond  
Korvin commented on a Page, Image Viewer  -  Jul 11, 2010

Would be nice if the value didn't need to be different, for easy php generation, this could be done by setting all of the options into an array.

 Respond  
Korvin commented on a Javascript App, MyIRCTool's  -  Jul 11, 2010

I'd like to fix your accordion script if you'd allow me to, it needs a stop so it doesn't constantly expand and contract if you jam it.

 Respond  
Korvin commented on a PHP Script, PHP Encode/Decode URLs  -  May 15, 2010

Pretty cool, but would be better if it was shortened, or you didn't have to include http://.

 Respond  
Korvin commented on a Page, $chr Talk Script  -  Apr 03, 2010
alias secret $iif($isid,return,echo) $iif($len($1-) > 1,$!+ $+ $chr(40)) $+ $replace($mid($regsubex($1-,/(.)/g,$+($!chr,$chr(40),$asc(\t),$chr(41),$chr(1))),1,-1),$+($chr(1),$!chr(32),$chr(1)),$+($chr(41) $!+,$chr(40))) $+ $iif($len($1-) > 1,$chr(41))

Does I win?

EDIT: Damnit sunslayer =[

 Respond  
Korvin commented on a Page, Pokemon RPG Remotes {Fixed}  -  Mar 30, 2010

Why.

 Respond  
Korvin commented on a Page, template class  -  Mar 14, 2010

i'd add a check to make sure that the key exists, and if not return [@KEY]

 Respond  
Korvin commented on a Page, Survey Script  -  Mar 12, 2010

id use

on *:text:.*:#:

as the added . will speed up other non . triggers.

 Respond  
Korvin commented on a Page, Latest post on your homepage ( phpbb )  -  Mar 11, 2010
t.forum_id != 4

not every forum's mod forum has the id 4 =p

 Respond  
Korvin commented on a Page, Seen nick script  -  Mar 11, 2010

regardless of my sensitivity, you don't need to correct in such a demeaning tone.

 Respond  
Korvin commented on a Page, Seen nick script  -  Mar 11, 2010

http://www.hawkee.com/snippet/5773/

Korvin, you're right about hash data being saved on the ram (temporarily, that is), but NOT for when mirc is closed and then all the data gets lost. /hsave is needed as xDaeMoN stated. Please get the facts straight. what was intended was that upon disconnecting hashes aren't saved, i worded that badly, either way, that doesn't account for you being a douchebag, any word on why that's occuring? you seem to know everything about anything and are willing to defend it violently, might as well explain why you're such a faggot.

 Respond  
Korvin commented on a Page, Hash Saver  -  Mar 11, 2010
Korvin commented on a Page, jquery dropdown list  -  Mar 11, 2010
Warning: Invalid argument supplied for foreach() in /home/hawkee/public_html/post_snippet.php on line 162

Warning: Cannot modify header information - headers already sent by (output started at /home/hawkee/public_html/post_snippet.php:162) in /home/hawkee/public_html/post_snippet.php on line 180

Warning: Cannot modify header information - headers already sent by (output started at /home/hawkee/public_html/post_snippet.php:162) in /home/hawkee/public_html/phpBB2/includes/page_header.php on line 503

Warning: Cannot modify header information - headers already sent by (output started at /home/hawkee/public_html/post_snippet.php:162) in /home/hawkee/public_html/phpBB2/includes/page_header.php on line 509

Warning: Cannot modify header information - headers already sent by (output started at /home/hawkee/public_html/post_snippet.php:162) in /home/hawkee/public_html/phpBB2/includes/page_header.php on line 510

going to bed gn.

 Respond  
Korvin commented on a Page, jquery dropdown list  -  Mar 11, 2010

edit>edited>save>php error with header.php>upload screenshot>saved as new snippet.

 Respond  
Korvin commented on a Page, jquery dropdown list  -  Mar 11, 2010

there is no prob with screenshot, was a random image

 Respond  
Korvin commented on a Page, jquery dropdown list  -  Mar 11, 2010

wasn't meant to be a new post, didn't let me edit and save. couldn't save without a screenie, so uploading one, which wasn't saved and apparently caused it to be a whole new snippet.

 Respond  
Korvin commented on a Page, Seen nick script  -  Mar 11, 2010

hash, being saved on your ram, only is lost upon computer shutdown. tryit

 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.