Skip to content

Instantly share code, notes, and snippets.

View gramirezcarrero's full-sized avatar
🎯
Focusing

jose ramirez gramirezcarrero

🎯
Focusing
View GitHub Profile
@sevastos
sevastos / aws-multipartUpload.js
Last active October 8, 2023 10:43
Example AWS S3 Multipart Upload with aws-sdk for Node.js - Retries to upload failing parts
// Based on Glacier's example: http://docs.aws.amazon.com/AWSJavaScriptSDK/guide/examples.html#Amazon_Glacier__Multi-part_Upload
var fs = require('fs');
var AWS = require('aws-sdk');
AWS.config.loadFromPath('./aws-config.json');
var s3 = new AWS.S3();
// File
var fileName = '5.pdf';
var filePath = './' + fileName;
var fileKey = fileName;
@gramirezcarrero
gramirezcarrero / gist:4702792
Created February 3, 2013 17:50
A CodePen by geronimo. template blue - a template ease HTML5 and ccs3. i like this
We couldn’t find that file to show.
@gramirezcarrero
gramirezcarrero / index.html
Created January 23, 2013 04:03
A CodePen by geronimo. array random
<div id="container">
</div>
@gramirezcarrero
gramirezcarrero / index.html
Created July 19, 2012 12:44
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>background in css &middot; CodePen</title>
<!--
Copyright (c) 2012 geronimo, http://codepen.io/gramirezcarrero
Permission is hereby granted, free of charge, to any person obtaining