Re: Shared Printer Problem Hardware and Software Microsoft Windows by Bunker Network hiccup, paper jam, or driver glitch - troubleshooting the shared printer quandary demands patience, tech-savvy finesse, and perhaps a dash of printer exorcism. 'Prepare for the Earliest Possible AGI Deployment Scenario' Community Center by Johannes C. **Despite the uncertain timeline for Artificial General Intelligence (AGI) becoming a reality, we need to assure responsible and ethical development today – says Jen Rosiere Reynolds.** ![header-agi-talks1.png](https://static.daniweb.com/attachments/4/5595ff2ec36fde155011d21ea73dcd78.png) As part of our new **AGI Talks**, experts from … Re: DaniWeb Auto Answer A.I. feature Community Center Meta DaniWeb by toneewa I did some sample testing, and parsed a thread topic for the dataset. Reducing the footprint from 220kb to 26.5kb. All in 0.43 seconds. It doesn't use any API. Just the patterns I saw in the code. It took another 6 seconds to embed too Chat with RTX. Then, not deducting for the deleted threads, this could be a lot smaller, and quicker than … GCC Fails to Recognize Parameters Programming by snah19 RE: ffmpeg-4.4 Andrew Wu DJGPP CROSS COMPILER, GCC v12.2.0 Host Macbook Pro, macOS Monterey [Click Here](https://ffmpeg.org/platform.html#DOS) DJGPP Cross Compiler 12.2.0 Fails to Recognize "certain" Parameters in FFmpeg Source Code Hi, I am using the DJGPP cross compiler 12.2.0, developed by Andrew Wu, github, to build the … Re: Where do you find the best friends? Community Center Geeks' Lounge by simhakidsden Good friends can come from anywhere, even in unexpected places and situations. They may be found in school, work, community activities, or even online. Genuine friendship is not limited by physical location but rather emerges from shared interests, values, and mutual understanding. Ultimately, the strongest friendships develop from authentic … Re: Which social sites is best for SEO? Digital Media Digital Marketing by dennyfontaine There is no definitive answer to which social sites are best for SEO, as different social platforms may have different advantages and disadvantages depending on your goals, industry, audience, and content. However, some general factors that can affect the SEO value of a social site are: • The size and engagement of the user base • The … Re: GCC Fails to Recognize Parameters Programming by Reverend Jim I can't offer any suggestions other than to just download the compiled app for your system instead of building it yourself. Re: GCC Fails to Recognize Parameters Programming by rproffitt Here's another problem. When we change the OS not only must we setup the compiler, environment and such but sometimes an OS API could be deprecated or removed. You made mention of a possible OS change so that's a possibility. You obtained this code from somewhere. Go back there and see if they updated it for your new OS. Re: GCC Fails to Recognize Parameters Programming by toneewa While I haven't used DJGPP for a couple decades, I decided to install the ffmpeg library and do a test program another way. For me, the declarations worked changing: #include "os_support.h" #include "avformat.h" #include "internal.h" #if CONFIG_NETWORK #include "network.h" #… Re: Shared products DB between multiple Magento installations Programming Web Development by LastMitch >Shared products DB between multiple Magento installations FYI - I will not email you. Can you be more specific? I think the question you post is a bit confused it's not multiple Magento installations, it multiple domain (Magento websites) sharing one database. I assume you are using a free edition? You need this: http://www.… Re: Do I need to upgrade my RAM? Hardware and Software Hardware by Thong_Ispector Shared Ram...? If you are using an onboard video card and sharing ram you would be better off adding a video card with its' own ram... Very few of the onboard video controllers are good for gaming... Re: Fantastic word game Community Center Geeks' Lounge by kAtHicKa Shared and cared rhyme. Re: Workgroup Problem Hardware and Software Networking by harry04h shared drive of ur laptop that is good solution of that problem -harry Re: Getting started (again) Programming Software Development by cloudedvision Shared Objects are the linux equivalent of DLLs Re: Forcing WWW with htaccess for multiple domains EXCEPT subdomains Hardware and Software Linux and Unix by jeepguy shared hosting account - no access Re: Strangest Thing... Hardware and Software Microsoft Windows by Master Rattley $ = Shared FYI Re: SEO Digital Media Digital Marketing Search Engine Strategies by victorslye Shared post by you is not clear. Re: JAVA web hosting Programming Web Development by peter_budo Shared number of people are sharing same instance of Tomcat/GlassFish/Jetty and if you or them request server restart there is downtime for all users, usually there is limit on how many restarts you can have. It is cheaper but pain in neck due to limited control you have. Private, only your app is run on the server either you can restart server as … shared memory program Programming Software Development by niyasc Following is the one of code written by me for shared memory. Problem is that program donot come outside from marked loop and read numbers infinitely. "common.h" [CODE] struct common { int a[10],b[10],c[10],flag; }; [/CODE] p1.c [CODE] #include<stdio.h> #include<unistd.h> #include<stdlib.h> #include<… shared function and mysql stored procedure Programming Software Development by ZER09 i created a dll file using vb.net then it has a shared function that will execute a stored procedure of mysql but my code is something long and when accessing it, it has a big risk that it can produce an error if there is an incorrect string input, i am asking an advice how i can make it much better or can point me something much better than my … Shared Folder stopped Sharing to Laptop ? Hardware and Software Networking by Siberian I'm experiencing a networking problem which I asked elsewhere and so this is the problem and this was the solution I was given, unfortunately the solution doesn't work in Windows10. The problem was non-existant six months ago, which is a latop and a desktop both running Windows10. As of the last few weeks I cannot connect to a shared folder which… Shared Ranking problem Programming Databases by doodalf Hi, I'm wondering if someone can help me with a problem I've been trying to solve for almost a week now which concerns shared ranking (i.e. whilst I am trying to rank things in order of one field, if two or more entries share the same value then they receive the same ranking). I have a MySQL database as follows:- racedate | racetime | racecourse… Shared memory errors Programming Software Development by blackrainbowhu Hello everyone! I hope that someone could help with my C assignment. The main task is to demonstrate forking, piping, message queues, signals, and shared memory with an example that a rabbit female is waiting for a rabbit boy to tell her a poem, she gives a gift in return (plus other things that doesn't matter now). I started programming in C two … Re: Shared Folder stopped Sharing to Laptop ? Hardware and Software Networking by CimmerianX 127.0.0.1 is the localhost. From the Machine with the share, if you use \\127.0.0.1\ by itself, you should see all non-hidden shares on the host. If there are no shares listed, then definately no other machines on network will see shares. Using a cmd prompt 'net share' will list all shares including the hidden ones. IF no shares … Re: Shared Folder stopped Sharing to Laptop ? Hardware and Software Networking by Siberian Shares do appear, including the shared folder; but 127.0.0.1 or \127.0.0.1 is returned as a; **'\127.0.0.1\' is not recognized as an internal or external command, operable program or batch file.** Re: Shared Ranking problem Programming Databases by doodalf Ahh. No. I thought that this worked at first but it doesn't *quite*. Basically, it is producing an output like this:- Horse - Forecast - Rank A - 5 - 1 B - 5 - 1 C - 7 - 3 D - 8 - 4 When I was looking for:- Horse - Forecast - Rank A - 5 - 1 B - 5 - 1 C - 7 - 2 D - 8 - 3 I.e. the first two are shared 1 and then the next highest is 2 as opposed … Help Problem on Shared Network Hardware and Software Networking by goodmuyis Hello I do manger 5 PC running Windows XP in which one serves as internet server( with shared Dial Up). Before the connection was alright but now the client PC Hardly Connect easily, even though they recieve Automatic IP the internet connection do break at times and all the client will stop browsing, while the server is still browsing. Please … Re: Shared products DB between multiple Magento installations Programming Web Development by igabc SOrry for "email me". I meant "if you are able to make this happen, if you are interested in being hired for this project, then email me". I am an entrepeneur, not a coder. Yes it's multiple domain names. I wrote multiple installations because I learned that Magento doesn't allow multiple vendors (multiple admins for specific… use Semaphore with fork and shared memory Programming Software Development by devilmaycry1 hi friends I've a code to compute integral with area function in code. I used Fork, and for returned values I must use shared memory. now I need to embed a semaphore in my code to control the critical area(here is shared memory). I don't know how to embed semaphore in it. Here is the code: #include<stdio.h> #include<stdlib.h>… Re: use Semaphore with fork and shared memory Programming Software Development by DeanMSands3 To share the semaphore, it has to be in the shared memory space. Therefore, you'll want to redefine the semaphore variable as a pointer, then point it somewhere in the shared memory space that isn't being used, then initialize it.