Skip to content
View nosolopau's full-sized avatar
Block or Report

Block or report nosolopau

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nosolopau/README.md

Hi there 👋

Pinned

  1. siestacms siestacms Public

    A lightweight, simple, database free, serverless CMS for lazy people.

    HTML 1

  2. jugglingdb-missing-docs jugglingdb-missing-docs Public

    JugglingDB: the missing documentation

    JavaScript 3

  3. capistrano-simple-shared-files capistrano-simple-shared-files Public

    Capistrano 3 tasks to upload your shared files and directories.

    Ruby 2 1

  4. bicingstats bicingstats Public

    This application provides an historic record of the occupation data of the Barcelona’s bicing system.

    JavaScript 1

  5. Amazon S3 upload policy generation w... Amazon S3 upload policy generation with JavaScript (Node.js).
    1
    var crypto = require("crypto");
    2
    var moment = require("moment")
    3
    
                  
    4
    var s3 = {
    5
        generateS3Policy: function (fileName) {
  6. Send email notifications after deplo... Send email notifications after deploy (with Capistrano and Rails 4). Capistrano variables reference: http://theadmin.org/articles/capistrano-variables/
    1
    # Add the following lines at the end of config/deploy.rb
    2
    
                  
    3
    Dir["config/deploy/extras/*.rb"].each { |file| load file }
    4
    
                  
    5
    set :notify_emails, ["mail@example.com"]