Skip to content

Instantly share code, notes, and snippets.

View franz-see's full-sized avatar

Franz Allan Valencia See franz-see

View GitHub Profile
This file has been truncated, but you can view the full file.
openapi: 3.0.3
info:
title: Zoho Books API
description: Combined Zoho Books API collection generated from OpenAPI specifications.
version: '3.0'
servers:
- url: https://www.zohoapis.com/books/v3
description: Zoho Books API - US data center
- url: https://www.zohoapis.eu/books/v3
This file has been truncated, but you can view the full file.
openapi: 3.0.0
info:
title: Zoho Books API
description: Combined Zoho Books API specification
version: 1.0.0
servers:
- url: https://www.zohoapis.com/books/v3
description: API Endpoint
security:
- Zoho_Auth:
@franz-see
franz-see / gist:7494963acb27685b33593bd0f0ccd3f9
Last active March 2, 2026 18:17
zoho_books_openapi.yaml
This file has been truncated, but you can view the full file.
openapi: 3.0.3
info:
title: Zoho Books API
description: Combined Zoho Books API collection generated from OpenAPI specifications.
version: '3.0'
servers:
- url: https://www.zohoapis.com/books/v3
description: Zoho Books API - US data center
- url: https://www.zohoapis.eu/books/v3
description: Zoho Books API - EU data center
com = typeof(com) !== 'undefined' ? com : {};
com.pinoyjug = com.pinoyjug || {};
com.pinoyjug.JSThread = function(/* key-value constructor param */ config) {
// private
var _private_val = 5;
var _private_func = function() { ... {;
// public
return {
@franz-see
franz-see / robot.js
Created December 6, 2012 09:52
PyBot
//FightCode can only understand your robot
//if its class is called Robot
Rvar Robot = function(robot) {
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
robot.ahead(100);
@franz-see
franz-see / robot.js
Created December 6, 2012 09:51
MegaMan
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
robot.ahead(100);