-
Replied To a Post in make scanner device connect with vb.net
English Small world. I have apps that are bar code scanner compatible. The button is on the scanner and not n the app. So far not one client has asked … -
Began Watching make scanner device connect with vb.net
INGGRIS How to connect device scanner with visual basic, its analogy I made button scan in vb and typing button scan in press scanner live and walk .. how? Help … -
Replied To a Post in Broadcast message over domain without additional software on LAN
I'd like to see how too given this feature was removed from all Windows years ago (maybe a decade.) The reason was it was exploited and that exploit is now … -
Began Watching Broadcast message over domain without additional software on LAN
Hello, I have a local domain server, managed via a Windows Server 2003 R2 SE machine, and would like to be able to broadcast messages as an administrator to all … -
Replied To a Post in Ruby/Watir - <Main> undefined local variable or method
I see I asked about your install method and I used that to see what's up. It appears the setup was more than you wrote about. Let's try again tomorrow. … -
Replied To a Post in Ruby/Watir - <Main> undefined local variable or method
I was reading the FAQ there and I'm not finding watir in that installer. I could be wrong about that. https://stackoverflow.com/questions/15234316/unable-to-install-any-gems-watir-webdriver-selenium-webdriver has a few commands to check out including one … -
Replied To a Post in Ruby/Watir - <Main> undefined local variable or method
Can you share your install routine, host OS (rarely matters). -
Replied To a Post in Ruby/Watir - <Main> undefined local variable or method
My first checks would be to read a few priors at https://www.google.com/search?q=require+‘watir’ This tells me that more work is required to get your watir working. You write you researched this … -
Began Watching Ruby/Watir - <Main> undefined local variable or method
I am attempting to properly install and run a Ruby script. I have not worked in Ruby for some time and am not sure what I'm missing; it worked perfectly … -
Replied To a Post in Prime Numbers Algorithm
Always add the time it took and what hardware you ran on. http://www.mathblog.dk/sum-of-all-primes-below-2000000-problem-10/ shared code and times but I missed what computer they used. -
Began Watching Prime Numbers Algorithm
I am trying to write some code for project euler problem 10, in which you are required to find the sum of all the prime numbers less than 2 million. … -
Replied To a Post in C# to Anteryx
I looked at that app for an API at their web site and found none. I also noticed they sell this as a NO CODE solution. Maybe it's time to … -
Began Watching C# to Anteryx
Any good examples of calling Alteryx workflow from C# -
Replied To a Post in user input string and convert to words (assembly)
Hello moonu. When you post a job request like this be sure to supply all the details such as how much it pays and where to get the full specifications … -
Began Watching user input string and convert to words (assembly)
Write an Assembly program that allows the user to enter a string of up to 99 characters. The program shall then replace all the digits with their corresponding words. The … -
Replied To a Post in Programming Tutorials for beginners
I see you like to share links about this. Can you also share how you find information? That is, give a man a fish or teach him to fish is … -
Began Watching Programming Tutorials for beginners
Hi all few free tutorial sites for beginners are given below. C PROGRAMMING http://learnermode.com/c-tutorial/ C++ pROGRAMMING http://cplusplus.com Java https://docs.oracle.com/javase/tutorial/ C# https://msdn.microsoft.com/en-us/library/aa288436(v=vs.71).aspx Python https://www.tutorialspoint.com/python/ Java Applets http://learnermode.com/java-tutorial/applets/ -
Replied To a Post in Engine coolant hot
Small world. I had a car that would not get up to temp and caused all sorts of issues. The dealer's TECHNICIANS (they no longer employ mechanics) were astounded as … -
Began Watching Engine coolant hot
Hello Friends My car keeps turning off and says engine coolant hot, i checked for leaks none both fans are working and ac is fine,i also got reduced power due … -
Replied To a Post in Which python data structure uses divide and concur algorithm?
Since you have a new question, maybe make a new post. Also, show your research to date so I don't duplicate your work. I found your original question interesting since … -
Replied To a Post in Which python data structure uses divide and concur algorithm?
While I wonder if you have a typo there, https://www.google.com/search?q=Divide+and+Concur.+%2Bpython&ie=utf-8&oe=utf-8 does not answer where Python uses this. Did you mean divide and conquer? -
Began Watching Which python data structure uses divide and concur algorithm?
I would like to know Which are the python data structures uses divide and concur algorithm? Please explain me? -
Gave Reputation to Gribouillis in How can I specify the size of the python command line window in my code?
@DubWine hi, it seems that there are solutions by using the `ctypes` module and the `setconsolewindoinfo` method in windows api. See https://stackoverflow.com/questions/3646362/how-to-control-the-size-of-the-windows-shell-window-from-within-a-python-script for example. Also google the keywords python and … -
Replied To a Post in how to change the "ending" of a file name?
Thanks for working at this. I understand the engineering view on this. An engineer when they see a glass half full would tell us the glass is twice as big … -
Replied To a Post in how to change the "ending" of a file name?
A prior discussion that involves argv and seg faulting. -> https://stackoverflow.com/questions/21670461/attempting-to-concatenate-strings-produces-a-segmentation-fault Read the answer by jrr. It's a shame a small thing like this is hard for some. Can you … -
Replied To a Post in how to change the "ending" of a file name?
> this wat at least it allocates exactly the needs for the name, If you work to allocate the exact space and it overflows, you get a seg fault. I … -
Replied To a Post in how to change the "ending" of a file name?
Your choice to work hard on getting the exact space it needs. Since it is seg faulting, your move. I know mine. -
Replied To a Post in Jframe appears with different size
That's what many call "responsive." It's a concept you implement in your code and not something that is say, one line long or covered in a small answer. Example priors: … -
Began Watching Jframe appears with different size
Hi! I have made a desktop application which is running perfectly. But i am facing problems with jframe size on different machines. I have monitor of 'Gateway'. I am satisfied … -
Replied To a Post in how to change the "ending" of a file name?
Since this is C that line 2 where you declared the newFilename has an array with no space so it would fault on line 3. Try simple like char newFileName[256]; -
Replied To a Post in how to change the "ending" of a file name?
I read your code 3 times and can't find a fopen for write. Just stdout. So I think you are missing code before when it needs to do a little … -
Began Watching how to change the "ending" of a file name?
i have this piece of code that coppies a file to another: my question is, how do i change the name of the created output file ? for example if … -
Replied To a Post in Why str_replace Not Working Properly With cURL?
I see the code at https://www.sitepoint.com/community/t/curl-experiments/264321/21 if anyone wants to read it. -
Began Watching Why str_replace Not Working Properly With cURL?
Php Buddies, Why do you reckon the following script is unable to replace the 'https://' or the 'http://' words with 'http://mymydomain.com' ? It is able to replace the words 'www.' … -
Gave Reputation to pty in why can't we change the default starting index of an array to 1 ?
You could always switch to a language where indexing starts at `1`. FORTRAN, Lua, Pascal and Smalltalk to name a few. -
Replied To a Post in C# Update SQL Table
I have a few thoughts on this. First, name your controls. That way you know what they are and later you don't find yourself flipping from code to form and … -
Began Watching C# Update SQL Table
I am currently trying to update a database using C# My issue is that the update query is not working, there is no error produced just reloads the screen and … -
Replied To a Post in why can't we change the default starting index of an array to 1 ?
This is a common question for a new C or other language programmer. To know why I guess you could find books on the history of C and how it … -
Began Watching why can't we change the default starting index of an array to 1 ?
why can't we change the default starting index of an array to 1 instead of 0 ? and another question how much fields can a bit field have ay most … -
Replied To a Post in create sql table from listbox selected item/'Incorrect syntax near '3142'.'
Since you are using Visual Studio, pause at line 9 to get the command string you made in line 8. You can then test that command with your choice of … -
Began Watching create sql table from listbox selected item/'Incorrect syntax near '3142'.'
Hi all I'm creating a warehouse management system, then i want when new orders are created, a customer's name be selected from a list box and that customer's selected name … -
Replied To a Post in Load two characters but it deletes the next one - MIPS
The lack of comments means I have to decode each line to figure out what it does. Example? Lines 95 to 97 (and others.) Not everyone codes for this so … -
Began Watching Load two characters but it deletes the next one - MIPS
So i have my mips code that i want to do the follow thing: When i get a vowal (aeiou) it prints the next consonant from vowal (bfjpv). My code … -
Replied To a Post in Load a Microsoft support articles outside a browser
What's with the first lines of your post with 0, down vote and favorite? Ahh, I see it. Reading https://stackoverflow.com/questions/44479738/load-a-microsoft-support-articles-outside-a-browser they wanted you to post more code. -> That out … -
Began Watching Load a Microsoft support articles outside a browser
0 down vote favorite So you have these Microsoft KB support articles. Example: https://support.microsoft.com/en-us/help/871122 My goal is to be able to iterate through a list of these pages and see … -
Replied To a Post in The forum interface is great
Welcome to DANIWEB. Good to see folk appreciate Dani's hard work on this. -
Began Watching The forum interface is great
Damn, i just arrived this forum and stunning by the display of forum It's very easy to adjust or view anything, especially dragging the mouse to preview the content... but … -
Replied To a Post in Social Bookmarking Sites Are Back Stabbing You!
I can read you. -
Replied To a Post in Computer won't boot from gpu . Fans at 100%
@Chris. At this point I'd call it the motherboard but you changed that too. " I've switched out the hard drive, motherboard, power supply, processor, and graphics card " Some … -
Replied To a Post in Rich Text Editor
@S. It's up to you, but I think you need to reconsider the use of textarea since no rich text there.
The End.