-
Replied To a Post in Artificial Intelligence II
This can't be left here without mentioning Microsoft's hilarious fail with this link: http://www.telegraph.co.uk/technology/2016/03/24/microsofts-teen-girl-ai-turns-into-a-hitler-loving-sex-robot-wit/ > "Tay" went from "humans are super cool" to full nazi in <24 hrs and I'm … -
Began Watching Artificial Intelligence II
What is Artificial Intelligence for? Is it only for game development? is there any other things that it might be useful for? Thanks for advice. -
Replied To a Post in Artificial Intelligence
I thought Microsoft's attempt to put one online was hilarious. Read http://www.telegraph.co.uk/technology/2016/03/24/microsofts-teen-girl-ai-turns-into-a-hitler-loving-sex-robot-wit/ Did they take the time to reveal just how badly they do AI? -
Began Watching Artificial Intelligence
Hello, Ever heard of artificial intelligence? I just attended Microsoft exhibition here in Indonesia. They introduce artificial intelligence called Rinna. anyone ever heard of one? It's a chat program that … -
Edited C++ p.o.s system
How to do p.o.s system that need enter a switch statement on c++ -
Replied To a Post in compute a weight and height BMI
Just thinking. By now in your course you should be able to create the first part of the assignment which is: "Write a java program that asks a person for … -
Replied To a Post in Help with Dependent Dropdown Boxes
Duplicate? See answer at https://www.daniweb.com/programming/web-development/threads/510259/are-dynamic-and-dependent-dropdown-possible -
Began Watching Help with Dependent Dropdown Boxes
I'm attempting to simplify my fundraising page, and would like to show exactly how much each donation would help us out. I've listed the options below, but I would like … -
Replied To a Post in compute a weight and height BMI
It appears you are in a course that just handed you an assignment or "homework." The course should work its way up to this moment. That is, if you weren't … -
Began Watching compute a weight and height BMI
Write a java program that asks a person for his height (in meters) and weight (in kilograms) and outputs one of the messages: underweight, normal, or obese, using the BMI … -
Replied To a Post in VBA Code to convert Binary file to Text
Why do that? NotePad++ can show you the hex and the ASCII. [See these screens.](https://www.google.com/search?q=notepad%2B%2B+binary+editor&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjkn42N25HXAhUnwVQKHb7TDqYQ_AUICigB&biw=1536&bih=732) PS. VBA is not VB6. As VB6 is rare and dead now, can you clarify? -
Began Watching VBA Code to convert Binary file to Text
Hi, I need to convert a binary notepad file into a text (readable) file using VBA. Is this possible with just using VBA code? If so what would that code … -
Replied To a Post in Need Help with PDF form
You'll have to reveal more. If you are using the EMAILTO method, it required the PC/Apple have a compatible email client. "For a mailto "submit" to work there has to … -
Began Watching Need Help with PDF form
I have a PDF form that I created in Adobe and made it fillable. I was able to upload it to the website. The problem is the submit button does … -
Replied To a Post in preg_replace_callback(): Requires argument 2, 'Array', to be a valid
Maybe you don't want to use a callback? I'm guessing here since the error message still looks truncated. Read https://stackoverflow.com/questions/44602874/warning-preg-replace-callback-requires-argument-2-to-be-a-valid-callback where it's covered by a reply with "You cannot use … -
Replied To a Post in preg_replace_callback(): Requires argument 2, 'Array', to be a valid
I think which version PHP matters as I read priors at [https://www.google.com/search?q=preg_replace_callback()%3A+Requires+argument+2](http://www.) You cut off your error message and didn't reveal which PHP version so my guess is you moved … -
Began Watching preg_replace_callback(): Requires argument 2, 'Array', to be a valid
Hi, Below is my code can you please help me to fix it. function gw_bbcode_html($t) { $regexfind[] = '/\<(.+)\>/esiU'; $t = str_replace('&', '&', $t); $t = str_replace('"', '"', $t); $t … -
Replied To a Post in VS 2015 don't see Crystal report viewer
I worry that you fell into that hole due to using or upgrading VS from some version to VS 2015 COMMUNITY. You see others note this on the web and … -
Began Watching VS 2015 don't see Crystal report viewer
I don't see 'Targer Framwork' change (.NET Framework 4 Clint profile) or others to --->> (.NET Framework 4) in vs 2015 Advance compiler settings -
Replied To a Post in Formatting Dates
The example at https://www.w3schools.com/php/func_date_date_format.asp looks very close. -
Began Watching Formatting Dates
How do i formatt the dates do the come out as DD/MM/YYYY please <?php $convar = mysqli_connect("localhost","root","","ffp_calendar"); if(mysqli_connect_errno()) { echo "Error occured while connecting with the database ".mysqli_connect_errno(); } $sqlvar … -
Replied To a Post in undefined reference to `mysql_get_client_info'
This sounds like a continuation of the problems you had at https://www.daniweb.com/programming/software-development/threads/510079/c-programming-mysql#post2227467 I think you need to contact the author of that web page and ask if they have a … -
Began Watching undefined reference to `mysql_get_client_info'
I keep getting this message. undefined reference to `mysql_get_client_info' From what I can figure out when I google it I am not linking correctly. So I tried this. gcc *.c … -
Replied To a Post in Formatting SQL Query in PHP
Did you try https://www.w3schools.com/php/func_string_number_format.asp -
Began Watching Formatting SQL Query in PHP
How do i format my Query result so it has thousand seperator and only to 2 decimal places <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta … -
Replied To a Post in MIPS How to remove the first character of a string
Well an Integer is not a string so let's for giggles add 5 to 9 and the result is (integer) 14. We can't print that yet since it's not a … -
Replied To a Post in Student Database Program in Java for class 10 Students
So something like http://www.eecs.qmul.ac.uk/~mmh/ItP/resources/studentdatabase1.html ? That and others are just a google away. Have anyone mentioned Google to you yet? Why I ask is I do occasional run into folk … -
Began Watching Student Database Program in Java for class 10 Students
Can you please Create a student database in java using string and arrays wherein we can store details of students Like their ROLL no, Name, Father's Name,DOB, Section and then … -
Replied To a Post in MIPS How to remove the first character of a string
In many systems the string resides at some address and here's the trick. Think about how you print that string. You pass the address of where the string is to … -
Began Watching MIPS How to remove the first character of a string
Basically title. Part of a larger program, but I can't figure out how to remove just the first letter (it's always not a number; A, B, C, X, etc.), and … -
Gave Reputation to pty in Cross-Posting
> Unfortunately I am as much in the dark as everyone else here as to how to adapt. Have a quick look at what's replaced forums in this area. Take … -
Replied To a Post in Tokenization
This sort of problem has been kicked around since before 1986 and in http://rosettacode.org/wiki/Talk:Word_count you find out you need to define what a word is. Then we can look at … -
Began Watching Tokenization
Using Python, tokenize using space as a parameter. Count the total number of words in the document and the frequency of each word. Also, identify the word with least frequency … -
Replied To a Post in Foreach unique problem
So I dropped your code as-is on http://phpfiddle.org and has issues that stopped me from seeing what it does. Now that I tried that, you'll have to explain in detail … -
Replied To a Post in Foreach unique problem
I read this twice and can't find what you really wanted to accomplish. Also, watch https://www.youtube.com/watch?v=-5wpm-gesOY -
Began Watching Foreach unique problem
Hello, I have a problem to get unique values from dateperiod-loop. There is a tons of examples how to do it, but after hours of searching, i couldn't find suitable … -
Replied To a Post in Why this code occur “Type 'FILE' could not be resolved”?
Time to read https://www.tutorialspoint.com/c_standard_library/c_function_fgetc.htm again. I don't see any error checks in your code for the missing input file or the end of file handling. -
Began Watching Why this code occur “Type 'FILE' could not be resolved”?
I wrote the code that using txt file, but error "0 [main] assignment4 16012 cygwin_exception::open_stackdumpfile: Dumping stack trace to assignment4.exe.stackdump" is only thing that printed to console. Here is my … -
Replied To a Post in Looking for a running app partner 50/50
I was googling about this and that explains why it looked stale. Since you are in school, that's your best network to find free help. May want to stay local. -
Replied To a Post in Looking for a running app partner 50/50
It appears you've been at this for over a year now. https://angel.co/fakenamez Can you reveal why you weren't able to attract talent? -
Began Watching Looking for a running app partner 50/50
Hello, I am running a social app called Fakenamez. You can download in App Store or check www.fakenamez.com. I am currently looking for a business partner who is good at … -
Replied To a Post in Please help! Create First half of tic tac toe game in C++
In the case of common apps like Tic-Tac-Toe I might defer to https://rosettacode.org/wiki/Tic-tac-toe but if you were to supply other folk's code you would indeed be missing out on the … -
Began Watching Please help! Create First half of tic tac toe game in C++
Hi, I have been given a project to finish in school in 3 phases, the thing is I am not that good when it comes to programing. The project was … -
Replied To a Post in Cross-Posting
Here's the dictionary for Pander (noun). "Gratify or indulge (an immoral or distasteful desire, need, or habit or a person with such a desire, etc." There has been a slew … -
Replied To a Post in about vb6 flex grid
I'd start with research and a few tutorials. Since this is VB6 there appear to be many. Start like this: https://www.google.com/search?client=opera&q=VB6+display+the+data+in+flex+grid+tutorial+examples -
Began Watching about vb6 flex grid
Hi Folks, This is Raghuveer I am very new to the vb programming I need to display the data in flex grid.Please give me the guidence -
Gave Reputation to diafol in Cross-Posting
I think this behaviour is becoming de rigeur. TBH, we only get posts from noobs, fly-byers and shit-tippers. Maybe the odd forum-savvy OP. Why expect anything more? Not sure if … -
Replied To a Post in Luckysevens
You write you need help but only dump code and supply the class assignent text. I can't find what issue stopped you from completing the assignment. Remember that homework help … -
Began Watching Luckysevens
import java.util.Scanner; public class LuckySevens { private int diceLength; private int rolls; private int sides; private int numRolls = 0; public static void main (String [] args) { Scanner reader … -
Replied To a Post in PUP.Optional.ASK
@Mag_1. When the usual easy fixes fail you are often faced with posting to Bleepingcomputer.com. Be sure to read their rules on how and what to post. They have a …
The End.