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
| [{ | |
| "jockeyId": 25614, | |
| "id": 6, | |
| "inscripcion": { | |
| "jockeyComprometidoId": 6, | |
| "cuidadorId": 16930, | |
| "capatazId": 20, | |
| "serenoId": 75791, | |
| "peonId": 26641, | |
| "lugarCuidaId": 3, |
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
| { | |
| "carreraTipoId": 21, | |
| "pistaEstadoId": 2, | |
| "pistaTipoId": 1, | |
| "reunionGlobalId": 221, | |
| "id": 171230, | |
| "nombre": "DANCING AGAIN (ALT)", | |
| "carreraCondicion": "ALTERNATIVA, Yeguas, de 3 a 3a ,ganadas desde 0 hasta 0, ARENA CODO NUEVO, distancia 1100m\r", | |
| "carreraTipo": { | |
| "carreraTipoGrupoId": 6, |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta content="width=device-width, initial-scale=1.0" name="viewport"> | |
| <title>Novoplos</title> | |
| <meta content="" name="description"> | |
| <meta content="" name="keywords"> |
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
| CREATE DATABASE INTACT | |
| ON (FILENAME = 'C:\Program Files\Microsoft SQL Server\MSSQL14.MSSQLSERVER\MSSQL\DATA\INTACT.MDF'), | |
| (FILENAME = 'C:\Program Files\Microsoft SQL Server\MSSQL14.MSSQLSERVER\MSSQL\DATA\INTACT_LOG.LDF') | |
| FOR ATTACH; |
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
| <script src="https://unpkg.com/masonry-layout@4/dist/masonry.pkgd.min.js"></script> | |
| <!-- or --> | |
| <script src="https://unpkg.com/masonry-layout@4/dist/masonry.pkgd.js"></script> | |
| <script> |
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 | |
| if ( ! function_exists( 'bkc_meta_views_shares' ) ) { | |
| function bkc_meta_views_shares( $post_id = null ) { | |
| $post_meta = []; | |
| static $posts_metas = []; | |
| /* | |
| * Si el ID no fue pasado, se asigna automaticamente el del post | |
| * que esta siendo leido en el momento donde se uso la funcion. | |
| */ |
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
| du -hs * | sort -nr | head -200 |
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 | |
| if ( have_posts() ) : | |
| while ( have_posts() ) : | |
| the_post(); | |
| $post_the_title = get_the_title(); | |
| if (strlen($post_the_title) > 55) { | |
| $post_the_title = substr($post_the_title, 0, 55) . '...'; | |
| } | |
| ?> |
NewerOlder