-
Replied To a Post in gcc find header files in current directories
> GCC looks for headers requested with #include "file" first in the directory containing the current file - https://gcc.gnu.org/onlinedocs/gcc-4.9.3/cpp/Search-Path.html Try "mysql.h". -
Began Watching gcc find header files in current directories
I sometimes move my code around to various computers so I prefer to keep my header files in my current directory. Unfortunately it does not seem to be working. $ … -
Replied To a Post in to add audio files to a database
There are tutorials about this. I decline to duplicate such work here but here's one of many about how to save files (audio and others) in an Access database. -> … -
Began Watching to add audio files to a database
How to add audio files (eg: the pronounciation of Spondylolisthesis or the chinese word: Wǒ ) in a Acces database. Step by step. -
Replied To a Post in age calculator with C++
This seems a bit too easy. I've read your software requirements in this discussion so we can use the following for the final answer. > The United Nations estimate a … -
Began Watching age calculator with C++
Write a program that predicts your age in 25 years from now so that the program receives the year of your birth and then prints the expected life**With C++ ** -
Replied To a Post in Pairwise distance
Why not biopython? Remember I won't guess this is some homework assignment where you're not allowed to use python modules and are expected to reinvent the wheel. Also, skbio is … -
Began Watching Pairwise distance
Is there any way I can calculate pairwise distance matrix in python (not biopython) from a file containing 3 rows as: ACCGGT-TAACA ACCGT--AACCG ACCGTGCCTAG -
Replied To a Post in How much does social media marketing cost?
Yes. -
Began Watching How much does social media marketing cost?
Social Media Marketing Cost? -
Replied To a Post in Randomized text color continues in turbo c++
Share a small code sample of what doesn't work so I can try it here. -
Began Watching Randomized text color continues in turbo c++
I tried to use a void and no mater works. -
Gave Reputation to JamesCherrill in Are we able to start coding without a computer?
That's the it was. My first real program as a trainee programmer for IBM in 1969 was hand-written over a weekend at home on a hundred-odd pages of coding forms. … -
Replied To a Post in Making pagination with php and mysql
While much is desired as to your code formatting I won't address your code here. Instead let's talk design. Let's say you have the usual SQL database such as MySQL. … -
Began Watching Making pagination with php and mysql
I'm making a movie website and want to make the limit of movies for example 10 per page but every pagination tutorial or guide I find shows only how to … -
Replied To a Post in Search pipe in Angular with PHP
It's been a couple years since my last MySQL work but I don't recall there was any restriction to using filters along with OFFSET and LIMIT. That is, your SQL … -
Began Watching Search pipe in Angular with PHP
Hello i have a Ionic Angular project with PHP as backend. I created a search for users but in order for the project to run more faster i put a … -
Replied To a Post in CONVERTING PHYTON TO JAVA
I see others have weighed in so my view is that sometimes you need to have such work done for you. Look at sites such as Upwork and others to … -
Began Watching CONVERTING PHYTON TO JAVA
HI GUYS I'M DEEPLY DESPERATE TO KNOW HOW TO CONVERT THE CODE FROM PHYTON TO JAVA, MY TASK IS DUE TOMORROW PLEASE HELP MEEEEE T_T -
Replied To a Post in I have homework activity and wondering if you could provide some advice
Show your work so far along with why you think it doesn't work so all can see and comment. If you need to outsource this work, look to sites like … -
Began Watching I have homework activity and wondering if you could provide some advice
Hi guys I want to used a dialog box in vb.net to open a txt file, which contains single line of a few character like TFTFFTFT, and store it into … -
Undeleted a Post in How to dynamically display a popup
If you are trying to do this on a site you are building, why do you keep talking about other websites? It is not totally clear what you are trying … -
Deleted a Post in How to dynamically display a popup
If you are trying to do this on a site you are building, why do you keep talking about other websites? It is not totally clear what you are trying … -
Began Watching Card Game War (JAVA)
**You are tasked to make a game of WAR! ** War is a card game played between two people. Each person gets half of a shuffled deck of cards. They … -
Replied To a Post in a code to read text file and calculate distance matrix from it.
Great question. Why? Because I wasn't aware this was worked on till you asked. Read https://readiab.org/pairwise-alignment.html for some really good ideas and good enough solutions. -
Began Watching a code to read text file and calculate distance matrix from it.
Hello, I am quite new to python programming and I need help with writing a code to calculate distance matrix from a text file that contains something like this: ACCGGTGGAACCGG-TAACACCCAC … -
Gave Reputation to JamesCherrill in Are we able to start coding without a computer?
That's the it was. My first real program as a trainee programmer for IBM in 1969 was hand-written over a weekend at home on a hundred-odd pages of coding forms. … -
Gave Reputation to jwenting in BEST SEO METHODS
or just pay google to get boosted in the search rankings... -
Gave Reputation to nextsmm in What are Moral Values? How to be a good friend?
Is to help each other in the whole world -
Replied To a Post in Reading happens every other time
It's grainy and hard to read. Please use the code block feature in the editor provided when you post. -
Began Watching Reading happens every other time
Hello. There are two programs. One creates and transfers the file into memory, the other reads it. The problem is that reading happens every other time. That is, the data, … -
Gave Reputation to emsmary in Converting numbers to words in C++ using SWITCH Statements!!
PLEASE HELP ME FOR MY ASSIGNMENT Create a C program that will input a number in(digit) range 0 - 2000000 and output its word equivalent. Test Cases example 1 input … -
Gave Reputation to Dani in Are we able to start coding without a computer?
I couldn't possibly imagine coding on a phone. It's way too cumbersome to type out symbols as frequently as I'd need to, or to indent code. However, I used to … -
Replied To a Post in social accounts
Too similar to your last question so I'll copy this here. It applies here as well. Actually these are proving to be bad for you. From a recent article: > … -
Began Watching social accounts
How many social accounts does a "modern" person have? What do you think about this? -
Replied To a Post in multiple social media platforms
Actually these are proving to be bad for you. From a recent article: > Facebook, Twitter and other social media users regard themselves as unhappier and less popular than their … -
Began Watching multiple social media platforms
What is the value of using multiple social media platforms -
Replied To a Post in which is the best pc cleaner software?
A nod to priors such as https://www.bleepingcomputer.com/forums/t/668190/your-opinion-on-the-best-clean-up-your-old-bleeping-pc-software/ What makes you think these have worked? Now or ever? Almost all have been scams. -
Began Watching which is the best pc cleaner software?
Hello everyone, Can someone provide me any solution? -
Replied To a Post in vb6 windowsmedia player
Try this in a current version of Visual Basic. Our office has expunged the dev system for reasons and I can no longer test out code for others. Unless there's … -
Began Watching vb6 windowsmedia player
I am trying to code a vb6 project and have been trying to add youtube to show in windowsmedia player. I found this code but does not seen to work … -
Gave Reputation to eliasarximan in convert python to java
plese help me to i want to convert this python code to java code My Python code : def import_file(file): with open(file,"r") as f: lines = f.readlines() sline = [] … -
Gave Reputation to David_234 in YouTube in VB6
I've tried this and cannot make it work and textbox is set as keypress Private Sub Command74_Click() Dim VideoAddr As String VideoAddr = Replace(URLAddr.Text, "/watch?v=", "/v/") WindowsMediaPlayer1.URL = VideoAddr End … -
Replied To a Post in Theory on the VPN
Your last question is carrier specific. While the mystery is not how you get data now, any question about data would be to the carrier now. That said, I have … -
Replied To a Post in Hi everyone, I'm Divya_21
While I don't much new going on with "variable server function" there is a nice tutorial and implementation about it at https://nasa.github.io/trick/tutorial/TutVariableServer.html For web hosting, that's a huge topic. Might … -
Began Watching Hi everyone, I'm Divya_21
I'm marketing manager by profession and a writer by choice. With technology always attract him and he always tries to learn something new about internet technology. His interest area is … -
Replied To a Post in PHP laravel framework
Given your questions to date, I have to write no. Others should check out https://www.daniweb.com/members/1218680/nextsmm/posts I think it's time for you to focus on what really matters to you. As … -
Began Watching PHP laravel framework
Is there anyone who have tried the Laravel framework, is it worth starting to study it? -
Gave Reputation to alex205 in Counting Syllables
is this also work in one or two syllables count or any changes make to it. -
Replied To a Post in Theory on the VPN
Since you have to open the mobile data connection, that's where the data flows. Not much of a mystery.
The End.