Re: Delete unused MySQL indexes Programming Databases by Reverend Jim I thought it would be as simple as DROP INDEX index_name ON table_name; As for removing only unused indexes, … Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks Programming Computer Science by usmanmalik57 ….concat([neutral_sample, positive_sample, negative_sample]) # Reset index if needed dataset.reset_index(drop=True, inplace=True) # print value counts print(dataset["airline_sentiment… Re: Are we being played by AI? Let's Discuss! Community Center Meta DaniWeb by Dani … not responding to any medication. I don’t mean to drop the ball on this thread. Re: Which is the best email marketing tool you ever used? Digital Media Digital Marketing by Adgcraft11 … also offers a wide range of templates, easy drag-and-drop design tools, and seamless integrations with other platforms like Shopify… Re: Any jQuery 4 users? Programming Web Development by Neil_brown001 … well with modern tooling. Better integration with modern browsers and drop of IE support (finally!) — this has let the team clean… Re: Create Infinite Loop In Bash Hardware and Software Linux and Unix by asadalikhan while true; do echo "Running..."; sleep 60; done This runs forever, printing "Running..." every 60 seconds. No script file needed, just drop it in the terminal and you're good. Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel? Digital Media Digital Marketing by graceweb It’s amazing how just a few strategic changes can turn a struggling funnel into a success story. The emphasis on trust signals and emotional storytelling really resonates—those elements create a connection that can be the deciding factor for prospects. Thanks for highlighting those key takeaways! It’s a good reminder that sometimes it’s not … DeepSeek R1 vs Llama 3.1-405b for Text Classification and Summarization Programming Computer Science by usmanmalik57 ….concat([neutral_sample, positive_sample, negative_sample]) # Reset index if needed dataset.reset_index(drop=True, inplace=True) # print value counts print(dataset["airline_sentiment… Re: Selling the house that I grew up Community Center Geeks' Lounge by Reverend Jim …. Even with 450 feet of lakefront we were noticing the drop in privacy. I got married in 1982 and we live… Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B Programming Computer Science 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 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: What Happened When We Applied Psychology-Backed Tweaks to a Funnel? Digital Media Digital Marketing by asadkhan12 Your post perfectly highlights the power of behavioral psychology in funnel optimization! The results speak for themselves—small yet strategic psychological tweaks can make a massive impact on conversions. Trust signals, emotional storytelling, and cognitive ease are often overlooked but make all the difference. The way you broke down each … Re: Drop Down Menu Digital Media UI / UX Design by iamthwee Drop down bar you have two to choose from Superfish or jmenu. Use the example and style it as you wish. drop down Programming Web Development by baig772 i m creating a new row onclick containing 3 drop downs in it, if i add 3 rows drop downs are shown but thier names are same, how can i change the name of every drop down in each row so that it can be handled on php page? any help Re: drop down Programming Web Development by diafol … row = 1 etc): [CODE]$_POST['drop1'][0] = first row first drop $_POST['drop3'][3] = fourth row third… Re: drop down Digital Media UI / UX Design by BlackHawck …quot;]Attribute Description[/COLOR] disabled Specifies that a drop-down list should be disabled multiple Specifies that … be selected name Specifies the name of a drop-down list size Specifies the number of visible… options in a drop-down list [B]Event Attributes[/B] The [… Drop down Digital Media UI / UX Design by Alv45525 Hi, i've been looking for a horizontal drop down menu making use of tables on the web.I found some with the menu horizontal, but making use of list and the drop down was vertical. I need both of them horizontal...Can any one help plz... Re: Drop down Digital Media UI / UX Design by Alv45525 NO the thing is that i nedd both layers of the drop down menu to be horizontal Re: Drop down Digital Media UI / UX Design by blocblue … the thing is that i nedd both layers of the drop down menu to be horizontal[/QUOTE] Thx for the NO… drop down Programming Web Development by shraddha mohite help me to set value in drop down .I want to fetch two ids 1.$row[0]. … Re: drop down Programming Web Development by OS_dev [QUOTE=shraddha mohite;1140293]help me to set value in drop down .I want to fetch two ids 1.$row[0]. … drop down Digital Media UI / UX Design by polongz hi!!!! can anybody help me.,.how to tag a drop down in my navigation?because I dont know how to … Drop down Programming Web Development by Bibhakar I have created a sql database table country with country name and country code. I have selected only country name in the drop down list. Now I want to insert the country code in the database using button. Re: Drop down Programming Web Development by JorgeM What you may consider doing is binding the country name to the text and country Id to the value properties of the drop down. Then when you press the button, in the button's click event, get the dropdown.selectedItem.value and save it to your DB table. drop down Programming Web Development by snehaanjit i used array function to show list of drop down but for edit the form i want to show … drop down menu crash when quckly move on and out Programming Web Development by azegurb …center center repeat-x; /*THEME CHANGE HERE*/ } /* ######### Style for Drop Down Menu ######### */ .dropmenudiv{ position:absolute; top: 0; border:…this.clearhidemenu() this.dropmenuobj=document.getElementById(dropmenuID) //reference drop down menu this.asscmenuitem=obj //reference associated menu item… Drop-Down TreeView Control (faking it) Programming Software Development by DdoubleD …} [/code] In our SelectionChanged method, we update the pseudo drop-down treeview's [icode]textBox1.Text[/icode] to reflect the… EventArgs e) { // If treeview is not visible then do the drop down (make it visible)... if (!treeView1.Visible) { saveSelectedNode = treeView1… Drop Down Lists inside of a GridView Programming Web Development by kralco626 … user edits, because I need to set the drop down lists to the current values. For example …option 3, when i click edit and the drop down menu apears I want it to default to…. To do this I need to access these drop down lists in my code behind. How do …tried access them in the onediting method but the drop down lists seem to not be created yet. … Drop down menus in Flash Community Center by ben_ …, here is a very efficient guide to creating handy drop down menus using ActionScript. This has been taken with …. [url=http://www.thecodebehind.com/code/flash/actionscript/drop-down-menus-in-flash-demo.html]View a demo[/…Actionscript [/b] [code]// this array describes the menu. each 'drop down' // is an element of the array var Menus =… drop down list Programming Web Development by hemasow hi we have one problem while using drop down list in PHP. We have a drop down list, after the selection of the items in that drop down list we want another drop down list to be displayed based on the selection of the first drop down list, we r not able to generate the second drop down list...... please help us and reply soon.......