-
Began Watching Editing a post after submitting a post
Just responded to a post that I made a typo in, did an edit, fixed the typo, and filled in the reason for editing field. It doesn't show up in … -
Replied To a Post in c++ code
Sure. Given only that spec I can do that. http://fiddle.jyt.io/github/5ead58c0a8898f38adb22c1cd6aeeb78 Remember, your spec was weak. Maybe not what you expected. -
Began Watching c++ code
8 12 17 24 28 33 40...100 by while loop -
Gave Reputation to AssertNull in How to profile web software prior to release?
Well we have a terminology difference. I'm using the idea of mimicking a Denial of Service attack in a broad sense to mean an intentional "breaking" of the product in … -
Replied To a Post in Yet another "fill remaining width" question
I have no problem dropping end of life IE versions. I mean, these ended quite a while ago. https://support.microsoft.com/en-us/kb/3123303 This of course caused the Windows XP users to trigger. -
Began Watching Yet another "fill remaining width" question
I have two items that look like this span.left { float: left; display: inline-block; /* Take space neccessary */ } span.middle { /* Take free space only, do not push … -
Replied To a Post in How to profile web software prior to release?
I don't see a view of your site, what it does and so on. So 10K a second to millions will obviously have you design with a cloud. I'm running … -
Replied To a Post in How to profile web software prior to release?
I don't know your design or why this is a concern. If I look at prior questions like https://www.daniweb.com/programming/web-development/threads/506651/how-to-make-this-script-animation-jitter-less that is client side and a server has nothing to do … -
Began Watching How to profile web software prior to release?
Let's assume couple things. I created a nice website based on compiled program language (Node.js, ASP, Java, C#, whatever). It works nicely. But I'd like to get an estimate on … -
Replied To a Post in Visual Basic 6
Then for FREE move up to a current version of VB.net. The only reason to pick up VB6 is if you are on the job getting paid to fix a … -
Began Watching Visual Basic 6
hello, im newbie in VB 6, i have a question : i have text.file in text box like: 1 2 3 4 5 from that file, how to get average?? … -
Replied To a Post in How to add Depth and realism to our design?
What a horrible site. I was reading it and then the lights dimmed and a big popup asking me to sign up showed up. -1 for that. -
Began Watching How to add Depth and realism to our design?
This is a nice How-to-tutorial, that shows how you can use multiple borders to add depth and realism to your design. http://www.zpyro.com/how-to-add-depth-to-your-design-using-multiple-borders/ **Any similar tutorials like that ?** -
Replied To a Post in Execute a php file using outlook vba - without opening IE
https://www.google.com/search?q=run+a+php+script+using+vba+macro says other folk have succeeded. -
Began Watching Execute a php file using outlook vba - without opening IE
Hello , How can i run a php script using vba macro ? -
Replied To a Post in Detect a sound within a sound/audio
You're back! That's quite the project you are undertaking. If I ignore part of what you asked, my thoughts is that you need a cloud person to build out a … -
Began Watching Detect a sound within a sound/audio
Hi DW. Is there anyone know how to detect a pre-recorded sound on an audio? What I mean is taking a face detection as an example. To recorgnize that face … -
Replied To a Post in USB Flash drive opening in Read-Only mode
Since you are open to formatting, look up the old HP USB FORMAT TOOL (google it!) and try that. I'll skip any advice about running as admin, formatting on Linux … -
Began Watching USB Flash drive opening in Read-Only mode
Hello, I have a USB flash drive which was working properly for months, but today, when inserted into a workstation, it is being opened in read-only mode, whereby I can … -
Gave Reputation to ddanbe in Visual Basic 6
VB6, is this what your teacher wants you to use? -
Gave Reputation to AssertNull in Need Help to bypass Websence
> what a pity, I can really need some help. Not a good way to get help. > I guess you didn't get the hint Ray. So here it is, … -
Replied To a Post in Need Help to bypass Websence
I guess you didn't get the hint Ray. So here it is, no offense intended. Post your question as a new post. If you are looking for testers, go ahead … -
Began Watching Need Help to bypass Websence
Please help me how to bypass websence and can view all the sites... please give the solution. -
Gave Reputation to AssertNull in charges of Ms excel file
If you know what you're doing (which I don't), you can integrate MS Excel with MS Access and MS SQL Server, Visual Studio, etc. etc. and get the best of … -
Replied To a Post in .net frame work 3.5 is not installing on windows8
When this happens to me I seek out the STAND ALONE INSTALLER for the product I want to install. I feel you need to learn how to find this so … -
Began Watching .net frame work 3.5 is not installing on windows8
Hello to all members! I want to install "dotNet frame work 3.5" on windows 8. Whenever I tries to install the frame work , following error appears: "could not download … -
Replied To a Post in charges of Ms excel file
The sad thing is that Excel is a poor man's database. You have no control over data entry and more. The price for this is at best a lunch meal … -
Began Watching charges of Ms excel file
Hello to all! I am going to make a stock management and Point of sale for a person on Ms Excel file. Actually my client has a store of bedding … -
Gave Reputation to ddanbe in Right Click Menu For DatagridView Control in VB.NET
You got to implement a Click event for the MenuItem clicked. -
Replied To a Post in TM, IPS or VA?
Even here, in the sticks of USA, Amazon Prime is my answer. I can return if it's not good enough. Google like this: Amazon Best sellers computer monitors. Stay in … -
Began Watching TM, IPS or VA?
I'm wanting to upgrade my Acer V173 TN 17" monitor to something larger and clearer (maybe 24") to go with my Mac Mini. I use my computer mainly for novel … -
Gave Reputation to Gribouillis in Mod- unexpected result
On my computer, when I write f = 3.56 in a python program, the following bits are stored in memory 0 10000000000 1100011110101110000101000111101011100001010001111011 This is the IEEE 754 representation of … -
Replied To a Post in Profile - CV
Reminds me how my smart phone outed where I had lunch one time. That was annoying. -
Began Watching Profile - CV
For some reason, the CV says I'm from somewhere near Camden. WTF?  -
Replied To a Post in How to make this script animation jitter less
I don't think I can cover what is something we covered in a graphics programming session but I'll try. Example. If you use a simple for loop and change the … -
Replied To a Post in How to make this script animation jitter less
I have to ask. Did you try .001 instead of .05? -
Began Watching How to make this script animation jitter less
No jQuery! This is script that I got from [Chris Buttery](http://www.chrisbuttery.com/articles/fade-in-fade-out-with-javascript/) website. Or at least part of it: function fadeOut(el){ el.style.opacity = 1; (function fade() { if ((el.style.opacity -= .05) … -
Gave Reputation to Reverend Jim in i need help creating a batch file
Yeah, but powershell requires an enormous amount of effort to learn before you can do anything really useful. And once you have a powershell script it is essentially unreadable. The … -
Gave Reputation to Tarek_2 in How to write data from MySql table to Excel using Java?
Hi, In this particular case, personally, I don't use any APIs, I simply generate a csv file which [can be opened directy in Excel](https://support.office.com/en-gb/article/Import-or-export-text-txt-or-csv-files-5250ac4c-663c-47ce-937b-339e391393ba) like any other Excel file. [CSV … -
Replied To a Post in Searches related to A client wants to send a request to server for checking
As I read https://www.google.com/search?q=A+client+wants+to+send+a+request+to+server+for+checking+that+a+string+palindrome&ie=utf-8&oe=utf-8 it appears you didn't tell all. That is, this is your homework or code challenge. As such you need to read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question In short, your post … -
Began Watching Searches related to A client wants to send a request to server for checking
A client wants to send a request to server for checking that a string palindrome or not so , you have to make a server-client application, in which client to … -
Replied To a Post in i need help creating a batch file
Your post calls for a script and then "batch" but left out that is must be in "bash", cmd.exe, command.com or other shells. Powershell can be called from a cmd … -
Gave Reputation to Link_1 in i need help creating a batch file
this is power shell... i want to use batch. here is what i wrote but it print all sub folders. @echo off SET "MYPATH=C:\Users\dave\Desktop\shows" for /d %%a in ("%mypath%\*") do … -
Replied To a Post in i need help creating a batch file
This sounds too similar to this old tip of the week. https://technet.microsoft.com/en-us/library/ff730953.aspx -
Began Watching i need help creating a batch file
I need to write a batch script. I have a folder on my desktop name "folder". inside it has many sub folders. there is no way of telling how much … -
Replied To a Post in Comparing hex numbers
Why not use loops? Is there something you haven't told the forum such as this is a homework assignment or a code challenge? Programmers rarely limit themselves like this. Also, … -
Began Watching Comparing hex numbers
Hello, everyone. I have a question. I have a task in which I have to cin a number (not bigger than 2^32) and the program have to check if it's … -
Gave Reputation to Reverend Jim in arrays
I want to learn to play the guitar. -
Replied To a Post in Iptable in/out bytes do not match with my application in/out bytes?
I have a question for you. Your app might be counting the payload bytes and not the full packet. How versed are you about payload vs packet size? (This question … -
Began Watching Iptable in/out bytes do not match with my application in/out bytes?
I'm calculating the in/out bytes between my application and also the server. The findings within the application is completely not the same as the one I possess via iptables?
The End.