Skip to content

Instantly share code, notes, and snippets.

View jrvaja's full-sized avatar

Jaimin Vaja jrvaja

  • Adjust GmbH
  • Berlin, Germany
View GitHub Profile
@jrvaja
jrvaja / blade-mixins.jade
Created April 5, 2016 07:15 — forked from JaminFarr/blade-mixins.pug
Laravel Blade mixins for jade for use with laravel-elixir-jade
//- For use with https://github.com/CREEATION/laravel-elixir-jade
mixin blade()
='\r\n'
block
='\r\n'
mixin phpblock()
!='\r\n<?php '
<script type="text/javascript" src="/js/jquery.complexify.js"></script>
<script type="text/javascript">
$("#password").complexify(options, callback(valid, complexity){
alert("Password complexity: " + complexity);
});
</script>
@jrvaja
jrvaja / SUBLIME TEXT2 INSTALLATION
Created July 22, 2012 08:46 — forked from devudilip/SUBLIME TEXT2 INSTALLATION
HOW TO INSTALL SUBLIME TEXT 2 ON UBUNTU 11.10
#BECOME SUPER USER#
sudo -i
#add sublime to repository#
add-apt-repository ppa:webupd8team/sublime-text-2
#update#