2,155 Posted Topics
Re: Big welcome. Interesting field but not something I am versed in, will be interesting to see where the discussions leads to. I am always ready to learn. | |
Re: I personally think that you are loading too much on your plate right now which might cause one of your other objectives to fail IMO. Given a 1 month target makes it even worse, maybe change your course or change the current project roup you are involved in. | |
Re: Information is king rather than us guessing at what you are struggling with. Looking at the documentation for your API, anything can go wrong by using cookies, which is by the way not the problem, it would seem that the problem lies with your creation of arrays and storage in … | |
Re: It all depends on what you want your site to do, what language, what structure etc. a Good starting tutorial is at - [How to Become a Web Developer](https://brainstation.io/career-guides/how-to-become-a-web-developer) > To become a Web Developer, you should have an understanding of HTML, CSS, and JavaScript. It’s also recommended to learn … | |
Re: You need to be more specific, we cannot see your screen so we have no idea what syntax error in what line of code/language you have an error in. Show your code with the error. | |
Re: Looking at your post you mention some errors, you need to be more specific as to what the error messages are, on which lines do they occur etc. As it stands now you have a LOT of code and we cannot possibly try to guess at where your code errors … | |
Re: As this seems like a homework task, here is a nudge in the right direction - Create and Initialize your variable 'MyVariable' to 1. Loop through your list of numbers x0, x1, ..., xn and so on. For each number xi in your list, subtract it from x and update … | |
Re: We are on the same page here, used it for quite some time, not recently though, so thank you for "reminding" me again. I found this to be the best tool to use, maybe something newer were launched but I have not seen it - stick to what I know … | |
Re: Your code is very well structured and logical. One thing I saw that could potentially cause an issue is if the 'tempChild' and 'tempFamily' structures are not being reset properly for each new iteration of the loop. The following should do the trick - int noOfChildren = data["family"][fIndex]["children"].size(); rec[fId].NoOfChildren = … | |
Re: I am all for AI, we use it quite extensively in our daily operations. You hit the nail on the head, either add it to your repertoire or get left behind IMHO. | |
Re: What have you experienced so far in new released wordpress plug-ins? Please share with us. | |
Re: There are a couple of issues with your code that I picked up on - In your JavaScript code, you're attaching the 'calculateTotalSalary()' function to the click event of the "search" button, but you're also using the 'onsubmit' attribute on the form element to call 'validateForm()'. If the 'validateForm()' function … | |
Re: Let Google be your friend. [What is hcxtool for kali linux](https://www.google.com/search?q=What+is+hcxtool+for+kali+linux&rlz=1C1ONGR_enZA1007ZA1007&oq=What+is+hcxtool+for+kali+linux&gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIKCAEQIRgWGB0YHtIBCDEyMDhqMGo3qAIAsAIA&sourceid=chrome&ie=UTF-8) [KALI | Hcxtools](https://www.kali.org/tools/hcxtools/#:~:text=Portable%20solution%20for%20capturing%20wlan,to%20John%20the%20Ripper%20formats.) > Portable solution for capturing wlan traffic and conversion to hashcat formats (recommended by hashcat) and to John the Ripper formats. You should really try to show that you did some effort in searching before just … | |
Re: You probably meant Component? | |
Re: You are probably getting marked as a student or paid to complete this task, we can thus not help you. You need to show us what you have done so far, where you are stuck or what kind of errors do you get. Less games and more work :) | |
Re: Nicely worded article, thank you. | |
Re: If you have it on the first line, it is probably because there are 2 closing tags next to each other as in - `<<!DOCTYPE html>` note the second '<'. Remove this and the error will disappear, it happens sometime especially when you paste code and did not see the … | |
Re: To produce a AAA game as mentioned, you are in for 3-5 years as a team. See an article on this subject at - [How long does game development process take? Big titles, big time](https://mainleaf.com/how-long-does-game-development-take/#:~:text=But%20for%20games%20in%20the,do%20with%20Call%20of%20Duty).) > But for games in the AAA category, it’s a good assumption to say that … | |
Re: Not sure why the downvotes, I think this was an interesting article, my up-vote. | |
Re: Great tutorial again, thank you! | |
Re: You should have Googled your question as it is for faster results. :) [What Are Backlinks & Why They Matter for SEO](https://www.semrush.com/blog/what-are-backlinks/?kw=&cmp=Africa_SRCH_DSA_Blog_EN&label=dsa_pagefeed&Network=g&Device=c&utm_content=665443605267&kwid=dsa-2147915034227&cmpid=18364843126&agpid=154786675881&BU=Core&extid=91684578997&adpos=&gad=1&gclid=CjwKCAjw29ymBhAKEiwAHJbJ8qtreYO2058CF1HAwA20zBuak186YDAs2_My6uJUplO32pWCU80pYBoC0eQQAvD_BwE) | |
![]() | Re: This is a very ambitious project to take on, even for advanced engineers. There are tutorials available on how to start, a perfect fit for you might be - [Write Your Own Operating System From Scratch - Step by Step](https://www.udemy.com/course/writing-your-own-operating-system-from-scratch/?utm_source=adwords&utm_medium=udemyads&utm_campaign=LongTail_la.EN_cc.ROW&utm_content=deal4584&utm_term=_._ag_77879423894_._ad_535397245857_._kw__._de_c_._dm__._pl__._ti_dsa-1007766171032_._li_1028682_._pd__._&matchtype=&gclid=CjwKCAjw29ymBhAKEiwAHJbJ8mM0CKATl5OBWpRhK5YiS4AbURIM18Rxnzba_TUCYCqw0WrWqpYifhoCfMAQAvD_BwE) |
Re: Not my field of expertise but what I could gather from Google - 1) The Header set X-Nonce line generates a base64-encoded nonce based on your value of the UNIQUE_ID environment variable provided by 'mod_unique_id'. This nonce is set in the response header named "X-Nonce." 2) The Header set Content-Security-Policy … | |
Re: It seems most is pushed back to memory lane... I found these 2 which might help - [opis/json-schema](https://github.com/opis/json-schema) which looks fairly maintained with proper documentation. [php-json-schema-model-generator](https://php-json-schema-model-generator.readthedocs.io/en/latest/) with proper documentation. | |
Re: Please show us what you have in your code, quite difficult to say based on your description. | |
Re: The decision between Flutter and Swift depends on your project's requirements and your knowledge of the technologies. If you need to target multiple platforms or prefer a single codebase, Flutter will be a good choice. If you are mostly targeting Apple's platforms and prioritize native capabilities, Swift may be the … | |
Re: It seems that in your Google Search Console (GSC), Google is not accepting the submitted URL as the preferred version of your pages. This can lead to indexing and ranking problems for your site. [How to Fix ‘Duplicate, Submitted URL Not Selected as Canonical’](https://rankmath.com/kb/duplicate-submitted-url-not-selected-as-canonical/) The following might help you find … | |
Re: Based on my comment (limited space for a reply), I would suggest that you rather concentrate on a set list of questions for us, as your many questions to date is very general and the answers is easily obtained via Google or Bing. There are many sites that will answer … | |
Re: Google is your friend here, I searched - > Is it possible to shift a .pk domain to godaddy The first link tells you how to, so, the answer to your question is 'Yes'. > Transferring a domain to GoDaddy is simple. Step 1: Unlock the domain you want to … | |
Re: Please see my comment, we cannot help much if there is no information available. From the error it seems that you have not referenced an object of Charts... | |
Re: Reverend Jim is totally correct. I modified your code a little to address the drawing of the hangman. Tested in Python fiddle - [Python Sandbox](https://pythonsandbox.com/) - import random def select_word(): words_in_computer_memory = ['magazine', 'stars', 'computer', 'python', 'organisation'] word = random.choice(words_in_computer_memory) return word def is_guessed(word, guessed_letter_list): count = 0 for letter … | |
Re: This can be a complex issue, but there are many steps you can take to overcome them and achieve a seamless browsing experience. Start by testing your website on different web browsers with different versions. The common ones are Google Chrome, Mozilla Firefox, Safari, and Microsoft Edge. Make sure that … | |
Re: Google is your friend - [The purpose of HTTP request types](https://www.google.com/search?q=the+purpose+of+HTTP+request+types&rlz=1C1ONGR_enZA1007ZA1007&oq=the+purpose+of+HTTP+request+types&gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIHCAEQABiiBDIHCAIQABiiBDIHCAMQABiiBDIHCAQQABiiBNIBCDcwMzlqMGo3qAIAsAIA&sourceid=chrome&ie=UTF-8) The methods - [HTTP request methods](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods) > HTTP defines a set of request methods to indicate the desired action to be performed for a given resource. Although they can also be nouns, these request methods are sometimes referred to … | |
Re: Welcome to Daniweb. Your link looks more like spam than any thoughts shared though... | |
Re: Not to mention that most AI related apps, specifically ChatGPT is written in Python! | |
Re: Awesome code and simple solution to a 'pulling-out-my-hair' problem! To use this function in an example - # Usage example window_title = "Reverend Jim's Application" # Call the function to show the window on all desktops success = AllDesktops(window_title) if success: print(f"Window '{window_title}' is now visible on all desktops.") else: … | |
Re: Unfortunately your Mac 2017 is too old to run Sonoma as per - [macOS Sonoma system requirements](https://www.idownloadblog.com/2023/06/08/macos-sonoma-system-requirements/#:~:text=The%20only%20exception%20is%20the,newer%20model%20to%20run%20Sonoma.) | |
Re: It is possible, please show us what code you have for now with some more explained info of exactly what is required. Current question is very general. | |
Re: System Software and Application Software. System software is applications designed to manage and operate hardware like your operating systems Windows, MacOs etc, drivers and other hardware operations. Application software is applications that is designed to carry out specific tasks for users such us web apps, email programs, spreadsheets etc. | |
Re: Ah, the [Help Vampire Returns](https://communitymgt.fandom.com/wiki/Help_Vampire) | |
Re: The length for SEO can vary depending on several factors. It were believed that long blog posts will perform better in search engine rankings. Search engine algorithms have become more intricate, and other factors now play a significant role in determining the success of a blog post. Here are some … |
The End.