For someone who takes Adderall for ADD, will drinking acidic drinks (including say juice, soda, or homemade drink with apple cider vinegar) and/or taking vitamin C supplements mute or dull or interfere with the medication? Talking to pharmacist and googling has yielded some very mixed and confusing answers, and I'd love it if somebody knew enough to give a definitive answer.
posted by skjønn
on May 14, 2013 -
10 answers
When was the designation "S. en C."after a company name first used in Mexico, as in 'Cia. Abarrotera "El Cisne" S. en C.'? An answer of the type "was used at least as early as" would also be helpful.
posted by kirsti
on Feb 26, 2013 -
4 answers
OOP class design conondrum. I am designing a set of classes for an online survey/quiz engine. I need some help with designing my classes.
[more inside]
posted by therubettes
on Jul 26, 2012 -
7 answers
What's the single best book for a beginning student of C++ to work through over a period of a month or two?
posted by killdevil
on May 16, 2012 -
11 answers
Is there a way to find out the filename associated with a specific FILE * pointer? (OS: Red Hat EL 5)
[more inside]
posted by tckma
on Apr 12, 2012 -
28 answers
Im writing a song right now on my acoustic guitar, my first song, and I'm a little stuck, I've got some good chord progressions, I know my key (C) I just dont know where to go from there
[more inside]
posted by sizzil34
on Apr 3, 2012 -
6 answers
Help me do a better job of phone screening candidates for largely-technical/programming positions.
[more inside]
posted by ish__
on Jan 21, 2012 -
8 answers
I am looking for the best documented open source ASP.Net 4.0 website/application available. By 'documented' I am not referring to a user guide for the Wiki/Blog/E-Commerce site or whatever it is, I am referring to accompanying documentations which details how the code works, how it is put together. A document which would act as a guide to someone who was reviewing the code/design/database etc.. Documentation which would help a developer to understand the technical architecture and structure.
[more inside]
posted by therubettes
on Nov 18, 2011 -
3 answers
I have developed a project management C# website using Visual Web Developer 2010 Express and SQL SERVER 2008 Express. I now have urgent need of some reporting functionality, and I am not at all clear about what my options are.
[more inside]
posted by therubettes
on Nov 2, 2011 -
3 answers
What open-source projects should I look at to see examples of great design and clear coding style?
[more inside]
posted by scose
on Oct 2, 2011 -
9 answers
I'm a developer at a C++ shop right now, and would like to expand my skills in order to be more versatile and marketable. What's the next programming language I should learn? (I know some assembly, and very basic HTML)
posted by Stephanie Duy
on Jul 24, 2011 -
31 answers
I need to make the case to my ultra non-techie boss for upgrading our ASP.net 1.1 website to an ASP.net 4.0 website.
[more inside]
posted by therubettes
on May 28, 2011 -
6 answers
Help me increase my technology/computer knowledge and resourcefulness so I may help others in my community get the most out of digital tools. Or: How do I apply the DIY/empowering/hackerly approach to computing in a way that benefits others?
[more inside]
posted by elephantsvanish
on May 7, 2011 -
4 answers
What kind of Web programmer/coder do I need for this project? Where do I find such a person?
[more inside]
posted by Shepherd
on May 5, 2011 -
15 answers
Where should you put the space in function defs/callls in C-like languages?
[more inside]
posted by knz
on Feb 8, 2011 -
29 answers
Programmers: know any good algorithms for picking colors, modifying colors or choosing colors that go well together? This is specifically for code.
I'm NOT looking for apps that let you choose colors. [more inside]
posted by grumblebee
on Feb 4, 2011 -
15 answers
I've been studying C++ for the last year and some change, and I'd like to start merging this study with my work in audio synthesis. What's a good way to get started programming audio applications?
[more inside]
posted by Horizontally a Champion
on Dec 8, 2010 -
11 answers
Programming Filter: I'm applying for software jobs, but I don't want to forget what I know. How should I practice to keep my skills sharp?
[more inside]
posted by Chicken Boolean
on Oct 21, 2010 -
22 answers
How do you go about when you look for a part-time entry-level software developer job?
[more inside]
posted by RaDeuX
on Aug 31, 2010 -
11 answers
I have a driver written in C++; it's set up as a solution within a VS 2008 project. If I go and create a new "Windows Forms" solution and reference the driver, it works fine (Intellisence works, it compiles etc). But when I try to do the same exact thing with a "Class Library" solution it will not see,link, whatever anything in the driver.
I know I'm light on information, but its that simple "Class Libary"->Fail Winforms-> "No Fail"!
I can't seem to come up with any good google searches for this either.
Please help me hive mind!
posted by rickim
on Jul 21, 2010 -
14 answers
I have been laid off and, along with looking for work, I thought I'd learn some new technology and add to my resume. I am now working on a web site for a charity that uses Bing/Silverlight to find meeting locations. One of my former co-workers said "You had better copyright it" which made me wonder if I needed to and if I do, what kind of license do I give the charity?
posted by CodeMonkey
on Jul 21, 2010 -
9 answers
Invent Your Own Computer Games with Python is mentioned a lot as a great way to learn the Python programming language. Does something comparable exist for C++?
[more inside]
posted by lekvar
on Jul 7, 2010 -
3 answers
I want to create a very specific software application. Which language should I use?
[more inside]
posted by ehamiter
on Apr 12, 2010 -
9 answers
I need to enforce a five minute time limit on a page using JavaScript, C# (ASP.NET 1.1) and display a countdown timer also.
[more inside]
posted by therubettes
on Feb 10, 2010 -
2 answers
[Software Development filter] I am working on a project that uses a PC (Windows) and a dedicated microprocessor to perform a specific task. I want to create a scripting language that will allow the user to write their own sequences for the tool.
[more inside]
posted by Drasher
on Dec 22, 2009 -
27 answers
Oh God. Where to start? This is, at its heart, a programming question about C#. It's probably not a very hard programming question, either.
[more inside]
posted by kbanas
on Dec 1, 2009 -
13 answers
Is it possible to learn C++ or matlab for financial engineering without a strong background in math or previous experience in computer science or engineering?
Any advice would be appreciated.
posted by jsmith78
on Oct 20, 2009 -
14 answers
I'm trying to get more comfortable with Linq and I'm having some trouble. I have a list
myprojects that is initiated when a session is started (and discarded at the end). I have a
projects entity and repository and have a form setup to add
projects to
myprojects. This works. I have a
reports entity where there might be many reports to a single project. I'm trying to use myprojects to filter the reports and this does not work.
[more inside]
posted by geoff.
on Oct 12, 2009 -
4 answers
Tonight around midnight, in South City St. Louis, MO, my mom pulled up to a stoplight left of a pickup truck, and the thirty-something, white, crew-cut haired driver flashed her a hand sign that looked, from her perspective, like the letter "C." He did this several times over the next couple minutes whenever he pulled along side her, until she managed to lose him. Has anyone seen this before or know what it means?
posted by Hollow
on Sep 27, 2009 -
18 answers
I'm working a project that requires some custom programming. This is outside of my usual domain, I'm feeling overwhelmed by the amount of objects and libraries available to me. I find most of my time is spent looking up what to include and how to do simple things that are easy once I find what I'm looking for. What's the best way to go about learning the libraries? Should I just sit down with a big reference book?
[more inside]
posted by geoff.
on Jul 12, 2009 -
8 answers
How much of C do I need to learn before moving on to Cocoa, and what's the best resource for learning it?
[more inside]
posted by joshrholloway
on May 31, 2009 -
18 answers
I would like to write a program which transforms the Windows task manager's process list into clickable links. Where do I start?
[more inside]
posted by TimeTravelSpeed
on Apr 29, 2009 -
8 answers
I need some help diagnosing a problem static linking a C++ program using g++. It compiles and runs just fine without "-static", but I get all sorts of "undefined references" errors when I use "-static". I'm a C++ novice and am at a loss. Can anyone throw me a bone?
[more inside]
posted by duoshao
on Mar 26, 2009 -
9 answers
C++ and the rand() function. Please explain why this piece of code works the way it does:
cout << rand() % 20 << endl; [more inside]
posted by Ziggy Zaga
on Feb 17, 2009 -
13 answers