-
Began Watching Finder & Dock not working properly in Sierra
I run Sierra unsupported on a late 2009 Mac Mini and have had no problems with it until now after trying to uninstall and re-install (unsuccessfully) Skype. The Finder is … -
Replied To a Post in Increase size of Virtual Machine in VirtualBox
Here's the words to find the tutorials: https://www.google.com/search?q=VBoxManage+apple+os+resize+vhd Pick the solution you like. -
Began Watching Increase size of Virtual Machine in VirtualBox
I'm running VirtualBox on Sierra with a Windows 7 Guest VM. How can I increase the space available to the VM? I started with 20GB but I realise now it … -
Gave Reputation to monaf in Wifi Doesn't Have A Valid IP Configuration?
Sometimes during the use of Wifi, we may face an error which is "WiFi doesn’t have a valid IP configuration". Mostly Windows 10 users face this error. There are more … -
Replied To a Post in Windows 10 October 2018 Update (version 1809) PAUSED.
> **It appears the bug that caused file deletion was related to Windows 10 users who had enabled Known Folder Redirection to redirect folders like desktop, documents, pictures, and screenshots … -
Gave Reputation to Jim_9 in Has anyone converted systems from COBOL to another language?
There is a high quality, open source COBOL compiler called GnuCOBOL. It translates COBOL code to C, which can then be compiled to machine language on just about any platform. … -
Replied To a Post in Save Image to Computer Server
Seems there are a lot of prior examples. Pick your solution or ideas from https://www.google.com/search?q=save+image+from+computer+client+to+server+using+java -
Began Watching Save Image to Computer Server
How to save image from computer client to server using java?? Give me the source code.. -
Replied To a Post in Showing error "failure sending mail." please help me
https://www.google.com/search?q=smtp+gmail.com+port shows that's one of the ports. But I'd not use that yet. Instead I'd go get any working example from 2018 with a search like https://www.google.com/ then put in … -
Began Watching Showing error "failure sending mail." please help me
showing Error "Failure sending mail." please help me i used port 587 because maximum example 587 used this port how i can know the my mail port or it is … -
Replied To a Post in Windows 10 October 2018 Update (version 1809) PAUSED.
@dorey, The insider thing is for those that want to be beta testers. I'm encountering folk that don't understand the risks. -
Replied To a Post in Altering statistics of generated random numbers
Yes that's odd. Why would you want the statistical value to change? Most math gives us the result but you ask how to change the result. If you want a … -
Began Watching Altering statistics of generated random numbers
This may sound wierd, or easy, I just don't have a statistics background. How do I alter the statistical value of an array of emmitted random numbers? I am completely … -
Gave Reputation to Reverend Jim in How Should Voting Machines Work?
>I tried to move it, but couldn't find that option. I'd vote for that option. If only there was a way to do that securely (cleverly putting us back on … -
Gave Reputation to Reverend Jim in Windows 10 October 2018 Update (version 1809) PAUSED.
I installed it on Oct 3 but because I automatically take a differential image every morning I was able to roll it back out. -
Gave Reputation to JamesCherrill in How Should Voting Machines Work?
Obviously a mis-click for the adjacent self-driving topic. I tried to move it, but couldn't find that option. -
Created Windows 10 October 2018 Update (version 1809) PAUSED.
> We have paused the rollout of the Windows 10 October 2018 Update (version 1809) for all users as we investigate isolated reports of users missing some files after updating, … -
Began Watching Windows 10 October 2018 Update (version 1809) PAUSED.
> We have paused the rollout of the Windows 10 October 2018 Update (version 1809) for all users as we investigate isolated reports of users missing some files after updating, … -
Gave Reputation to happygeek in Anchor text
You'd think a digital marketing agency would know this stuff already, but hey ho I guess there are true digital marketing agencies and spamming chancers eh? -
Replied To a Post in is it possible to test non wsdl soap server with soapui ??
Thanks for the code dump. This seems to have cleared up that the issue is not how to test at all but that your real issue is you have some … -
Gave Reputation to happygeek in How big are Windows 10 updates?
More to the point why go back to an unsupported and insecure (certainly a **lot** less secure anyway) version of the OS? There always seems to be a lot of … -
Replied To a Post in is it possible to test non wsdl soap server with soapui ??
Something doesn't jive. That is, how could you develop an API and then not have the API? Maybe something wasn't told. Such as "I have this website and now I … -
Replied To a Post in is it possible to test non wsdl soap server with soapui ??
My question is why must it be soapui? Testing is usually planned in advance for the project. I can't guess why you were downvoted at https://stackoverflow.com/questions/52684277/is-it-possible-to-test-non-wsdl-soap-server-with-soapui-or-postman Maybe they expect folk … -
Began Watching is it possible to test non wsdl soap server with soapui ??
if its possible please give me instructions Thank you in advance -
Replied To a Post in trapping cell value
While I have used Excel since 1.0 days and spreadsheets since CP/M I have yet to trap a cell value. This may be why the lack of replies. Also -> … -
Began Watching trapping cell value
I am using Cell 2 and cell 3 of Column A Column B and Column C Column B is the Profit % and Column C is the Selling Price cell … -
Replied To a Post in c++ // Help cin and cout to printf and scanf
I think I'd check out prior discussions for this one. Example: https://www.google.com/search?q=convert+cout+to+printf -
Began Watching c++ // Help cin and cout to printf and scanf
//How to change cin and cout to printf and scanf??? #include <iostream> using namespace std; char square[10] = {'o','1','2','3','4','5','6','7','8','9'}; int checkwin(); void board(); int main() { int player = 1,i,choice; … -
Gave Reputation to alan.davies in get the value from combo box and insert into specific database
Erk! Do not use this code as you are wide open to sql injection. -
Replied To a Post in My PC broke and I have some "bad stuff" on it.
My method. Connect it to any other PC and use DBAN (see google.) -
Began Watching My PC broke and I have some "bad stuff" on it.
My PC broke and I have some "bad stuff" on it. How do I destroy the files from my hard drive? -
Replied To a Post in How do Cat5 cables work?
That's something I would google. It's also a common SHILL POST that we banned from another forum. The poster turned out to be selling cables. This and another post is … -
Began Watching How do Cat5 cables work?
How do Cat5 cables work? and what difference between cat5 and cat5e. -
Replied To a Post in Access my local Wordpress system from another computer on the same network
Just a nod to check firewalls. Both in Windows and the router. -
Began Watching Access my local Wordpress system from another computer on the same network
I have made the changes to the Apache http.conf file AllowOverride All Require all granted And added the Listen: 192.168.1.20:80 Save the conf file and restarted Apache But when I … -
Replied To a Post in multiple values from a file into list
Your question appears to be: "most efficient, using a dictionary or a list." To answer that you would have to try both and benchmark the results. I hate to write … -
Began Watching multiple values from a file into list
I have a file that contains flow statistics from a switch. This is a big file with alot of values I would like to print out the statistics based on … -
Replied To a Post in can anyone suggest me good software to learn i am completed my btech?
I think this is all up to you. For many topics you can use Google and [Google Scholar.](https://scholar.google.com/) In the news are Coding Bootcamps that cost thousands and don't deliver … -
Began Watching can anyone suggest me good software to learn i am completed my btech?
i have completed my btech in electronica communication, and i have 5 yrs gap , i have completed my btech in 2013, i just want to restsrt my career can … -
Created can anyone suggest me good software to learn i am completed my btech?
i have completed my btech in electronica communication, and i have 5 yrs gap , i have completed my btech in 2013, i just want to restsrt my career can … -
Replied To a Post in get the value from combo box and insert into specific database
Please add what line you think the issue is at and "what is the issue" to this. As it stands your post looks to be a how-to. -
Began Watching get the value from combo box and insert into specific database
<?php $msg=""; $image1=""; $image1_err=""; //if upload button is pressed if(isset($_POST['upload'])){ $target="images/".basename($_FILES['image']['name']); $db=mysqli_connect("localhost","root","","categories"); $image=$_FILES['image']['name']; $text=$_POST['text']; if(isset($_POST['electro'])){ $sql="INSERT INTO electronic(image,text) VALUES ('$image','$text')"; mysqli_query($db,$sql); } //move image to a file if(move_uploaded_file($_FILES['image']['tmp_name'],$target)){ $msg="Image uploaded … -
Replied To a Post in Facing issue on New Windows 10 patch
I'd find other posts about this and compare notes. The one, the only PC that did this had prior malware damage. Given your post about illegal activities I worry you … -
Began Watching Facing issue on New Windows 10 patch
Yesterday I have updated Windows 10 new patch around 450 MB. After installation computer restart automatically. What I have to do now? -
Gave Reputation to happygeek in How do I compare & merge two Microsoft Access 2007 databases
Dani was testing stuff, and this thread was used as part of that which caused it to appear in the feed. -
Gave Reputation to happygeek in How do I compare & merge two Microsoft Access 2007 databases
Dani was testing stuff, and this thread was used as part of that which caused it to appear in the feed. -
Replied To a Post in How big are Windows 10 updates?
@Claire. How about some source for your claims? I'll share my example for W10 size. I took an old 2006 Dell Inspiron E1505 with dual core 32 bit Intel cpu … -
Replied To a Post in undefine index error in php
Since I don't have the database the only thing that I thought of is if a file is found in lines 2 to 10 that does not exist in your … -
Began Watching undefine index error in php
I have a table called download_manager .It has two columns filename and downloads .What I want to do is to get file name and its download count and display them … -
Gave Reputation to pty in How do I compare & merge two Microsoft Access 2007 databases
I just realised this thread is six years old. I had no idea that was the case when I answered above. For some reason it was in the main feed …
The End.