-
Replied To a Post in My pendrive content changing as shortcuts.
What Hiroshe said. Also, are you sure your Explorer settings aren't configured to create shortcuts for copies instead of real copies? So, how do you do these "copies". Finally, does … -
Replied To a Post in Windows Server 2008 asking for activation again?
This is why I run Linux - no activations, registrations, other people pwning my system credentials... Rant finished. It is possible that either MS "lost" your registration/activiation, or someone (malware) … -
Replied To a Post in AdwCleaner
It probably isn't needed, but look in the add/remove applications tool to see if the system thinks it is installed. If so, use the tool to remove it, and then … -
Replied To a Post in Error : cannot retrieve repository metadata (repomd.xml)
You have changed the baseurl target to a local directory in /media. This is either incorrect, or the required data that should be there isn't. Why did you do this? … -
Replied To a Post in Need help to find string words via using like oprator
So, what IS your problem. You seem to have determined that the row doesn't contain the "and clothes" term searched for, hence the lack of results. Please be more specific … -
Replied To a Post in how to save value on the listbox to mysql database
Read the PHP and HTML manuals yet? Sarcasm aside, normally, you do this with a form that calls either the same or another php page using either POST or GET … -
Replied To a Post in Lost one third of display
It is more a matter of cursor location. Just because the display is "blank" in some areas doesn't mean that the system doesn't know that the cursor is located there. … -
Replied To a Post in Kannel SmS Gateway
First, can you get the messages? If so, please provide an example. Second, if you do get the messages, then parsing them mostly depends upon how the elements are separated … -
Replied To a Post in Save and Retrieve word document in Sql Database
The reverend's solution should work with MS-SQL. Basically, a Word file is a BLOB of unknown size. If you aren't using MS-SQL, then the definition and possibly access will differ. … -
Replied To a Post in Algorithim Verification
Yeah. This is a 5 year old question, to which the correct answer should have been "Do your own homework idiot!"... :-) -
Replied To a Post in I/Q data scaling before AM/FM demodulation
You need a baseline value range to determine if scaling is necessary for your situation, and that may vary depending upon your audio gear. Just remember that data is just … -
Replied To a Post in Need to create scrip to issue GET request over telnet
Sorry, but we don't do your homework for you. What have you tried so far? -
Replied To a Post in Going back to a submenu (Python)
Posting your code can be helpful. Hiroshe has made valid points, and without your code, we can't be more specific than that. -
Replied To a Post in I NEED HELP WRITING CODE
No. 1. Read a book. 2. Study code. 3. Write code. 4. See what works for you. Go back to 1. -
Replied To a Post in Unable to check the Checkboxes with Database Values
How are you pushing the data to the next page - via Posts or Gets? That's the key. You can call the same page in a form and either use … -
Replied To a Post in Touch screen panel + USB controller - send generic (x,y) data to PC
If the device has Linux driver support, this should not be difficult, and most Linux GUI's should support it. If not, then you have some serious coding (interrupt handlers and … -
Replied To a Post in How to use windows 8 recovery media cd with out cd drive
This is a chicken and egg problem. No drive, cd/dvd won't work. You either need to get an external drive, or have someone write it to a USB thumb drive … -
Replied To a Post in Difference between window/shell_reverse_tcp and windows/shell/reverse_tcp?
Is this what you are talking about? https://www.rapid7.com/db/modules/payload/windows/shell/reverse_tcp In any case, what exactly are you trying to accomplish? -
Replied To a Post in Help! Keep getting Application Error 0xc0000142
iOS 8 on a Windows machine? iOS is an Apple OS and won't run there. Are you sure you don't mean Windows 8? Also, there is a 32-bit and a … -
Replied To a Post in Use faulty screen laptop into PC monitor (is it worth it)?
What David said. The laptop should be able to be switched to use only an external display with an FN key press. -
Replied To a Post in A ternary computer that actually works?
I love it when the clueless try to reinvent the wheel, using straight elements (no curves). My wife, a particle physicist gets equally p.o'd when I try to explain the … -
Replied To a Post in [question] Operator overload
There are a number of good discussions on the internet about this - try a google search on the terms "java operator overloading". The short answer is that java does … -
Replied To a Post in Error when using 'file' command when file package is compiled from sources
It sounds like you are compiling something that has to talk directly to hardware, hence the firmware indication. Are you sure you have the appropriate hardware for this tool? Also, … -
Replied To a Post in TV monitor does not recognize windows 8 but does recognize win 7/vista
Versionitis? I think that Win7 and Win8 are using very different protocols to communicate with the TV, giving you the effects you are experiencing. Obviously, Win8 can understand the TV, … -
Replied To a Post in brightness adjustment gateway NV56R10M
This likely has to do with how the specific Linux distribution you are using has programmed the keyboard. Obviously, Deepin Linux has programmed it correctly. You will need to reprogram … -
Replied To a Post in resize my hard disk please
If the /home and the unallocated space are contiguous, you can use fdisk to resize the /home partition, and then use resize2fs to increase the file system size. Do bear … -
Replied To a Post in the maximuim internal size can my computer handle ?
The maximum disc size depends upon (to some extent) the file system that is using it. In any case I think that 2TB is about the smallest maximum size (kind … -
Replied To a Post in How to set up VPN?
Your dhcp is via Meraki - as in Cisco's Meraki routers? You have one physically on-site? -
Replied To a Post in exploring in windows 7 problem
Your image is too fuzzy to read. -
Replied To a Post in FIBRE CHANNEL SINGLE DISK DRIVE TO WRITE AT 180-200MBYTE/SEC
Not likely possible, except possibly with fastest (most expensive) devices. Discs cannot physically write this fast. With appropriate cache on-disc, you can write small amounts to the disc at those … -
Replied To a Post in Proxy based Security Protocols
3 days eh? Good luck! How long have you had this assignment? So, the three issues are: 1. Confidentiality (no snooping) 2. Integrity (someone cannot compromise the thread) 3. Authentication … -
Replied To a Post in I can't acces my drive
Also, try booting into safe mode, and run some industrial-strength virus/malware scanners on the system. It does seem like you have been pwnd, and it is likely some sort of … -
Replied To a Post in PC TURN ON, BUT NO DISPLAY ON SCREEN
Take or send it in for repair. It appears to be a hardware problem - the auto-restart is a good indicator of this. -
Replied To a Post in Tethering
Is this where your PC is using your cell phone's data connection? If so, then tethering works for one PC. For others you need to use the phone as a … -
Replied To a Post in Help ! occur (3) when restore iphone 5
Time to make an appointment with the Apple "gurus" at your local Apple Store... -
Replied To a Post in Semaphore two process, C program
I don't see any `fork()` calls in your code, which is how you would create multiple subserviant processes (parent create two processes). Those are not threads, but seperate processes that … -
Replied To a Post in Coding Challenge: String to Date
This is exactly why we try to enforce some consistent formats on dates, such as MMDDYYYY, DDMMYYYY, MMDDYY, DDMMYY, etc. As long as the format is agreed upon, then this … -
Replied To a Post in SDR with USB Tv Tuner (Gadmei UTV382 USB TV BOX)
What do YOU mean by IQ samples? What exactly are you trying to get out of this device? -
Replied To a Post in Sales,balance
You can program C in C++, but not the other way around. Read what JorgeM said... -
Replied To a Post in what are the best android programming books?
Go to Google's Android development web site, download/install the android emulator, learn Java (Android's Dalvik is java with a different compiler/virtual-machine), and get some Java programming books. There are tonnes … -
Replied To a Post in Watch Amazon Instant Video on Ubuntu
My guess would be that the Amazon DRM (Digital Rights Management software) is not supported by Ubuntu 14.04 or your version of Flash. -
Replied To a Post in discrete math
Sorry, but we don't do your homework for you. First, you don't mention the programming language you are going to use - even if only pseudo-code or ANL if this … -
Replied To a Post in Need a demo Program for bank account c class
So, you post a bunch of code and fail to say anything about what your specific problem may be... So, what IS your problem? -
Replied To a Post in Why VLC not working in Fedora 20
You aren't giving much information here. Which version of VLC? How did you install it? Does it start but generate an error? If you start it from a command line, … -
Replied To a Post in School Problems
You need to contact your school systems administrator(s). There is nothing more we can help you with here. -
Replied To a Post in so whats after?
To quote the title of one of the pre-eminent tomes of computer science by Niklaus Wirth, "Data Structures + Algorithms = Programs". Anyway, since you are going to take a … -
Replied To a Post in converting decimal tobinary numbers
We do NOT do your homework for you! pyTony's link may help, but we won't provide a solution to this problem. If you make an effort to solve it on … -
Replied To a Post in Set theory(computing) Help with Question
Honestly, I have to agree with Hiroshe. If the result of the insert operation of z,x,z into the second position of x,y,z is to result in a set, then the … -
Replied To a Post in Windows media player
VOB files are mpeg2 DVD files. As the others have said, VLC will have no problems with these. Note that most DVDs have multiple 1GB VOB files associated with a … -
Replied To a Post in Upgrading (or maybe not)
JorgeM is spot on, in my opinion. 1. Back up your data. 2. Install a clean Win7 image. 3. Run Linux or other operating systems in a virtual machine with …
The End.