pj655040999@gmail.com

Blockchain

Basic Blockchain with Python and Streamlit This is a demonstration of a simple blockchain that records data. This app uses the following Python libraries for functionality: These libraries work together to provide secure hashing functionality, manage date and time, and deliver an interactive experience through Streamlit. Neque porro quisquam est, qui dolorem ipsum quia dolor […]

Blockchain Leer más »

Text Analysis using TF-IDF and Cosine Similarity

Natural Language Search Example Available Documents for Search Here are the documents you can search from: Query: How can I use Python? Expected Results: Natural Language Search with Python and spacy Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error

Text Analysis using TF-IDF and Cosine Similarity Leer más »

Machine Learning

Historical Context The AI Columns project was born in 2002 as part of the Artificial Intelligence course at the University of Jaén. during their studies in Technical Engineering in Computer Science for Management. The goal was to demonstrate how the fundamental concepts of artificial intelligence, such as reinforcement learning and movement prediction with neural networks, could be applied in a dynamic

Machine Learning Leer más »

Install and Use PHP Composer on Ubuntu 16.04

Install and Use PHP Composer on Ubuntu 16.04 Table of Contents Introduction Composer vs PEAR Requirements Install PHP Composer Using PHP Composer Introduction PHP Composer is a package management system for PHP which prevents users from having to «reinvent the wheel» when it comes to commonly-used website components like user authentication or database management. Composer

Install and Use PHP Composer on Ubuntu 16.04 Leer más »

Clone git moodle , wordpress , zend , lavarel , program-o, codeignter

  first git clone https://github.com/laravel/laravel.git git clone  https://github.com/bcit-ci/CodeIgniter.git git clone https://github.com/Program-O/Program-O.git git clone https://github.com/Program-O/Program-O.git sudo apt-get install git   https://github.com/zendframework/zendframework.git   composer https://www.1and1.com/cloud-community/learn/application/php/install-and-use-php-composer-on-ubuntu-1604/ sudo apt-get install curl   sudo apt-get install curl     Obtención de Git (Windows, OSX, Linux y otros) El soporte para Git estaba, hasta hace muy poco tiempo, principalmente confinado a

Clone git moodle , wordpress , zend , lavarel , program-o, codeignter Leer más »

Moodle Page API

Page API The Page API is used to set up the current page, add JavaScript, and configure how things will be displayed to the user.     Contents 1 Overview 2 A simple example 3 $PAGE The Moodle page global 4 Setting up the page 4.1 URL 4.2 Context 4.3 Optional set up 4.3.1 Page

Moodle Page API Leer más »

Moodle Persistent Api

Persistent Moodle 3.3 Moodle persistents are equivalent to models (or active records). They represent an object stored in the database and provide the methods to create, read, update, and delete those objects. Additionally, the persistents validate their own data against automatic and custom validation rules. Persistents are made by extending the abstract class core\persistent. Properties

Moodle Persistent Api Leer más »