Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

24
votes
3answers
14k views

Python 3 online interpreter / shell

Does anyone know about an online interpreter like http://codepad.org/ or http://try-python.mired.org/ with Python 3?
23
votes
9answers
3k views

Any good XSLT tutorial/book/blog/site online? [closed]

Any recommendations?
17
votes
11answers
4k views

Online Interactive Consoles

Where can I find an online interactive console for programming language or api? Ruby Python Groovy PHP? Perl? Scheme? Java? C?
14
votes
3answers
3k views

Looking for online PHP interpreter / tester

I'm looking for online PHP interpreter / tester (something like http://jsfiddle.net/ for JavaScript). Are you familiar with one ?
14
votes
7answers
10k views

Are there any online database schema drawing tools?

i wish to draw up some database schemas. Eg, table 1 has zero to many rows in table 2, etc. It's purely for visual purposes (eg. no sql code, etc). Are there any online tools / website that offer ...
13
votes
7answers
875 views

What is the simplest way to charge money over the Internet?

I have a .Net 2.0/3.5 WebApplication. I want to be able to take money over the internet for my service. Each of my customers will have an AccountNo. I wish to offer several products each of which ...
13
votes
15answers
3k views

Do you actually use a webbased IDE and why? [closed]

Do you use a webbased IDE? Why and what is your experience?
12
votes
0answers
176 views

Coding site with test harness for basic data structures like linked list,graph,strings etc [closed]

Are there any coding sites with test harness for basic data structures and with basic problems like arrays,strings,linked list,graph adjacency list etc, so that I can brush up on basic codes like ...
12
votes
9answers
3k views

Online IDE for Python

Is there any web-based IDE that I can use to run quick tests? There're a dozen for PHP and some for even Java but I haven't found yet that runs Python. If there's an open-source IDE available that I ...
11
votes
6answers
4k views

Is there a free alternative to Amazon S3?

I'm looking for an online simple storage service like Amazon's that is free. It doesn't have to be that reliable, fast or well documented. It can also be a "free" version, like up to 10 Mb of ...
11
votes
6answers
17k views

How to work with TimeZone in ASP.NET?

I am working on an "online reminder system" project (ASP.NET 2.0 (C#) / SQL2005) As this is a reminder service which will send the mail to users on a particular dates. But the problem is users are ...
10
votes
4answers
6k views

Online Photoshop via HTML 5's Canvas?

Does anyone know an online Photoshop -like editor that utilizes Canvas? I know at least 4 Flash editors, but I'm interested in finding a Canvas based one.
9
votes
5answers
491 views

List of web-based interpreters of various programming languages

Let's say you're away from your computer and all you've got is a web browser. You'd still like to run a piece of code (e.g. to check an answer on SO). What are your options? Let's create a list of ...
9
votes
3answers
488 views

Online .NET IDE?

Does anyone know of a (free?) web-based IDE for .NET development online?
9
votes
10answers
12k views

Is there any online IDE for Java?

It doesn't have to be full blown of course, and console output only would be enough. I'd like it to be able to work on some program parts on any PC which has internet connection. I'm really ...
8
votes
2answers
270 views

c# online compiling and execution security issues

So I was thinking of writing online c# compiler and execution environment. And of course problem #1 is security. I ended up creating a little-privileged appdomain for user code and starting it in a ...
8
votes
6answers
245 views

List of freely available online web-developer tools

The title is self explaining, what free, online tools does a web developer has at his disposal and "should know about"? To set the spirit of the list this are some examples: Google Code playground ...
8
votes
7answers
411 views

Wiki Database, is there one?

I was searching the net for something like a wiki database, just like wikipedia but instead stores structured content, editable by users. What I was looking for was an online database accessible by ...
8
votes
6answers
11k views

An online SVN client

I am looking out for a Web-Based Svn client. I already use a SVN server. My requirement is to login anytime, anywhere and edit the source code and checkin I googled a lot for this with no ...
7
votes
5answers
1k views

Is there any online text editor with Vim-like capabilities (modal editor)?

Is there a online text editor with Vim-like features (modal editor). Sometimes I want to code in public computers but is a little tedious to download my version of Vim every time (and the files). ...
6
votes
2answers
185 views

What is the fastest (possibly unsafe) way to read a byte[]?

I'm working on a server project in C#, and after a TCP message is received, it is parsed, and stored in a byte[] of exact size. (Not a buffer of fixed length, but a byte[] of an absolute length in ...
6
votes
5answers
855 views

Is there an online IDE for Google App Engine?

I am learning Google App Engine / Python and I love it. Unfortunately I am not allowed to use my own computer in the office and not allowed to install anything on the corporate machine. It would be ...
6
votes
4answers
2k views

Is there any online .plist editor?

I'm interested in an online application like the tool that comes with XCode, that shows the keys and values as rows, in an editable manner and handles xml plists (I don't care if it handles binary ...
5
votes
2answers
190 views

iOS Online Game w/o Server?

I've made an iOS game that works over both Bluetooth and bonjour. It works great both ways, but I'd really like it if players could play with eachother with any Internet connection, be it edge, 3G, or ...
5
votes
2answers
2k views

Online k-means clustering

Is there a online version of the k-Means clustering algorithm? By online I mean that every data point is processed in serial, one at a time as they enter the system, hence saving computing time when ...
5
votes
5answers
1k views

how to create a online javascript editor?

I'm learning javascript, however it's not so convenient to do some experiments. You have to create a template HTML file and then embed your js code into it, and then use browser to open the html file. ...
5
votes
8answers
894 views

Whats the easiest way to determine is a user in online? (PHP/MYSQL)

Is there a way I can piggy back sessions to know is the user is online? I.e: use logs on, I set a $_SESSION variable, user times out- cookie Garbage collector updates the database to update their ...
5
votes
5answers
5k views

Free Online Team Foundation Server

Can people recommend an good free online Team Foundation Server repository? I found CodePlex but it's only for open source projects.
5
votes
1answer
1k views

How to track online users in Rails?

This was always a problem for me, as rails doesn't have some mechanisms for session tracking like java frameworks do, what methods do you use to track who is currently logged on your site? I use a ...
4
votes
1answer
200 views

Looking for an optimal online assignment algorithm

I'm looking for a solution to an assignment problem where tasks come and need to be assigned sequentially, but you can make tasks wait for up to K periods. Formally, let there be an ordered sequence ...
4
votes
2answers
223 views

SQL Database synchronization

We are develping an application using PHP and Symfony framework. Ideally the system would run on a remote server, so that it can be available online anywhere. However, there has to be offline ...
4
votes
3answers
1k views

Online c sharp/.net IDE (.net based)

Some time ago I came across an online .NET(C#) IDE. I remember it was .NET based because the site required that i have .NET framework installed so i can run it, compiling and viewing the application ...
4
votes
2answers
177 views

Is there some place on the internet where I can run my Java program?

A program I am working on takes forever to complete (~3days, everytime). Is there some place on the internet where I can leave the code, some robot might run it for me and I can come back and collect ...
4
votes
3answers
4k views

SQL Script to take a Microsoft Sql database online or offline?

If I wish to take an MS Sql 2008 offline or online, I need to use the GUI -> DB-Tasks-Take Online or Take Offline. Can this be done with some sql script?
4
votes
1answer
1k views

Web vs Desktop Development (Online vs. Smart-Client)

I work at a company with a large SAP investment, and we also have dozens of large .Net systems (mostly internally for engineering systems), and Java platforms (mostly for external web applications). ...
4
votes
1answer
562 views

ASP .Net WorldPay Integration

I'm wondering whether anyone has any useful information on integrating WorldPay into an ASP.Net web application? I'm looking to take payments for a fixed amount directly from the web site, no shopping ...
4
votes
8answers
3k views

How to cheat and avoid cheating in Flash games?

I'm writing a small online flash game that keeps high scores of players. Obviously I'd like to keep the players from cheating and getting an arbitrarily high score. What are the most common methods ...
3
votes
2answers
74 views

ASP.NET: what's wrong with this online users counter?

I'm trying to count the amount of online users. This is the code: protected void Application_Start() { ... Application["OnlineUsers"] = 0; } private void Session_Start(object sender, ...
3
votes
3answers
84 views

Chrome Renders CSS Differently Online vs Offline?

I'm having a problem with Chrome rendering my page fine when loaded locally, but something goes wrong once the page is online. The first thing I did was check Safari, because they both share the same ...
3
votes
1answer
66 views

How to pair random clients with each other?

I'm making a client/server game app for android. Currently I managed to get the app working using two locally known IPs. My issue now is how do I go about making my app pair client/servers randomly. ...
3
votes
2answers
761 views

URL to browse Android source code

The URL http://android.git.kernel.org/ for browsing the Android source now leads only to a joke picture. Anyone got a current URL for browsing the Android source, by different releases? Thanks
3
votes
3answers
86 views

.net bootstrapper for online distribution

I know how to build a .NET bootstrapper to be distributed via CD/DVD using dotnetInstaller. But I am planning to distribute my application over internet. I have an .msi and dependencies like .NET ...
3
votes
2answers
313 views

SQL Server Online browser/editor

Could anyone suggest any software which I could deploy on IIS7 and access SQL Server online. I mean browse databases, edit records and etc. It's like Microsoft SQL Server Management Studio but online ...
3
votes
2answers
256 views

Reliable and convenient JavaScript minifier

I occasionally write JavaScript code. I am interested in minifying it for better performance, but I don't plan to spend to much time on that, especially in testing the minified result. I found this ...
3
votes
1answer
539 views

javascript pdf online viewer

I am looking for an online pdf viewer that I can use for my website for example http://cba.republicast.com/ar2010/#p=10&c=0&v=1 . The interface should be editable so that I can change the ...
3
votes
2answers
234 views

find the root word of a word

I need to build a php dictionary, which will find the root word of a word. Ex. search "cars", it will tell "Cars is plural of car" Or "took", it's "the past tense of take" I am considering using ...
3
votes
2answers
515 views

what kind of database are used in games?

what common and popular database/(types of database) used in games? MMORPG browser based ,flash games video games
3
votes
5answers
2k views

What is the best online, free JavaScript tutorial? [closed]

I've heard of Mozilla's and w3school's. Which one is best, and are there any better ones?
3
votes
1answer
784 views

Is there online collaborative code editor similar to Ethercodes?

The http://ethercodes.com/ is dead. So the question is there any alternative which looks like a crossover between bespin and etherpad?
3
votes
2answers
186 views

How sites build zip files online for download?

I want to know that how many sites like jqueryui, etc. build online zip packages for download. And how it can be done in asp.net ?

1 2 3 4 5 7