Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
testing
- Page 1
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
3 Days Ago
by usmanmalik57
… summary. You can summarize more than 20 articles, but for
testing
purposes, 20 is enough. ```python def summarize_articles_with_model(model_id): results = [] for…: `positive`, `negative`, and `neutral`. We will filter 100 tweets for
testing
with equal distribution of the three sentiments. ```python # Remove rows…
Re: Any jQuery 4 users?
Programming
Web Development
5 Days Ago
by Neil_brown001
… judgment here — if it works, it works! 😄 I’ve been
testing
out the jQuery 4 beta on a couple of legacy…
Where Can I Find Test Data (Names, Emails, etc.) for My Testing?
Programming
Web Development
4 Weeks Ago
by jamesalery
Hi everyone, I’m just starting out with
testing
and I need to generate some test data for things … tools that provide random test data for use in my
testing
. like i used this *<Promotional link snipped>* for…
Re: Where Can I Find Test Data (Names, Emails, etc.) for My Testing?
Programming
Web Development
3 Weeks Ago
by Pelorus_1
Platforms like Mockaroo, Faker and GenerateData provide fake names, emails and more for
testing
purposes. You can easily create realistic sample data with these tools.
Re: Where Can I Find Test Data (Names, Emails, etc.) for My Testing?
Programming
Web Development
3 Weeks Ago
by gediminas.bukauskas.7
Look at Customers table in NorthWind database (https://en.wikiversity.org/wiki/Database_Examples/Northwind).
Re: Which is the best email marketing tool you ever used?
Digital Media
Digital Marketing
3 Weeks Ago
by Shady33
Some of the most popular are: Mailchimp,ConvertKit,SendGrid,ActiveCampaign,HubSpot,AWeber,GetResponse,MailerLite,Moosend and Benchmark Email. I am currently mostly use mailchimp. Best fo beginners and small to medium-sized businesses, user-friendly interface, automation, A/B
testing
, and detailed analytics.
Re: Does Tools give 100% correct answers?
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by ashleydent4u
… alongside Google Search Console, Analytics, and your own content/user
testing
to get the full picture.
Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by usmanmalik57
… model performance. You can use any number of articles for
testing
. ```python results = [] i = 0 for _, row in dataset[:20…
Editor crashes browser
Community Center
Meta DaniWeb
1 Month Ago
by Dani
… longer message than it froze and crash. I just tried
testing
using a different browser and it seems ok with Tor…
Re: Editor crashes browser
Community Center
Meta DaniWeb
1 Month Ago
by Dani
Well don’t upgrade chrome just yet! If the problem goes away, we won’t have any way of
testing
if the bug is fixed.
开源啦!!!基于鸿蒙 ArkTS 封装的图表组件《McCharts》,大家快来一起共创
Programming
Software Development
1 Month Ago
by 杨_659
… if you plan to use these. Each component undergoes rigorous
testing
of all properties before release. However, *bug-free code is…
Re: How to Efficiently Develop Apps for iOS and Android?
Programming
Software Development
2 Months Ago
by gorgebutler
… guidelines ensure a smooth experience. Regular
testing
on different devices and using cloud-based
testing
tools help detect and fix issues early…
Re: Page Speed Issue
Digital Media
Digital Marketing
2 Months Ago
by rproffitt
Can you substantiate such a claim? It's been over a decade but we deployed a Tomcat server to do vehicle tracking and didn't have any speed issues. Then again we didn't bother with Google's pagespeed
testing
. The site was just fine.
Re: Contact form does not working
Programming
Web Development
2 Months Ago
by Salem
… very simple inline code work? `mail('my@my.address.com','
Testing
...','1 2 3');`
Re: WooCommerce Duplicate Categories
Programming
Web Development
2 Months Ago
by simplixi
… than good. The demo content is intended for development or
testing
purposes only, not for a production website.** Now having duplicate…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
1 Month Ago
by jkon
….5%, you shouldn’t even consider introducing something without first
testing
it in Internet Explorer. I can't understand how any…
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by Mr.M
… longer message than it froze and crash. I just tried
testing
using a different browser and it seems ok with Tor…
Re: How To Send MYSQL Data To An Email
Programming
Web Development
2 Months Ago
by Davidmenk3
Looks like your email issue is causing more drama than a bad Wi-Fi connection! The problem is in $query["SELECT * FROM demo ORDER BY ID DESC LIMIT 1"];—this syntax is invalid. Fix it to $query = "SELECT * FROM demo ORDER BY ID DESC LIMIT 1";. Also, fetch the data properly and append it to $body like this: $row = …
Re: Fine-tuning OpenAI Vision Models for Visual Question-Answering
Programming
Computer Science
2 Months Ago
by RKE2
Fine-tuning OpenAI Vision Models for visual question-answering is an exciting step forward in AI! It is amazing how these models can combine image recognition with natural language processing to provide accurate, context-aware answers. Cannot wait to see more advancements!
Re: How To Send MYSQL Data To An Email
Programming
Web Development
2 Months Ago
by Biiim
Here's the code I've been using for about 15 years now - but a bit more simplified: function dbConnect($type = ''){ $conn = mysqli_connect( DBHOST, DBUSER, DBPASS, DBDB); if (!$conn) { echo "Error: Unable to connect to MySQL." . PHP_EOL; echo "Debugging errno: " . mysqli_connect_errno() . …
Re: How do I establish an open connection to an open web browser in C#?
Programming
Software Development
2 Months Ago
by pathofbuilding
To attach Selenium to an already open Chrome browser in C#, launch Chrome manually with debugging enabled using chrome.exe --remote-debugging-port=9222 --user-data-dir="C:\SeleniumChromeProfile", then use ChromeOptions options = new ChromeOptions(); options.DebuggerAddress = "localhost:9222"; IWebDriver driver = new ChromeDriver…
Re: How do I establish an open connection to an open web browser in C#?
Programming
Software Development
2 Months Ago
by xivlauncher
You can also use SHDocVw or System.Diagnostics name spaces from C# to interact with an open web browser, or connect programmatically to an existing browser window using the UI Automation API. Of course, for deeper control over Chrome, you may need the Chrome DevTools Protocol.
Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by rproffitt
"Wiz Research Uncovers Exposed DeepSeek Database Leaking Sensitive Information" "Security researchers tested 50 well-known jailbreaks against DeepSeek’s popular new AI chatbot. It didn’t stop a single one." It only seems to get worse the more you look at DeepSeek. And I must note how it is known to not want to talk about …
Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by policenbicleara
Llama-70B struggles with sentiment analysis (69% accuracy) vs. Qwen-32B (87%). Summarization performance is weaker, with lower ROUGE scores. Qwen-32B is the better choice—smaller, faster, and more accurate.
Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
1 Month Ago
by Pelorus_1
Great breakdown of DeepSeek R1 Distill LLaMA 70B! The explanation of text classification and summarization is clear and insightful. Appreciate the practical examples—makes implementation much easier. Thanks for sharing!
Re: Editor crashes browser
Community Center
Meta DaniWeb
1 Month Ago
by Mr.M
Hi Dani, I'm trying to reply with Chrome to test what I've noticed regarding the crash. I've attached relevant screenshots for 3 questions. I'm not using any plug-in  ![Screenshot_20250313_051213_com.…
Re: Editor crashes browser
Community Center
Meta DaniWeb
1 Month Ago
by Mr.M
What I've noticed is that it seems to be clutching with keyboard auto-correct/auto-complete. If I type a full word without pressing it from my keyboard suggestion options that shows while typing it doesn't seem to crash, but once I choose or select one auto-complete and proceed typing it freezes and crash.
Re: Editor crashes browser
Community Center
Meta DaniWeb
1 Month Ago
by Mr.M
NB: I've typed all these reply messages successfully using the same Chrome browser that is crashing.
Re: Editor crashes browser
Community Center
Meta DaniWeb
1 Month Ago
by pritaeas
Since Android was mentioned, I tested on my Samsung Galaxy S20 and could nog get it to crash.
Re: Editor crashes browser
Community Center
Meta DaniWeb
1 Month Ago
by Salem
Your chrome is 9+ months out of date. https://chromereleases.googleblog.com/2024/07/
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC