• Member Avatar for Dani
    Dani

    Began Watching Need help with this DBMS interview Concept

    Hey Peeps, Hope all are doing well. Happy to be a part of this community. So am fairly new in the programming world and exploring a few job opportunities in …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Is it beneficial to develop an App using Clone Scripts?

    I think the only way that Doordash would be able to send a cease and desist order is if the clone app is strictly violating one of their patents, and …
  • Member Avatar for Dani
    Dani

    Began Watching Is it beneficial to develop an App using Clone Scripts?

    Give Me Suggestions are welcome
  • Member Avatar for Dani
    Dani

    Replied To a Post in Sorting Arrays: I need experts who knows this code please

    [This webpage](https://thispointer.com/sort-an-array-in-descending-order-in-c/) shows you how to sort a C++ array with a handful of different methods: * Using STL's std::sort() * Using a bubble sort * Using an insertion sort …
  • Member Avatar for Dani
    Dani

    Began Watching Sorting Arrays: I need experts who knows this code please

    Declare a single dimension array of size n input n elements to a single dimension array Sort the elements of an array from highest to lowest and vice versa Also, …
  • Member Avatar for Dani
    Dani

    Replied To a Post in What is the use of SEO in digital marketing ?

    [Here you go](https://www.daniweb.com/digital-media/digital-marketing/search-engine-strategies/threads/538406/what-is-search-engine-optimization-strategies)
  • Member Avatar for Dani
    Dani

    Began Watching What is the use of SEO in digital marketing ?

    What is seo? what is the use of seo?
  • Member Avatar for Dani
    Dani

    Replied To a Post in What is cloaking?

    * https://www.daniweb.com/digital-media/digital-marketing/search-engine-strategies/threads/388147/cloaking * https://www.daniweb.com/digital-media/digital-marketing/search-engine-strategies/threads/519305/what-is-clocking-in-seo * https://www.daniweb.com/digital-media/digital-marketing/search-engine-strategies/threads/440680/what-is-cloaking-seo
  • Member Avatar for Dani
    Dani

    Began Watching What is cloaking?

    What is cloaking?
  • Member Avatar for Dani
    Dani

    Replied To a Post in Can Someone Kindly help me with this for loop javascript issue?

    If you look at this block here: for (let i = 0; i < data.length; i++) { if (data[i].username === username && data[i].password === password) { alert("good"); break; } else …
  • Member Avatar for Dani
    Dani

    Began Watching Can Someone Kindly help me with this for loop javascript issue?

    my code have issue will show both if and else alert when key in information in web.
  • Member Avatar for Dani
    Dani

    Replied To a Post in How To Do Fuzzy Match Sql Query ?

    The LIKE parameter is meant for fuzzy matches, but we need to know *what* type of fuzzy match in order to help you. In other words, if I have MySQL …
  • Member Avatar for Dani
    Dani

    Replied To a Post in How To Do Fuzzy Match Sql Query ?

    The MySQL query, as you have it, is incomplete, as `?` is not valid MySQL. I'm also not sure what, specifically, you mean by wild card match or fuzzy match …
  • Member Avatar for Dani
    Dani

    Began Watching How To Do Fuzzy Match Sql Query ?

    Hi, Are these MySql queries (with Php) correct ? Wild Card match. Fuzzy Match query. Imagine there are 7 columns in the Mysql table. $sql = "SELECT * from $tbl …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hello new to forum!

    Hello! Welcome to DaniWeb.
  • Member Avatar for Dani
    Dani

    Began Watching Hello new to forum!

    Hello , new To this forum , hence I an digital marketing working as SEO and link builder !
  • Member Avatar for Dani
    Dani

    Replied To a Post in What are the features does the customer like's to have in a food delivery ?

    * The same prices as in store or restaurant (paying extra for delivery fees is fine) * The ability to pick suitable replacements if out of stock or unavailable * …
  • Member Avatar for Dani
    Dani

    Began Watching What are the features does the customer like's to have in a food delivery ?

    Give me suggestions are welcome
  • Member Avatar for Dani
    Dani

    Moderated a Post in What books would you recommend for people new to Redis?

    Developers with previous database knowledge will benefit greatly from [learning Redis](https://www.amazon.com/gp/product/1783980125/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&tag=whatpixel-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=1783980125&linkId=5e30fec572db9a6683074ea2f76cc63f). The book is intended for developers who are unfamiliar with Redis or memory storage caching. It does, however, rely …
  • Member Avatar for Dani
    Dani

    Replied To a Post in How can you make your information credible?

    > First of all, how are we defining "truth", as opposed to "fact"? A fact is a reflection of reality (objective). Truth may depend on your perspective (subjective). You're missing …
  • Member Avatar for Dani
    Dani

    Published Extracting Customized Data from Open Street Maps into Pandas DataFrames

    ## Introduction ## I was recently working on a project that required me to extract location information from the [OpenStreetMap](https://www.openstreetmap.org/#map=15/51.5226/-0.1567), an open license map database of the world. The OpenStreetMap …
  • Member Avatar for Dani
    Dani

    Moderated a Post in Extracting Customized Data from Open Street Maps into Pandas DataFrames

    ## Introduction ## I was recently working on a project that required me to extract location information from the [OpenStreetMap](https://www.openstreetmap.org/#map=15/51.5226/-0.1567), an open license map database of the world. The OpenStreetMap …
  • Member Avatar for Dani
    Dani

    Replied To a Post in How can you make your information credible?

    I don’t think there ever will be “absolute truth” so long as humans each evaluate their experiences from their own perspectives and their own senses. I, for example, was born …
  • Member Avatar for Dani
    Dani

    Began Watching How can you make your information credible?

    The information we provide in our content must be trustworthy because it is the most crucial component of both traditional and digital marketing. It's utterly important to provide real information …
  • Member Avatar for Dani
    Dani

    Moderated Canadian and US postal code Java

    hello, I am currently struggling so bad in understanding Java and how to implement the codes. I have to implement two subclasses for Canadian and US postal code in Java. …
  • Member Avatar for Dani
    Dani

    Moderated a Post in Canadian and US postal code Java

    hello, I am currently struggling so bad in understanding Java and how to implement the codes. I have to implement two subclasses for Canadian and US postal code in Java. …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Remove whitespace from file

    Sorry, I don't know C++, but can you explain what isn't working with the code you have. Is the solve() function supposed to be removing the whitespace? According to [this …
  • Member Avatar for Dani
    Dani

    Began Watching Remove whitespace from file

    I have pasted my cpp code below, my goal is removing the whitespace from my .txt file. Is someone able to provide suggestions and help me figure this out? #include …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hi everyone, I'm tortillas

    Hi there!! Welcome to our little community.
  • Member Avatar for Dani
    Dani

    Began Watching Hi everyone, I'm tortillas

    Hullo new here. Hope to get along with you guys
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hi everyone, I'm nayem Khan

    Nice to meet you as well.
  • Member Avatar for Dani
    Dani

    Began Watching Hi everyone, I'm nayem Khan

    Hello Every one I'm Nayem khan. From Bangladesh. Currently working as a project manager in a software company. Nice to meet you.
  • Member Avatar for Dani
    Dani

    Replied To a Post in If i want to create a movie website then....

    You most likely will also need some type of database such as MySQL in which to store data, be that lists of all the movies or user login information. So …
  • Member Avatar for Dani
    Dani

    Began Watching If i want to create a movie website then....

    What are the programming languages needed to learn to create a movie website? The movie website should also be capable to upload new movies. I have included php, javascript, and …
  • Member Avatar for Dani
    Dani

    Replied To a Post in To AMP or not to AMP? That is the question ...

    I've taken the plunge and started redirecting all of my AMP pages to their non-AMP canonicals. We recently enabled SXG for the whole site, so that's what pushed me to …
  • Member Avatar for Dani
    Dani

    Moderated a Post in How do I install TensorFlow

    Hi this is Palak Sharma @adisharma please follow [this link](https://www.techgeekbuzz.com/blog/how-to-install-tensorflow/) hope it will be very familiar with you and I am sure definitely it will resolve your problem. Thanks
  • Member Avatar for Dani
    Dani

    Replied To a Post in How do I create a porn website

    Are you sure it's SASS you're thinking of? The only Sass I know is the [CSS framework](https://sass-lang.com/).
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hi everyone, I'm jamesmaryown

    Glad to hear!! Thanks for signing up.
  • Member Avatar for Dani
    Dani

    Began Watching Hi everyone, I'm jamesmaryown

    I'm a regular reader of your website. I really enjoy reading your valuable content. Moreover, the information is precise and to the point. You have inspired me to write as …
  • Member Avatar for Dani
    Dani

    Replied To a Post in 7 Tips To Manage a High Traffic WordPress Website

    So what are your seven tips?
  • Member Avatar for Dani
    Dani

    Began Watching 7 Tips To Manage a High Traffic WordPress Website

    Can WordPress handle Heavy traffic? Yes. Here are the tips to manage high traffic WordPress website and much more.
  • Member Avatar for Dani
    Dani

    Replied To a Post in How to give custom permission in django?

    I have no django experience but it looks like if you go to [this page](https://docs.djangoproject.com/en/4.1/topics/auth/default/) there's a section about how to set permissions to users and user groups.
  • Member Avatar for Dani
    Dani

    Began Watching How to give custom permission in django?

    Is there somebody to help me in django model, How can i give permissions?
  • Member Avatar for Dani
    Dani

    Replied To a Post in Line of Code in PHP for Floating

    PHP is a backend web development language that generates HTML. HTML is the markup language that gets interpreted by web browsers. When you say "floating text" I assume you are …
  • Member Avatar for Dani
    Dani

    Began Watching Line of Code in PHP for Floating

    what line of code would perform a floating text in php. Any help pls!!
  • Member Avatar for Dani
    Dani

    Replied To a Post in Laravel loop structure

    I understand that. My question was can you please tell me what those arrays look like. e.g. array( 'category' => array( 'item1', 'item2' ) etc ... It seems like the …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Laravel loop structure

    By the time we get to this template, are the variables `$IncidentTypes` and `$subTypes` that are being looped through arrays that contain the correct data? What are the contents of …
  • Member Avatar for Dani
    Dani

    Published Postprocessing Multilabel Ranked Annotations in Python

    In my [previous articles](https://www.daniweb.com/programming/computer-science/tutorials/538512/finding-inter-annotator-agreement-between-three-annotators-in-python#post2287428), I explained how you could apply heuristic and statistical approaches for finding inter-annotator agreement between multiple annotators. However, while applying those approaches, I found that finding …
  • Member Avatar for Dani
    Dani

    Moderated a Post in Postprocessing Multilabel Ranked Annotations in Python

    In my [previous articles](https://www.daniweb.com/programming/computer-science/tutorials/538512/finding-inter-annotator-agreement-between-three-annotators-in-python#post2287428), I explained how you could apply heuristic and statistical approaches for finding inter-annotator agreement between multiple annotators. However, while applying those approaches, I found that finding …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Laravel loop structure

    Hello and welcome to DaniWeb! I really wish I could help you, but, while I have a lot of PHP experience, I don't have any experience with Laravel or its …

The End.