Skip to content

Instantly share code, notes, and snippets.

View vijendra's full-sized avatar

Vijendra Rao vijendra

View GitHub Profile
@vijendra
vijendra / API.md
Last active July 9, 2025 06:51 — forked from iros/API.md
AYUSLAB REST APIs

🧪 Ayuslab Integration API Documentation

All API requests require the following headers:

X-Token: [your-auth-token]
Content-Type: application/json

@vijendra
vijendra / Jabber-SH
Created April 16, 2010 09:36 — forked from pcreux/Jabber-SH
#!/usr/bin/env ruby
# Jabber-SH — SH console via XMPP/Jabber (GTalk)
#
# Jabber-SH allows you to administrate a remote computer via a command line
# through a Jabber client. It’s like SSH via GoogleTalk! :)
# This is just a hack but it might be usefull sometime to run basic commands
# on a machine that is not accessible via ssh.
#
# Philippe Creux. pcreux/AT/gmail/DOT/com