OpenAI o3 vs Anthropic Claude 4 for Text Classification & Summarization Programming Computer Science by usmanmalik57 ….shape) dataset.head() ``` **Output:** ![img1.png](https://static.daniweb.com/attachments/4/bd21ceeee199a21016288350db5a3d6b.png) The `text` column contains…dataset.shape) dataset.head() ``` **Output:** ![img2.png](https://static.daniweb.com/attachments/4/b432e65ab898cdaae1e7730b0a1123b8.png) The `content` and `… Re: Android Native - How To Request Notification Permissions Programming Mobile Development by Inamullah_1 Great tutorial—thanks for sharing! Just a few quick additions: Starting with Android 13 (API 33), apps must request permission for POST_NOTIFICATIONS at runtime, while older versions allow notifications by default. It’s best to check the Android version before requesting this permission to avoid unnecessary prompts. Also, remember to handle the … How to display chart with long X axis values without congestion Programming Software Development by PM312 … in DataGrid view without reducing column width. ![Chartcandlestick.png](https://static.daniweb.com/attachments/2/22662a22f31d649405949f9df4915ed6.png) Crosshair has a vertical and horizontal line to view the value of the axis. Programming Software Development by PM312 i want to add Crosshair , a vertical and horizontal line to view the value of the axis is this available for charts in vb.net 2017. ![chart_2.png](https://static.daniweb.com/attachments/2/0ec00ac4dbe56443fdf35cb9868981b5.png) Re: Best Approach for Starting a Linux-Based Home Automation Pro Hardware and Software Linux and Unix by trcooke Oh I have not seen those before... interesting. I was thinking of this ![OIP-1295676706.jpeg](https://static.daniweb.com/attachments/5/fe66dbe7780e9db85275b9e50313a159.jpeg) Re: How to display chart with long X axis values without congestion Programming Software Development by kinvieb Hi, My first and quick point of view is that if you have a chart with such a big amount of data points, there might not be a need to show all individual data points. For the axis values, you may just choose to show points at a given interval, to avoid the congestion. For the data labels, you can choose to show labels at particular points (like … Re: Crosshair has a vertical and horizontal line to view the value of the axis. Programming Software Development by rproffitt Sorry but I only have VS2008 and VS2022 now. But for a real-time crosshair that moves with the mouse, showing its position along the X and Y axis I asked ChatGPT and it appears to only need less than 20 lines of code that respond to Chart1_MouseMove(). Re: Crosshair has a vertical and horizontal line to view the value of the axis. Programming Software Development by rproffitt Given the **antipathy** towards AI here, all I can share is if you put "i want to add Crosshair , a vertical and horizontal line to view the value of the axis is this available for charts in vb.net 2017." into a chatgpt session, you'll find a solution in about 20 seconds. Re: Crosshair has a vertical and horizontal line to view the value of the axis. Programming Software Development by Dani The trick with AI is to give it very short bits of code to write at a time. If you ask it to write an entire mini-program that does X, it inevitably gets quite a few bits wrong, left out, etc. But if you ask it to write pseudocode first, and then for each individual method/function call, you carefully explain what you want it to do, what parameters… Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks Programming Computer Science by usmanmalik57 ….shape) dataset.head() ``` **Output:** ![img1.png](https://static.daniweb.com/attachments/4/9c0020d50926347df21249624db04ef5.png) The `content` column contains….shape}") filtered_dataset.head() ``` **Output:** ![img4.png](https://static.daniweb.com/attachments/4/dd482407ef915240b1d2a832c6614a8f.png) Next, we will define… Integrating OpenAI Web Search API in LangGraph Programming Computer Science by usmanmalik57 …['output'][0]['text']) ``` **Output:** ![img3.png](https://static.daniweb.com/attachments/4/28c9a50c34e1a2fe1323ea9db2a2d5ff.png) Again, the model correctly…output'][0]['annotations']] sources ``` **Output:** ![img4.png](https://static.daniweb.com/attachments/4/fb5fd79b1682c2b567ee11df4964d9e0.png) ## Conclusion Web search … Error when sign in with Google Community Center Meta DaniWeb by John_165 Get error when sign in with Google ![Screenshot_2025-05-14_005909.png](https://static.daniweb.com/attachments/4/6b4328258653e90c1306dd4197d61570.png) Re: How do you do keyword research for SEO? Digital Media Digital Marketing Search Engine Strategies by bijutoha … to expand your keyword list ![Google-SERP-1.png](https://static.daniweb.com/attachments/4/bbe341e4086a37c5ce9ac3c60130a8eb.png) ![Google-SERP-2.png…](https://static.daniweb.com/attachments/4/70a320592a56cbada3333025997c51e7.png) ![Google-SERP-3.png… Re: 💻 What’s the First App You Install on a Fresh Windows Machine? Hardware and Software Microsoft Windows by Reverend Jim …location tab shows something like ![2025-05-01_173322.jpg](https://static.daniweb.com/attachments/3/c794d4dd40912f0eaef551b931bc0c7f.jpg) ![2025-05-01_173254.…jpg](https://static.daniweb.com/attachments/3/665221178ca14762243b59da49770b6f.jpg) You can change the… Re: Upgrade to Fiber internet Hardware and Software Networking by Reverend Jim … to pay for them to fix a problem with major static on my phone line. Instead I switched to Shaw for… Re: I’m trying to set up remote access using DDNS (No-IP) on my home net Hardware and Software Networking by Dani … block, but I paid an extra $10/month for a static IP back then as well. It might be the router… Re: Designers, Where Do You Get Your Visuals? Digital Media UI / UX Design by rproffitt We don't create a lot of them but a company I consult with has turned to AI Art. For protest signs we create our own. Here's one example: ![FlingTheKing2.png](https://static.daniweb.com/attachments/1/8a3b216bd8eca31e645d322c92a516d1.png) Re: Question/Answering over SQL Data Using LangGraph Framework Programming Computer Science by Pelorus_1 Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever. Re: Android Native - How To Request Notification Permissions Programming Mobile Development by Erussuhsh Hi I'm new android app development can you teach me Re: Google Search Console -> Page indexing Digital Media Digital Marketing Search Engine Strategies by ashleydent4u It sounds like you're on the right track already, and your robots.txt file actually looks okay at first glance. However, if 1.13K pages aren’t being indexed, it could be due to a combination of issues like low-quality content, duplicate pages, or crawl budget limits (especially with Blogger sites). In Search Console, head to the “Pages” section … Re: Anti-Hotlinking Script for WP on Apache (.htaccess) - Linkspam Prevention Programming Web Development by Dani CDNs such as Cloudflare offer hotlink protection via a toggle switch you could enable. But, yeah, the primary benefit of hotlink protection is that a website doesn't upload images to *your* site, and then include them in their own site without having to pay for the bandwidth of hosting the images. Just make sure that if you turn on hotlink … Re: Error when sign in with Google Community Center Meta DaniWeb by Dani Thanks for the heads up! I’m able to reproduce it and I’ll look into it shortly. I’m currently still in bed. Re: Error when sign in with Google Community Center Meta DaniWeb by Dani It should be fixed now. Unfortunately it's been broken for quite awhile and I didn't realize it. It broke on the 5th of the month when I went through all the code and mass-added a wrapper that ran some sanitization stuff. So sorry about that! Either way, it's fixed now. Re: Error when sign in with Google Community Center Meta DaniWeb by Dani A little more information: I had a variable called `$uri` that I assumed was a URI, and so decided to be smart and add a sanitization wrapper around it to ensure it was a valid URI. It turned out that the variable was *not* meant to store a fully-formed URI but actually only part of one, and therefore always failed the check. Re: static Programming Software Development by alsoumhi … variables(the class variabes)which don't have the word static in the main method or invoking other methods those don… method the class variables that don't have the word static by (object name . class variable) why again because of the… object. however the methods those don't have the word static they are able to use the variable class because they… static variable and static member programs Programming Software Development by Alokkumar11 static variable and static function programs. static function? help Programming Software Development by mattcplusplus static void myInit() { PrimitiveType=GL_POLYGON; LineSegments=3; } can someone tell me what static does to the function? Re: static list Programming Software Development by JamesCherrill Static methods execute without an assocated instance of the class, so they don't have any direct access to any instance variables or instance methods. They only have direct access to static variables and static methods. It's nothing to do with get/set as such. Re: static constructor Programming Software Development by sknake … namespace Constructor { class Test1 { private static int id ; //Static constructor, value of data member id is … of initialization is not possible at the time of declaration. static Test1() { if( Test.Id < 10 ) …20; } else { id = 100; } Console.WriteLine("Static<Class> Constructor for Class Test1 Called.."); } … Re: Static vs non-static methods Programming Software Development by Rashakil Fol Static methods are just global functions that could very well have nothing to do with the class you've put them in. Methods that are not static are merely functions that, in their definition, implicitly take the object they're called on as the first parameter.