Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
Member Avatar for happygeek

According to research from data recovery specialists Kroll Ontrack, some three quarters of those workers that had lost data on a broken device didn't attempt to ensure that information was irretrievable before disposing of the hardware. ![dwebdatarip](/attachments/large/0/dwebdatarip.jpg "dwebdatarip") It doesn't matter whether the hardware itself is a PC or laptop, …

Member Avatar for Backgroundsun
2
2K
Member Avatar for kswag18

Can someone please write this program for me? Your program will accept as input only unsigned integers in the range 2 .. 65535. If the user enters a value that is invalid, your program must print a helpful error message and prompt the user to enter a new integer. Your …

Member Avatar for Schol-R-LEA
-2
725
Member Avatar for CFROG

I'm using Ubuntu server 12.04 LTS, nginx, PHP5, PHP5-fpm Recently I upgraded my PHP from v 5.3 to what I thought would be 5.4 but the package I used was further along than I thought and I ended up with v 5.5. It upgraded with no issues but I really …

Member Avatar for matrixdevuk
0
406
Member Avatar for Lilantha

I want to know how can i connect two PC through USB port and can i share date between two PC

Member Avatar for AcmeUK
0
128
Member Avatar for helb992

My teacher give me this, write this in C++, but I have a lot of project, please help me Write a program "computer". The program allows the user to enter an expression, then print the results to the screen. Note: - Expressions parentheses, brackets can nest - Expressions will have …

Member Avatar for AcmeUK
0
159
Member Avatar for cachapita

Hello, thing is Im doing my systems engineering internship in the systems department of a mall... the manager told me about a project they have in mind... and intranet were store owners can communicate with the mall to report problems and inform of payments. On this intranet, different departments of …

Member Avatar for AcmeUK
0
138
Member Avatar for AcmeUK

Hi Guys I want to use ModemDriver.py (v2.0.13) to send and receive SMS via a Mobile Broadband modem. Please don’t tell me to use Wammu/Gammu etc. I have wasted weeks trying to get then to work correctly! I can get things working via the command line. What I want to …

Member Avatar for AcmeUK
0
229
Member Avatar for acejames1

i am currently looking for a software that does a real particular thing. i had a friend that let me use a pc tools mag disc at one time that had a large amount of programs but there is one in particular that i am looking for at this point …

Member Avatar for gerbil
0
219
Member Avatar for rzufelt

Hi All, If i copy/paste line for line the below code into IDLE (v2.5 or v2.6) it works perfectly and sends me the email message. [CODE]import smtplib fromadd = "arcazy@foo.com" toadd = "meufelt@wfoo.com" msg = "Insert message body here" server = smtplib.SMTP('exchange01.foo.com') server.sendmail(fromadd, toadd, msg) server.quit()[/CODE] However, If I try …

Member Avatar for Gribouillis
0
208