online

Is there any way or site to store the programming code for viewing later

For example i use store bits and pieces of text from web in my google docs to view later. I am finding it hard to store the code snippet in google docs due to non formatting or non color highlighting. For example when i get some anser in stack overflow i want to copy and paste somewhere so that i can review later. But i am not finding...

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). Any suggestions? ...

How to call API's from a URL in Android

I have a URL to a cfm file that contains the API for a application that I am making a mobile version of. On my end of the application, I need to supply that file with all of the variables it needs (all of which are URLs). How would I take take these variables created in my application - all of them currently Strings - and give them to ...

Publishing protected videos online.. how to???

Dear All, as many of us is aware is possible to dowload youtube videos using AnyVideo converter or any similar software. The basic mechanism is that, when bufering a video, a set of images is sent to the client machine, that's because youtube videos are in flash format. Not sure which format, .f4v, 4fp . I assume is .f4v rather than .4f...

which dbms is suitable for a mmorpg game server?

which dbms is suitable for a mmo rpg game server? ...

An MMORPG using AJAX...

Hi. I want to start making an MMORPG which would run on the browser using JavaScript, AJAX and / or PHP. Of course it will use MySQL as storage for the user's data (position, items, etc.). It needs to be tile-based wherein users click on a tile in the map and their character proceeds to that tile. It can be isometric or not. So long as i...

Online Media Converter

Where can I convert my SWF file to mp4 online? When I say online I mean that I don't have to download a desktop application to do such, all shouldbe done on the website. www.media-convert.com doesn't seem to work so that's out of the list. Can anybody suggest some other sites? Thank you so much! ...

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 so great to have an online IDE for Google App Engine where I could play with my Python code using any browser, including the one on my iPad....

Do you know of an online tutorial for relational algebra/DDL statements?

I was meant to have my final exam on database management back in January, but I was too ill at the time to sit it. My resit have been scheduled for the end of August, which comes right at the crucial time where my dissertation needs to be nearing completion. Therefore I need to start my revision now as it's been a while since I last ha...

Trying to find online users in rails

I am using the active record store to keep sessions in the database. Is there anyway to get the user_id from the session stored in the database? In my application im adding the user_id to a session when a user logs in using session[:user_id] = @user.id. Does doing this also update the session in the database with :user_id?. Thanks for an...

Check serverlist offline / online PHP

Hello, i try to make a script to check if my server are online or offline: <? $server = "12.34.56.78"; $check = @fsockopen($server, 22); if ($check) { @fclose($check); echo "online"; exit; }else{ echo "offline"; } ?> so this script works, but how can i make the script that i can ...

Is there any website which offers C++ IDE to run the codes in the cloud?

Is there any website which offers C++ IDE to run the codes in the cloud? Something like this which is for Python and matlab (octave in fact); ...

What are some free online flow chart tools?

Can somebody tell me of a tool that helps draw a flow chart online (to collaborate) but not make it public. I did see http://stackoverflow.com/questions/1952450 that talks of gliffy but it makes charts public in the free mode. ...

online chat sites?

hi is there any online sites which there i can chat with my contacts in gmail or yahoo ? ...

ASP.NET Silverlight online trading simulation game implemenation

Hi, I am going to start a new online trading simulation game. Server Page: A game will be loaded with an xml which contains the instruments for this game and each instrument initial and changing factor price(which determines the price for the next interval ex: 1 min). User Page: After the game is loaded successfully, Users can laun...

An online project managment software

Hi, I am searching for a good online project managment software. There are plenty of them though. So, the best way would be to get some recommendations. :-) Lately I've found Zoho Projects.. does anyone use it? Thanks for answers. Andy ...

Recommended out of the box solution for online freemium service infrastructure?

I have developed an online based service where people can help market their businesses using my platform. I have spent many hours developing the core functionality, but have totally skimped on the login/credit card processing/website layout etc. Is there a good framework out there that I can easily slot into, without having to develop a...

Online multiplayer Qbasic Gorillas?

I want to play that Qbasic Gorillas game with someone that lives in Florida. Here's the flash version online Gorillas This link is to someone's post about the remake he programmed - there is a link to the game above in there and also his source code for it playerio.com If possible, how can I modify the code so that I can play against...

online payment system for username/pass

Where should I start looking for a online payment system where once a user pays their account is given full access to the game? Basically exactly like the payment system in minecraft.net . I post in r/programming, because I don't know if I should be using sql database or what. I don't even have the username/password system set up. ...

Online Authentication Techniques

What online authentication services are available. I know about Live ID OpenID Are there any other major players. I am particularity interested in authentication federation so that we can log in once and use on multiple sites (if this is even possible). ...