Online Interactive Consoles
Where can I find an online interactive console for my favorite language/api? Ruby Python? PHP? Perl? Scheme? Java? C? ...
Where can I find an online interactive console for my favorite language/api? Ruby Python? PHP? Perl? Scheme? Java? C? ...
What technology / software / framework could be the best match to build an online gambling / poker system (website, standalone applications) ? Would you recommend Java/J2EE, .Net / Erlang ? Thank you. ...
I would like to create an xml based website. I want to use xml files as datasources since it is a kind of online directory site. Can someone please give me a starting point? Are there any good online resources that I can refer to? I am pretty confortable with ASP and Javascript. Thank you in advance. Best regards, Aravind ...
Do you use a webbased IDE? Why and what is your experience? ...
Often when I post a comment or answer on a site I like to keep an eye out for additional responses from other people, possibly replying again if appropriate. Sometimes I'll bookmark a page for a while, other times I'll end up re-googling keywords to locate the post again. I've always thought there should be something better than my memor...
Hey, I've checked Stackoverflow and found this question/discussion: http://stackoverflow.com/questions/98852/wysiwyg-text-editor-for-webpage Important: However, I'm looking for something that comes with special "administration panel" -> So it behaves more like CMS (in backend mode). I'm rewriting other's programmer code which is pre...
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 will have fixed price. I need for my customer to login to my system and elect to pay me money for a product of their choice and for my app ...
I am trying to develop an online translation service (sort of a personal challenge) but I have been looking for any guidelines or any way to see how it should be done and so far I have come up with nothing so. In a nutshell, does anybody knows where to find a service, code or explanation of how online translation works and/or guidelines ...
Hello, Does a good library for embedded programming/design/testing and so exist? Something like Safari from O'Reilly? To be more specific, embedded programming like µC ...
Here's the idea: you commit your code to a repository and call a web service (or enter the request through a web app) to have it compiled. The results are then pushed up to a FTP server, S3 bucket, etc. Is there anything like this out there on the public internet? TFS has a build queuing feature, but I'm thinking more along the lines ...
I wish to create an online system to track some things (e.g., a database with children, where each child has 1 or more visits from doctors). I want the users to be able to enter data as well as search for it, especially from mobile devices. So, this is a custom mobile online DB app of modest but non-zero size. What would you recommend u...
I wish to create an online system to track some things (e.g., a database with children, where each child has 1 or more visits from doctors). I want the users to be able to enter data as well as search for it, especially from mobile devices. So, this is a custom mobile online DB app of modest but non-zero size. I've looked into DabbleDB ...
Any recommendations? ...
Any recommendations? ...
Is there an online java book like Dive into Python for learning Python? Other resources online besides the standard Java Documentation (which is awesome but almost too technical) thx ...
After googling a bit I have found some tips about how to get online Users with ASP.NET. But I am using my own class for membership. The information I have found is: Log the users sessionId to database when the user logs in Log them out when their session time out What is your advice about this ? Thanks ...
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 for cheating in flash games and what can I do to make it hard to use them? **hides ...
Any online C compiler that you know which can do the following: Compile and execute the C programs online File handling System functions like exec(), system(), fork() Or any compiler which does not need installation procedure (I mean that you can just copy paste a folder to run the compiler easily) Note:Please do not propose Turbo C...
I want to make a little online game (ie.Tic-Tac-Toe). What technology can/should i use ? Where are the pitfalls? The Game should be playable on the browser. How can i find the opponent ? ...
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 simple method by setting up last_visited field with current time every time user clicks somewhere on the site, and then checking for users whi...