- Eres un pesao
- Yo es que lo flipo
- Ya te digo
- No me digas
- Sin darte cuenta
- Ya te estás rajando
- Que no veas
- Tú sabrás lo que haces
- Me traes por la calle de la amargura
- Entrar en barrena
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
| public PesoRecomendadores getRepartoUsuario(Usuario u){ | |
| double pesoRecomendadorMix=0; | |
| double pesoRecomendadorGG=0; | |
| double pesoRecomendadorTT=0; | |
| double porcentajeTemp; | |
| porcentajeTemp=u.getPorcentajeArtesano()/100; | |
| pesoRecomendadorMix=pesoRecomendadorMix+porcentajeTemp*repartoArtesano.getPesoRecomendadorMix(); | |
| pesoRecomendadorGG=pesoRecomendadorGG+porcentajeTemp*repartoArtesano.getPesoRecomendadorGG(); | |
| pesoRecomendadorTT=pesoRecomendadorTT+porcentajeTemp*repartoArtesano.getPesoRecomendadorTT(); |
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
| /** | |
| * Método que combina las listas de los 3 recomendadores y devuelve la lista resultado | |
| * @param userId String identificador del usuario | |
| * @param listaRM lista del recomendador Mix | |
| * @param listaRG lista del recomendador Género/Género | |
| * @param listaRT lista del recomendador Temperamento/Temperamento | |
| * @return lista de las películas elegidas al tras la combinación de los tres recomendadores | |
| */ | |
| private List<PeliPuntuacion> combinaListas(String userId, | |
| List<PeliPuntuacion> listaRM, List<PeliPuntuacion> listaRG, |
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
| # | |
| # This module defines a Sudoku::Puzzle class to represent a 9x9 | |
| # Sudoku puzzle and also defines exception classes raised for | |
| # invalid input and over-constrained puzzles. This module also defines | |
| # the method Sudoku.solve to solve a puzzle. The solve method uses | |
| # the Sudoku.scan method, which is also defined here. | |
| # | |
| # Use this module to solve Sudoku puzzles with code like this: | |
| # | |
| # require 'sudoku' |
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
| def currency_euro(item) | |
| number_to_currency(item, :unit => "€", :separator => ",", :delimiter => "", :format => "%n %u") | |
| end |
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
| import java.io.BufferedReader; | |
| import java.io.IOException; | |
| import java.io.InputStream; | |
| import java.io.InputStreamReader; | |
| import java.net.HttpURLConnection; | |
| import java.net.MalformedURLException; | |
| import java.net.URL; | |
| import java.net.URLConnection; | |
| import java.util.Map; |
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"> | |
| <title>Slider</title> | |
| <style type="text/css"></style> | |
| <script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script> | |
| <script src="http://bxslider.com/sites/default/files/jquery.bxSlider.min.js" type="text/javascript"></script> | |
| <script type="text/javascript"> | |
| $(document).ready(function(){ $('#slider1').bxSlider(); }); |
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
| import java.io.FileNotFoundException; | |
| import java.io.FileReader; | |
| import java.io.IOException; | |
| import java.util.HashMap; | |
| import java.util.Map; | |
| import org.json.simple.JSONObject; | |
| import org.json.simple.parser.JSONParser; | |
| import org.json.simple.parser.ParseException; |
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
| git clone https://github.com/fern4lvarez/chatzilla.git | |
| cd chatzilla | |
| cctrlapp APP_NAME create python | |
| cctrlapp APP_NAME/default push | |
| cctrlapp APP_NAME/default deploy |
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
| # This is a comment, it is echo'ed to the stdout | |
| # Aptofile: 8 Things To Do After Installing Ubuntu 13.10 | |
| # 1. Install some extra AppIndicators (applets) | |
| install indicator-multiload | |
| add atareao/atareao -p my-weather-indicator | |
| add peterlevi/ppa -p variety | |
| install diodon diodon-plugins |