I am relatively new to codeigniter and am struggling to understand how would save and access data from multiple controllers so was wondeing if anyone here could help me understand this.
I\'m wondering if there\'s a library function (or why StringUtils in Apache Commons doesn\'t have it?) that for a String calculates all the substrings.
I have a C# control library built using Visual Studio 2010 that I have finalised and released into my General assembly Cache. I now want to recode the library and don\'t know how.
I have a table of data from a database that I want to display on various pages of my website. Ideally, i would like to just have an include or something that will go off and get the data, and return t
I\'m working on a new iPhone/iPod app that includes the need to do web services requests.I\'ve found methods for doing these requests synchronously, or asynchronously by setting the controller as the
In my WPF4 Desktop-based application there is a big block with sidebar menu that repeats in each window and takes about 70 lines of XAML. In order to improve code reuse, I would like to split XAML fil
We have some business specific extensions to common gems such as Sunspot. These extensions need to be run on startup since th开发者_如何转开发e files they belong are already defined.. ie rails will no
Is there any way of reusing the iteration through the array code in these functions: public static double[] ln(double[] z) {
I have an iOS application which I am considering porting to also run on Mac O开发者_Python百科S and sell via the Mac App Store. However I would like to have as much code re-use as possible for the bus
I have a number of operands of different types and want to define how these operands can operate on each other. This seems like a generic