Skip to content

Instantly share code, notes, and snippets.

View troke12's full-sized avatar
🎯
We serve you better

I Made Ocy Darma Putra troke12

🎯
We serve you better
  • Bali
  • 07:33 (UTC +07:00)
View GitHub Profile
// Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible).
// Tweak the makePrettyJSON_ function to customize what kind of JSON to export.
var FORMAT_ONELINE = 'One-line';
var FORMAT_MULTILINE = 'Multi-line';
var FORMAT_PRETTY = 'Pretty';
var LANGUAGE_JS = 'JavaScript';
var LANGUAGE_PYTHON = 'Python';
@brunolpw
brunolpw / crud.py
Last active December 5, 2022 10:46
Simple CRUD in Python with MongoDB
#!/usr/bin/env python
# -*- coding:latin-1 -*-
'''
Created on 29/04/2015
Author: Bruno
This code is a only exemple who to do a basic CRUD in Python 2.7 with MongoDB 2.6.
'''
@AveYo
AveYo / .. MediaCreationTool.bat ..md
Last active March 26, 2025 17:03
Universal MediaCreationTool wrapper for all MCT Windows 10 versions - MOVED TO github.com/AveYo/MediaCreationTool.bat