Click here to Skip to main content
15,893,594 members
Everything / Data center

Data center

data-center

Great Reads

by Md.Sajidur rahman
This structure describes how to process data from multiple branches and store to analysis.
by Cisco
Cisco ® Application Centric Infrastructure (ACI) integrates Citrix NetScaler Application Delivery Controller (ADC) appliances to reduce deployment complexity and better align applications with dynamic business requirements in existing and next-generation data centers.

Latest Articles

by Md.Sajidur rahman
This structure describes how to process data from multiple branches and store to analysis.
by Cisco
Cisco ® Application Centric Infrastructure (ACI) integrates Citrix NetScaler Application Delivery Controller (ADC) appliances to reduce deployment complexity and better align applications with dynamic business requirements in existing and next-generation data centers.

All Articles

Sort by Score

Data center 

5 Dec 2014 by Md.Sajidur rahman
This structure describes how to process data from multiple branches and store to analysis.
2 Apr 2014 by Cisco
Cisco ® Application Centric Infrastructure (ACI) integrates Citrix NetScaler Application Delivery Controller (ADC) appliances to reduce deployment complexity and better align applications with dynamic business requirements in existing and next-generation data centers.
16 Oct 2014 by CPallini
See, for instance, this Stack Overflow question: "Time complexity of Euclid's Algorithm"[^].
17 Oct 2014 by OriginalGriff
Nobody can tell you: it's dependent on the input values.If n == 0, it will run 0 times.if n == 1000 and m == 10, it will fail with a divide by zero exception on the second pass.We can't tell you a worse case for code that fails! :laugh:
17 Oct 2014 by CPallini
Quote:can any one tell me that how many times this loop execute?On lucky scenarios, the following function tells you: int how_many_times(int n, int m){ int count = 0: while(n>0) { r=n%m; n=m; m=r; ++count; } return count;}
5 Jan 2020 by Abubakar sadiiq
I am a computer application student and after learning a few programming language like HTML, CSS, JAVASCRIPT, PYTHON, C, C++. I was asked to make a mobile application which predicts an input data for example an app that predicts diseases something like that, and I was given only 5 months to...
5 Jan 2020 by Thomas Daniels
If I understand you well, you don't have a lot of experience with mobile apps neither with data analysis (which would involve mostly statistics, perhaps some data science, I presume). In that case, finishing an app that combines both, in only 5 months, sounds like a downright impossible task. Of...
17 Oct 2014 by sara74
hii want to calculate the order of below code . but my problem is that i don't know how many times the loop executes in worse case?can any one tell me that how many times this loop execute?thankswhile(n>0){r=n%m;n=m;m=r;}
26 Oct 2014 by bhawin parkeria
i have seen plugins for detecting face from a photo but is their any code which can detect legs from a picture ?i am really furious to know that.