Difference between revisions of "User:Latif Khalifa"

From Second Life Wiki
Jump to navigation Jump to search
Line 17: Line 17:
[http://gridurl.appspot.com/ Grid URL] is a helper app running on [http://appengine.google.com/ Google App Engine], which helps LSL scripters overcome the problem with http-in URLs not being persistent. Don't trust an external app for your mission critical app in Second Life? No problem, Grid Persister is [http://code.google.com/p/gridpersister/ opensource] so you can download it and install on your own instance of the [http://appengine.google.com/ App Enigine].
[http://gridurl.appspot.com/ Grid URL] is a helper app running on [http://appengine.google.com/ Google App Engine], which helps LSL scripters overcome the problem with http-in URLs not being persistent. Don't trust an external app for your mission critical app in Second Life? No problem, Grid Persister is [http://code.google.com/p/gridpersister/ opensource] so you can download it and install on your own instance of the [http://appengine.google.com/ App Enigine].


Sample script by [[https://wiki.secondlife.com/wiki/User:Opensource_Obscure/http/gridurl-sample|Opensource Obscure]].
* Sample script by [[User:Opensource_Obscure/http/gridurl-sample|Opensource Obscure]].


Instructions on how to install it on your own AppEngine instance and a sample LSL and PHP code can be found [[User:Nik_Organiser/lsl/http_requests_from_php_on_default_ports|Nik Organiser's page]]
* Instructions on how to install it on your own AppEngine instance and a sample LSL and PHP code can be found [[User:Nik_Organiser/lsl/http_requests_from_php_on_default_ports|Nik Organiser's page]]

Revision as of 22:34, 7 June 2011

Projects

Created several projects:

Radegast

Opensource text metaverse client with support of a lot of SL functionality, such us chat, group chat, inventory, map, teleports and many more. It also has enhanced accessibility features like Text-To-Speech which allows blind users to join the SL community.

You can visit Radegast's main site, downloads or browse its source code.

Primsearch

Primsearch allows easy on the web search for megaprims allowing you to use them in your builds wihtout cluttering your inventory with thousands of items.

Grid Persister

Grid URL is a helper app running on Google App Engine, which helps LSL scripters overcome the problem with http-in URLs not being persistent. Don't trust an external app for your mission critical app in Second Life? No problem, Grid Persister is opensource so you can download it and install on your own instance of the App Enigine.

  • Instructions on how to install it on your own AppEngine instance and a sample LSL and PHP code can be found Nik Organiser's page