This file contains 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
// create file: | |
sudo vim /usr/share/applications/intellij.desktop | |
// add the following | |
[Desktop Entry] | |
Version=13.0 | |
Type=Application | |
Terminal=false | |
Icon[en_US]=/home/rob/.intellij-13/bin/idea.png | |
Name[en_US]=IntelliJ |
This file contains 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 App\Console; | |
class CommandHexagonal extends ParentHexagonalCommand | |
{ | |
public function handle(): void | |
{ | |
$this->parseSignatures(); | |
$this->makeApplication(); |
This file contains 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 | |
/** | |
* Created by Schenier Aldair Lopez | |
* Date: 12/12/18 | |
* Time: 18:30 | |
* | |
*/ | |
function pregMatch(array $diccionario,$variable){ | |
if (empty($diccionario['SPACE'])){ |
This file contains 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 | |
/** | |
* Created by Schenier Aldair Lopez | |
* Date: 06/12/18 | |
* Time: 0:53 | |
* | |
*/ | |
function select($tabla,$datos=null, $item=null){ |
This file contains 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 | |
/** | |
* Created by Schenier Aldair Lopez | |
* Date: 05/12/18 | |
* Time: 21:32 | |
* | |
*/ | |
//insertSQL('users',['user_name'=>$_POST['user']]); |