2020
Remote Pair programming tool
by asteriRemote pair programming with multiples IDEs (Jetbrains, VS Code..), multi OS (Mac, win, linux)
2008
2005
CPAINT
by camel & 3 others
CPAINT (Cross-Platform Asynchronous INterface Toolkit) is a true AJAX (Asynchronous JavaScript+XML) and JSRS (JavaScript Remote Scripting) implementation that supports both PHP and ASP/VBscript. CPAINT provides you the code required to implement AJAX and JSRS on the back-end, while the returned data is manipulated, formatted, and displayed on the front-end in JavaScript. This allows you to build web applications that can provide nearly real-time feedback to the user, including nearly real-time data updates. (Nearly real-time = within 1-2 seconds, depending on network latency, server load, and client computing power.)
Using curl to Query Remote Servers
by camel & 2 others
curl is the client URL function library. PHP supports it through libcurl.
1
(4 marks)