5,430 Posted Topics
Re: Those are instructions rather than pseudo code. Check out this free tutorial at https://www.cosc.canterbury.ac.nz/tim.bell/dt/Tutorial_Pseudocode.pdf | |
Re: Google notes how at https://developers.google.com/search/docs/guides/submit-URLs | |
Re: Welcome to DANIWEB. It's been a while but I had a few projects on the MicroChip.com PICs among others. Today I like the Arduino system since a starter kit such as "ELEGOO UNO R3 Board ATmega328P ATMEGA16U2 with USB Cable Compatible with Arduino IDE Projects" is going for under 15USD … | |
Re: Since it's a website, why is an app required at all? Just make the website mobile friendly. | |
Re: Everyone starts somewhere. Here's a good search for free tutorials: https://duckduckgo.com/?q=free+photoshop+tutorials+for+beginners&t=h_&ia=web | |
Re: Q. What are you trying? We know this is going to take a bit of code but no one can write it for you but in short, you make routines to: 1. Query those combobox's to some array or such. 2. Save such to the XML or other format file. … | |
Re: I'm guessing you need to be pointed at the many online tutorials. Here's one to start today: https://www.tutorialspoint.com/vb.net/vb.net_database_access.htm | |
Re: 1. Don't add tags that don't apply. 2. The ^ would be for Integers. I did not check the results of this quick edit to follow: #include<iostream> #include<cmath> using namespace std; int main() { float diameter,height,volume; cout<<"Enter Diameter of Cylinder : "; cin>>diameter; cout<<"Enter Height of Cylinder :"; cin>>height; volume=1.0/4.0 … | |
Re: Here and most countries, privacy laws prevent you from asking governments and companies for information about people. But as you suspect there are other means such as hiring a private investigator to look into the matter. Stick to the city where they are at. | |
Re: Nothing told about make, model, age but hey, you could have the charger tested or if that costs my than a charger, get a new charger. Be sure the mains plug you use is good too. | |
Re: Poorly formatted. Needs a better explanation of what to delete from what. | |
Re: I do not currently use this version but in the past it was very easy. Just two steps. 1. Create some textbox or object where we want the barcode to print. 2. Set the FONT in that textbox to be a barcode font then put the number in that textbox. … | |
Re: 1. Appears to be homework, assignment or part of some course. 2. You omitted the rest of the assignment with the code to test the system. See https://www.chegg.com/homework-help/questions-and-answers/mips-assembly-led-assignment-fall-2020-ledasm-create-object-file-called-ledasm-draws-red-l-q58176553 3. By omitting the course in question I can't check if there were lessons that lead up to this assignment and offer … | |
Re: 1. MAC address: Read https://www.quora.com/What-info-can-you-get-from-mac-address So no, you can't get the device name. 2. IP address: https://www.quora.com/What-information-can-be-gleaned-purely-from-an-IP-address Again no device name. 3. https://en.wikipedia.org/wiki/Domain_controller covers a bit but is not in play here. Now if the machine information is surrendered say to some domain controller, then you ask there. | |
Re: I don't understand your question here but hey, ☕. | |
Re: The code is poorly formatted so I can't tell if it's something with a semicolon or something else. Next time use the Code Block tool in the editor when pasting code. | |
Re: I'm guessing here you meant Udemy's course: > From 0 to 1: Learn Java Programming -Live Free,Learn To Code An accessible yet serious guide to Java programming for everyone Sorry but no I don't have such in PDF form. However if you wanted to discuss a particular problem most members … | |
Re: Seems you can find such with a search. How about a free 5 hour video? Watch https://www.youtube.com/watch?v=q5ASe_sxRYI | |
Re: Attribution to http://www.liangshunet.com/en/202005/494917182.htm Read more there but here's their Javascript attempt (seems to work.) <script type="text/javascript"> function ChangeImgSrcWithoutId() { var arrImg = document.images; for (var i = 0; i < arrImg.length; i++) { if (arrImg[i].getAttribute("tSrc") != undefined) { arrImg[i].src = arrImg[i].getAttribute("tSrc"); } } } ChangeImgSrcWithoutId(); // Call </script> | |
Re: It's your choice. It is not calculated. | |
Re: I see over 10 supported payment systems at https://www.shopify.com/payment-gateways/macao-sar Why work hard here? | |
Re: My question is: Why not use a MIPS C compiler? That's what we did on such a project. | |
Re: Could it be the Python function noted at https://www.geeksforgeeks.org/python-sympy-coeffx-n-method/ Or is this homework where you can't use this? | |
Re: Cross posted inside the hour? I'm reading https://www.codeproject.com/Questions/5300626/How-do-I-read-the-content-of-2-different-csv-files Frankly I would not code this one before I wrote down the algorithm. While you have code here I don't see your method. (algorithm) | |
Re: My view is this is classic overthinking. It's just a discount and not the end of the world if someone got a discount that shouldn't have. So the simplest solution is the usual transfer of just the information required. Names along should suffice. How cares if Andrew Johnson who isn't … | |
Re: Ah the perils of undocumented code. God and the coder knew what it did, now only God knows. Since this is what it is you know that pseudocode is not exact so the conversion can be rubbish and still be a conversion. No one said you should have the following: … | |
Re: Did you post more than once? I can clean that up for you. I'll skip making a tutorial here but I recall something like this question during a SQL seminar. The person was new to SQL and couldn't get past this. Their story was they had written their own database … | |
Re: Please show your effort as noted at https://www.daniweb.com/welcome/rules | |
![]() | Re: You left out why you need to do this. There are ways to keep variables during a session so I can't guess why you pass by the URL. Example: https://www.javainuse.com/spring/springboot_session ![]() |
Re: Chrome doesn't do that. There are a few extensions: Download and install the Auto Refresh Blocker or Stop AutoRefresh extension from the Chrome Store. | |
Re: Other things to try: 1. Unplug charger, remove battery, press and hold the power button for 60 seconds, release, slip in battery, apply power, test. 2. Replace the CMOS RTC battery. Repeat item 1, test. After this it's usually a dead laptop. Given the age and cost to repair (CTR) … | |
Re: I haven't seen a lot of MySQL tutorials here. Try https://www.google.com/search?&q=free+mysql+tutorial Everyone starts somewhere. I'm finding folk need a hand or pointer how to find things. | |
Re: What is the question here? Also, take more care with the tags you use. | |
Re: Let's skip all that and read https://nadekobot.readthedocs.io/en/latest/guides/osx-guide/ Now back to your question. In conversions you work such in a few ways: 1. Line by line. 2. The whole enchilada. That is, you know what the app does and you write a new app that does that. In closing I doubt … | |
Re: Some of my most amazing experiences were because of companies outsourcing. You name it, travelled the world, met a lot of nice people in many countries and first hand saw the impact of conterfeit components and more. These companies from what I could have paid the same at the end … | |
Re: 1. Which line number is throwing the error? 2. What if BMI si 15.04? There are other holes in the ranges you tested for. | |
Re: Most likely will need a few items to be successful. 1. **ALL** use of this drive was halted **IMMEDIATELY.** If you need to know why, ask. 2. The drive is attached to another system later after you install an app like https://www.ufsexplorer.com/raise-data-recovery-ufs.php | |
Re: This leads to the next question: Q. How do you determine the next row is filled with data? | |
Re: This needs more definition. I think you meant "split" where you wrote "sprit." If I guessed wrong then I will be wrong here. 1. I will not attempt to write your code for you. This is your assignment, not mine. 2. You need to define that "split" carefully. Examples: a. … | |
Re: This sounds like you need tutorials. Here's how I find this for that: https://www.google.com/search?&q=android+button+onclick+tutorial | |
Re: I'd rethink this one. Maybe keep the code for the Plus and Minus button to simple x++ and x--- with the range check followed to a call to a new function that destroys the old text box array and display then creates a new text box array. | |
Re: You left so much unwritten here. What target CPU, board and OS along with the display system. This also looks like homework so beyond the missing detail, you must show your effort so far. Read https://www.daniweb.com/welcome/rules | |
Re: That's quite the assignment or is it? For homework we ask you show your effort (see https://www.daniweb.com/welcome/rules ). If you feel you need this done for you then look to hire help from places like fiverr.com. | |
Re: There are articles about that topic but from what I've seen of your posts here you seem to be directionless at times or jumping from forex to memes and web site building. You may want to pick areas you like doing and do your best at those. I think details … | |
Re: It's been posited they want to donimate the world in search and more. Example: When you discuss SEO, it's all about Google. So, how about world domination? | |
Re: Look at lines 8 to 11. That's your foreach section. Your insert is outside this loop so it looks from here it would have a single insert. | |
Re: Sometimes I find a person new to such and they haven't learned how to research. Others try to code before they have a design. I'm not sure which applies to you but there's a third group that want an OS as complete as a modern BSD, Linux, Windows, Android or … | |
Re: Welcome to DANIWEB. Good to see all the new members. | |
Re: I would be guessing what you want here. Members can upvote if you do good, down if not so to get points, keep working on hopefully good replies to other member questions or better yet, write a tutorial! |
The End.