Archive for April, 2010

How do I write a statement in dos using shell script to display a word?

April 16, 2010 - 11:14 am 2 Comments

I want to write a shell script in dos to display the word "Hello"

use the ECHO command:
echo Hello
or
@echo Hello
(@ keeps the command line from printing out)
"echo" with a dot:
echo.
displays a blank line
you can also add
pause>nul
to keep the shell script from closing (until a key is pressed)
so the ideal script would look something like:

@echo Hello
@pause>nul

or

@echo off
echo Hello
pause>nul

SQL update statement?

April 16, 2010 - 11:14 am 2 Comments

I have 2 tables. I want to insert T1 ( C3, C4) with T2 ( D3, D4) where T1.C5 = ‘09/2010’ with a SQL statements.

T1
—————-
C1 C2 C3 C4 C5
a 1 — — 09/2010
b 4 — — 08/2010
a 1 — — 09/2010

T2
—————-
D1 D2 D3 D4 D5

a 1 10 20 09/2010
b 4 50 40 08/2010
a 1 70 80 09/2010

Final Result table

T1
—————-
C1 C2 C3 C4 C5
a 1 10 20 09/2010
b 4 — — 08/2010
a 1 70 80 09/2010

Try something along the lines of

UPDATE T1
SET C3 = D3
SET C4 = D4
FROM T2 WHERE D1 = C1 AND D5 = ‘09/2010′

Do you believe in the statement of Mr. Villar that if win, after his first term there will no more poor in th?

April 16, 2010 - 11:14 am 4 Comments


That is premature statement.

It will take time to uplift the life of poor people in our country. He needs to start it with himself, if he is honest enough to serve our country without any intention of corruption i think he will but after all the allegations of C5 controversy and the huge money that he used in this election i doubt that he will not get even a single centavo in this government if he wins this election.

I need help writing a mission statement?

April 16, 2010 - 11:13 am 1 Comment

I am writing a mission statement on a 5 star italian restaurant? Can somebody please help me? It is for a grade.

TieTIe’s Italian Resturante!!!
Italian Or Nothing!!!!!! :D
100% Italian!!!
We here at TieTie’s offer the best Italian Food In The City Of San Antonio. We Offer Good Food. If You Are Not Satisfied We Will Gladly Return Half Your Money Back.

can i delete statements?

April 12, 2010 - 3:26 pm 1 Comment

is there anyway i can delete my bank of america statements online? at bankofamerica.com

Different banks follow different procedures. Most common practice is to show current balance, total transactions in a month and year. You can opt for the type of statement or account you want. Old accounts are preserved in archives accessible only on request. But in most cases transactions older than five years may be deleted. The best thing is discuss your needs with your banker.

Update command is deleting unrelated records?

April 12, 2010 - 3:26 pm 1 Comment

I’m trying to fix a software issue for a client. The client is using our software against an Oracle database. They are attempting to update records in a table via our software interface. The software generates a SQL UPDATE statement appropriately using a unique key field. The record being targeted is appropriately updated.

HOWEVER, another, totally unrelated record, is being deleted. Even if the user has no delete permissions on the table. The record being lost is the last one that would be returned if you sorted the table based on a different (multi-field) key (which isn’t being used in this procedure).

Any thoughts?

Check FOR UPDATE trigger on this table.

How does a paypal payment look on your BOA Credit card statement?

April 12, 2010 - 3:26 pm 5 Comments

i need to know how a payment of a Video game look on my credit card.
When i go to check out, the paypal thing says payment.
i want to know if the word PAYPAL will appearon my credit card statement.

Yes, just checked and it does say ‘PAYPAL *(Business) ‘ in every instance.

What’s a good thesis statement for adoption?

April 10, 2010 - 6:34 pm 1 Comment

I’m writing a research paper on adoption. I’m planning to make it about adoption records and the parents who adopted the child & parents who put the child for adoption. I have to come up with a good thesis statement that will include all that. Can you please help me out? If not, can you come up with a thesis statement for one of the topics?

So, far you have presented an excellent idea but the "thesis" statement will usually include the following four attributes:
1. take on a subject upon which reasonable people could disagree
2. deal with a subject that can be adequately treated given the nature of the assignment
3. express one main idea
4. assert your conclusions about a subject
Do you see the notion of controversy here? There is nothing controversial about the fact that people adopt children and then decide that adoption was a mistake. It’s just a fact. What conclusion(s) can you make about this fact? For instance you might say:
Couples who renegotiate adoptions are more likely to do so when they have been childless and conception took place after the adoption of the first child. (I have no idea if this is true) See the controversy?
You might approach the thesis examining the ages of the couple and the possible correlation of age with successful adoption. Let’s say that statistics from records indicate that the older the couple the more likely they are to be successful adoptive parents. That last sentence is another example of a thesis statement possibility.
Hope this helps and here is site with some great thesis information that may assist you: http://www.indiana.edu/~wts/pamphlets/thesis_statement.shtml#unassigned

How do I reduce this statement using boolean algrebra?

April 8, 2010 - 3:18 pm 2 Comments

F = BD’+A’D+BC’+A’B+C’D

Boolean algebra is way to complicated use K- mapping 10 times easier…

What are the chances of getting caught plagiarizing university personal statement?

April 8, 2010 - 3:17 pm 4 Comments

There are millions of students applying to a university each year, that makes it millions of personal essay. If someone were to copy the exact personal statement what are the chances of them being caught. Let’s say I’ve a friend who applied to UC Berkeley but he didn’t apply to UW, technically UW won’t be able to see what UC received, if I were to send this essay to UW. Would UW know?.

Assuming both the university asks the same topic essay.
Thanks for the answer, I was using an example, I didn’t do it, just asking "what would happen" , thank you.

Most likely, they won’t know. However, it’s really not a good idea to copy someone else’s writing. If you otherwise have a shot at UW I’m sure you’re intelligent enough to make your own worthy essay. Good luck.