Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
7answers
22k views

Online validators, syntax checkers, testing tools

I often need to verify some simple code before posting, and it's great if I have installed IDE, but what if not? It would be nice to have online free tools for SQL, VB.NET, C# code validation, or ...
11
votes
15answers
411 views

Online tools to help application development

Not sure if this has been done before, but I think it will be a good idea to get a list of (free) online tools available that help application development. By 'online tools', I mean in-browser ...
8
votes
4answers
9k views

How to get City, Country, and Country Code for a particular IP Address in ASP.NET?

I am having an application in which i am storing user ip address. But now i want to store the City, Country and Country Code of the user on the basis of their ip addresses. So I am able to get the ...
6
votes
3answers
153 views

How do online interpretors/compilers deal with malicious code?

How does an online code interpreter/compiler (jsfiddle.net, jsbin.com, ideone.com, codepad.org, etc) deal with malicious code, such as an infinite loop?
5
votes
3answers
575 views

Are there any Online IDEs that support Objective-C?

Are there any online IDEs that support Objective-C? The popular ones seem to have neglected this language. Please include a link.
5
votes
8answers
467 views

Is there an online source highlighter?

I have a free Wordpress account, and this means I'm not able to install plugins for syntax highlighting. I'm doing all my source highlighting with pygments offline. This generates HTML code with ...
4
votes
4answers
303 views

VIdeo chat / video conferencing tools

We want to integrate online video communication on a website. The idea is to: Allow visitors to videochat online (generally one-on-one) Set up conference video calls where 10+ people can ...
4
votes
6answers
353 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 ...
4
votes
6answers
1k views

HTML Examples - Syntax Highlighting and Encoding for Blog Posts

What is a really simple online tool for encoding and color coding HTML docs and snippets from reposting into blog entries? I found this one: http://www.stevetrefethen.com/highlighter/ but was ...
3
votes
1answer
197 views

Looking for an online code Cleaner/Helper like resharper

Basically until i had resharper i noticed my code quality was good...but due to tight deadlines I hardly payed any attention to why the code was modified and what the new code did better. I would like ...
3
votes
1answer
201 views

Open Source Programming Language online interpreter

How can I integrate programming language interpreter / compiler into a website like Codepad.org or Ideone.com? Is there any opensource solution? How do they ensure that the users do not write ...
3
votes
3answers
624 views

What PHP “Online Project Management Software” would be the best for me? [closed]

I have a small project that only employs 2 developers right now (Maybe there will be more developers later, but i wanna keep it small). Maybe it can be non-php software, but i should work fine online ...
2
votes
2answers
58 views

In browser code sharing/demo tools?

There's an online site that let's you write code(like javascript for example) in a browser textbox and execute it and then create a link to that demo. The same site I think has support for other ...
2
votes
8answers
1k views

Online tools to manage Scrumban?

Which is the best online tool to manage a Scrumban (Scrum + Kanban) implementation?
2
votes
3answers
829 views

Simple online testcase management tool

I am desperately looking for a simple, online test case management tool. Something inexpensive, for a small team, similar to the on demand version of fogbugz.com. I have found lots of tools but most ...
1
vote
2answers
86 views

Easy way to migrate data from AgileZen to Rally?

We have to migrate from AgileZen to Rally. I'm looking for any advice, warnings of hidden gotchas, and especially any migration scripts if someone feels like sharing. Thanks.
1
vote
0answers
151 views

Online tool to measure pixel distance in an image (which is also stored online)

I am looking for a tool that performs the following tasks: in a browser, I would like to identify an online image (e.g. www.sample.com/image.jpg). Then I would to measure pixel distances in that ...
1
vote
5answers
77 views

Codepad.org C++ code gives wrong result

Just a tiny question: Can you tell me what's the issue here in this code ? It should print out 9 but it does 4.8921e-270, however, when uncommenting line 4, it works just fine, too. I don't ...
0
votes
1answer
33 views

Which Graphic Editor can export graphics to SVG 1.1 (Second Edition) code?

Which Graphic Editor can export graphics to SVG 1.1 (Second Edition) code? Code should be compatible with IE9 too http://msdn.microsoft.com/en-us/ie/hh410107.aspx
0
votes
1answer
32 views

Easy upload for Storing videos on an online on a server-backup

We have an online server we host with rackspace where we backup all our videos. Internet issues have made it difficult to transfer 400-500 mbs of video to the server. I know of Gallery- ...
0
votes
1answer
222 views

Online pdf doc viewer

I would like to know if there is an (free for commercial use) online pdf doc viewer like FlexPaper http://flexpaper.devaldi.com/ Please do not offer adobe reader browser plugin ! Thanks, deimus
0
votes
2answers
195 views

Any offline(free)/ online compiler/debugging tool for c#4.0

Tuple<int, string,int,int,int,int,int,Tuple<int>> tuple = new Tuple<int, string,int,int,int,int,int,Tuple<int>>(20, "Abhishek", 39, 39,59,49,30, new Tuple<int>(33)); ...
0
votes
0answers
95 views

I want to include a simple online image editor

I want to create a site where users will -upload a photo -edit the photo with the following options: -zoom in -zoom out -crop -undo/redo -change brightness, contrast -write some text -rotate I want ...
0
votes
1answer
367 views

Online Tool for XPath Evaluation with AJAX?

Yes, there are other questions about online XPath tools. But they're all missing one of two crucial components in the winning website (other than browser cross-compatibility): highlighting of the ...
0
votes
2answers
388 views

How Cashew and Mobile Roadie work (online iPhone app creation tools)?

I discovered today two websites that allow people creating native iPhone apps directly in the browser! theses are the links: http://mobileroadie.com/ http://cashew.madebykawet.com/ I tried the ...
0
votes
1answer
295 views

Online option calculator like Sitmo.com

I'd like to know the best way to create online calculator for stock options such as this site http://www.sitmo.com/live/OptionVanilla.html I can see it uses CGI, and I like to learn what other ways ...
0
votes
3answers
71 views

on-line enviroment for developing an ASP.NET web application?

This may sound stupid... I am wondering if anyone knows on-line enviroment for developing an ASP.NET web application. What do i understand thru this? A website where you write your code, save the ...
-1
votes
1answer
113 views

Are there any tutorials on how to create an mp3 player in Flash?

I would like to build an online MP3 music player based on flash. But the template for the player should be like what it is being used in http://SoundCloud.com (like this one for example ...