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
    
  
  
    
  | setxkbmap -symbols 'pc+yg+inet(evdev)+level3(ralt_alt)+level3(rwin_switch)+capslock(none)+level3(menu_switch)' | 
  
    
      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
    
  
  
    
  | $e = new Exception; | |
| var_dump($e->getTraceAsString()); | 
  
    
      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
    
  
  
    
  | 0 3 * * * export DISPLAY=:0 && your_favorite_application | 
  
    
      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
    
  
  
    
  | encoders: | |
| Spoygg\ProfajlerBundle\Document\Profileuser: plaintext | 
  
    
      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
    
  
  
    
  | services: | |
| some_nice_handle_that_strikes_your_fancy: | |
| class: Symfony\Bundle\DoctrineMongoDBBundle\Security\DocumentUserProvider | |
| arguments: [@doctrine.odm.mongodb.document_manager, 'SpoyggProfajlerBundle:Profileuser', 'username'] | 
  
    
      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
    
  
  
    
  | ... | |
| providers: | |
| document_provider: | |
| id: some_nice_handle_that_strikes_your_fancy | |
| ... | 
  
    
      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
    
  
  
    
  | > use test_database | |
| > var pu = db.Profileusers | |
| > pu.find({"blocks.title":""}).toArray() // find in Profileusers collection all profile users that have a block which title is empty | |
| [ | |
| { | |
| "_id" : ObjectId("4fc73221c0cd99aba79c7b74"), | |
| "blocks" : [ | |
| { | |
| "_id" : ObjectId("4fc78936376ab08618000000"), | |
| "title" : "", // <-- here is the incriminating element, it's gonna fly muaaahaaaaaaa-ha-ha-ha (evil_grin) | 
  
    
      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
    
  
  
    
  | sudo gpasswd -a $USER www-data | 
  
    
      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
    
  
  
    
  | :g/^$/d | 
  
    
      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
    
  
  
    
  | <?php echo $wpdb->num_queries; ?> <?php _e('queries'); ?>. <?php timer_stop(1); ?> <?php _e('seconds'); ?> |