I\'m working on a project to learn node.js, and was looking for some suggestions on how to handle syncing user data in real-time.
I used to have asp.net web application with web service (.asmx file) inside. The web service actually holds the logic, for example:
I have a library which can save/load on disk \"chunks\" which are POD structs with constant size and unique static CHUNK_ID field. So load looks somethink like this.
I\'m开发者_如何学C working on an application which among other things downloads items that belong to a certain category form a server. I want to make the downloader look like this:
I\'m currently developing an application using ASP.NET MVC, and now I need to create an interface (web page) that will allow the users to pick and choose from a set of different objecs, the ones they\
I have the following problem illustrated by the pseudo code below (might not make a whole lot of sense):
I need a solution where I have one \"master\" list/array that has a number of sequentially ordered linked children, each one representing a sub-segment of the parent list. It resembles the \"unrolled
I tried to play with php,however I got stuck at one place, where I tested value of $n=1024, then it takes more than 60sec,so timeout error of php arises,I don\'t know how to overcome this problem,if m
I have project calles Warehouse. In the warehouse there are Products. I want to write the option to inform the warehouse about expected products. This is how I am thinking of doing that:
I am busy with a new project and am working on my repository layer.This will be my 2nd project using the Repository Pattern. I have been reading Scott Millett\'s book Professional ASP.NET Design Patte