Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

44
votes
20answers
9k views

Free version control services? [closed]

What free version control service would you recommend? I'm not looking for a complete project management service like Sourceforge, just something so I don't have to run a SVN/GIT server myself.
7
votes
9answers
9k views

Online Service to Cleanup HTML Formatting

There are plenty of services online that will color-code and "prettify" your code for you - I'm not interested in that for this question. I've taken over for a previous developer who loves seperating ...
4
votes
3answers
222 views

Manage online users in stateless application?

I'm working on a browser game with the play framework. The game allows users to "fight" with each other. But only users that are online can fight with each other and I need some way to know who is ...
4
votes
6answers
351 views

Execute Scripts online

I'm searching for a website where I can test python scripts within a simple form (so I don't need to install python on my local machine). I know there is a site that can do it (also other script ...
3
votes
3answers
108 views

Which public hosting sites for darcs projects are there? (Like Gitorious for Git.)

Which public hosting sites for darcs projects are there? (Like Gitorious or http://repo.or.cz for Git.) I'm interested in such services for publishing my open-source projects and allowing others to ...
3
votes
3answers
293 views

Looking for a site which provides compilation with Microsoft Visual C++ Compiler

Is there any site where I could compile (and possibly run) C++ code with Microsoft Visual C++ Compiler? All common sites which provide online compilation service (listed in answers on questions ...
3
votes
2answers
207 views

Try string.Format(…) formatting options online?

I was wondering if anyone knows an online service where I could quickly try out .Net's string.Format() various formatting options? I'm imagining something similar to the multitude of online Regex ...
2
votes
1answer
69 views

Core Data Online Sync (using Dropbox)

I am looking to make an iPhone/iPad/OSX/Windows capable application that wirelessly tracks inventory (primarily for companies) allowing the user(s) to track the inventory from every device. As I am ...
2
votes
2answers
1k views

Free Online tools for testing mysql queries - having features like PhPMyAdmin

Can anybody tell me any "free online hosted database servers" (don't know if that is the correct term) where we can do query testing and all those things that we can do on tools like PhpMyAdmin? does ...
2
votes
1answer
71 views

What online sites are available to help organize redundant error/cron emails?

I feel like I saw a site somewhere that would "dedupe" error messages commonly sent from frameworks like Django or cron errors. I cannot seem to re-find the site however. Have people heard of online ...
2
votes
3answers
155 views

Any Framework to build a code checking website(like SPOJ)?

My col is planning to conduct a online coding competition.. Im now looking for a framework that checkes user's code and returns the appropriate result.. Only C,C++ support is enough.. -Dinesh
1
vote
1answer
74 views

Is there any free public secure (SSL) web services to test a SOAP client?

I'm trying to develop secure web service and i have complete the service.But i tried to create client and failed every time.so now i need to create a test client that consume secure web service to ...
1
vote
4answers
109 views

Which public Git hosting sites are there that are free software? (I.e., you have the freedom to study it, and run a similar site, and so on.)

Which public Git hosting sites are free software? I mean public services like the popular GitHub, but in this question I especially care about our freedom in using and running the infrastructure ...
1
vote
2answers
376 views

How to determine zipcode by geo location

The question in subject. I receive lattitude and longtitude and I need to determine approximate zipcode of this location. Is it possilbe to achieve with some online service (soap, rest)?
0
votes
0answers
10 views

Online database service for recording data from queries?

Is there any free online database services which will take data from a URL query, and store it within a database to view later on a webpage? e.g: ...
0
votes
1answer
46 views

Free email sending service [closed]

I'm developing a web application and I have to choose an email sending service to send registration emails. I have came across sendgrid, postmark, mailchimp and others, but they are not free, do you ...
0
votes
1answer
64 views

Any online service/API that can calculate Dijkstra/TSP on very large graphs?

I wonder is there any online service or API which can calculate Dijkstra's algorithm or the like (A*, TSP, etc.) in a reasonable time? I would like to calculate shortest path for a graph of more than ...
0
votes
1answer
28 views

Sync personal development project between machines

I'm working on a project which I develop in python and which I wish to work on from a windows machine at work, my mac at home, and my linux laptop. I am the only one who works with this project and ...
0
votes
0answers
86 views

Display PDF online in iOS one by one

In My project there is Functionality which gives user to view PDFs "online" and "offline". For "Offline" , just downloaded them asynchronously and displayed in UIWebView. and for online viewing..?? ...
0
votes
1answer
77 views

Validating Winners

I`m managing an online trading game system. I require the following fields upon registration: Email Username Password Sex Phone Number Name and Surname And the users IP upon ...
0
votes
2answers
658 views

Test Android App Online

Is it possible to show someone else an android app, online, I have seen several iOS implementations where you upload your app online and it can be used in a web browser. I know someone can go though ...
0
votes
2answers
128 views

Free ready-to-use webbased service to track software issues (bugs/feature requests) from users?

I just deployed a program, and I am looking for a FREE, ONLINE (no installation, no deployment, no domain etc. - something like uservoice.com) ready-to-use service that will allow my users to enter ...
0
votes
2answers
97 views

What kind of Service is OpenID and Gravatar

The reason I ask is beacause I want to find other services like these two. It saved me alot of time developing my own solution. So what is the name of these kind of services?
-1
votes
1answer
232 views

need opinions on Online Examination system

Hey all I am trying to create an online examination system. For which i am having two options: 1. to use Ajax-html: that i can use ajax & html code to have an online examination system and there ...