Re: Will AI take jobs? Digital Media Digital Marketing by Ja sa bong I believe that AI will keep getting better because that is what's the developers are doing constantly. They are improving the learning capacity of the program so that it can be able to do more and likely keep taking more jobs. Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by rproffitt UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance. Capacity of datatypes??? Programming Databases by jrosh I want to find the capacity of my data fields....how can i calculate capacity of varchar(10) or int(15)...???? (in kilobytes s or megabytes s) please help..t hankx in advance. Re: std::string capacity(). Different in different OSs?!?! Programming Software Development by Clinton Portis …[URL="http://www.cplusplus.com/reference/string/string/capacity/"]capacity()[/URL] is defined as: [quote] Return size …space in the string object. Notice that the capacity is not necessarily equal to the number of characters… to accomodate content in the string object, the capacity is automatically expanded, or can even be explicitly … Reformating in XP at full capacity Hardware and Software Hardware by dinkledort … (160 gb sata) and reformat the old one at full capacity, but when I go format it in XP there is… only one option for capacity - 127 gb. So I stopped, and I haven't actually… it yet. Any thought on how I can get full capacity out of my old drive? Thanks for your help, computer… message queue capacity Programming Software Development by a-humam … I have a message queue which has a default maximum capacity of bytes that can be written in it. I am… trying to modify this capacity. I googled for a solution and tried to change the… of messages more than 50 bytes which shows that the capacity af the message queue haven't changed. Would you plz… meeting room capacity Programming Software Development by nsesem i have an assignment about the meeting room capacity , in fact is about write a program that detremines whether a meeting room is in violation of fire law regulation regarding the maximum room capacity. i've trid so hard but right noe I'm stuck. i do need help..someone to help me et tell what to do? thanks HDD capacity Hardware and Software Microsoft Windows by haven_u Hi, I bought a computer with a HDD capacity of 80GB however, 40GB is only available for me to use, can n-e 1 tell me what to do to use the maximum capacity of my 80GB HDD??.... Re: HDD capacity Hardware and Software Microsoft Windows by freepost [QUOTE=haven_u;944165]Hi, I bought a computer with a HDD capacity of 80GB however, 40GB is only available for me to use, can n-e 1 tell me what to do to use the maximum capacity of my 80GB HDD??....[/QUOTE] what your Os? Finding Unmapped Network Share Capacity in C# Programming Software Development by vivri … for your time! I need to find the underlying disk capacity (total size) of an unmapped network share in windows (Win7… the "GetDiskFreeSpaceEx()" Win32 function. I imagine that disk capacity is stored in a similar fashion to free space, hence… Maximum Capacity of HashMap Programming Software Development by prem2 Hi, I have used HashMap in my program.I need to know the capacity of the HashMap. Now i am currently storing 5000 records in hashmap.I need to know the Maximum capacity. Thank you, With Regards, Prem Re: HDD capacity Hardware and Software Microsoft Windows by azharalibuttar Please use windows compression to enhance your capacity Re: std::string capacity(). Different in different OSs?!?! Programming Software Development by Narue The capacity of a container class has nothing to do with the … an internal mechanism of the C++ implementation. In other words, capacity will potentially return a different value for every single implementation… My Hard Drive Isn't Displaying It's Maxium Capacity Hardware and Software Hardware by Keith Smith … from a 200 GB down to a 10 GB storage capacity. I have tried reformatting and reinstalling the system software. Nothing… Microsoft System Center Capacity Planner 2006 (Beta) Hardware and Software Microsoft Windows by shajifiroz Microsoft System Center Capacity Planner 2006 (Beta) helps size and plan deployments of Microsoft Exchange Server 2003 and Microsoft Operations Manager (MOM) 2005 by providing you with the tools and guidance to deploy efficiently while planning for the future by allowing for "what-if" analyses. -Shaji Database Storage Capacity Programming Databases by cancer10 I was wondering what is the Database Storage Capacity for the following databases: MySQL 5 Microsoft Sql Server 2005 MS Access 2003 Thanx Re: Database Storage Capacity Programming Databases by campkev what do you mean by the database storage capacity? Re: Database Storage Capacity Programming Databases by peter_budo never seen information like this, don't take me wrong but this can be limitless if you have proper resources. But take it like this, your size of database is either limited by storage capacity of you pc/network or your webservice provider Larger Capacity iTouch and iPhone Hardware and Software Hardware by Dani … it was worth posting anyways. Apple has recently unveiled larger capacity versions of the iTouch and iPhone. The iTouch, originally only… Re: Larger Capacity iTouch and iPhone Hardware and Software Hardware by peter_budo They have to bring something extra so people will pay for it. This is because other companies behind mobile development are introducing their devices with similar storage capacity. Example is lates product line of SonyEricsson W960 or W980, Nokia N81 or N95 (all 8GB) or Nokia N96(16GB) plus many others... Re: Larger Capacity iTouch and iPhone Hardware and Software Hardware by JonathanD that's what I'm holding out for. iPhone on 3G + 32gb capacity std::string capacity(). Different in different OSs?!?! Programming Software Development by Carrots …; int main() { std::string s1; std::cout << s1.capacity() << std::endl; system ("PAUSE"); return 0… how can the capacity of ptrdiff_t and size_t while handling addresses be same ? Programming Software Development by daudiam … the possible values of ptrdiff_t will be negative, so its capacity must be half of that of size_t when it comes… Extending hard disk capacity. Hardware and Software Hardware by Muralidharan.E Hi friends I am using old p3 processor(933 mhz) with 512+256 ram and 40 gb harddisk. I want to extend my harddisk capacity. Is it possible to update in to 500 gb hard disk for p3 processor. Will it accept? new high capacity battery for gt-i900 android phone Hardware and Software Hardware Mobile and Wearables by Violet_82 … me with this. I have just bought a new “high capacity” battery for my gt-i900 android phone (it currently has… How to know the maximum RAM capacity Hardware and Software Hardware by jim3472 How can i know the maximum RAM support capacity of my motherboard? Is there any way to identify it from 'cmd' Re: How to know the maximum RAM capacity Hardware and Software Hardware by XP78USER What type is the motherboard im sure ill find the maximum capacity of it on the manufacturers website Re: How to know the maximum RAM capacity Hardware and Software Hardware by RikTelner …. If you want fast but untidy version: `wmic MemoryChip get capacity`, this will get you amount of RAM memory (official amount… Re: Capacity of datatypes??? Programming Databases by pritaeas This will help: [url]http://dev.mysql.com/doc/refman/5.0/en/storage-requirements.html[/url] Re: Capacity of datatypes??? Programming Databases by jrosh [QUOTE=pritaeas;1012849]This will help: [url]http://dev.mysql.com/doc/refman/5.0/en/storage-requirements.html[/url][/QUOTE] thnkx. I got it thankx...