-
Began Watching How create a screenshot capture app/plugin using Python
Hi - I know that we can use Python to create a chrome extension. But anyone can guide me on how to use Python for captruing different sized screenshot of … -
Gave Reputation to JamesCherrill in I need to learn MVC.
Do you mean MVC as in Model-View-Controller? If so, it's just an architectural principle. A quick Google will point you to dozens of explanations - all less than a page … -
Gave Reputation to Steven1142 in Can anyone recommend a free Android emulator for Windows 10
I been facing issues with Bluestacks for a few months now moved to Nox but even it is doing the same thing :( , I dont know ,what will be … -
Replied To a Post in Need suggestions to update an android game
Sadly the app appears to have fake reviews. Why are you endorsing this? -
Began Watching Need suggestions to update an android game
I have developed a game for android mobiles ["Rise Up Air Balloon"](https://play.google.com/store/apps/details?id=com.abacus.riseup). I want to updatte it. Kindly suggest me something if it is better to update https://lh3.googleusercontent.com/rB-fPEBiaGzT_ubSzCtSfftC4pKkIm5buAS2_DhQz4_exYFCrjbcN2T1NhkmM0A3Jj0=s180-rw -
Gave Reputation to EG in Unique IT thesis topic for 2011
hi! I'm a new here but i badly needed help i need a help about 1 hardware system proposal for our design and 1 software proposal for our Object Oriented … -
Gave Reputation to iJimJones in If-else showing weird results
Husoski gave the most comprehensive answer. Let me just add why the first if clause always triggered instead of the others. As pointed out, the “=“ is the assignment operator. … -
Gave Reputation to Husoski in If-else showing weird results
Sappie asked a question in a comment to my earlier answer and I can't figure out how to respond directly to a comment so here's my answer. The question asks … -
Replied To a Post in Website page Speed
Here I just use a faster ISP. Also, with the news about mobile data providers throttling video, you won't be fixing that! -
Began Watching Website page Speed
Hello Guy's ! how to make a webpage load faster with a video inside the page? -
Replied To a Post in I made the fastest JSON Viewer with FreePascal
@Walterion. 1. At the time of posting the Twitter link was non-op. Works now. 2. You wrote "a tool that threats JSON" which is amusing but may not be what … -
Gave Reputation to meenati in How much does it cost to build an Food Delivery Android app?
the app development companies charges on per hour basis and the charges may vary from location to location. It can be different for various countries. In general, US-based developers charges … -
Replied To a Post in best way to approach the problem
Two questions. 1. How do you solve this now? The answer leads to you coding that process. 2. Why did your question vanish at https://stackoverflow.com/questions/57684251/optimizing-string-with-least-number-of-ones+&cd=1&hl=en&ct=clnk&gl=us I wonder if you were … -
Began Watching best way to approach the problem
Hi Guys , I need guidence on how to approach this problem . I have string of ones and zeros ( input ) and output has to be optimized following … -
Replied To a Post in Math library functions
I read your post twice and don't see why a c++ math library would be needed. It looks to be simple math that doesn't use functions from say http://www.cplusplus.com/reference/cmath/ As … -
Began Watching Math library functions
Can you help me? *********************** A baggage counter charges $o.50 mimimum fee to deppsit a bag for up to 3 hours and an additional $0.25 for each hour or part … -
Replied To a Post in Task Scheduler Win 7
I would be guessing this is either: 1. I don't know how to use Task Scheduler. 2. Task Scheduler is broken. 3. A CLEANER TOOL was used and broke Windows. … -
Began Watching Task Scheduler Win 7
Hi folks, please see the attached screenshot, there is no way to create a task. and no task library, Any ideas please  -
Gave Reputation to safeer ahmad in POS Design
i wants make pos software database guaide me -
Gave Reputation to borgyborg in how to pass a data-id to php
@Marc_5, hi. Did you a ge solution in your problem? I have the same issue and I need to know how to do it. -
Gave Reputation to GeordieLad in Creating bootable USB-stick
I too have a problem with RUFUS but have had no response to enquiries via that website. To reiterate: I used RUFUS 3.6 Portable to create what I'd hoped to … -
Gave Reputation to Rio Vaks in WP login admin name incorrect send to another page or site
Are there other ways to solve this problem? -
Replied To a Post in Intermittent Crash
PS. I see nothing about the PC but am seeing too many show up at the repair counter that need the current OS and the drivers that the makers tell … -
Gave Reputation to Reverend Jim in Memorable Quotations
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - M. Golding -
Replied To a Post in Intermittent Crash
I think you should be more consistent about restarts. That is, forget HIBERNATE since you have a SSD. Even then, my most stable PC ever seems to still get an … -
Began Watching Intermittent Crash
I wonder if anyone could assist with an intermittent BSOD... Initially it was a driver power state failure, lately its been watchdog. Event viewer shows the DCOM error 10016. I … -
Replied To a Post in Periodic Table in Turbo CPP
Can you tell me what you meant by "drop their out projects"? If it's a spelling error, fine but do correct this so folk know what you are asking. Also … -
Began Watching Periodic Table in Turbo CPP
Hey! I am really stressed out about my TURBO CPP project. I wrote a program on periodic table using file handling. when i compiled it crashed and not the project … -
Replied To a Post in C++ Pyramid of numbers: Print numbers that count by two's and not by one's
I'll avoid supplying the answer since you must code it yourself or I'd be doing your homework. I take it you want to decrement by 2. SO... THINK about. --i … -
Began Watching C++ Pyramid of numbers: Print numbers that count by two's and not by one's
Hello. I am taking a "Data Structures" class. I have to create a code that will print the following "Output": 8 6 4 2 0 6 4 2 0 4 … -
Replied To a Post in tk scale widget: why does higher resolution reset start value?
The one line of code goes where you pick up and use the slider value since the slider does not work as you wish so you fix it with ... … -
Replied To a Post in I am Alfred and a new member
Welcome. Take a moment to fill out your Daniweb profile so others know you better. -
Began Watching I am Alfred and a new member
I am Alfred and passionated about technology, web, servers and hosting. I would like to share my experience and learn from others. -
Replied To a Post in tk scale widget: why does higher resolution reset start value?
I should have written how I worked around such long ago. This was over a decade ago so psuedocode. Say we have a textbox with a value and a slider. … -
Replied To a Post in tk scale widget: why does higher resolution reset start value?
You would have to dive into the source to see why but the docs give me a clue it's rounding to Integers and again, you get to the source to … -
Began Watching tk scale widget: why does higher resolution reset start value?
Hi, I'm having trouble with a tk scale widget. So far no one at the python forum has an answer so I found this site. As long as the resolution … -
Replied To a Post in xamarin or android studio
I'll be honest with you. Long ago we tried going down that road (something akin to Xamarin) and after years had to rip it all up to move it to … -
Replied To a Post in How can i make a bot that autofills the blank on websites?
Tell more. Complete your DANIWEB PROFILE too. As it stands it sounds like you are [spamming](https://www.google.com/search?q=make+a+bot+to+spam+web+sites+python&gl=US). Have a menu?  -
Began Watching How can i make a bot that autofills the blank on websites?
Hi im new to programming and i need a bot that autofills a website because i constantly advertise a website on different websites and i basically copy and paste repeatedly … -
Gave Reputation to xenexmedia in Breadcrumblist is not working correctly
I have found that my code is working fine on the local searches now but it is not showing correct results on global results. There is no mistake in my … -
Replied To a Post in Best LowCost Software Tools, C or VB
You followed with more questions. I'll put them into a list. 1. Wrong place? This is fine. 2. Cost of dev tools. The Community version is free. Android Studio is … -
Replied To a Post in xamarin or android studio
I went with Android Studio. But what is this about a site? I would be guessing what you meant so tell more. -
Began Watching xamarin or android studio
Hi all, I decided to start developing applications for android and I can not choose a site for this. You can tell what to choose -
Replied To a Post in Is This Folder Empty?
The Windows.old folder is normal. There are a lot of articles about it on the web so I will avoid duplicating the web here. After some time, Microsoft will clean … -
Began Watching Is This Folder Empty?
Here's something I've wondered about for years and never got around to asking. A recent example: I reinstalled Win 10. I transfered all data from Windows old to the new … -
Replied To a Post in What Do I have Here?
To me that looks like a bootable disc. It's not very useful from Windows unless you wanted to run Linux in some Virtual Machine like VirtualBox. There are so many … -
Began Watching What Do I have Here?
I have an auxillary optical drive. It has been plugged in for a long time, but I almost never use it. I just noticed it has a DVD in it. … -
Replied To a Post in main.asm:184: error: TIMES value -32 is negative (nasm)
My first thought was this would no longer work on today's PC. So much has changed that my bet is this may only work in old PC emulators like QEMU. … -
Began Watching main.asm:184: error: TIMES value -32 is negative (nasm)
Here is my code bits 16 ORG 0x7c00 VIDEO_TEXT_ADDR EQU 0xb8000 ; Hard code beginning of text video memory ATTR_WHITE_ON_BLACK EQU 0x07 ; White on black attribute CR EQU 0x0d … -
Gave Reputation to leejcarol in PLEASE HELP ME! my computer is sooo SLOW and i dont know what is wrong with it. So please tell me Wich files i can Delete.. THNK YOU VERY VERY MUCH!
Logfile of HijackThis v1.97.3 Scan saved at 19:54:12, on 14/10/2003 Platform: Windows XP (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP1 (6.00.2600.0000) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe …
The End.