-
Replied To a Post in Help with minimax algorithm
While I can't call any concise since that would be for you to judge I do find many articles and even videos on the subject matter with https://www.google.com/search?q=minimax+algorithm Now that … -
Began Watching Help with minimax algorithm
Hello guys, I need a concise explanation of the minimax algorithm... I understand it perfectly when explained with trees but the confusion comes in the code implementation... How do I … -
Replied To a Post in python
Take the time to read https://developers.google.com/edu/python/strings Notice how the index into strings start at zero. -
Began Watching python
word="have a good day" if i want to print only this word (good) i will run this cod print(word[6:11]) why i should write 6 ? and 11? -
Replied To a Post in Label text
That makes sense. I'm surprised Visual Studio didn't balk at using variables before they were declared. (Dim is where such is declared in VB) -
Replied To a Post in Label text
I thought a broblem is a problem with your bro? But the only thing I think I see, and I'm not sure because I can't do the same in VB … -
Began Watching Label text
Hi I have a broblem with my label text. The code is Public Class Form5 Dim a As Integer Dim currentDate As DateTime = DateTime.Now Dim jaarnu As Integer = … -
Gave Reputation to JamesCherrill in Simple mobile Iphone apps
err, no, no way, absolutely not "This tutorial only works for Xcode 4.6 or lower." The current version is 9.2 and it uses Objective C rather than Swift, which was … -
Replied To a Post in Simple mobile Iphone apps
Here it is -> https://www.appcoda.com/hello-world-build-your-first-iphone-app/ -
Began Watching Simple mobile Iphone apps
Hello, all can anyone have some information on how to develop a simple iphone app..? (its for an FYP) -
Gave Reputation to pty in AMP - Accelerated Mobile Pages
https://www.ampproject.org/ Based on your prior record Davy, I think it will take you 98 forum questions and 14 pastings of random code you find on the internet to solve it. -
Replied To a Post in Problems with ACER ASPIRE PC
Try https://www.computerhope.com/beep.htm as well as see if there is any service manual for this one. Share what you find out. -
Began Watching Problems with ACER ASPIRE PC
Hi, i have problem with my PC. He can't turn on. My computer is Acer Aspire with Acer Inc. N1996 motherboard. When I press button, computer don't communication with monitor. … -
Replied To a Post in Firewall/Proxy
@P, since you revealed nothing about your internet setup or location it is anyone's guess why your PC does this. Only the picture tells me this is some PC. Think … -
Began Watching Firewall/Proxy
I have a question. Whenever I try to open youtube up, it shows up like this(except instead of facebook it's youtube and instead of "it took too long to respond, … -
Replied To a Post in Streamplot 2D domain in python
The last time I used a streaming plotter, yes, you can only feed it values along the y that match since the chart scrolls along and y must be same … -
Began Watching Streamplot 2D domain in python
Hello. I got one question, when i want to streamplot this, i got eror: "raise ValueError("The columns of 'y' must be equal")", i can't figure it out. :/ Thank you … -
Replied To a Post in C to MIPS conversion
The last time I did this (was for work) we used a C complier. -
Began Watching C to MIPS conversion
I'm trying to convert the following C code to MIPS64 (very new to this): If Im given the addresses: (a @ 100) (b @ 200) (c @ 300) long int … -
Replied To a Post in installed new HDD, now error
In a pinch, I try some USB case to prepare the drive. As to power I rarely run into that as a run of the mill HDD takes at most … -
Replied To a Post in motherboard recomendation
Always check out PCMR at https://www.reddit.com/r/PCMasterRace/wiki/builds -
Began Watching motherboard recomendation
I need a recomendation for a good motherboard and accompianing CPU. Here's what I'm looking for. Compatible with Linux plenty of USB ports plenty of sata ports, may be a … -
Replied To a Post in installed new HDD, now error
Usually some file system error. fsck time. Example at https://askubuntu.com/questions/62295/how-to-fix-a-comreset-failed-error -
Began Watching installed new HDD, now error
I just installed a new WD HDD. All I did was physicaly place the HDD in the computer and turn it on, now I'm getting this error. Imaged attached, any … -
Replied To a Post in Some problem with OpenCV SSE2 Not Available
Can you share the CPU in this box? That way we can see if it has SSE2. -
Began Watching Some problem with OpenCV SSE2 Not Available
I installed OpenCV on my older Ubuntu machine [](https://onlineslotscasinoz.com/) today. Now I wanted to try this library once. That's why I wanted to try the following code: #include <stdio.h> #include … -
Began Watching Spotify and Apple iPod nano
Hi please excuse my ignorance but can I download Spotify to an iPod nano and then use tracks in a vehicle via Bluetooth ? -
Replied To a Post in Microsoft SleepStudy
That's correct. As you read priors you find that another app had locked the folder you want gone. The problem is now "what is that app?" I can't know since … -
Replied To a Post in Microsoft SleepStudy
https://www.google.com/search?client=opera&q=Microsoft+SleepStudy finds priors. In short it looks like you often find tuneup apps (not from Microsoft) with a lock on this. Fix varies with each user. We always have options … -
Began Watching Microsoft SleepStudy
Does anyone know how to stop this process? It sits in Windows8_OS/Windows/System32/SleepStudy and builds multiple .ETL files in a ScreenOn sub folder The files can be deleted but the folders … -
Gave Reputation to sachitha_1 in java
Create three classes the Calculation class, Conversion class and Menu Class. The Conversion class should have the following methods. double KMToMiles(double distance) double MilesToKM(double distance) double FeetToMetres(double distance) double MetresToFeet(double … -
Replied To a Post in High CPU Usage with Threads / Sockets
The reply below is about an exit and "To avoid the infinity loop simply use a WaitHandle. To let the process be exited from the outer world use a EventWaitHandle … -
Replied To a Post in High CPU Usage with Threads / Sockets
About 100% CPU use in a loop. That's not unusual at all. You do need to move to an event driven system to get rid of an infinite loop. Example … -
Replied To a Post in Laptop for programming
Let's hear a little more. If this were for programming 3D gaming on 4K UHD displays, that budget is many times light. If it's just to run some Java run … -
Began Watching Laptop for programming
Hello, I would like to know what laptop is suitable for comfortable and convenient programming. I'm a student,which laptop is suitable to $700 ? I think take Lenovo 310 or … -
Replied To a Post in High CPU Usage with Threads / Sockets
About replicate what IIS does. Think about the years IIS and other systems with hundreds of programmers have been working on this. Now, for your first expedition I don't think … -
Replied To a Post in High CPU Usage with Threads / Sockets
At the office we don't have a single single core machine left. The last lowly machine we had and someone stole it was a 2006 Dell E1505 Core Duo with … -
Began Watching High CPU Usage with Threads / Sockets
Hi all, So before I went and posted ~800 lines of code, I have 2 questions: 1: What is the preferred way for us to post "complex" C++ (of course, … -
Replied To a Post in My Hp pavilion p7-1423w comes on but stuck on black screen that says.....
That's a desktop so options are plentiful. Google "The Dead PC" to see how we reduce the parts inside to as few as possible. Mind you that I am running … -
Began Watching My Hp pavilion p7-1423w comes on but stuck on black screen that says.....
Stuck on screen- processor type: intel(r) core (Tm) i5-2320 cpu @ 3.00ghz Processor speed: 3000mhz L1/L2/L3 cache size: 64 kbx4 / 256kbx4 / 6144kb Memory size: 8192 mb DDR3/ 1333 … -
-
Replied To a Post in Lenovo Screen Flickers Black
Ahh the perils of the failing laptop. Your first order of business is to backup your stuff before it's lost. After that you may want to run some hardware test … -
Began Watching Lenovo Screen Flickers Black
So two nights ago I turned off my laptop (it was working fine) amd noticed it took a little longer to shut down, then the next morning it took 40 … -
Replied To a Post in Pseudocode
Psuedo code is easy to find the definition on the web, so that's not the hurdle here. What I want you to do is forget that you are coding. Imagine … -
Began Watching Pseudocode
Im not really familiar with this kind stuff I really need help with this: develop an algorithm pseudo-code that will accept the names of each sales staff members and their … -
Replied To a Post in MS Access Multi Table set data form From1 Textbox in C#
Is this a tutorial or was the question forgotten? Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question then update your discussion. -
Began Watching MS Access Multi Table set data form From1 Textbox in C#
private void EnterAcNotextBox_TextChanged(object sender, EventArgs e) { int id; if (!int.TryParse(AcNotextBox.Text, out id)) { return; } string connString = ConfigurationManager.ConnectionStrings["dbx"].ConnectionString; string cmdString = "SELECT '#' FROM tblBasicInfo, tblAccData WHERE ID … -
Replied To a Post in Link Assemblies task failed unexpectedly
Far be it for me to replace Xamarin support but from what I see there are probably more files to be installed than just the APK. I remember other VS … -
Replied To a Post in Link Assemblies task failed unexpectedly
While I think you would be better off in Xamarin forums, I will ask a question since this is in Visual Studio. Nod first to their own forums at https://developer.xamarin.com/ … -
Began Watching Link Assemblies task failed unexpectedly
I've been trying to archive my xamarin.android project for publishing but I keep getting this error: Error MSB4018: The "LinkAssemblies" task failed I've searched this error and tried the suggestions …
The End.