Skip to content

Instantly share code, notes, and snippets.

View Gimenz's full-sized avatar
🌴
On vacation

Muhamad Ristiyanto Gimenz

🌴
On vacation
View GitHub Profile
@Gimenz
Gimenz / S3Upload.js
Created January 26, 2021 09:35 — forked from deanmcpherson/S3Upload.js
Upload image to S3, generates unique name
var FileTransfer = require('@remobile/react-native-file-transfer');
var s3Conf = {
key: 'KEY',
bucket: 'BUCKET_NAME',
aws_url: 'https://BUCKET_NAME.REGION.amazonaws.com'
}
var guid = (function() {
function s4() {
@Gimenz
Gimenz / Rupiah.as
Created November 9, 2020 08:56 — forked from faisalman/Rupiah.as
Konversi Angka ke format Rupiah & vice versa (C#, PHP, JavaScript, ActionScript 3.0)
package
{
/**
* ActionScript 3.0 Code Snippet
* Convert Number to Rupiah & vice versa
* https://gist.github.com/845309
*
* Copyright 2011-2012, Faisalman
* Licensed under The MIT License
* http://www.opensource.org/licenses/mit-license