5,436 Posted Topics

Member Avatar for Heather_6

Be sure to make others aware if you are crossposting. Is this you at http://www.dreamincode.net/forums/topic/403609-need-help-putting-together-forest-program/ Also, is it this assignment? [This is the cache of the assignment I found.](http://webcache.googleusercontent.com/search?q=cache:D_Nbj8USk9YJ:csta.villanova.edu/bitstream/2378/323/1/Forestry.html+&cd=2&hl=en&ct=clnk&gl=us) Did you forget to mention the following requirement? "You must ... Do an object oriented analysis and design " If you …

Member Avatar for ignacio.camachoortiz
0
449
Member Avatar for Luke_6

You need to work harder on your posts. Don't try to use short text message codes, we can read it all here. http://www.game-debate.com/hardware/index.php?pid=15&moboList=Core%202%20Duo%20E8400%203.0GHz shows a list. Can you find any of those today? As you find them, put them on your Excel sheet and when you find them all sort …

Member Avatar for rproffitt
-1
551
Member Avatar for Supremo_1

All skill levels arrive here. But to learn how to program is something you start small and work your way up to your big app. Or you take your big app and break it down to pieces you can solve. Can't solve a piece? Break it down to smaller steps …

Member Avatar for rproffitt
0
178
Member Avatar for yosri_1

Visual Studio let's me single step code here. I think you need to use this (single step) to find which line blew up. Few will duplicate your project and can't since they don't have your system, so let's have you point out which line blew up. Note: Edited for grammar.

Member Avatar for rproffitt
0
3K
Member Avatar for Lena_1

Welcome to the forums. Here you'll share your code and point to where you are having an issue on such and such a line. Maybe there are homework forums but here, you share your code and members try to resolve the error. If we wrote your code, you would not …

Member Avatar for Tarek_2
0
388
Member Avatar for Syed Suleman

That sounds like a class assignment. What was taught before leads up to a big assignment. Go over the class notes and books that work up to this assignment. If you skipped all that work before you may want to bow out of this class and try it again next …

Member Avatar for Tarek_2
0
182
Member Avatar for Mae_3

Here's the thing. Only you can see what the issue is with those images being local. That aside, there are tutorials on putting text on the screen. Try a few from https://www.google.com/search?q=How+to+put+text+labels+below+text+in+Python+tkinter

Member Avatar for rproffitt
0
3K
Member Avatar for Arjun_9
Member Avatar for Jim_11

Just one question. Since this is highly likely to be in Visual Studio, did you break on line 11 in that last code passage to see the sum of all things? You might have to put a debug line after that such as an alertbox to show the sum then …

Member Avatar for tinstaafl
0
581
Member Avatar for Ace_4

On line 20, why are you multiplying choice (a character) by the input? Looks odd doesn't it?

Member Avatar for rproffitt
0
194
Member Avatar for Joe_10

Step through your failed line of code. Echo/print/debug what those values are to see why it may fail.

Member Avatar for Sai_421
0
397
Member Avatar for HaxNain

Looks done at https://forums.asp.net/t/2120736.aspx?How+to+set+value+from+code+to+an+asp+net+TextBox+with+TextMode+Time+ Close this post by marking solved.

Member Avatar for rproffitt
1
230
Member Avatar for sisay_3
Member Avatar for xrjf
0
846
Member Avatar for Bondi71

I have to ask why you at listing gear that is over a decade old and here, can only be found here or there, one or two, used, refurb and well, not what you may see in a new deployment? Most Cisco network folk I run into never had their …

Member Avatar for rproffitt
0
1K
Member Avatar for Dani

Get well soon. That bug ran around here last month and caught a bit of it too. Longer time to recover it seems.

Member Avatar for Dani
0
350
Member Avatar for Mirty

1. Stable sort. I used https://en.wikipedia.org/wiki/Category:Stable_sorts and https://en.wikipedia.org/wiki/Merge_sort Answer. Possible? Yes. But always? No. See second link. Why not show your efforts on your questions? This is noted at https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question and you have many questions. Question one took about 2 minutes to find the answer.

Member Avatar for Mirty
0
291
Member Avatar for yosri_1

This is a well worn research area. I'll share a cheap motion detection system we used in a low budget system. NO SOURCE CODE EVER. Do not ask. The basic method is to take a frame or bitmap and put it through a Sobel filter (what this is and code …

Member Avatar for yosri_1
0
928
Member Avatar for Talha_10

If this is a job you need done, add schedule and how much it pays. If this is you wanting an assist read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question Usually you work the problems one at a time. So let the forum is this is a for hire as a web developer or read the …

Member Avatar for rproffitt
0
228
Member Avatar for Antony Rayan

I'm unclear on the problem you are having but let's say the cells are not protected. Read http://stackoverflow.com/questions/17162711/phpexcel-cell-protection and see where you have a line before this to enable protection. `$objPHPExcel->getActiveSheet()->getProtection()->setSheet(true); Also, be sure to tag or mention when you use a library like PHPExcel or folk have to guess.

Member Avatar for rproffitt
0
218
Member Avatar for RitzDas

Thanks for beginning a tutorial on said subject. Since no question was asked, I take it you are sharing and only need to add a passage about how and when to use this. If you meant to ask a question, read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question so you know your next steps.

Member Avatar for rproffitt
0
192
Member Avatar for UI

You forget to put your code in a code block so I have to ask why in the with the IF, you assigned 110.10 to $float_var. That's not a comparison, it's an assignment. Read http://php.net/manual/en/language.operators.comparison.php again.

Member Avatar for Reverend Jim
0
282
Member Avatar for alfroadgoerge

@soha_1, a few issues. 1. This is one old thread. Folk that were chatting here may never come back to you. 2. Try a new thread but read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question first.

Member Avatar for Reverend Jim
-1
748
Member Avatar for Cory_2

1. No CD is needed for this sort of trouble. 2. Tell more. Does the BIOS screen show up? Here's a COMMON GAFFE. When folk install a motherboard they often short out the board by leaving mounting posts where they should be none. That and a jumper in the wrong …

Member Avatar for rproffitt
0
334
Member Avatar for Stat_1

Please read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question then update your question with the missing information.

Member Avatar for rproffitt
0
348
Member Avatar for karthik_10

This is a tough one. That web server database should have some API and other examples. As it stands your post is too vague but before I'd code line one, I'd want the web server's API in hand.

Member Avatar for xrjf
-1
1K
Member Avatar for riahc3

I think this is two searches and then combine these for your final script. 1. https://www.google.com/search?q=count+number+of+files+in+directory+bash 2. https://www.google.com/search?q=delete+oldest+file+in+directory+bash Actually the second research seems to have something very close to what you were looking for. Try http://stackoverflow.com/questions/25785/delete-all-but-the-most-recent-x-files-in-bash with x set to 28.

Member Avatar for rproffitt
0
515
Member Avatar for riahc3

I took a look into this and came away a little worn. That is, I didn't find any specific example where this is. So if I had to do this I'd find out if any of the command line tools report this. Then I can research how it did that.

Member Avatar for rproffitt
0
290
Member Avatar for Sammy_3
Member Avatar for Reverend Jim
0
201
Member Avatar for Sammy_3

Just sharing that at my last workplace it was a horde of programmers. No Windows Servers but did have MySQL, Tomcat (among other servers), software version control and a bug tracking system (which we all hated.) I can write that we never thought we needed more.

Member Avatar for rproffitt
0
200
Member Avatar for Sammy_3

@Sammy, while I want to know why all these posts I do have advice. Be sure you are not legally held responsible for the breaches. Read carefully what you sign. I had one deal I bowed out since the contract had me signing on to pay for losses if the …

Member Avatar for rproffitt
0
289
Member Avatar for baabjitvk

Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question then Show Me What You Got.

Member Avatar for rproffitt
0
194
Member Avatar for Sammy_3

@Sammy, Your recent posts read too much like what a shill would post. Next time, don't spam and try to avoid sounding like a shill.

Member Avatar for rproffitt
0
300
Member Avatar for UI

It's a term from the days where we used terminals. I used to tap the escape key before I typed something to get another function or character. Today it's used when you have a language that for example expects strings in quote marks. So how do you put in a …

Member Avatar for UI
0
388
Member Avatar for UI

Worked for me. It returned a zero. How did I test that? `echo strpos("Hello world!","s")==0` Also works. (adding with edit. `echo strpos("Hello world!","s")==FALSE;`

Member Avatar for AssertNull
0
218
Member Avatar for Joe_29

@امير_2 I have yet to find a C++ project with all functions. However you may be in luck as there is a C++ complier testing tool at https://embed.cs.utah.edu/csmith/using.html That should create a set of projects that would have everything. PS. You seem to have placed your new question in someone …

Member Avatar for rproffitt
0
303
Member Avatar for judd

Frankly I'd take your vb.net system and call it a proof of concept. Few web hosts give you an Access database so your vb.net efforts were to flesh out what you wanted the system to do. Now go install a LAMP or WAMP (what those are, are on the web) …

Member Avatar for xrjf
0
213
Member Avatar for Sabik

Frankly, bar code decoding should be a function you add to your app rather than craft it again. But I fear you have missed the big lesson in coding and that is how to research. I find many new programmers are loathe to do research and some go so far …

Member Avatar for vini_1
1
381
Member Avatar for davy_yg

I see prior answers with this search. https://www.google.com/search?q=Max%3A+2%2C048KiB&ie=utf-8&oe=utf-8 I know you are a little seasoned by now but maybe you couldn't get the words into google just right.

Member Avatar for jwshare
0
180
Member Avatar for Beads

There is nothing new being asked here. It really does not matter if it's magneto or something else so I can't guess why you added magneto to this question. Google like this to find all sorts of prior discussions. "How do I increase sales at my web site?" Frankly after …

Member Avatar for rproffitt
0
187
Member Avatar for patk570

I need some clarification here. PHP is usually server side so to loop images you usually have some HTML and JavaScript to display this on the web browser. That is, it would be odd to do this all in PHP.

Member Avatar for patk570
0
459
Member Avatar for randyster

I think you answered yourself. > it only works when Divi Visual Builder is enabled. You didn't tell why you disabled this?

Member Avatar for rproffitt
0
299
Member Avatar for The Last

This would not be your first rodeo. That is, if this is your first attempt at tracking you are in for a rough ride. Before we start, be aware of where you are. This forum is not known for handing out code. Or writing apps for others. If you want …

Member Avatar for rproffitt
0
600
Member Avatar for happygeek

Nice idea. But. Just try to travel in the NSA (USA?) with that. https://www.theregister.co.uk/2017/03/20/appeals_court_contempt_passwords/ It's worse than you can imagine today. You forget that code and you're in jail.

Member Avatar for AssertNull
1
805
Member Avatar for Ritesh_4

Let me share I don't fret about this unless it goes on for about a month. Also, any competing security app could interfere with Defender so for now my advice is not fret and wait it out.

Member Avatar for rproffitt
0
508
Member Avatar for _1_14

Actually it was all too simple the last time I did simple barcodes. I did not need any library. I needed a BARCODE FONT. After I installed the BARCODE FONT it was trivial to select the font for use in display or printing. That takes care of common bar codes. …

Member Avatar for rproffitt
0
574
Member Avatar for Micheal_7
Re: JSP

You would have to define best. For example if your income depends on PHP, then that would be best. If your company site is in asp.net then you would think that's best. So what is best? Changes depending on the situation.

Member Avatar for rproffitt
0
69
Member Avatar for palash_1

I took a look at your question used https://www.google.com/search?q=Failed+to+read+key+palash+from+store to see if there were priors. Good news is there are but the bad part is to solve it was not always the same. Look at the priors to see how folk fixed it.

Member Avatar for rproffitt
0
4K
Member Avatar for kaleemullah360

Be sure to keep an eye for others asking similar/same questions like at http://stackoverflow.com/questions/43568141/custom-attribute-based-access-control-angular-rails

Member Avatar for rproffitt
0
758
Member Avatar for kim_boto

You put the textbox on your form then some code like [https://msdn.microsoft.com/en-us/library/system.datetime.year(v=vs.110).aspx?cs-save-lang=1&cs-lang=csharp#code-snippet-1](https://msdn.microsoft.com/en-us/library/system.datetime.year(v=vs.110).aspx?cs-save-lang=1&cs-lang=csharp#code-snippet-1) So after you get the current date and time. `textbox.text = moment.Year; If you find moment.Year returns an Int, then use some string conversion. I have to ask, with all the docs available, why couldn't you find this?

Member Avatar for rproffitt
0
182
Member Avatar for Christine_7

Let's watch http://stackoverflow.com/questions/43563596/python-oserror-errno-9996-invalid-output-device-no-default-output-device too.

Member Avatar for rproffitt
0
5K

The End.