14806
Pics, Videos, & Links / Re: Dunk blog
« on: May 01, 2012, 02:51:16 pm »
nice but why aren't some of those dunk pics/graphics you make, on there? those are sick.. or maybe i missed them,.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
plyos do not make me shit, that i've noticed. running, on the other hand... i turtled a few times during XC races in high school before i figured out that i needed to force out a shit before the race started, no matter how long the line for the bathroom.
this is the funniest thread topic on here in a very, very long time.
Hey i' guessing this is the most appropriate section but i dont know about you all, but tendency for me to shit after plyometrics even shitting a few hours prior to plyos.
I honestly cant remember the last time that doesn't happen. Sometimes, i even take a crap a few hours after lifting too, but thats not so common.
Is this usual?
cheers
@adarqui haha damn you've got an active imagination. whatsup bro. i chose entropy cos I've been spending too much time learning probability stuff and it just popped up in my head when i was trying to think of a name. Nothing deep, sorry to say! btw i've been reading your posts on the geek board, I see you're a fellow hacker too. Good stuff.
#include <stdio.h>
void __cyg_profile_func_enter (void *this_fn, void *call_site)
__attribute__ ((no_instrument_function));
void __cyg_profile_func_exit (void *this_fn, void *call_site)
__attribute__ ((no_instrument_function));
void
__cyg_profile_func_enter (void *this_fn, void *call_site)
{
printf ("enter: addr=%p\n", this_fn);
return;
}
void
__cyg_profile_func_exit (void *this_fn, void *call_site)
{
printf ("exit: addr=%p\n", this_fn);
return;
}
void
foo (void)
{
puts ("foo called");
return;
}
int
main (int argc, char **argv[])
{
puts ("main called");
foo ();
}^Not exactly. I'm working with a client to develop an app so that payment information is loaded into a QR code.
Basically phone 1 makes the QR code, phone 2 takes a picture and money is transferred. The OCR thing is another functionallity they want for those who don't download the app.
I haven't tried OCRopus. I have downloaded and played with tesseract and a million other libraries and they all sorta break on some of the cards. Tomorrow I will give OCRopus a try.... If that doesn't work I am gonna have to convert to Pgm and do this by hand (really don't want to!). So we will see....
http://www.adarq.org/forum/lets-nerd-the-f-out/random-nerdout-programs-written-by-adarq-org-members/msg70003/
got alot done today, so tired..
Your really diving in head-first into programming! You know anything about OCR? I have to write a OCR credit card reader for a client! Make that your next project!
" The next step of using OCR for payments is apparently in the Credit Card payments sector. Mobile Credit Card payments are
becoming quite popular in recent months with hardware scanners/swipe accessories. AisleBuyer is now using the same
methodology as mobile banking apps do with depositing checks. By taking a picture of the customer's credit card, the app
uses OCR to extract the credit card number and use that to process the transaction. With no need for potentially expensive
hardware accessories, the barrier for entry to mobile credit card payments is drastically lowered.
As a tech enthusiast, I think this is an awesome idea and will make life so much easier for people that want to take
mobile credit card payments.
"
" I have successfully used ocropus (The best open source OCR software sponsored by Google) for similar
tasks. http://code.google.com/p/ocropus/
Beyond character recognition, it can also analyze the layout of the image and locate the name.
"
Predictions for the rematch?
Hopkins by UD. I feel Dawson will go for some knockouts though which will also make him vulnerable to a knockout, but idk how much power Hopkins has left.
