Evolving neural networks AI
Evolving neural networks AI Leer más »
=================================================== $ git reset –hard A $ git reset –soft @{1} # (or ORIG_HEAD), which is D $ git commit =================================================== $ git revert –no-commit D $ git revert –no-commit C $ git revert –no-commit B $ git commit -m ‘the commit message’ listado total de commit push enviados al respositorio git shortlog -s -n
Git keep calm and reset –hard Leer más »
http://www.openexpo.es/ openExpo 2017, IV Feria y Congreso anual sobre FLOSS y Open World Economy (Open Data y Open Innovation) reunirá el 1 de junio 2017 en Madrid a más de 3.000 personalidades del sector, profesionales y empresas en búsqueda de generación de negocio. El objetivo de OpenExpo es difundir, presentar, descubrir y evaluar las soluciones y
Plan de acción para desarrollar simulador de BI subir Hace 3 días · 11:00 Espacio Coworking TIC SeAceptanIdeas.com Asistiremos a este primer Meetup para: 1) Presentarnos 2) Conocer la idea y discutir la arquitectura del proyecto de simulador virtual de BI 3) Requerir la colaboración de personas que deseen trabajar en algunas de estas áreas:
Plan de acción para desarrollar simulador de BI Leer más »
Phinx http://docs.phinx.org Phinx makes it ridiculously easy to manage the database migrations for your PHP app. In less than 5 minutes, you can install Phinx using Composer and create your first database migration. Phinx is just about migrations without all the bloat of a database ORM system or application framework.
Phinx . database migration Leer más »
Getting Started with PHPUnit Download We distribute a PHP Archive (PHAR) that contains everything you need in order to use PHPUnit. Simply download it from here, make it executable, and put it into your $PATH, for instance: ➜ wget https://phar.phpunit.de/phpunit.phar ➜ chmod +x phpunit.phar ➜ sudo mv phpunit.phar /usr/local/bin/phpunit ➜ phpunit –version PHPUnit 6.1.0 by
Forticlient – SSLVPN is a VPN Client to connect to Fortigate Devices with minimal effort, packaged here for Ubuntu and Debian. Forticlient – SSLVPN .deb packages Officially there is only a generic tar.gz package available. As I use Ubuntu most the time, I decided to build .deb packages for 32/64bit Ubuntu with a nice desktop
Forticlient – SSLVPN is a VPN Client to connect to Fortigate Devices Leer más »
El shell de linux: Comando diff El comando diff nos permite comparar dos ficheros linea a linea y nos informa de las diferencias entre ambos ficheros. Diff tiene muchas opciones. Las que más uso son -w, -q, -y. La sintaxis del comando es la siguiente: diff [opciones] [fichero1] [fichero2] Si queremos comparar dos ficheros, ignorando
El shell de linux: Comando diff Leer más »
nmap La primera solución que pensamos muchos es: nmap , ver artículo llamado: Ver puertos abiertos con NMap y medidas para protegernos n caso de que no deseen hacer todo un scan, sino que simplemente deseen saber si en X ordenador/servidor está abierto un determinado puerto, sería así: nmap {IP_O_DOMINIO} -p {PUERTO} | grep -i
Scanner puertos listening linux nmap Leer más »
error_reporting(E_ALL); ini_set(‘display_errors’, TRUE); ini_set(‘display_startup_errors’, TRUE); Nobody enjoys the process of debugging their code. If you want to build killer web apps though, it’s vital that you understand the process thoroughly. This article breaks down the fundamentals of debugging in PHP, helps you understand PHP’s error messages and introduces you to some useful tools