-
Replied To a Post in Bi-Directional Shared Folder Problem
I don't suppose they had system restore enabled? -
Gave Reputation to rproffitt in Recommend Me Some Tutorials On How To Build My Own Proxy
Did you create two posts? https://www.daniweb.com/programming/web-development/threads/508627/recommend-me-some-tutorials-on-how-to-build-my-own-proxy https://www.daniweb.com/programming/web-development/threads/508628/recommend-me-some-tutorials-on-how-to-build-my-own-proxy -
Replied To a Post in “Memo” btn proposal
What may seem easy to you is not necessarily easy to others. [To wit](http://notinventedhe.re/on/2010-01-19) -
Marked Solved Status for Intel Video Driver Update Disables Rotate Feature
I have been having a problem for a few months with the video driver for my Dell laptop. The hardware/driver are from Intel. The driver from 2016-09-29 works just fine. … -
Replied To a Post in Bi-Directional Shared Folder Problem
For the record, Resilio Sync works between Long Island and Winnipeg and I did not have to consider firewalls. Traffic is encrypted. Synching that is interrrupted by a disconnect is … -
Replied To a Post in “Memo” btn proposal
Can the privacy setting be set to "moderators only"? -
Replied To a Post in Intel Video Driver Update Disables Rotate Feature
Awesome. -
Gave Reputation to ddanbe in Help On A Program Assignment! (Reading and Writing Files)
> its due tomorrow Procrastination? -
Replied To a Post in “Memo” btn proposal
There are some members who I would classify as problem users and it would be nice to have a flag or something associated with the name. For example, threads that … -
Replied To a Post in Help On A Program Assignment! (Reading and Writing Files)
I can't imagine that I/O wasn't one of the first things covered in whatever programming course you are taking but here is an example Dim text() = {"line 1", "line … -
Replied To a Post in Programming
Do it by hand and write down every step you had to do in order to get it done. Consider pseudo-code like the step-by-step instructions in a recipe. One thing … -
Replied To a Post in “Memo” btn proposal
If it is unlikely that Dani will implement the memo feature then I don't see an alternative. From my point of view, the memo data would be of interest to, … -
Replied To a Post in Bi-Directional Shared Folder Problem
If all else fails there is always the free version of [Resilio Sync](https://www.resilio.com/individuals/) formerly BitTorrent Sync. I use it to sync a folder on my laptop (Winnipeg) with one in … -
Replied To a Post in Intel Video Driver Update Disables Rotate Feature
It's another Dell. Thanks for the link. I posted my findings as a reply to that user. I guess Intel figures that navigating a series of menus is just as … -
Replied To a Post in Programming
Sure thing. Where are you stuck? We **will** help but we won't do your homework for you. If you don't have any code then I suggest you write pseudo-code and … -
Replied To a Post in “Memo” btn proposal
As long as the comments are for you only then you could always create a folder on your computer called `Daniweb Comments` and create a file for each user you … -
Replied To a Post in Trump
Too little, too late, but I just saw a clip of an interview with Antonio Sabato jr (who wants to run for office). He was asked a Trump question and … -
Replied To a Post in help me for C++
>Suggest an edit I suggest you reword and repost your question. I couldn't make heads or tails out of what you are asking. What is a `fine`? What is a … -
Created Intel Video Driver Update Disables Rotate Feature
I have been having a problem for a few months with the video driver for my Dell laptop. The hardware/driver are from Intel. The driver from 2016-09-29 works just fine. … -
Replied To a Post in “Memo” btn proposal
>That's the plus side, Jim? Well, it's a plus when I get to camp and have a thousand and one things to take care of that piled up over the … -
Replied To a Post in Compare two list C#
Looking at your data I interpret it as being lists of lists. Data Set 1 consists of two lists A B C D Data Set 2 consists of two lists … -
Edited What changes does the code below do to the registers?
movlw 0x05 movwf 0x23 movlw B´00111000´ movwf STATUS bcf TRISA,0 bcf TRISA,1 bcf STATUS,5 bsf PORTA,1 movlw 0x07 movwf 0x25 movlw 0xFF andwf 0x25,1 nop movlw 0x0F movwf 0x27 clrw … -
Replied To a Post in Things I hate about TV shows
>When a giant woman shoves a fat man up her lady parts and he disappears I absolutely refuse to ask for an explanation. >I watch almost everything via a recording … -
Replied To a Post in Merchandising
You had T-Shirts (and probably coffee mugs) and didn't tell me when I came to visit? Shame on you :-( -
Replied To a Post in “Memo” btn proposal
>from the lack of activity on DW these days On the plus side, I can be offline for several days (got to camp on Thrsday but had to wait until … -
Created NASA Offers up to $55,000 to Optimize Its FORTRAN Code
You can win up to [$55,000 to optimize NASA's Fluid Dynamics code](https://arstechnica.com/information-technology/2017/05/nasa-wants-you-to-make-its-fortran-code-run-faster/). See the link for details. -
Replied To a Post in Things I hate about TV shows
Turning from scripted to non-scripted... Why is it that news shows have so many interviews that immediately descend into "everyone talks at the same time and nobody listens"? Especially in … -
Replied To a Post in Things I hate about TV shows
Speaking of Crimiinal Minds, why is it that when they finally give the profile to the local authorities, the entire team lines up and gives the profile one sentence at … -
Gave Reputation to Phuzzy_1 in Hi friends I need the software that are used to create anti-virus
`1ph ## and I need you guys to explait it into detailt ## ` -
Replied To a Post in insert values in database
I suspect the problem is with the field named `E-mail`. Either put delimeters around it like `[E-mail]` or, better yet, rename the field to `email`. -
Marked Solved Status for systemC
hi all , i search for motion detector documents and code source with systemC programming language, any help pls -
Replied To a Post in convert seconds to minutes, hours, days, months, years, etc.
>pls design and develop a basic program dat converts minutes into days Judging by your post it is possible that you have not read the Daniweb [Posting Rules](https://www.daniweb.com/welcome/rules) and [Terms … -
Edited C Program for Digital Differential Analyzer(DDA) Algorithm
#include<stdio.h> #include<math.h> #include<conio.h> #include<graphics.h> void main() { float x1,x2,y1,y2,x,y,dx,dy,pixel; int i,gd=DETECT,gm; initgraph(&gd,&gm,""); printf("Enter x-coordinate for initial point: "); scanf("%f",&x1); printf("Enter y-coordinate for initial point: "); scanf("%f",&y1); printf("Enter x-coordinate for final … -
Replied To a Post in Boolean's Double Troubles
The advice was given as >Don't use double as Booleans. Your question was >Why can't you use a double as a boolean ? You weren't told that you couldn't. You … -
Marked Solved Status for Magic Constants Case Sensitive or case In-sensitive ?
Experts, I do not understand this atall. Here: https://www.tutorialspoint.com/php/php_constants.htm It says: "PHP Magic constants PHP provides a large number of predefined constants to any script which it runs. There are … -
Replied To a Post in Program a calculator using Turbo C
>Folk that were chatting here may never come back to you. Particularly Ancient Dragon. We miss you Mel. -
Replied To a Post in Extending Windows AD
Only if you respond to it. -
Replied To a Post in MARIE code
The example code [here](https://gist.github.com/mathewmariani/91f471422c4ac0b5ee37) should help. If you are still stuck then post your code here and we'll have a look. -
Replied To a Post in how to create GPA calculator software application
If you are going to revive a six-year-old thread at least try to squeeze in a verb. -
Replied To a Post in Custom scripts to overcome AD shortcomings?
I used to do that all the time. I wrote a large number of command line scripts to simplify network admin tasks. For example, adding a network printer to a … -
Replied To a Post in C code snippet
>i tried. it says runtime error Then you have your answer. Wouldn't that have been easier than asking us to do your work for you? -
Replied To a Post in C code snippet
Why don't you just try it and see for yourself? -
Edited C code snippet
Consider the following C code snippet: char *sentence = NULL; strcpy(sentence, "Helloworld"); printf("%s", sentence); is the code segment correct or error. If correct what is the output? 1. Error 1. … -
Replied To a Post in How to create controls dynamically in a form using the values of same form
Show us the code. -
-
Edited Boolean's Double Troubles
Q. On this page: https://www.tutorialspoint.com/php/php_variable_types.htm On section "Interpreting other types as Booleans", it says: **"Don't use double as Booleans".** I do not understand this. Why can't you use a double … -
Replied To a Post in adding multiple TextBoxes to a form (control array)
You could access it by name if a name was specified when the control was created or you could access it by address if a reference to the control was … -
Gave Reputation to Talha_9 in Any scanf() equivalent function in python
how do i convert String into integer in python 3 -
Replied To a Post in Any scanf() equivalent function in python
You google "python convert string to integer" and pick one of the 536,000 results instead of asking someone here to do it for you. -
Replied To a Post in keep ask until...
Help you with it? yes. But we are not going to do it for you. Show us what you have so far.
The End.