This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // ==UserScript== | |
| // @name Remove Symbaloo Tooltips | |
| // @namespace http://bastien09.moi.fr/ | |
| // @description Remove annoying yellow tooltips on mouse over articles | |
| // @include https://www.symbaloo.com/* | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== | |
| var divs = document.getElementsByTagName("div"); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | $q.all(promises).then(function (results) { | |
| /* use your results here */ | |
| datatables(); | |
| }); | |
| function datatables() { | |
| /* Define dtColumns here */ | |
| $scope.showDT = true; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | var connect = require('connect'); | |
| var serveStatic = require('serve-static'); | |
| connect().use(serveStatic(__dirname + "/www")).listen(8080); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <nav ng-if="pages.length >= 2"> | |
| <div class="pagination-centered"> | |
| <ul class="pagination"> | |
| <li class="arrow" ng-class="{unavailable : currentPage == 1}"><a ng-click="selectPage(1)">«</a></li> | |
| <li ng-repeat="page in pages" ng-class="{current: page==currentPage}"> | |
| <a ng-click="selectPage(page)">{{page}}</a> | |
| </li> | |
| <li class="arrow" ng-class="{unavailable : currentPage == numPages}"><a ng-click="selectPage(numPages)">»</a></li> | |
| </ul> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | placeholder-color(color) | |
| &::-webkit-input-placeholder | |
| color color | |
| &::-moz-placeholder | |
| color color | |
| &:-ms-input-placeholder | |
| color color | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | .fa-blank:before | |
| content "\00a0" | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| apt-get update | |
| #Additional Packages | |
| apt-get install -y unzip zsh | |
| wget --no-check-certificate http://install.ohmyz.sh -O - | sh | |
| chsh vagrant -s /bin/zsh | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| #Federico Ponzi | |
| #GPLv2 | |
| usage() | |
| { | |
| echo "Usage: $0 [-all][-list][-i] xxx.xxx.xxx.xxx" | |
| } | |
| help() | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | vlc --sout="#chromecast{ip=192.168.0.X}" | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | lftp -u username, sftp://hostname -e "mirror -e /distant_dir /local_dir ; quit" | 
OlderNewer