I hereby claim:
- I am str on github.
- I am stuardo (https://keybase.io/stuardo) on keybase.
- I have a public key ASAfxKCMgGfB-f5lN0hqAUiz0Vf0XCzXcpwgg6-2RxVylAo
To claim this, I am signing this object:
SpotDetector (detector de manchas :P) | |
metas a corto plazo | |
-------------------- | |
- conseguir URLs de descarga de radios online para volcar steam a archivo | |
- definir herramienta para volcar steam a archivos | |
- asignar quién descargará que emisora (actualizar gist) | |
- descargar audio de 24 horas | |
metas a mediano plazo |
<?php | |
/** | |
* The plugins load their JS in the header, which should not. | |
*/ | |
function reQueuePlugins() { | |
if (!is_admin()) { | |
$jsLibs = [ | |
'anything-popup-js' => get_option('siteurl').'/wp-content/plugins/anything-popup/anything-popup.js', | |
'jquery.scrollTo' => get_option('siteurl').'/wp-content/plugins/spider-faq/elements/jquery.scrollTo.js', | |
'loewy_blog' => get_option('siteurl').'/wp-content/plugins/spider-faq/elements/loewy_blog.js', |
<?php | |
namespace App\Http\Controllers; | |
use Illuminate\Http\Request; | |
use App\Http\Requests; | |
abstract class AbstractRestController extends Controller | |
{ | |
protected $modelClass; |
I hereby claim:
To claim this, I am signing this object:
<?php | |
abstract class SomeAbstractClass | |
{ | |
protected $name; | |
public function getName() | |
{ | |
return $this->name; |
<script> | |
/** | |
* ScriptFirst is a demo to see if we can set the script tag first. | |
* | |
* The idea of adding the script tag before the template tag, is to be able to | |
* add documentation first, making it easier to understand what the custom Vue | |
* component is for. | |
* | |
* @author Stuardo Rodríguez <[email protected]> | |
* @version 0.1 |