Congratulations on launching this!
It looks like a neat app! Are you going to make it any more commercial than ads?
I read your FAQ. What is the ad that you are running at the bottom of the file list?
What stack did you use to build the app? Programming language, database etc?
User Profile
Collapse
-
It seems like this a boilerplate template to your problem from the prompt you asked.
You should then proceed to ask detailed questions for each method.- How to calculate side in a c++ function
- How to calculate angles in a c++ function
- How to calculate permitter in a c++ function
Use the code provide as the logic to your methods.
Test each method with against results from sample questions to see if you get...Leave a comment:
-
With openai and some of the open source models, we should be able to play against different AI models. It would be neat if someone created this and let us play against different models. Maybe even models from HuggingFace.Leave a comment:
-
This is a pretty good deal, 5 invoices for free. If it was up to 10 invoices a month. I would signup for it.Leave a comment:
-
OpenSSH Security Vulnerability: CVE-2024-6387
A signal handler race condition was found in OpenSSH's server (sshd), where a client does not authenticate within LoginGraceTime seconds (120 by default, 600 in old OpenSSH versions), then sshd's SIGALRM handler is called asynchronously. However, this signal handler calls various functions that are not async-signal-safe, for example, syslog().
Resources:- https://cloud.google.co m/compute/docs/security-bulletins?&_gl= 1*1nzlcun
-
Welcome to Bytes Tejaswinip!
These are good features. It will make writing code in C# easier.. Less worries about errors when it comes to immutable data types. Overall a good update.
How are you planning on updating your existing code base on this release?Leave a comment:
-
Do you have examples of block chain app providers in healthcare?Leave a comment:
-
-
Use an off the shelf form builder tool like Google Forms or Typeform to create the surveys. Embed the the forms and surveys using the embedding tool. You can use javascript to fetch the data from the forms, usually stored in a csv or google sheets. Regularly fetch the results and display them.
The other option is to develop a custom solution to meet your needs using an open framework like laravell or react depending on the programming...Leave a comment:
-
We are almost a decade and a half out from when this question was posted.
Late clauses are the norm and from someone that has had to sub contract out a lot of work in the past. It's a good to have a fee per day, or a % of contract value. Tier the penalties. Ask for credits for certain aspects of the projects, for core stuff financial penalties are better.
Do this all in good faith. Success of the project is what's...Leave a comment:
-
Ander,
Did your research lead to a paper that's available to read? Can you share it?
Here are my answers. Might be late, but glad to share.
Which kind of process do you use for a software development project (for example, agile, cycle, waterfall, etc.)?
Depends on the client's needs and also their current processes. Being flexible has paid dividends for us.
How do you...Leave a comment:
-
Marian,
Please read the guidelines on posting on Bytes,
https://bytes.com/faq.php?faq=postin...es#faq_linking
https://bytes.com/faq.php?faq=posting_guidelines...Leave a comment:
-
This is a good list, I didn't know a lot of these! Thanks for sharing!Leave a comment:
-
Here are things you can do to help minimize the impact of an XSS attack.
Start by validating and sanitizing all user inputs to ensure no malicious scripts can be executed. Use functions like `htmlspecialcha rs()` or `htmlentities() ` in PHP to escape special characters.
Implement Content Security Policy (CSP) headers to restrict the sources from which scripts can be loaded.
Ensure your PHP and all third-party...Leave a comment:
-
Use Redis to cache your queries. You can use MySQL query logs to find the most expensive queries and then cache the results of those queries in Redis. Set the expire time. Here is an example function.
It checks redis to see if the cached results exist and if it's found it returns it. If not, it will fetch from MySQL and store the results with an expiry.
Code:<?php // Redis Connection $redis
Leave a comment:
No activity results to display
Show More
Leave a comment: