Skip to content

Instantly share code, notes, and snippets.

View pcamp96's full-sized avatar

Patrick Campanale pcamp96

View GitHub Profile
service logcat /system/bin/logcat -f /sdcard/logcat
class main
oneshot
pixeldotz: i was talking with a professional designer earlier today, and he said something that got me thinking... he did a job for a client, who does music production. the logo he made the guy ended up being a rabbit, which some would say "why the heck would a rabbit be the logo for musical production" then he told me this
rabbits have a similar reproduction cycle to the fibonacci sequence, which is a fundamental mathmatical concept
as he makes music digitally, which shares a lot of similarity to math also
so I dare say you can go with a concept that is almost completely off the wall
but still has some connection
but needs that connection
so you can play the "when you see it" card
a logo you don't understand is great
because it sticks in your head
your subconscious goes nuts trying to figure it out
autochannel.pl autostuff.pl away_hilight_notice.pl chansort.pl hilightwin.pl nicklist.pl screen_away.pl window_switcher.pl
autorejoin.pl autowrap.pl chanpeak.pl email_privmsgs.pl irssinotifierwp7.pl queryresume.pl trackbar.pl xchatnickcolor.pl
<PatrickC> what did i do this time kunwon1?
<kunwon1> you're part of a coordinated group of people who are fucking with this channel
<kunwon1> hold for a moment
<PatrickC> how am i?
<PatrickC> what did i do?
<-* kunwon1 has kicked BLAKE_ from ##politics-appeal (no idling)
<kunwon1> i told you that as a courtesy, i'm through talking to you
<kunwon1> you're not welcome in ##politics or related channels
<PatrickC> what the heck did i do?
<kunwon1> have a pleasant night
<Nimrod> This is the network's support channel… not the channel to discuss your life drama. You can query the user or invite him to a separate channel.
<PatrickC> you are not staff, and i'm waiting for staff. we have no channel to discuss anything with him as he's banned us from all his channels, even the appeals channel
<PatrickC> hes a cyber bully, and we need to get it fixed
<Nimrod> query nickserv
<Nimrod> oops
<Nimrod> Anyways, in the year or so I've been lounging in #freenode
<Nimrod> staff do not interfere with channel moderation
<PatrickC> they do when the TOS is being broken
<PatrickC> cyberbullying is breaking TOS
<Nimrod> The operator does not agree with your view on that.
I'm contacting about the Developer Indoc Program program. I do 99% of my work over on XDA, but if you guys were to grant me the position over here so users would respect me, I would gladly bring my threads over here.
I am one of the last remaining HP TouchPad developers, and I'm actively working on CM-10.1 for it. I am one of the only people that I know of actively working on 10.1 for the TouchPad. I have ported and maintained several other ROMs and I am now the lead graphic designer for the Carbon ROM development team.
Please let me know.
Thanks,
Patrick Campanale
Hey Alex,
I'm a good friend of Simon Sickle, we founded Sickle Software together. I am now more into graphic design then I am into coding itself.
I took a look at the AFH site, and it looks good, but thought maybe you might want a graphic designer available to help out :) I'm not the best by any means, but I'm cheap, and can get halfway decent work done.
I work for the Carbon ROM development team as their graphic designer, and I've done some work in the past with other teams as well.
For the next two weeks I'll only really be reachable by email during the day, and I'll respond within a few hours generally, but my main focus is on school as in 2 weeks I leave for a 11 day trip to Israel.
Thanks Alex!
//Display load time
if($load_time == 1)
echo "<br>".$local_text['this_page_loaded_in']." ".sprintf("%.3f", array_sum(explode(" ",microtime())) - $start_time)." ".$local_text['seconds'];
//Display load time
if($load_time == 1)
echo "<br><font size='2'>".$local_text['this_page_loaded_in']." ".sprintf("%.3f", array_sum(explode(" ",microtime())) - $start_time)." ".$local_text['seconds'];
mysql> --max_allowed_packet=32M;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '--max_allowed_packet=32M' at line 1
mysql> max_allowed_packet=32M;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'max_allowed_packet=32M' at line 1