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
{ // MyClass | |
var MyClass = function () { | |
var self = this; | |
setupPublicProperties({ | |
publicVariable1: 'foo', | |
publicVariable2: 'bar', | |
}); | |
setupPrivateProperties({ |
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
set nocompatible " be iMproved | |
filetype on | |
""""""""""""""""""" | |
" Begin Plug Block (https://github.com/junegunn/vim-plug) | |
""""""""""""""""""" | |
function! BuildYCM(info) | |
" info is a dictionary with 3 fields | |
" - name: name of the plugin | |
" - status: 'installed', 'updated', or 'unchanged' |
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
package main | |
import ( | |
"io" | |
"os" | |
"strings" | |
) | |
type rot13Reader struct { | |
r io.Reader |
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 | |
namespace Bundle\PersonaBundle\Controller; | |
class PersonaController extends Controller | |
{ | |
public function nuevaAction (Request $request) | |
{ | |
// Validar permisos de usuario | |
if ($this->get('security.context')->isGranted(Permiso::AUTH_CREAR_PERSONA) === false) { |
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
Verifying that +mschnidrig is my blockchain ID. https://onename.com/mschnidrig |
NewerOlder