rproffitt 2,701 https://5calls.org Moderator

What is EBST?
"EBST, Educational Broadcasting Services Trust (UK). EBST, Elevated Body Swing Test. EBST, Environmental Baseline Survey for Transfer (various locations)" and other definitions but I couldn't find EBST as a language.

I also checked your profile to see if there were more clues about your statement (questions should end with a question mark.)

Maybe you meant to ask a question or write "best" but given there are EBST definitions maybe that's what you really meant.

rproffitt 2,701 https://5calls.org Moderator

For me it's because:

  1. Didn't have what I wanted.
  2. Poor support/return policies. Some sites are just interesting in selling their imported c_ap.
  3. Poor or missing product documentation. Sites seem to omit dimensions and all the data.

Recent example: I needed a car battery because the dealer, my car guy and Amazon didn't have it. I had the old battery with dimensions and specifications as well as I'm an electronics designer so all I need is the specs. Site after site didn't have the specs on their site.

What did I do? I went to a subReddit on Prius cars to find what others were doing and found two models. Found that model on the usual site but missing specs there. But armed with the maker's name I went to the maker's website to get the specs and it was a fit. Ordered it from Amazon because return and shipping policy and it fit perfectly in spite of Amazon's site saying it didn't fit.

Bottom line. It shouldn't be that hard for us. The web site masters need to put in the time.

rproffitt 2,701 https://5calls.org Moderator

If there are no backups, it's not safe enough. As the other have said before:

No backup, no data.

We only lose what we don't backup.

My take is if it's not backed up, it wasn't worth backing up.

rproffitt 2,701 https://5calls.org Moderator

Short answer: Add a line of code for each file you want to add to that email.

rproffitt 2,701 https://5calls.org Moderator

Are you reporting the usual fixes fail you? I used your topic title for a Google search and I can't improve on the answers so far.

Maybe your PC is controlled by your IT group and they locked this PC down? Tell more.

rproffitt 2,701 https://5calls.org Moderator

Why using acronyms, character case is important as well as subject. You can guess how acronyms are often a cause of miscommunication. I try to avoid them or define them as I write my papers and documentation.

rproffitt 2,701 https://5calls.org Moderator

That's a poor software specification. I would return to who wrote this for greater detail.

rproffitt 2,701 https://5calls.org Moderator

What is "cls"? From memory it's the clearscreen command found in old TRS-80 Basic.

rproffitt 2,701 https://5calls.org Moderator

To the question, no. My question to you is: What is a traditional database?

I've been around databases since the punch card days.

rproffitt 2,701 https://5calls.org Moderator

I'd keep it simple. Such as "It's a computer language. For humans they have their language and computers have theirs as well."

rproffitt 2,701 https://5calls.org Moderator

That line with As Integer may fail for reasons such as strict is on or what's in the textbox is out of range (emits Type Mismatch.)

You omitted what error you are seeing so I can't offer much more. Read this tutorial now: https://www.oreilly.com/library/view/vbnet-language-in/0596003080/re73.html

rproffitt 2,701 https://5calls.org Moderator

While you didn't tell much, I did find https://genius.com/Fitz-and-the-tantrums-i-need-help-lyrics amusing.

Maybe you need a canned piece of code? Let's find that!
https://stackoverflow.com/questions/29422310/gauss-seidel-method appears to have a good implementation in the last post.

rproffitt 2,701 https://5calls.org Moderator

I'd be guessing here that the current output spacing is a little off. Please state what is wrong with the current output.

rproffitt 2,701 https://5calls.org Moderator

I don't see any questions here. If you want to do this, do this.

rproffitt 2,701 https://5calls.org Moderator

Without a design, this code might be reverse engineered which is asking a lot. When I need help I have to supply a mimimum viable example of the issue and in situations where there is over a screen full of code, a design. Here I would have to pick through your design to find where the data lives to create your report.
But that's your work.

So let me recap: Think of the receipt as a data report. Your data lives somewhere. You are writing a small routine to access then print/report the needed output.

rproffitt 2,701 https://5calls.org Moderator

My thought here is you have coded before your design was complete. Your code doesn't reveal your design without reverse engineering.

Did you create your data and design document and can you post that?

Nicksen commented: I just code while looking at the output given by my lecturer. I did not create a data and design tho +0
rproffitt 2,701 https://5calls.org Moderator

GCC looks for headers requested with #include "file" first in the directory containing the current file

Try "mysql.h".

rproffitt 2,701 https://5calls.org Moderator

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. -> https://www.vbforums.com/showthread.php?376767-Database-How-can-I-store-images-(or-other-files)-in-a-database

That said, no one I know would do this. Access tends to be problematic as the database grows. I strongly suggest you look to MySQL.

rproffitt 2,701 https://5calls.org Moderator

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 global average life expectancy of 72.6 years for 2019 – the global average today is higher than in any country back in 1950.

Now that we have that we can write your code. I used https://www.onlinegdb.com/online_c++_compiler to check if it works.

#include <iostream>

using namespace std;

int main()
{
    int age;
    cout<<"What is your current age?";
    cin >> age;
    cout<<"The global average life expectancy for humans is 72.6 years for 2019";
    return 0;
}
rproffitt 2,701 https://5calls.org Moderator

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 not biopython.

rproffitt 2,701 https://5calls.org Moderator

Yes.

rproffitt 2,701 https://5calls.org Moderator

Share a small code sample of what doesn't work so I can try it here.

rproffitt 2,701 https://5calls.org Moderator

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. I would have a page counter that would be used when I made my SQL query. How?
You said the page would have 10 rows from the database so here's a little read about getting 10 then another 10 rows with SQL: https://www.petefreitag.com/item/451.cfm

Your next ten rows button would then increment your page counter, and then repeat your PHP code to display the returned rows.

rproffitt 2,701 https://5calls.org Moderator

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 query returns a set which you can filter as you see and then the OFFSET and LIMIT is applied to get to your final set or collection. So apply your filters and test that you get the search you desire.

rproffitt 2,701 https://5calls.org Moderator

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 have it done. Companies don't always have staff to cover all needs so they outsource. Here we tend to have you show your work and then you tell us where you are stuck so all can comment how it might be solved.

rproffitt 2,701 https://5calls.org Moderator

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 Upwork and others.

jwenting commented: I seriously doubt there's anything to share apart from the text of the assignment... +16
rproffitt 2,701 https://5calls.org Moderator

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.

Humaira_5 commented: You have my deepest thanks. +0
rproffitt 2,701 https://5calls.org Moderator

It's grainy and hard to read. Please use the code block feature in the editor provided when you post.

rproffitt 2,701 https://5calls.org Moderator

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:

Facebook, Twitter and other social media users regard themselves as unhappier and less popular than their friends, a study has found.

Just like narcotics, alcohol and cigarettes, the more you use, the worse off you are.

rproffitt 2,701 https://5calls.org Moderator

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 friends, a study has found.

Just like narcotics, alcohol and cigarettes, the more you use, the worse off you are.

rproffitt 2,701 https://5calls.org Moderator

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.

rproffitt 2,701 https://5calls.org Moderator

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 some online IDE I haven't found yet, it will be difficult to find support.

rproffitt 2,701 https://5calls.org Moderator

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 been on projects that used mobile data plans. And they were not using a smart phone. Think GPS trackers.

rproffitt 2,701 https://5calls.org Moderator

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 take a year to learn it all but for most, no need. They just need to know if it does WordPress or something else and the price.

rproffitt 2,701 https://5calls.org Moderator

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 it stands you are all over the map.

Can you share what's going on to cause such a wide range of topics?

rproffitt 2,701 https://5calls.org Moderator

Since you have to open the mobile data connection, that's where the data flows. Not much of a mystery.

rproffitt 2,701 https://5calls.org Moderator

What do you suggest? I see in your profile "One Bpo Shop is a trusted name as a Digital Marketing Agency Toronto" so let's hear what you suggest.

rproffitt 2,701 https://5calls.org Moderator

My buddy is telling me his search results change from PC with Chrome to iOS and Safari. Safari is an Apple thing so filtering can happen.

Why should the results be the same?

rproffitt 2,701 https://5calls.org Moderator

My buddy has an iPhone. Seems Apple may be tinkering here?

Dani commented: What does that have to do with Google? -8
rproffitt 2,701 https://5calls.org Moderator

I'll ask "Why would I go to your website?"

Also, isn't your business about such increases? What do you tell your clients now?

rproffitt 2,701 https://5calls.org Moderator

Why do this? I see code found with https://www.google.com/search?&q=PCA+face+recognition+c%23+github so why would we write this again?
Also, why did you tag your post with vb.net?

rproffitt 2,701 https://5calls.org Moderator

Just a swing by to share something I saw on the web site catbox.moe where it writes: "Patrons helped cover 79% of the server bills this month!"

Additionally, this and litterbox appear to be filling a niche or need.

Dani commented: Testing something :) +0
rproffitt 2,701 https://5calls.org Moderator

Welcome. You have the perfect combination in put feeling into your software!

rproffitt 2,701 https://5calls.org Moderator

Next time share the code that tossed you this error. My guess is that it's PHP but hey, it could be SQL too.

rproffitt 2,701 https://5calls.org Moderator

Without the code you wrote shared here, no one can guess why it didn't work.

rproffitt 2,701 https://5calls.org Moderator

Let's check https://downloads.dell.com/manuals/all-products/esuprt_desktop/esuprt_optiplex_desktop/optiplex-760_service%20manual_en-us.pdf

"Possible peripheral card or motherboard failure has occurred."

Sadly due the age I'd count on that motherboard being replaced but do try what else is on page 163.

rproffitt 2,701 https://5calls.org Moderator

Two issues here.

  1. Never store passwords in a database. This is something we must teach from day one in any compsci class. More at https://www.google.com/search?&q=never+store+passwords+in+a+database
  2. As to logout, the usual is to set a flag or value that they passed the login check. To log out you clear that flag.

Some may write "it's only for school." Again, this should get a failing grade or at least a mark or two down for it's lack of security.

rproffitt 2,701 https://5calls.org Moderator

Again I feel you left out why you are asking. That is, from what I know of you this is your business to help others with SEO and social media work. Why not tell us what you think works in a tutorial post here?

rproffitt 2,701 https://5calls.org Moderator

I wish you wrote more but given the limited information why not use Constant Contact or one of its alternatives?

rproffitt 2,701 https://5calls.org Moderator

I asked because I felt they left something unsaid.