sharing

Multiple Programmers in Software Development. How do we work on the same code and it always be updated??

This seems like something I should know by now, but for whatever reason I do not. I also am not having much luck searching on the topic. A friend and I are starting a simple project together away from work, both of us are very young in the programming world and want to take on a simple educational project for our free time... My questio...

RESTful Media Sharing API

Does anyone know of any good free media sharing sites like twitpic.com, but not for just twitter? It needs to have a good RESTful API. Preferably hosts video and audio as well as images. Kinda like mobypicture.com, but with a RESTful API. ...

Virtual Server and Sharing CPU Resources

Is there a program out there that allows me to use my computer resources for two different users simultaneously? Specifically, I'd like to hook up two different monitors, keyboards, and mice to one computer so that two people can be working independently on two instances of an operating system. A Windows solution is preferred, but Linux ...

ftp file sharing

Hi friends, I want to write a client server program in linux which works like ftp, but I am unable to get or put the files from and to the server. Please suggest any ideas to do it... ...

Easiest way to share on facebook, twitter and via email?

On a news-site, the client wants me to implement a way to share a story (just a link, really) via Email, facebook and twitter. I could write some code for each sharing-method, but it seems very likely, that some sort of service or library would exist, that shares the current url to different services. Maybe even with some tracking on wh...

What methods do programmers prefer to use when learning new subjects or technologies

When you are learning a new subject or technology what ways do you use to remember your achievements ? In the past I have used a variety of methods including some of the following :- Paper-based Journal (A4 paper cut in half with a guillotine, and bound with a plastic spine.) I keep this chronologically, and frequently reorder the pag...

Share data in LAN

I'm building a music library program, and I want to have the ability to share the library in the LAN. How can I discover others who share their library? I'd like to find others' libraries without typing in IPs and stuff. ...

How do we share data between two different services

I am currently working on a web service which is periodically polled. It does not store its state and is instantiated everytime it is queried. Essentially, it retrieves the state of other external entities e.g. databases and delivers it back to the requester. Recently, the need to store state as arisen in that There is the need to con...

IE8 Session sharing across tabs and windows

Has anyone implemented any effective solutions to address the numerous issues that are caused by IE8's session sharing functionality? We've gotten very close by writing a custom http module that compares session and view state values, but our efforts are thwarted by things such as accelerator keys and unaccceptable copying of session obj...

Sharing components in .NET platform

Hi! I have an e-commerce website that is already up and running for some time. It's built on .NET 3.5. So far, so good. The "problem" is that now I need to start sharing functionality (products list, order mechanics, customer information, etc) from this project with new projects and external vendors. Since I know the thing is gonna be ...

Multiple TCP/IP servers and sharing the same "well known port" ... somehow?

I apologize for the weird question wording... here's the design problem: I am developing a server (on Linux using C++, FWIW) that provides a service to many instances of a client application running on consumer PCs. I want the following: 1) All clients first identify themselves to a "gatekeeper" server application. Consider this a lo...

Finding the systems connected in local network from iPhone?

Hi, I am developing an application which identifies(find) all the systems connected in same network/LAN to share the data. could please share with me how to identify(find) the systems which are connected in same network/LAN. thanks in advance. ...

Sizing an IFrame for remote content (ow.ly, google image search, etc)

URL sharing via IFrames is pretty popular but as far as I can tell every company builds their own library to do the same thing. (the main page is reduced to look like a bar at the top and the iframe'd content takes over the rest of the page.) facebook and ow.ly are 2 examples as well as google's image search. Anyway. does anyone ...

how to access a shared folder on a windows machine with iphone SDK?

Hello, I was wondering if anyone could help point me in the right direction if I am trying to write the contents of a file from a shared folder on a windows machine to an array on the iphone over a wifi connection. could I do it with initWithContentsOfURL?? thanks for the help ...

Access database sharing strategies

What are the strategies you employ to let multiple people work on an access database? Is it possible to host it online and have its features still functional without having to develop a custom frontend? MS Access as a software has a few nice features that don't require any programming to configure: Drop down lists - choose one Multi ...

problems with RequestForFile() class that is using User class in Java

Okay I'll try to be direct. I am working on a file sharing application that is based on a common Client/Serer architecture. I also have HandleClient class but that is not particularly important here. What I wanna do is to allow users to search for a particular file that can be stored in shared folders of other users. For example, 3 us...

Portlet Data sharing using liferay and icefaces

Am using liferay 1.8.2 and liferay 5.2. I have many portlets in differnt war files and I tried the examples in the liferay docs as to how to share data between differnet portlets across multiple wars with no succcess. 1) With sesssion sharing , I was not able to get the data from the first portlet to the second portlet, even thou the d...

Problem with WCF and multiple namespaces - sharing object types across multiple service references

Hi, i have two web services. One with user functionality, one with admin functionality. Both services effectively work with the same object types, for instance: AdminService provides functionality for deleting/modifying Customer objects UserService provides functionality for listing/reading Customer objects Now in the client i have...

my Java class addUserToTheList() doesn't work

I have the following two classes: import java.io.*; import java.util.*; public class User { public static String nickname; public static String ipAddress; public static ArrayList<String> listOfFiles; public static File sharedFolder; public static String fileLocation; public User(String nickname, String ipAddre...

Feasibility of shared code between .NET and Silverlight?

Having just gone through a small experimenting session to try to see how much work it would take to bring our .NET class library, or at least portions of it, into Silverlight so that we can reuse business logic between the two worlds, I'm wondering if others have experience with this sort of thing. The things I noticed, off the top of m...