Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Lv 42,855 points

eevilcheese

Favorite Answers17%
Answers666

Well, I am an atheist, which would explain pretty damn clearly why I tend to hang around the religion section here. You might consider me a "missionary of Atheism". I am a scientist, and I tend to fight for what I believe in. I am very good at C programming, and have an A+ certification to assemble computers.

  • What kind of hat is this?

    http://i.imgur.com/pjyhz.jpg

    I really like this hat, would like to find a replacement, but don't even know what to search for.

    1 AnswerFashion & Accessories9 years ago
  • Does anyone have a PDF/ePub/TXT of "Fear and Loathing on the Campaign Trail '72"?

    I've been dying to read this book on my Kindle, but it's not in the kindle store and I can't seem to find a copy of it anywhere.

    2 AnswersBooks & Authors1 decade ago
  • Dreamweaver-like program with perl support?

    I have recently started doing some pseudo professional web design. I already know HTML fairly well, and I really like perl too. However, I have noticed that dreamweaver is around 500 bucks and I don't like paying that much. Is there a program like dreamweaver that is opensource/free that has support for perl?

    1 AnswerProgramming & Design1 decade ago
  • free Mathtype-like equation editor?

    Recently, I was able to get Mathtype (also known as the Microsoft Equation editor) free of charge through my calculus class. I really like it, and I want a similar interface on some of my other computers (The rules and guidelines clearly state that I can only install Mathtype freely on one computer, and I have to uninstall it after I am done with the class).

    Now, I have used the OpenOffice equation editor, and I find it too annoying and unwieldy (Usually I use the OLE with Mathtype to put equations in)

    My question: Is there a NON LATEX equation editor that's freely available that is similar to Mathtype? I hate typing things like 1 OVER x

    1 AnswerOther - Science1 decade ago
  • deleting a folder in C++ without typing 'y'?

    I need to write a program to this effect

    int main(){

    system("del c:\\myfolder\\");

    return 0;

    }

    The only problem with that is that it asks if I am sure about that. I want it to automatically say y.

    4 AnswersProgramming & Design1 decade ago
  • how to format text with Visual Studio?

    Recently, I received a free version of Visual Studio Professional Edition for the Microsoft Dreamspark program (It's a pretty cool thing, check it out).

    However, I come from the open source world, specifically Codeblocks.

    To avoid making this too long winded, I simply need to know how to format the text of Visual Studio. My eyesight sort of sucks, and the default size of the font is a bit too small for me.

    1 AnswerProgramming & Design1 decade ago
  • Where can I learn Fortran?

    I've wanted to try learning Fortran, because I know it's useful for mathematical formulas.

    I went to a Borders, then a Barnes and Noble, and since Fortran is virtually dead, they had no books on it.

    So does anyone know any tutorials on it?

    2 AnswersProgramming & Design1 decade ago
  • Why won't visual C++ compile my code?

    I have visual c++ express edition and Code::Blocks compiler on my computer. I try to compile the code below in VC++, and it gives me errors. I copy and paste that same code (without <stdafx.h>) into Code::Blocks and it compiles perfectly fine.

    This is irritating me...does any know to fix this

    // testyo.cpp : Defines the entry point for the console application.

    //

    #include <iostream>

    #include "stdafx.h"

    using namespace std;

    main()

    {

    std::cout<<"yoyoyoyoyoyo\n";

    printf("yoyoyo");

    }

    1 AnswerProgramming & Design1 decade ago
  • vista federal credit union minimum age?

    I am about to start working as disney world (i'm excited). I know they have a bank for their employees, and I was curious to what the minimum age was to join?

    1 AnswerCredit1 decade ago
  • Is a composite score of 28 on the ACT any good?

    I have a pretty lousy GPA (3.0 weighted), but was wondering if my ACT score (28) would still enable SOME scholarships, if only a few. I got a 34 in English, a 31 in math, a 25 in reading, and a 20 in science.

    2 AnswersStandards & Testing1 decade ago
  • Blue Man Group Song at Best Buy?

    Recently I went to a best buy, and on the high def TV center thingy, they had a video of blue man group playing a song with a black haired lady singing that I really thought sounded cool.

    Try as I may, I can't seem to find that song online. Does anyone know the name so that I can google it?

    2 AnswersOther - Music1 decade ago
  • using RPL programming on PC?

    I recently bought an HP 50g Graphing Calculator. I love it, and i like the ease of its programming language. So, is there an RPL (Reverse Polish Lisp) compiler available for PC to write programs in?

    1 AnswerProgramming & Design1 decade ago
  • in OpenOffice Math, how do you do a derivative?

    Is there a way to make my derivatives in calculus look nice by using OpenOffice math? My teacher said he was tired of trying to interpret my handwriting

    1 AnswerSoftware1 decade ago
  • SOundmax driver on suse linux?

    I have recently installed suse 10.0 linux on my lenovo 3000 J115. As great as it is, I am quite dismayed that my integrated sound card (by the company soundmax...lenovo is a bit cryptic about giving the type, but the windows driver is labeled "q4aud23us13.exe"...default embedded sound card.) is not being recognized. Can anyone give me a step by step on where to find a driver and how to install it?

    ALI Soundmax Card

    2 AnswersSoftware1 decade ago
  • How long does blue man group orlando usually run?

    I have tickets to the blue man group concert, and would like to know when to have my ride pick me up (the show is at 6:30)

    2 AnswersAmusement Parks1 decade ago
  • Wouldn't God want Atheists to be themselves?

    I have been atheist since as long as i can remember. I once went to school, and got peer pressured to go to several churches. My parents both being atheists, but also being accepting, had no problem taking me. I went to different churches for a whole year, WAITING for something to speak to me.

    Nothing did. I think that it is impossible for me to be religious. I tried many churches, and i couldnt feel any sort of "god".

    So, wouldn't god, being loving and all, want Atheists like me to be ourselves? Wouldnt he want us to become scientists to help mankind and just live good lives.

    I know for a fact that i have never stolen anything or murdered anyone, so i think me and god ( i still doubt his existance) should be cool even if he does exist.

    6 AnswersReligion & Spirituality1 decade ago
  • is c better than java?

    Lately, I have been getting fairly good at C programming with the help of about 6.1 thousand online tutorials. I chose c because

    1. It is a compiled language

    2. I heard it was "portable assembly" from a few good sources, and you have a lot of control over the computer without the major difficulty of assembly code.

    3. I heard it ran quite fast once compiled.

    4. Both Python and Java are interpretted, and my 8th grade training told me 'slow as hell'

    But for kicks i did a search for "c vs. Java" and most websites have been saying Java is better.

    I dont really want to learn java (i became morally opposed to it when it was able to crash my computer AND my blackberry), but if it is a much better language, would it behoove me NOT to learn it?

    7 AnswersProgramming & Design1 decade ago
  • What is the BEST site to learn C++ with NO prior experience in programming?

    I am very new to the whole programming game. I bought a book not to long ago called "C++ Without Fear", but I am having a hard time reading what this guy writes half the time.

    I have also been to "Teach Yourself C++ in 21 Days" but again, this website assumes too much knowledge in programming in my opinion.

    Is there a *FREE* website that offers a tutorial to fluently (or at least close to that) learn c++?

    8 AnswersProgramming & Design1 decade ago
  • soft rock song that has rap lyrics?

    I was listening to this really funny song on a simple alternative rock station that sounded like some soft rock song, but it was talking about beating up punk *** bitches and a bunch of crap that would go into a rap song.

    3 AnswersRock and Pop1 decade ago
  • Free domain names besides .tk?

    I want a dot com domain name, not a subdomain, and seeing as there is so much OTHER free stuff on the web, i was wondering if there was a place to get a free domain name thats DNS enabled.

    2 AnswersOther - Internet1 decade ago