Skip to content

Instantly share code, notes, and snippets.

View devalexandre's full-sized avatar
🎯
Focusing

Alexandre E. Souza devalexandre

🎯
Focusing
View GitHub Profile
@devalexandre
devalexandre / doom.txt
Created December 20, 2020 19:08 — forked from hjertnes/doom.txt
Doom Emacs Cheatsheet
SPC
SPC: find file
, switch buffer
. browse files
: MX
; EX
< switch buffer
` eval
u universal arg
x pop up scratch
node_modules
package-lock.json
<?php
/**
* ContaPagarList Listing
* @author Fred Az.
*/
class ContaPagarList extends TStandardList
{
protected $form; // registration form
protected $datagrid; // listing
protected $pageNavigation;
<?php
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* AES implementation in PHP */
/* (c) Chris Veness 2005-2011 www.movable-type.co.uk/scripts */
/* Right of free use is granted for all commercial or non-commercial use providing this */
/* copyright notice is retainded. No warranty of any form is offered. */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
class Aes {