Comunidad | Administrador | Link |
---|---|---|
Wordpress | @Richzendy | https://telegram.me/joinchat/AJklfwGsNaKT0r_vSjfWlw |
Python | @atmantree | https://telegram.me/joinchat/BG6gzwGzSvRriv6QHXp3Mg |
Plone | @macagua | |
Pyramid | @macagua | |
MozillaVE | ... | |
C | ... | https://telegram.me/joinchat/BlwNNgIMJ1_Hn29Nak-tCg |
Ubuntu | ... |
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
Paso 1: ingresamos en la pagina oficial de composer | |
<a href="https://getcomposer.org/download/">https://getcomposer.org/download/</a> | |
Copiamos el comando | |
| |
<pre class="installer">php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" | |
php -r "if (hash_file('SHA384', 'composer-setup.php') === 'e115a8dc7871f15d853148a7fbac7da27d6c0030b848d9b3dc09e2a0388afed865e6a3d6b3c0fad45c48e2b5fc1196ae') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" | |
php composer-setup.php |
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
<h1>INDICADORES</h1> | |
<a id="masindicador">añadir indicador</a> | |
<br> | |
<table> | |
<tr> | |
<td width="22%"> | |
<label style="display:inline" for="Indicador_'+num+'_indicador" class="required">Indicador | |
<span class="required">*</span> | |
</label> | |
</td> |
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
<div class="form"> | |
<?php echo CHtml::beginForm(); ?> | |
<p class="note">Fields with <span class="required">*</span> are required.</p> | |
<div class="row"> | |
<label for="nombreproyecto">nombre proyecto</label> |
Based on the Map of Thailand by Master Krist Wongsuphasawat, a simple map of Colombia using GeoJSON and D3.js
As in Krist example:
- Each province is color-coded by the length of its name in English.
- Hover each province to see text effects.
- New font is chosen randomly every time you change the province.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
add_filter( 'woocommerce_currencies', 'add_my_currency' ); | |
function add_my_currency( $currencies ) { | |
$currencies['ABC'] = __( 'Currency name', 'woocommerce' ); | |
return $currencies; | |
} | |
add_filter('woocommerce_currency_symbol', 'add_my_currency_symbol', 10, 2); | |
function add_my_currency_symbol( $currency_symbol, $currency ) { |
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
A common use of mysqldump is for making a backup of an entire database: | |
shell> mysqldump db_name > backup-file.sql | |
You can load the dump file back into the server like this: | |
UNIX | |
shell> mysql db_name < backup-file.sql | |
The same in Windows command prompt: |
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
{ | |
"ignoreUploadFiles": [ | |
"state.*", | |
"syncLocalSettings.json", | |
".DS_Store", | |
"sync.lock", | |
"projects.json", | |
"projects_cache_vscode.json", | |
"projects_cache_git.json", | |
"projects_cache_svn.json", |
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
{"lastUpload":"2019-08-22T09:37:11.357Z","extensionVersion":"v3.4.2"} |
OlderNewer