-
Began Watching server time out while connectiong via ssl
This application was sending out orders without errors when smtp wasn't secured. Now the clients webmail server was changed to ssl. After making the changes the server times out. I … -
Replied To a Post in Program for checking prime number
My thought on basic functions like this is to always check Rosettacode. There are over 126 solutions in most languages at https://rosettacode.org/wiki/Primality_by_trial_division -
Began Watching Program for checking prime number
What's wrong in the following program- #include<stdio.h> main() { int n,d=2,r; printf("Enter a number to check its divisibility:"); scanf("%d",&n); for(d<n/2; d++;) { if(n%d!=0) { r=1; continue; } else { printf("%d … -
Replied To a Post in Help on if else statement
Now that your code display is fixed can you answer more questions? 1. Where are your brackets? { and } 2. Line 8 looks odd. Read http://www.cplusplus.com/doc/tutorial/basic_io/ to see how … -
Gave Reputation to Reverend Jim in Help on if else statement
The `include` had `#` as the first char so it was interpreted as `heading`, thus the big font. I fixed it and now you can see the target as `<iostream>`. -
Replied To a Post in Help on if else statement
It may be too late for you to fix your post. That first line in such a big font states include but what? Also take time to share what's not … -
Began Watching Help on if else statement
I need help with a code for averaging grades it works on a online compiler but it doesn't work on visual studio 2019 -
Gave Reputation to Reverend Jim in "Unable to load MediaInfo library"
Here's how I get the media info via code (Python). Save this to a file with a `py` extension (e.g. mediainfo.py) then run it with the name of a video … -
Replied To a Post in "Unable to load MediaInfo library"
I've tackled CODECs so many times so how about: 1. The [FOURCC](https://www.google.com/search?q=fourcc) ? 2. Examples abound for C# search with https://www.google.com/search?q=c%23+retrieve+fourcc This is not about your top question about IMDB … -
Began Watching "Unable to load MediaInfo library"
I'm new to c# and I'm trying to write a movie database that retrieves data from IMDB. For the codecs I found MediaInfo. The included example in winforms works fine, … -
Replied To a Post in convert from dbf (foxpro) database to mysql database
Convert or connect? Two entirely different problems to solve. Convert may have use export to a common format and import to SQL. Given all that's on the web, I'll stop … -
Began Watching convert from dbf (foxpro) database to mysql database
Hi all, I have a new project with vb.net. I need to always connect with older program that run in foxpro, i need to get dbf table and convert it … -
Gave Reputation to bckelley in Loop Through records in a dataset table
The union between the two tables seems to be fixed, but now I have this error: InvalidCastException Conversion from string '[customerName]' to type 'Integer' is not valid. -
Replied To a Post in Loop Through records in a dataset table
There appears to be missing code or steps in your post. Read https://docs.microsoft.com/en-us/sql/ssms/visual-db-tools/create-union-queries-visual-database-tools?view=sql-server-2017 for an example of the UNION but you may need to redo your query (I don't see … -
Began Watching Loop Through records in a dataset table
For this particular sub I type the customer id in a text box and then click the button, then I'm trying to get the relative information pertaining to that id. … -
Replied To a Post in Why this code is not working for a palindrome number
For me this would have me check prior solutions such as https://rosettacode.org/wiki/Category:Palindromes -
Began Watching Why this code is not working for a palindrome number
x=int(input("Enter a number to check whether it is a palindrome number or not here : ")) m=x k=0 for j in range (m): digit=m%10 k=k*10+digit m=m//10 if k==x: print("%d is … -
Gave Reputation to bngwebguru in Different between !.equals and !=
In general both equals() and “==” operator in Java are used to compare objects to check equality but here are some of the differences between the two: ... In simple … -
Replied To a Post in stop: 0x0000007B (0xBACC3528,0xC0000034, 0x00000000, 0x00000000
"That's not good." Before you do much of anything try to get your W7 CDKEY out with MAGIC JELLYBEAN KEYFINDER. It's free and you need this in case of a … -
Began Watching stop: 0x0000007B (0xBACC3528,0xC0000034, 0x00000000, 0x00000000
i recently bought a used laptop because my old lap, which btw gets the same BSOD message and has been running linux for over 5 years reacted poorly to my … -
Gave Reputation to DanielKeith in Breadcrumblist is not working correctly
@Xenexmedia This does seem to work now. It was probably due to the fact that it was not implemented correctly (from Google's side). My markup was correct as per specification: … -
Gave Reputation to Rakhi_Bhatt in How much does it cost to build an Food Delivery Android app?
The food delivery app development cost mostly depends on the type of functionality you want to in your app. However, to provide an estimated value, a simple food delivery app … -
Replied To a Post in Can anyone please help me out? Where's my fault?
Since "occurs twice" appears to be the cause and what you need to investigate, where is the code that sets up or handles the drag, drop and mouse events? PS. … -
Began Watching Can anyone please help me out? Where's my fault?
Hi there PyQt is not available as tag, but this should be a simple question anyway: - drag & drop: from QListWidget to QListwidget - pushButton action: inserts chosen items … -
Replied To a Post in How would you measure the ROI in social media?
You did it again. You've posted questions that have prior discussions that we can use today. https://www.google.com/search?q=measure+the+ROI+in+social+media Can you tell the forum what you are really looking for here and … -
Began Watching How would you measure the ROI in social media?
Any one can tell me that how would you measure the ROI in social media? -
Gave Reputation to Rio Vaks in Looking for a laptop for day to day work
I do not recommend considering Asus, over the past few years, the build quality has noticeably worsened. It is better to look towards Lenovo and Dell. -
Replied To a Post in Hi folks..................
Welcome to Daniweb. Can you tell the forum what your concerns are? -
Began Watching Hi folks..................
i am very beginner of coding and ve found that a code solution since a while i am looking for that felt me very anxious about this site... Soner, father … -
Gave Reputation to Sanele0415 in Bank Account Class
hi everyone...I need help on writing a pseudocode for this question... Create a SavingAccount class. Use a static data member to contain the annualInterestRate for each of the saver. Each … -
Replied To a Post in Guidance on CMS to use with REST API
You left out all the details. 1. What are the needed tasks? 2. How are you measuring "best"? 3. It appears you are aware of Joomla, WordPress and others but … -
Began Watching Guidance on CMS to use with REST API
Hello all wanted guidance on CMS(Content Management System) to be able to work with REST API for integrating REST API as needed for performing needed tasks.Kindly guide me with same -
Replied To a Post in How to Add New User in Log-in form and connect to Access in VB.Net?
The answer to most if not all the questions is yes. I wish folk would number their questions and always end a question with a question mark so everyone can … -
Began Watching How to Add New User in Log-in form and connect to Access in VB.Net?
So, I created a program in VB.Net with Windows Form and I want the user to be able to create a new user, limited to 5 user accounts only. I … -
Replied To a Post in How to Create Log-In form with multiple users for VB.Net with MS Access?
You appear to be asking for all the code for your application rather than help with your code. That's where you write your request for freelancers to create your app … -
Began Watching How to Create Log-In form with multiple users for VB.Net with MS Access?
Hi, I'm creating a project using VB.Net Windows Form and I want to create a Log-In form that can **Add New User (Limited to 5 User Accounts), Delete User Account, … -
Replied To a Post in Need some help with secure attribute access
Here's the exploit. Let's say you make FOSS of say Opera. Evil person now takes that and makes an version that keylogs and sends files from the system to some … -
Replied To a Post in Need some help with secure attribute access
With py files being text what stops me from editing the app and showing what these variables are? This is why I thought you could compile, and maybe do work … -
Replied To a Post in Need some help with secure attribute access
"[Bamboozled again](https://giphy.com/gifs/cute-aww-eyebleach-d5FcGz1guEhvd2nyBu)." At some point the code has to exist somewhere. Let's say you distribute your .pyc files for others to run, they decompile, add prints and more? 1. Security … -
Replied To a Post in Need some help with secure attribute access
As a test, take your .pyc and decompile it to see if your work at hiding the value is exposed with a decompiler. https://sourceforge.net/projects/decompyle/ This is why, if there is … -
Replied To a Post in Need some help with secure attribute access
While you are not looking for obfuscation, it's still possible to get at those values as noted in my last link using the tools and inspections they note. I'm reminded … -
Replied To a Post in Need some help with secure attribute access
I think a lot of what you are noting is indirectly covered at https://wiki.python.org/moin/Asking%20for%20Help/How%20do%20you%20protect%20Python%20source%20code%3F You have to read nearly to the bottom where it writes about Pyarmor and: * Encrypt … -
Replied To a Post in Need some help with secure attribute access
Out on a walk I recall something we did long ago to hide values that were at the time IN PLAIN SIGHT if you looked at the compiled code. Let's … -
Replied To a Post in Review required
Review as in speed, code, etc? https://gtmetrix.com/reports/www.peers24.club/DUY8Vy1x shows you did a great job. All grade A except one item which is fine. If you are asking if I would sign … -
Began Watching Review required
Hi all, Can I get a review on the below website, please: [Click Here](http://www.peers24.club) Thank you so much -
Replied To a Post in Need some help with secure attribute access
I'm going to stay on the topic of access of privates inside our app. You did expand your questions to what may be web security and more. Since your code … -
Gave Reputation to sam_60 in How to Get Ranked in First 10 Results in Google?
Upadate your website content by adding your keywords. But don't add as much as you can, if you do so it will becomke stuffing and Google may ban your website. … -
Replied To a Post in Need some help with secure attribute access
As a primer I refreshed my view on privates at https://en.wikipedia.org/wiki/Law_of_Demeter As to insta. at some point during debugging and more you will need access to all things. I don't … -
Began Watching Need some help with secure attribute access
So I've successfully written a metaclass that gives python the functionality of private attributes in classes. Q: But what about `inst.__private`? A: >>> class A(object): __slots__ = ['__private'] def __new__(cls): … -
Replied To a Post in How create a screenshot capture app/plugin using Python
My thought is that the capture doesn't appear to support this so you'll have to make this a two step process in your code. 1. Screen capture. This is well …
The End.