Skip to content

Instantly share code, notes, and snippets.

################################################################################
#
# The MIT License (MIT)
#
# Copyright (c) 2016 Samuel Ortiz Reina (@iamsortiz)
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@iamsortiz
iamsortiz / browser-console-single-pdf-download.js
Last active February 8, 2016 13:51
Browser console bulk download from CSS selector and file extensions
/**
* README.md
*
* # Browser console, bulk delayed download from CSS selector and file extensions
*
* See below "var config" jsdoc for config details.
*
* All functionallity encapsulated in "function main()"
*
* main() is self executable (last line of the code).
@iamsortiz
iamsortiz / bootstrap-trellis.sh
Last active February 5, 2016 16:36
Bootstrap a Wordpress Trellis environment
#!/bin/bash
################################################################################
#
# The MIT License (MIT)
#
# Copyright (c) 2015 Samuel Ortiz Reina (@iamsortiz)
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@iamsortiz
iamsortiz / solr.sh
Created January 27, 2016 19:46
SOLR local deploy utils
##########################################################
#
# The MIT License (MIT)
#
# Copyright (c) 2015 Samuel Ortiz Reina (@iamsortiz)
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell