| bio | website | |
|---|---|---|
| location | Illinois | |
| age | 21 | |
| visits | member for | 11 months |
| seen | 45 mins ago | |
| stats | profile views | 9 |
I'm a computer science and philosophy major devoted to working hard so that one day when I get bigger I won't be working on pointless applications. That's not to say I work on pointless applications now, I'd just like to keep it that way, not everything, I'd like to change quite a few things actually, my G+ status for instance. Not the taste of cough syrup though, I used to love that stuff as a little kid. It was a treat to get sick, unless I got the bubble gum medicine. Why was it chalky? What marketing dunce approved that? I'm not even sure what it was for, I don't have kids and I don't take liquid medicine anymore. Maybe one day I'll find out. The other day I found out how fidelity 401k options are structured.
Its funny the random things you find out in life, but I haven't figured out what to put in these About Me sections yet. I just watched the informant, I didn't think it was that great, but I thought it might be fun to ramble like him for a bit. Its not like anyone reads these bios anyway, if you do you probably don't even think this is weird. I can't imagine what other people put in their bios, if I had to guess I'm probably better off not knowing. One day my job is probably going to be to read bios on stack overflow for hiring intel, karma works like that. If that's you, its nothing personal maybe you enjoy every minute of it. You could really read into someone's personality if it was well done. Maybe you develop a picture of them in your mind, and then you meet them in person, and you think to yourself, Duncan didn't seem like the type of guy to wear a JEDI outfit to an interview but who am I to judge. Or maybe you do judge, if that's your job, or maybe its your hobby.
|
Apr 10 |
revised |
Running a rake task with a form Posted before I was ready |
|
Apr 10 |
answered | Running a rake task with a form |
|
Apr 4 |
answered | Getting undefined method `values_at' for nil:NilClass using nested_form_for |
|
Apr 2 |
revised |
How to read values from multiple checkbox in ruby-on-rails Form values should have been the brand ids rather than their names |
|
Apr 2 |
answered | How to read values from multiple checkbox in ruby-on-rails |
|
Mar 24 |
answered | Save if a field should be used - SQL |
|
Mar 10 |
accepted | No errors and no output for rails cocoon gem |
|
Mar 1 |
suggested | suggested edit on formatting money with jquery |
|
Jan 12 |
accepted | Alternative to a union with ActiveRecord |
|
Jan 11 |
comment |
Alternative to a union with ActiveRecord A price has foreign keys for an item, a category, and a discount. The passing portion just means I'll have a discount_id parameter available in the controller. Lets say you have 3 prices p1 for item1 category1 p2 for item2 category1 and p3 for item2 discount4. If the discount_id parameter is 4 I want to get back p1 and p3 but not p2 because I already have a price for item2. It would be the union of the item_id + discounted_id prices with the item_id + category_id prices whose item_id didn't show up in the item_id + discounted_id list |
|
Jan 10 |
asked | Alternative to a union with ActiveRecord |
|
Dec 26 |
awarded | Supporter |
|
Nov 21 |
asked | Mercury Mail Server Authentication with Rails |
|
Sep 1 |
accepted | Pay Pal Listener doesn't run database transactions |
|
Sep 1 |
answered | Pay Pal Listener doesn't run database transactions |
|
Aug 19 |
comment |
Pay Pal Listener doesn't run database transactions @AlexLunix I actually can't check the error log, but I'll ask someone who can, and hopefully that will lend some insights, if it has anything helpful I'll post it back here, thanks! |
|
Aug 19 |
comment |
Pay Pal Listener doesn't run database transactions @LawrenceCherone it is a live server |
|
Aug 19 |
comment |
Pay Pal Listener doesn't run database transactions I doubt the usefulness of the code but $conditionArray = array('transaction' => $invoice_number);
$fields = array('status' => 'Paid');
$transactions->changeFields($conditionArray, "AND", $fields);
The first line has the invoice number that I know I am getting from paypal. The second line is how I want to update the table entry. The third line is me calling a convoluted function, but I know the function works because if $invoice_number is spoofed this works.
The lines above and below this send me emails which is how I know $invoice_number is set. |
|
Aug 18 |
asked | Pay Pal Listener doesn't run database transactions |
|
Aug 12 |
awarded | Tumbleweed |