-
Began Watching I am interested in funding a prototype for true "Social" media
So far, we have gotten lots of innovative social media models. I am not too sure if this has already been tried, but I want to innovate on ownership model. … -
Replied To a Post in How to code my website to download files from a file sharing site
All the sites I've seen use Mediafire supply a link to the file and we end up on the Mediafire site to complete the download. Why this is, is likely … -
Began Watching How to code my website to download files from a file sharing site
I have two large files that I want to make available for users to download. When trying to download from my web host, the download never starts and I get … -
Replied To a Post in how to barcode scanner in xamarin.form and connect sql server DataBase
I've read your comment and can't see what's stopping you. For us the USB barcode scanner was just like someone typing at the keyboard. Since it works like that, your … -
Replied To a Post in I want to make barcode Scanner in Xamarin and result go SQL Databa
See your other question. -
Began Watching I want to make barcode Scanner in Xamarin and result go SQL Databa
I want to scanner barcode in Xamarin.Form and bacode result go to sql server database -
Replied To a Post in how to barcode scanner in xamarin.form and connect sql server DataBase
Small world. I added bar code support to our apps long ago. The work wasn't all that hard. That is we picked up a few USB Bar Code readers which … -
Began Watching how to barcode scanner in xamarin.form and connect sql server DataBase
how to barcode scanner in xamarin.form and connect sql server DataBase -
Gave Reputation to JamesCherrill in GOTO FUNCTION:Roulete table
> How close is the 1:2 since there's that one green slot. Like I said, with one zero its 18:37 (ie 1:2.055). With 2 zeros its 18:38 (1:2.111) -
Gave Reputation to Dani in Filter results in MySQL with PHP
> The solution I got is to use a DISTINCT action in my SQL code. OMG! I'm sooo sorry. I got brainwashed after reading rproffitt's post ... it's DISTINCT, not … -
Replied To a Post in AttributeError: module 'pandas' has no attribute 'read_file' using python
Why is the letter r in the line with pd.read_file()? -
Began Watching AttributeError: module 'pandas' has no attribute 'read_file' using python
I am using colab and below is the code import pandas as pd import numpy as np import os import csv data = pd.read_file(r'C:\Users\sd3394\Test\CAN_all.csv') data.head() -
Gave Reputation to JamesCherrill in GOTO FUNCTION:Roulete table
> roulette wheels generally have slots with both a color and a number, and you have to get both right to pay off Each number is red or black according … -
Replied To a Post in Get one item of duplicate if found
For Mr.M. Now that you have the idea down pat what about ORDER? Maybe the ORDER can pop the row you want to the top. I don't see enough code … -
Began Watching Get one item of duplicate if found
Hi DW. I'm creating a chat system which will alow guests to send DMs to the operator and the operator can reply to it. I'm using MYSQL as my database, … -
Replied To a Post in Filter results in MySQL with PHP
Without seeing your code this will be a possibly bad guess. I'd review my SQL and look at either the UNIQUE or LIMIT 1 options. -
Began Watching Filter results in MySQL with PHP
Hello everyone! I working on a social network alike page whare I want to implement a messaging system. I can do all that and I have it working. What I … -
Replied To a Post in Problem downloading files > 50MB
I don't see any error message from that by you. So I'll guess that line 36 is where it fails. Remember that without error messages this is only a guess. … -
Began Watching Problem downloading files > 50MB
I'm using the following code for users to download files from my website. It works fine for files under 50MB, but fails immediately for larger files. Can someone explain why … -
Replied To a Post in Number of characters in a string - MIPS
Did you figure it out? I see your comments in the emails that DANIWEB sends out. -
Replied To a Post in What simple web-based relational database system would you recommend?
How can someone write about foreign keys, relational databases and not have been exposed to SQL? My advice is to spend the time on the usual PHP MySQL Tutorials and … -
Began Watching What simple web-based relational database system would you recommend?
Hello all, We have just launched a startup. Now, we are looking for a simple web-based relational database system where we can easily add tables and connect them to one … -
Replied To a Post in c program that fails mipsmark test
What mistake is there? You haven't told us why you write in C and test the compiler's assembly output. No one I know has done this. If there is a … -
Replied To a Post in Number of characters in a string - MIPS
You'll need to tell me what you tried. As an example make any character a match I could break checkch() like this: # checkch is a function which just says … -
Gave Reputation to Schol-R-LEA in c program that fails mipsmark test
From what I've read, MIPSMARK is intended for checking and grading MIPS assembly language programs. Are you compiling the C code to MIPS assembly, and if you are, with what … -
Replied To a Post in c program that fails mipsmark test
I've been programming since the 1970's and never heard of MIPSMARK so I leave it to you to tell the story. Also how I can see what book this assignment … -
Replied To a Post in c program that fails mipsmark test
I was left guessing here. That is, you didn't explain why we use MIPSMARK and more. Maybe this is some homework that I'd have to know which course and the … -
Began Watching c program that fails mipsmark test
Hello, I wrote this c program that will rearrange the numbers in an array such that all the even numbers come first and that will also calculate the sum. However, … -
Replied To a Post in Number of characters in a string - MIPS
This one is simple as checkch tells us you only consider aeiou to be characters. If you want to include all characters you don't need to call checkch at all. -
Began Watching Number of characters in a string - MIPS
Hello, I am trying to count the number of characters in a string $a0 that return a 1 when passed to the function, otherwise return 0. Heres what I did: … -
Replied To a Post in How can i update or add an item from listview to database access using vb6
As more years pass, the less I remember of VB6 and database work. You may have to outsource this one if research fails you. Try Upwork.com. -
Began Watching How can i update or add an item from listview to database access using vb6
What code should i use? -
Gave Reputation to Reverend Jim in Hi everyone, I'm arthurtainment
For starters, because you hard coded that part of the print statement, no matter what input you give it you will always print out 17 and 3. -
Replied To a Post in Hi everyone, I'm arthurtainment
Please add a tag indicating which computer language this is. I'll take it as Python but missing the right parens on a few lines. You didn't supply what output was … -
Began Watching Hi everyone, I'm arthurtainment
q: Write a program that prompts the user to enter two integers, one per prompt. The program should then display the result of dividing the first number by the second … -
Gave Reputation to Schol-R-LEA in structured programming
Honestly, it is so ubiquitous as a sub-set of modern programming techniques that it isn't really even a debate any more. Pretty much all modern programming is 'structured' in the … -
Replied To a Post in structured programming
I don't think it ever went away as I read https://en.wikipedia.org/wiki/Structured_programming -
Began Watching structured programming
Do you think that the structured programming is still useful now on day (for developing)? -
Replied To a Post in standard app for PDF continuously taken over by Edge.
OK, what does the FTYPE and ASSOC commands report for PDF type files? https://social.technet.microsoft.com/Forums/ie/en-US/06d35f90-56cb-4dec-b326-bd471d06acee/change-default-program-for-file-command-line-or-registry?forum=w7itprogeneral for example. As to the login, you would know if you use the Microsoft system. Or … -
Replied To a Post in standard app for PDF continuously taken over by Edge.
OK, let's check something else. Do you use a Microsoft EMAIL LOGIN? I purposed don't use that because reasons. -
Replied To a Post in standard app for PDF continuously taken over by Edge.
I have to ask for clarification. So you're telling me that from Windows File Explorer you double click on a PDF and Edge opens? Usually folk talk about the PDF … -
Began Watching standard app for PDF continuously taken over by Edge.
Hi what could be the cause that Edge most frequently is seen asthe standard app for PDF files? I've changed it in the standard app settings. I've changed in the … -
Gave Reputation to Dani in How to improve security
Here's a link to the tutorial I just wrote, based on my post here: https://www.daniweb.com/programming/web-development/tutorials/537376/sanitize-php-user-input-strings -
Replied To a Post in Where to get Windows 10 iso
I used that tool to get the ISO. It does MORE than make the USB-stick. Folk often don't look at the options? -
Began Watching Where to get Windows 10 iso
Hello, I"m trying to make a nice USB-stick, with a Windows 10 ISO file on it. But where do I get that ISO file? I'm not looking for the tool … -
Replied To a Post in c programming struct question
Maybe they didn't cover why. I'm reading https://en.cppreference.com/w/c/language/struct#:~:text=Similar%20to%20union%2C%20an%20unnamed,or%20union%20is%20also%20anonymous. -
Began Watching c programming struct question
I was looking at this struct tutorial. https://www.tutorialspoint.com/cprogramming/c_structures.htm It mentions "The structure tag is optional". How would you refer to your struct if there is no structure tag? struct { … -
Replied To a Post in What are the best ways to develop a cost-efficient mobile app?
The UBER app according to research was over a million bucks. It's not just the app that costs but building your entire company, backend and more. I've heard your question … -
Began Watching What are the best ways to develop a cost-efficient mobile app?
Hello there. I'd like to develop a mobile app with cutting-edge functionality. A rider app, a passenger app, and an admin portal are all included. It is necessary to register … -
Replied To a Post in Running a .SWF file in 2022
The only person I know that runs old SWF games kept an old Windows XP machine around. I guess if you invested enough effort you could run Windows XP in …
The End.