Re: Slaying Unicorns: How Europe Sabotages Its Own Economic Future Community Center by aishamushtaq Absolutely, I appreciate the reminder. If you're experiencing difficulties with your CRM's workflow feature, it might be beneficial to provide more details about the specific steps you've taken so far to troubleshoot the issue. That way, others in the community can offer more targeted assistance or suggest alternative solutions based on your … Re: Slaying Unicorns: How Europe Sabotages Its Own Economic Future Community Center by Dani I'm happy to live in Silicon Valley :) 7 NLP Tasks to Perform for Free in Python with Mistral 7b LLM Programming Computer Science by usmanmalik57 In the rapidly evolving field of Natural Language Processing (NLP), open-source large language models (LLMs) are becoming increasingly popular as they are free to use. Among these, the [Mistral](https://docs.mistral.ai/models/) family of models stands out as a state-of-the-art model that is freely accessible to the public. Comparable in … Devin Might Be Fake, Yet AI's Threat to Jobs Is Real. Community Center by Johannes C. **The creators of an automated software engineer tout their AI's capability to independently tackle complete coding projects, including actual tasks from Upwork. While skepticism is warranted regarding Devin's authenticity, the risk of AI displacing professionals across numerous fields is undeniable.** ![will-code-for-food.jpg](https://static.… Paris Olympics Ticket Information Chatbot with Memory Using LangChain Programming Computer Science by usmanmalik57 In my previous article, I explained how I developed a simple chatbot using LangChain and Chat-GPT that can answer queries related to Paris Olympics ticket prices. However, one major drawback with that chatbot is that it can only generate a single response based on user queries. It can not answer follow-up questions. In short, the chatbot has no … Slaying Unicorns: How Europe Sabotages Its Own Economic Future Community Center by Johannes C. **With the decline of industry and post-colonial exploitation, Europe should aim to become a global leader in the tech and service industry. But as the EU increasingly complicates the process for startups to thrive, the economic outlook appears bleak.** If you've missed recent AI news, **[Claude Opus now outperforms GPT-4 in most areas](https://… Re: Applying PySide's QAbstractTableModel Programming Software Development by Mark_94 Even although this topic is 11 years old (in 2024), it's still very helpfulby showing how to properly program in Python3. I've readily translated it to PySide6 and it works fine except for one tiny prob: sorting the MP column with "TypeError: '<' not supported between instances of 'str' and 'float'". I'm not sure how to fix it. Re: Improve HAVING BY performance Programming Databases by AndreRet And so the queen bee has spoken again, no matter the input or consideration from others. IMHO Reverend Jim were not out of line here, merely posted a scenario which could have helped... I truly saw/hoped for a turn around on the site but it seems to be governed by a "my way or the highway" mindset. Through some years I have really tried … Players Page Programming Databases by Kniggles Morning,afternoon,evening and av a great night to all, solution needed plaese. secnario. players eneter log on screen and enter name ,password, (id is index on base) then go to check_logon.php if happy end up at logon_success.php this run ok :) am now trying to display players id number on logon_success.php. check_logon.php [… MP 2 Software Community Center by djm123 I am not sure if any of you know this system but lets give it a try...I use the software at work. In it the TITLES have USER DEFINED fields listed, I want to collapse these fields very similiar to in Excell, where you just drag & or right click. While MP 2 is similar, I cannot see anywhere to collapse or delete these fields. Can anyone … Players on my pc suddenly can't play video Hardware and Software Microsoft Windows by erien please..I really do need help..and as the question states..for whatever reason all my players in my PC suddenly can't play DVD-rom.. it was working fine the other day...but then the next day when I inserted the same dvd-rom, all my players suddenly can't play them... Re: Players on my pc suddenly can't play video Hardware and Software Microsoft Windows by erien [quote=niek_e;309315]Start -> execute -> "c:\windows\system32\restore\rstrui.exe" The rest is simple. Just make sure that the restorepoint isn't older then say two weeks. regards Niek[/quote] thanks for the help..but...my system can't seam to restore...I tried many times..but the system just can't restore eventhough it hasn't… Players taking turns Programming Software Development by volscolts16 In this experiment, people take turns playing and you can delete or add players, Seem to have a couple of issues left, not sure how to work out. One of the problems is the display, the other is a class interface. Need any help or suggestions I can get. Thank you in advance!! import java.lang.Comparable.*; public class Person {… Re: Players taking turns Programming Software Development by Ezzaral [quote=volscolts16;446888]In this experiment, people take turns playing and you can delete or add players, Seem to have a couple of issues left, not sure how to work out. One of the problems is the display, the other is a class interface. Need any help or suggestions I can get. Thank you in advance!! <snipped>[/quote] What are the issues … Help with my rpg, creating 3 players with scores Programming Software Development by tealpenguin I'm having trouble with a couple of things in my program. I want to create 3 different players and then record their scores to a file called highScores.txt I need to also come up with another game that features an array in it (i would put this in the place that says //ARRAY GAME WITH point values here)...this game should just like the other two … Re: Players Page Programming Databases by debasisdas forget about PHP. Post the SQL part of the code where you have any issue. Re: Players Page Programming Databases by Kniggles [QUOTE=debasisdas;1510860]forget about PHP. Post the SQL part of the code where you have any issue.[/QUOTE] thanks for your time debasisdas , all sortted now . Re: Players Page Programming Databases by debasisdas Nice to know your issue is sorted out. Happy coding :) Re: media players freeze Hardware and Software Microsoft Windows by goldeagle2005 Tell me. When the Media Players freeze, does it remain frozen till you reboot, or do you get control of the system after sometime. Also, when the MP freezes, can you launch other apps? GNU MP Library: Any Good Resources? Programming Software Development by henryxxll Hey: After messing around with Python for some time for large numerical calculations, I realized that Python is just too slow. It's great for smaller numbers, not to mention easy. However, once I start getting into numbers above around five hundred digits in size, it slows down drastically. So, I've looked into C++ for calculations. However, the … Gary McKinnon update: MP quits, Brown sympathises, Americans have hissy fit Hardware and Software Networking by newsguy The High Court in the UK will this Friday decide if an appeal against the Home Office backed decision to extradite Gary McKinnon on hacking charges to the US is to be upheld or, as seems likely, not. McKinnon has been accused of what US prosecutors refer to the [URL="http://www.daniweb.com/blogs/entry2863.html"]biggest military computer … Re: GNU MP Library: Any Good Resources? Programming Software Development by henryxxll [QUOTE=tux4life;860964]Did you try the [URL="http://gmplib.org/manual/"]online manual[/URL] available on it's site?[/QUOTE] Yes, but it's rather difficult to understand, and not directed towards C++ users...as I already said. [QUOTE=henryxxll]However, I just can't seem to understand the documentation that's supplied with GNU MP, as it'… Re: GNU MP Library: Any Good Resources? Programming Software Development by Peter_APIIT I don't know GNU Mp is big integer class library. I thought it was just a library with many arithmetic algorithm only. Please clarify. Thanks. Re: GNU MP Library: Any Good Resources? Programming Software Development by ArkM I have posted you at least two links to much more simpler than GNU MP bigint C++ libraries: [url]http://www.daniweb.com/forums/thread190103.html[/url] Why you ignore this fact? Sockets and 2 players game Programming Software Development by Kuroshi I want to learn how to connect computers so I created a game for 2 players that was played on the same computer, now I want it to be played on a network. I have been trying to do this with sockets. I have a server class: [CODE]public class WordsGameServer extends JFrame { private LetterBank lBank; private UsedWordsBank uWBank; … C: Swapping players in a team Programming by negru Write a function for swapping players in a team. New player (which is read) enters team and replacing the player which is also read. Prototype of function is void swap(TEAM *, PLAYER, int); First argument of a function is the pointer to team, second argument is the player that enters in team, and the third argument is the jersey number of a player … GNU MP Library (or RSA in C++) Programming Software Development by Haktivex Greetings. Would anybody happen to have a prebuilt GNU MP Library (static) for Visual Studio 2005? I cannot seem to find one and cannot compile it myself. When I attempt to use it, I get unresolved symbol errors. If this is not possible, does anybody know a simple class or library for doing RSA encryption/decryption in c++? Preferably cross … GNU MP Programming Software Development by TheBeast32 Hi, I'm using GNU MP to get very precise square roots of numbers. I have three questions about my code below. [Code] #include <stdio.h> #include <stdlib.h> #include <gmp.h> int main(int argc, char *argv[]) { mpf_t num, sqrt; FILE *out; mpf_init2(num, 1000000); mpf_init2(sqrt, 1000000); printf("Enter a number to … Hybrid disc players to end DVD war unlikely Hardware and Software Hardware by John A In response to [URL="http://www.foxnews.com/story/0,2933,241557,00.html"]this article[/URL], claiming that the DVD format war may soon be over, I highly doubt it. In the article: [quote]The high-definition DVD format war, which has slowed consumer acceptance of the new players, may soon be over.[/quote] They go on further to state that … Re: C: Swapping players in a team Programming by David W There are few things about your style of coding that could be improved: /* use Global const (in C use #define) instead of 'magic numbers' */ #define MAX_LEN 31 /* pick numbers that give multiplies of 4 (or 8) bytes */ typedef struct { char name[MAX_LEN+1], /* recall need space for terminal 0 */ surname[…