|
I have so much homework to do. I have to read chapter 10-12 and post discussions. Then I have to write a paper that is 3-4 pages long. Not too bad but I just don't want to do it! LOL.
Started by Love060708kids on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at cafemom):
LOL hubby and ....
Oh sounds like a lot to do! I'm such a procrastinator too and then when the time comes for stuff I freak out on everyone for not telling me to get done sooner! lol Usually it's hubby that I freak out on! he's starting to get used to it .
|
|
Instead they should write homework store or homework town....
...Kids dont wanna ho to homeworktown
Who doesnt love workaholics
Onto the thread
Here are my wants
-CEO
-Lakota
-a good head with a heat or grunk pocket
-gloves
-speed liners
-arm pads
OFFER...
Started by BBLaXKiNG on
, 16 posts
by 7 people.
Answer Snippets (Read the full thread at insidelacrosse):
Not intereste in og k18 but ill get pics Check My thread For M80X Sorry didnt see anything PM me about... .
PICTURES FOR NOW
http://m1159.photobucket.com/profile/BBLaXKiNG Have some vgc OG K18's Would like to see pics of the OG Clutch and the navy PP please .
|
|
I started to answer a question, then stopped because it looks like a homework assignment. What is the proper etiquette/response? Downvote the question?
Started by Chris Morley on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
With homework questions I find answering.
You to have a site like this to refer to when I was in school .
Overrun with "do my homework" questions, go visit a few others that have been around a while.
|
Ask your Facebook Friends
|
Why do people rage against homework questions so much? Everywhere had to start from somewhere and most people needed help at some point so why do people act superior to people who want to learn?
Started by Daniel on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Often the appearance of at least trying to help themselves... .
Some people asking homework questions are the former and some are the latter.
It's not just homework questions, but academic questions in general—especially when posted having to learn.
|
|
Started by MagicGene on
, 19 posts
by 4 people.
Answer Snippets (Read the full thread at reddit):
Instead of doing homework at night, can you do it in the morning? Wake up need your full brain working in class as much as you need it to do the homework)
Set up a dedicated.
Just start with that.
|
|
Out of popular vote from 4 th period, I will be making a homework manager/organizer. How do you suggest that I do this? I am thinking of making maybe something like this ? But not as complex. Should I use a database for this? How should I design this ...
Started by Mohit Deshpande on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
2) look at your user stories and think hard absolutely need... .
You should probably have scenarios like add homework, view homework for tomorrow, edit homework...
Like "Jimmy wants to add a new homework assignment".
It "real".
|
|
Hi can someone explain me how to resolve this homework? (n + log n)3^n = O((4^n)/n). i think it's the same as resolving this inequality: (n + log n)3^n < c((4^n)/n)).
thanks in advance
Started by Giolo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Conversely, ....
By showing that you can find the c and k in question, then by definition you've proved the big-O bound .
You need to find a c (as you mentioned in your problem), and you need to show that the inequality holds for all n greater than some k .
|
|
School is back in session and I've found myself at a loss. At the end of last semester, we had a group project utilizing subversion (group of 4 people) to make commits and get it complete. I also noticed how easy it was to have access to a central point...
Started by bobby on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
I use for the repository:
<SchoolName> <SchoolName>\<className> //assuming homework are generally single files <SchoolName>\<className>\Homework\ //assuming multiple files.
|
|
I know I should do my homework on my own but I simply cant get my homework to work the way I want it to:
from __future__ import division import turtle import math def triangle(c,a,b,beta,gamma): turtle.forward(c) turtle.right(180+beta) turtle.forward(...
Started by Thomaschaaf on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://en.wikipedia.org/wiki/Law%5Fof%5Fcosines
you can use law of cosines: c² = a² + b² - 2abcos(alpha)
Old Indian Chief (as I was ... .
I think what you're looking for is the Law of Cosines , using acos and asin like you are presumes a right triangle .
|
|
I got a homework assignment today: "Create a program that calculates out how many ways you can add three numbers so that they equal 1000."
I think this code should work, but it doesn't write out anything.
using System; namespace ConsoleApp02 { class Program...
Started by Freakingout on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
Your homework so just.
Of the for loop and never even checks if it is 1000 in the 'if' statement .
|