5,430 Posted Topics

Member Avatar for negru

Odd nearly the same post at http://qa.geeksforgeeks.org/7685/c-stack-with-bst but without the allocation error? Anyhow, why not use a C debugger to single step your code to see where it runs off the rails?

Member Avatar for rproffitt
0
357
Member Avatar for Steven clarinet

Did you try to use AnalogX's uninstaller? It seems to be at C:\Program Files (x86)\AnalogX\CookieWall\cookieu.exe

Member Avatar for Kost11
0
171
Member Avatar for Za3mi

That's a Widget. Other ideas are at https://www.google.com/search?q=Animate+icons+on+home+screen&ie=utf-8&oe=utf-8#q=animate+icons+on+home+screen+android I guess you could create a launcher and then you would control it all. I'm unsure if many would invest that much time but sure, possible. Figure an average Android programmer a few months for a new launcher.

Member Avatar for rproffitt
0
297
Member Avatar for James_43

I'd read http://php.net/manual/en/features.gc.performance-considerations.php and try it both ways. Be sure to add the echo memory_get_peak_usage(), "\n"; at the end to see if it mattered.

Member Avatar for James_43
0
196
Member Avatar for sarahmohamed97
Re: c++

I see this is your first post. Remember that most agree this is not for others to write your code for you so try again and show what you tried, and then where you think it failed. You won't learn by having others write your code. PS: Try to be …

Member Avatar for rproffitt
0
134
Member Avatar for Nospor Kumam

Looks incomplete. 1. The mysqli_select_db() function is used to change the default database for the connection. 2. $myconnection looks undefined at line 8. Read the example on how to use mysqli_select_db() at http://www.w3schools.com/php/func_mysqli_select_db.asp

Member Avatar for Nospor Kumam
0
488
Member Avatar for Filipe_2
Member Avatar for Teleka2099

That seems to be out there for the taking. Example: https://www.google.com/search?q=how+do+i+create+a+splash+screen+on+windows+phone+8.1&ie=utf-8&oe=utf-8

Member Avatar for rproffitt
0
191
Member Avatar for nadiam

The link would have me join and log into another forum. Try Imgur or other picture sharing site? Maybe your laptop is indeed in Airplane mode. Do you know your laptop well enough to try the Fn key to get out of that mode?

Member Avatar for rproffitt
0
5K
Member Avatar for Bernard_3

I gave this a -1. You dumped code without crafting a nice post title as well as left this to imagination what help is required. Try harder next time. PS. Why does this look like code from 2013 posts like http://stackoverflow.com/questions/27591379/cant-upload-and-store-the-image-to-the-database-by-using-php ?

Member Avatar for rproffitt
-3
218
Member Avatar for Caldrifter

Something is missing here. Why did you need another key for that original W7? The only time I've seen that is when a client used a VLK and Microsoft invalidated the VLK. As well they should as it had been shared on some torrent.

Member Avatar for KumarPradeep
0
300
Member Avatar for fallout4player

Since it's an Apple, back to Apple to see if they have updated drivers and such. W10 is, here, different enough that I'm checking drivers on all the PCs that I upgraded. Since yours is an Apple, well you get the drivers from Apple. And just so it's written, who …

Member Avatar for KumarPradeep
0
347
Member Avatar for AKRAM83

That's the spec of your application. But you didn't show the code you've made so far and tell what's not working for you. I'm guessing you only asked for the answer, rather than for help with solving a problem. Giving the completed code is not going to advance your coding …

Member Avatar for mabdullah4
0
239
Member Avatar for emilyjackson

When I encounter some assignment like that I'm off to google like this: https://www.google.com/search?q=Dapfor+grid+control+display&ie=utf-8&oe=utf-8 I see tutorials, code and such. What more could I want?

Member Avatar for rproffitt
0
131
Member Avatar for Mar. Na.

Remember these are strings, not words. While I can guess what you mean, I have an edge here but your computer without a lot of work will not know that dogfishmonky when split up is dog fish monky or dogfish monky and so on. Where is the spec for this …

Member Avatar for Mar. Na.
0
290
Member Avatar for chaze

I looked at that link on my Android phone and on a W8 Firefox laptop and they were identical. Maybe a bum link? Nope. Finally saw it. The "MENU" with the hamburger to the right? That's not in the page source so check your includes.

Member Avatar for gentlemedia
0
210
Member Avatar for shandoo1997

So how about the old web ticker solutions? https://www.google.com/#q=web+ticker+example Your Pi implements something like that and as the item rolls by it reacts. Or you have a listening UDP port that you send a packet to to tell the Pi to do something. There are many designs to choose from. …

Member Avatar for shandoo1997
0
377
Member Avatar for Ritesh_4

You omitted the make and model of this PC. But the error looks to be common when the BIOS is set to secure boot. I can't be specific as there is no PC detail so go find out how to change the BIOS to CSM or Legacy (look, this is …

Member Avatar for rproffitt
0
305
Member Avatar for Papa_Don

Line 28 looks suspect to me. https://msdn.microsoft.com/en-us/library/system.io.file.appendalltext%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396 writes: "Opens a file, appends the specified string to the file, and then closes the file. If the file does not exist, this method creates a file, writes the specified string to the file, then closes the file." That's not what your comment …

Member Avatar for Papa_Don
0
1K
Member Avatar for Nick777

Here's the thing. What you asked for would not only require such a builder that met your specs but would get us setting up a copy of your target web server, email links and more. So, let's say this is all to be done offline. You essentially created a lot …

Member Avatar for Nick777
0
247
Member Avatar for arctushar

Just to check this out I used the return from your first and second lints and put the results in http://jsonlint.com/ Both passed so the JSON is (again) valid from both sources. Now you need to look past the http.get and see what your JSON reader is complaining about.

Member Avatar for rproffitt
0
182
Member Avatar for oldhokie

Try what another owner did at http://www.amazon.com/review/R3AP89L8G0CEZM/ref=cm_cr_dp_title?ie=UTF8&ASIN=B001EW5YQS&channel=detail-glance&nodeID=11091801&store=musical-instruments I don't own this so all I can do is nod that drivers are the bane of Windows PCs.

Member Avatar for rproffitt
0
274
Member Avatar for Laura_7

You should refine your question. You asked "Would i be able to do all this from the login page?" which must be yes. But this means you'll have to code it up on the back and frontend to do as you wish. In short yes to the question. But the …

Member Avatar for rproffitt
0
507
Member Avatar for Stefce

You may want to start again and build on a working example like http://www.tutorialrepublic.com/codelab.php?topic=bootstrap&file=typeahead-with-local-dataset

Member Avatar for rproffitt
-1
743
Member Avatar for Ricardo_1

While I do use MySQL I always head back to the docs when odd things happen. http://dev.mysql.com/doc/refman/5.7/en/drop-database.html So try to drop this as root too. Noted at http://www.tecmint.com/mysqladmin-commands-for-database-administration-in-linux/

Member Avatar for Ricardo_1
0
6K
Member Avatar for deedels

I wonder what you've done to work this issue. Here you make a post, title and dumped code. That's pretty short and may not tell us if the connection or the data didn't make it to the server. Anyhow. Take your $query from line 28 and manually try it with …

Member Avatar for rproffitt
0
216
Member Avatar for ray101
Member Avatar for rproffitt
0
115
Member Avatar for hhaannyy

While the answer is yes, you might ask a lot more questions such as how and so on. For years folk have been distributing apps and work across computers so there's nothing stopping you but you. But there's a glaring issue in that 1 line of code. The data source …

Member Avatar for hhaannyy
0
390
Member Avatar for davy_yg

Have to write I don't know how to do this. But I know how I might tackle it. First I'd sketch out what this report would look like and then for each item on the report think through or document where to get the data and how to calculate the …

Member Avatar for rproffitt
0
154
Member Avatar for Aeonix

I'd seen that kicked around for years but the only bootable image was one you made to work with the Hyper-V hypervisor. Example: https://www.google.com/#q=bootable+xp+via+hypervisor So my answer is no booting from ISO because there is no boot manager made to do that. I think someone could tackle such a project …

Member Avatar for Itsdigger
0
357
Member Avatar for SpottyBlue

You seem to be asking for someone to either have the setup you have, or create then load up your system and debug it for you. That's probably why you haven't seen a reply. Why not share the few lines that seem to not work, tell us why you think …

Member Avatar for cereal
0
305
Member Avatar for programmer12

The PDF is the assignment but nothing more. Time to design your program, step by step, then write it according to those steps.

Member Avatar for rproffitt
0
214
Member Avatar for glao

A quick glance at console.log shows it puts out a newline after each string. So, build a string and when done, console.log that string (in line 23.)

Member Avatar for glao
0
376
Member Avatar for kberrianjr

Let's see the form close code where you save your collection. You'll need another passage (code) to load from there when your form shows.

Member Avatar for Minimalist
0
502
Member Avatar for CodyOebel

OK, line 6's printf output is "b is 10" and has a trailing \n os that's 8. Line 7 printf output is "a is 8" with a trailing \n so that's 7. printf() returns the number of characters it printed so all looks right here.

Member Avatar for CodyOebel
0
309
Member Avatar for Emmanuel_6

Too vague and sadly what some shills post to lead into those file repair spam replies. Don't leave out details. What is this file? What should open it?

Member Avatar for rubberman
0
321
Member Avatar for MiniScotch

Time to single step this one and post as Code again along with the line number that's creating the error.

Member Avatar for rproffitt
-1
530
Member Avatar for COKEDUDE

I'd stop doing this now. Why? Read a prior discussion about printf and null at http://stackoverflow.com/questions/11589342/what-is-the-behavior-of-printing-null-with-printfs-s-specifier The long answer is that you add code to detect such and replace the string with what you want to print or use another printf if you so choose.

Member Avatar for rproffitt
0
440
Member Avatar for Ilja.vas

I took a look at this with https://www.google.com/search?q=mod+menu+for+ps3&ie=utf-8&oe=utf-8 and was pretty sad as the first one had a trojan and then other folk seeking help don't know or won't look into file system or USB stick size issues. OK, back to you. Tell more about what you are using, what …

Member Avatar for CimmerianX
0
237
Member Avatar for Mickey_2
Member Avatar for ardywijaya1997

Converting from say seconds in some variable to minutes and seconds is a classic beginner's programming exercise. Think about how you do this in your head now. Now some can translate that directly to code but for beginners you may have them write down the process step by step. You …

Member Avatar for AssertNull
-1
342
Member Avatar for RikTelner

Before I answer, you haven't asked a new question as we read from https://www.google.com/search?q=Documentation+or+in-code+comments&ie=utf-8&oe=utf-8 So my answer is that you do what the person is paying you to do. Heresy! And the higher you up SEI, CMM and so on, the less you see of the code. As you move …

Member Avatar for rproffitt
0
213
Member Avatar for RikTelner

I took a quick look at http://caniuse.com/#feat=css-textshadow and the box is red. That's not good. Where did you find this was supported?

Member Avatar for gentlemedia
0
436
Member Avatar for joshl_1995

There are 3 easy to fix errors there as noted at https://validator.w3.org/nu/?doc=http%3A%2F%2Ftwisteddigital.com.au%2F For a start I'd make the site squeaky clean with no errors. Next see if it loads on your Apple/PC/Windows such in the Safari browser.

Member Avatar for joshl_1995
0
340
Member Avatar for Riley_1

OK, you tagged this is "c" and no target so I can't see the big picture. It also looks like you are polling that timer which as you learn isn't a great way to respond to timers. I think you need to complete your post with more detail about the …

Member Avatar for rproffitt
0
214
Member Avatar for ardywijaya1997

I think folk are downvoting because you are dumping code and not much else. Try something. Tell what line or function is giving you trouble. Also, duplicate posts like yours at https://www.daniweb.com/programming/game-development/threads/504035/how-to-add-a-score-and-collision-detection-for-my-catching-game- can get you a downvote. Maybe start on a smaller app that only changes the score when folk …

Member Avatar for AssertNull
-2
372
Member Avatar for TObannion

My first peek is that your script source on line 8 looks incorrect. Just for a test I went to that URL and it pulled up the site and not the .js content. ( https://plugins.jquery.com/pickadate/ ) So just to look a little deeper I downloaded it and got a .zip …

Member Avatar for rproffitt
0
279
Member Avatar for rahimrazak

These are devices that appeared long ago in CP/M and DOS days. It's that simple. These are devices. Some are real such as the console and printer but nul is just that. Send something to nul and it goes there never to return. I take it you are very new …

Member Avatar for Reverend Jim
0
874
Member Avatar for Yashwant_1

That's a start of the effort. But since there are open source such systems, why create yet another one? I see this is your first post so either you are very new and don't use google to find existing systems or was hoping for something else. What do you need …

Member Avatar for AssertNull
0
157
Member Avatar for savedlema

I read the page at http://www.secugen.com/download/sdkrequest.htm so there are free SDKs there. Did you get them?

Member Avatar for savedlema
0
403

The End.