You are on page 1of 77
PC Cuadernos www.pce-cuadernos.com ine) en j cos Instalacién y configuraci6én Apache, Xampp, PHPedit. Sintaxis y estructuras Arrays, Strings, Variables, funciones y bucles. Proyectos practicos Analisis de formularios, proteccién con contrasena, cookies, agregador RSS Nimero 28 -PHP 5 5,00 EUR PC Cuadernos PHP 5 Johann-Christian Hanke © Copyright: KnowWare EURL Traduccién: Victoria Mengual PC Cuadernos - Técnicos www.pe-cuadernos.com Sociedad editora: KnowWare E.U.R.L. 70, rue Georges Villette F-77250 Ecuelles Francia Director: Mikkel Franck Direccién electrénica: info@po-cuadernos.com Depésito legal: 8-50240-2005 ISBN: 2-915605-31-9 Imprenta: Imprints impressions intercomarcals, S.A. Sant Fruités de Bages, Barcelona Distribucién quioscos: Coedis S.L. Avda. de Barcelona, 225 Molins de Rei Barcelona Venta por nuimeros: Después de su aparicién, los nimeros de esta coleccién pueden pedirse por correo (Consulta la pagina 77) PHP es uno de los lenguajes de pro- gramacién mas populares y mas exten- didos en Internet. Y tiene motivos para serio: es flexible, es potente, y es de cd- digo abierto. De hecho, es la base de in- numerables proyectos que siguen ese mismo espiritu, como muchos de los sis- temas de gestién de contenidos, por ejemplo WordPress. Aprender un lenguaje de programacién ‘sdlo se puede hacer de una forma: la practica. Y de eso trata precisamente este cuadero, de ensefiar paso a paso, con ayuda de ejemplos y pequefios pro- yectos, las bases de PHP. Por el camino, el lector aprendera a rea- lizar cdlculos, a pedir la opinion de sus visitantes con un libro de visitas, a pro- teger contenidos mediante contrasefia o a crear y analizar encuestas Web. Ademias, para facilitar aun mas las co- sas, la mayoria de los ejemplos que se presentan aqui estan disponibles en forma de suplemento gratuito que se puede descargar desde la Web de PC Cuadernos. Todos estos proyectos tienen por objeto permitir asimilar de una forma amena y sencilla los fundamentos de la sintaxis de PHP, y despertar la imaginacién del lector para que pueda sacarle partido a este lenguaje de programacién con sus propias ideas. Mikkel Franck, editor. mfranck@pe-cuadernos.com Todos los productos citados en este manual son marcas registradas o marcas comerciales. El au- tor y el editor-declinan toda responsabilidad que pueda surgir de la utilizacion de los datos 0 pro- gramas que aparecen en este libro. Prélogo 3 Prélogo De modo que quieres aprender PHP... muy bien, Podras hacer que tu pagina Web sea més dindmica. Ademés, es francamente divertido y no tan complicado como pueda parecer. foe un SSO oncom st nn jién explicaremos como crear paginas ‘con eae {Qué aprenderas en este cuaderno? En este cuaderno se ofrece una introduccién al Jenguaje de programacién PHP. Concretamen- te, descubriras: * Qué es PHP y cémo funciona * Cémo instalar un servidor Web local * Como trabajar con variables, estructuras de control, expresiones condicionales y bucles * Cémo programar un contador, un libro de isitas y una encuesta * Como leer flujos de noticias RSS * Como analizar formularios y enviar el con- tenido por formmail * Como proteger paginas mediante contrase- fa * Cémo comunicar la fecha y la hora y traba- jar con cookies Requisitos previos Para este cuademo, necesitards tener buenos conocimientos de HTML. Asimismo, asumiré que te sabes desenvolver correctamente con el sistema operativo. Deberfas saber como: + Abrir el Explorador de Windows (Finder en el caso de Mac) + Trabajar con carpetas y archivos Ademds, también espero que tengas activadas las extensiones de archivo, que la tiltima v sion Window's oculta de forma predetermina- da, Este curso se basa en un sistema Windows. Sin embargo, puesto que PHP es un lenguaje inde- pendientte de la plataforma, también podrés aplicar mis explicaciones a un Mac o Linux. _ Este cuademo puede utilizarse casi indistin- comet r Sa eee ne rencias entre ambas versiones s6lo val lector denoticias RSS (pag. 67). | Sobre el autor Me llamo Johann-Christian Hanke, tengo 38 aos y soy alemédn. Estudié literatura y filologia, pero dado que con esto es dificil ganarse la vida, cambié mis estudios por la informatica. Desde 1996 trabajo como autor y periodista especializado auté- nomo, y cada dia me gusta mas mi trabajo. Y a Ios lectores también: hasta la fecha he pul do 35 libros y 30 cuadernos. Suelo escribir re- ‘gularmente para revistas alemanas de informa- tica. Pero no he olvidado lo dificil que puede ser es- te tema; yo también di mis primeros pasos y tuve que aprender por mi cuenta con gran es- fuerzo. Por eso te explicaré todo lo que sé tal como lo comprendi. ‘Suplemento con archivos de ejemplo {Tienes problemas al copiar el cédigo? {No hay forma de que un script te funcione? En yew po- ‘cuadernos.com encontraras gran parte de los ejemplos para su descarga. Y para terminar, sélo me queda desearte que disfrutes aprendiendo PHP. Johann-Christian Hanke ‘yew jchanke de 4 {Qué es PHP y para que sirve? éQué es PHP y para qué sirve? éQuién inventé PHP? Asi funciona PHP Extrahamente, no es inglés, ni francés, ni espa- Aol, Fue el canadiense-danés Rasmus Lerdorf. Los daeses son ciudadanuas del neundo: http: Merdorfcom Corria el afio 1994. Rasmus queria comprobar la acogida que tenia su curriculum publicado en linea, y sin perder tiempo creé una'serie de “comandos de servidor”: acababa de crear las “Personal Home Page Tools” (PHP). Sin em- bargo, lo mas importante en la Web son los fomularios, por lo que no es de extraiiar que Rasmus anadiese pronto un Form Interpreter (FI) para el anélisis de formularios, En junio de 1995, Rasmus Lerdorf present la primera versién de PHP al gran puiblico, y lo hizo a través de un mensaje en el grupo de no- ticias comp.infosystems.www.quthoring.cai que levaba por titulo “Announcing the Personal Home Page Tools (PHP Tools) version 1.0." Rasmus Lerdorf publieé sus “tools” bajo la li- cencia publica GNU. Estaban escritas en C y, ya en aquel entonces, permitian proteger pagi- nas con contrasefa o crear un libro de visitas. La comunidad de desarrolladores empez6 a in- teresarse por PHP/F1 y en poco tiempo PHP se convirti6 en un elaborado trabajo de equipo. La tiltima versi6n disponible de PHP es la 5. Actualmente PHP se utiliza como acrénimo de “Hypertext Preprocessor” es decir, como pre- procesador de paginas Web. 2Qué es PHP? Un lenguaje de programacién. 0 mejor atin: un sencillo lenguaje de secuencias de comands (scripts). Se integra directamente en las paginas HTML y es interpretado por el servidor. Puesto que fue creado para la Web, s6lo puede hacer cosas que sean necesarias en la Web. PHP no arrastra ningxin lastre innece- sario como ocurre con otros lenguajes, por lo que se puede aprender muy fécilmente. Como ya hemos dicho, PHP es interpretado por el Servidor Web. {Pero qué ocurre exacta- mente? El navegador envia una solicitud http al servidor Web (una peticién de llamada de la pagina), El servidor reacciona, lee la pagina PHP, ejecuta los comands que ésta contiene y envia el documento montado al navegador. Puesto que PHP se ejecuta en el lado del servi- dor, el usuario nunca llega a ver el cédigo PHP, sino que se limita a recibir el resultado final en formato HTML. Diferencias entre JavaScript y PHP Si tienes algtin conocimiento de JavaScript, quizés gracias a la lectura de otro cuaderno de esta coleccién, te propongo que compares am- bbos lenguajes. JavaScript también se escribe directamente dentro del cédigo HTML. Sin embargo, el cé- digo sf esta siempre a la vista del usuario. ¢Por qué? Porque JavaScript slo se interpreta des- pués de descargar la pagina del servidor. Es decir, JavaScript es interpretado por el cliente, por el navegador. Y eso ocurre mientras mira- ‘mos la pagina. Los problemas que conlleva son conocidos por toclos: cada navegador se comporta de forma ligeramente distinta con JavaScript y, si el c6- digo es desactivado por los usuarios detracto- res de JavaScript, todo deja de funcionar. En este sentido, PHP cuenta con una gran ventaja: cuando funciona, funciona, y lo hace en todos Jos navegadores. Lo primordial es que tu pro- veedor dle servicios oftezca un servidor Web ‘con soporte para PHP. Qué es PHP y para qué sirve? 5 Modelo de licencia de PHP Caracteristicas de PHP PHP no cuesta ni un céntimo. Este lenguaje de programacién se distribuye en el marco de una licencia open source, por lo que el e6digo fuen- te es abierto y cualquiera puede consultarlo. Se trata de un modelo de licencia que me pare- ce muy positivo, El software open source nun- ca “llamaré a casa” sin avisarnos ni nos espiard alo gran hermano”. Habitualmente, PHP se instala junto con el servidor gratuito Apache. Apache es el servidor Web mas popular en la red. Alojamiento adecuado De acuerdo, PHP no cuesta nada; pero si que- remos afadir PHP a nuestro sitio Web, necesi- taremos un proveedor de alojamiento que ofrezca soporte para PHP. Deberds tener este factor en cuenta a la hora de elegir tu provee- dor, ya que de lo contrario no funcionara nada. iensasotutionsofrece soporte PHP/MySQL desde 3,95€ al mes Piensasolutions es un proveedor espaiiol con aftos de experiencia, y su oferta ofrece una muy buena relacién calidad-precio. Sin embar- go, hay muchas otras posibilidades. En Espana, Por ejemplo: www.atsys.es 0 wiww.ascens.com, ‘Aunque también se puede contratar un servi- dor en Estados Unidos: wnw.dreamhost.com. {Qué puede hacer PHP? Todo. O easi todo lo que un autor de sitios Web ambicioso pueda imaginar. Necesitas un contador o un libro de visitas? Ninguin problema. En pocas lineas de cédigo habrés terminado. Quieres mostrar la hora o utilizar cookies? No hay nada més sen- cillo. Quieres comprobar si se ha rellenado el campo de un formulario? También es muy sencillo. Puedes volver a mostrarle al usuario todos los datos del formulario. ‘Sin embargo, PHP es especialmente apreciado por su gran compatibilidad con casi todos los sistemas de bases de datos imaginables. La combinaci6n mas usual en este sentido es PHP con MySQL, puesto que este sistema de base de datas es gratuito. a santisima trinidad compuesta por Apa- the, MySQL y PHP se ha convertido prict- | camente en sindnimo de publicacién Web | asada en una base de datos. Sin embargo, para empezar, no necesitars MySQL: verds que la mayoria de cosas también se pueden hacer sin base de datos. De todas formas, si te interese el tema, hablaré de MySQL en mi siguiente cuaderno dedicado a PHP. Si el sistema de programacién esta mon- tado sobre un servidor Web Linux, se suele hablar de LAMP (Linux - Apache- MySQL - PHP), mientras que la variante que propongo para los archivos de prueba de este cuaderno, es WAMP (W=Windows). 2Es facil programar? Depende. Si se tiene experiencia previa, resulta mis facil aprender un segundo lenguaje de programacién, de forma parecida a lo que ocu- rre con una segunda lengua extranjera. Sin embargo, al principio es bastante complicado. También debo admitir que yo necesité algiin tiempo hasta llegar a comprender correctamen- te conceptos como el de las expresiones condi- cionales o los bucles. ;Y todavia sigo cometien- do fallos! Por tanto, no hay que desesperar si de buenas a primeras no se entiende mucho. Intentaré ex- plicarlo todo desde el principio de forma tan sencilla, detallada y clara como pueda. Mas adelante, las cosas se iran complicando. 8 {Qué es PHP y para qué sirve? La paciencia es la madre de la ciencia Al igual que cuando se aprende un nuevo idioma, en el caso de los lenguajes de progra- macién tampoco hay que olvidar el dicho de que la paciencia es la madre de la ciencia. De- dica tiempo a PHP. Repite los antiguos scripts. Prucha algo nuevo. Busca mas material de aprendizaje sobre el tema. Analiza los scripts disponibles en Internet y adptalos a tus nece- sidades. Hay muchas cosas que son simplemente fruto de la experiencia. Manual de PHP @Quieres saber mas? Entra en Internet y des- carga la amplia documentacion en linea y el ‘manual oficial de PHP. Como obra de consulta de funciones y comandos, yo recomiendo la traduccién al espanol del manual oficial de PHP: www pho.net/manualles! Si deseas descargar el documento directamente a tu equipo local, accede a: wuw.oho nevidownload-docs.ohp Aqui encontraras ef manual en version HTML, como documento PDF, para Palm Pilot e inclu- so como archivo de ayuda de Windows. Esta tiltima variante es la que me parece mas reco- mendable. Para todos los demés tipos de archivo, necesi- faremos un programa capaz de descomprimir archivos RAR (por ejemplo WinZip). Sin em- bargo, el archivo de ayuda de Windows se puede descargar directamente en formato CLIM (extensién . chm). El manual de PHP esd disponible como archivo de ayusta dde Windows Para consultarlo, basta con hacer doble clic en este archivo y se abriré el manual. Desde aqui sse pueden consultar todas las funciones y co- mandbs. Yo siempre tengo esta ayuda funcio- nando en segundo plano para resolver dudas. Instalar un servidor local con PHP 7 Instalar un servidor local con PHP Si quieres aprender PHP, deberds poder probar los scripts que crees. Siempre podrias publicar cada archivo que programes en tu servidor Web remoto con soporte para PHP y probarlo, Esta seria la solucién més sencilla, pero a largo plazo también la mas cara, sobre todo si toda- via no dispones de una conexién a Internet de alta velocidad y tienes que conectarte a Inter- net mediante el acceso telefonico a redes. Hay una forma muy fécil de ahorrarse todo este trabajo. Servidor Web Apache Mi sugerencia es que trabajes offline, es decir, en tu propio PC. Instala en él el mismo pro- grama que se ejecuta en el servidor de tu pro- veedor: el servidor Web Apache. Para poder ““reproducir" los ejemplos que presentaré en este cuaderno en tu disco duro, deberds insta- lar un servidor Apache local con PHP. Que no cunda el panico: el servidor Apache no es nin- guna gran maquina que vaya a ocupar espacio en tu casa. Se trata de un programa de cédigo abierto que se puede instalar en el disco duro. Antiguamente era necesario descargar e insta- lar por separado cada tno de los distintos ele- mentos: servidor Apache, PHP, MySQL, etc. Ademés, después de la instalacién habia que aplicar una serie de ajustes de configuracién. Para ello habia que recurrir a destripar cripti- cos archivos de texto, provocar que no funcionase nada. Pero eso ‘es cosa del pasado: hay otra solucién mejor. ae Por suerte, existe un fabuloso programa que puede instalar por ti todas estas cosas de forma automatica y (en el 99% de los casos) también se encarga de configurarlas correctamente, El paquete inclu + Servidor Web Apache + PHP y MySQL. + phpMyAdmin a (Detrés de phpMyAdmin se esconde una herramienta para configurar y administrar ba- ses de datos MySQL. Lo necesitaremos en el proximo cuaderno, en el que también trataré sobre MySQL). Este fantastico paquete de instalaci6n se llama XAMPP y se puede descargar gratuitamente desde www apachefriends ora/en/, XAMPP es sin dala mejor y mas sencilla herramienta de instalacion para PHP y MySQL. Las ventajas de XAMPP hablan por sf mismas: * XAMPP siempre esté al dia, se actualiza y ajusta cada dos semanas. Por ejemplo, préc- ticamente al mismo tiempo que la nueva version 5 de PHP también aparecié un XAMPP con PHP 5. + XAMPP es facil de instalar y muy fiable. + XAMPP ocupa poco espacio y no crea en- tradas en el registro de Windows a menos que se utilice la variante con instalacior. Pa- ra desinstalarlo, basta con borrar la carpeta XAMPP que se crea durante la instalacién. XAMPP es obra de mis compaferos autores Kai Oswald Seidler de Berlin y Kay Vogelge- sang y Carsten Wiedeman. Kai, Kay, Carsten y otros “friends” son, pues, los “Apachefriends” Gracias a su genial herramienta, fomentan la expansion del servicior Apache. Advertencia previa: con esta herramienta tagerats ode ook os asos. Sin embargo, eso significa que en un ‘1% de casos, es posible que no funcione por diversos motivos, 8 Instalar un servidor local con PHP escarga de XAMPP XAMPP funciona bajo Windows a partir de la version 98, Sin embargo, también existen va~ riantes de XAMPP para Linux y Mac OS. Qué versién de XAMPP es la adecuada para ti? Para mis explicaciones, supondré que la que te i teresa es la variante para Windows. Pero tam- bign en este caso existen tres posibilidades. Yo recomiendo el método B: Instalaci6n sin f ieee ae de instalacion ocupa ‘unos Seco . ‘ocuparemos Accede a wow.apacheftiends.ora/en/xampp- windows him y busea el vineulo XAMPP 1.5-x (0 superior) Ne Se ow ascarga la variante comprintia con 7-Zip, es la que ‘eupa menos Haz clic en la entrada EXE (7-zip) y espera unos instantes. Se abrir un pagina de Source Forge, en la que deberas seleccionar el mirror desde el que descargar el archivo. Haz clic en cualquier de los vinculos Doziilond de la co Jumna Download y tras unos segundos se ini- ciaré la descarga. Instalaci6n de XAMP Cuando termine la descarga, deberias tener en. tu disco duro un archivo llamado sainop~ vein 0 similar. (La x corresponde a un mimero de version, que puede ir desde 0 hasta 16 0 mas). Para nuestros ejemplos, instalaremos el nuevo sistema en la carpeta : \apachefriends Descomprimir el archivo .exe ‘Descomprime el archivo .exe directamenteen la carpeta C:lapachefriends. Para ello, haz do- ble clic en el archivo xaipisina2~1.5.x-exe y selecciona la carpeta de destino en la ventana del cuadro de didlogo: Bn este cundro de didtogo debe figurar CAapachefriends\. Para confirinar ta acci6n, haz cic en “Exitact”, De este modo habremos descomprimido XAMPP en la carpeta apache triends. Ten pa- Ciencia, la operacién puede durar unos minu- tos-al fin y al cabo, los archivos han sido muy bien comprimidos por 7-Zip. Instalacion de XAMPP Si todo ha ido bien, XAMPP se habré copiado en la ruta C:lapachefriendstxampp. Comprué- baloen el Explorador de Windows. ENo aparece ninguna Mamada apa- Shateanst Presions [#2 pars actual Abre la carpeta xampp y haz doble clic en el ar- chivo setup_xampp.bat. Inicn ta instatacén de KAMPP abrieno el archivo ccorrespontiente. Se abrird una ventana de DOS. Espera un ins- tante a que se inicie la instalacion. Cuando el proceso termine, tendremos que presionar cualquier tecla del teclado para cerrar la venta- na de DOS. XAMPP ya esta perfectamente ins- talado. Instalar un servidor local con PHP 9 alse Cet ‘Ya podemos iniciar el servidor Apache y el servicio MySQL. Para ello, abre la carpeta Calapachefriendsixampp y haz. doble clic en xompp_start .exe para iniciar el servidor Apa~ che y PHP (y también MySQL) de una sola vez. xampp.restariexe —xampp_start.exe ‘amep.stop.exe — xanppechanges.bxt Elarchivo sampp_start.eveinicia Apache, PHP y MySQL. En ningiin caso deberas cerrar la ventana de DOS que abre XAMPP. Déjala abierta, ya que esta ventana garantiza el funcionamientode Apache y MySQL. Para facilitar las cosas, puedes crear un acceso directo a la carpeta xampp en el escritorio. De este modo podrés acceder répidamente a los archivos para iniciar y detener el servicio. eFunciona Apache? {Quieres comprobar si funciona todo corree- tamente? Abre el navegador y escribe hetp://Lecainost/ en la barra de direcciones, yy presiona into). Se abriré una pagina inicial, en la que deberss hacer clic en Spanish, XAMPP te dard la bienvenida con su propia Pagina index. nen, y lo hard en espaitol. Mas adelante podemos eliminar esta pagina. een pen tp atm (=) XAMPP for Windows Si todo ta ido bien, vents esta pagina. El servidor Web local Apache ya funciona, y la pagina principal de XAMPP también ofrece un par de demostraciones. Es asombrosa la facili dad con la que se instala XAMPP. Si deseas detener el servicio, basta con hacer doble clic en el archivo xampp_stop.exe. Ademés, no estas limitado a tener que escri- bir heep: //lecathost, De forma alternativa, también se puede escribir hetp://127.0.0.1, Inchuso podemos usar | ntep://nombredelordenador, He decidido agregar un marcador de esta pa- gina a mi navegador Firefox para acceder mas rapidamente a “Localhost”. ems ora agregar un marcador,presiona (Coal Si has “comprendido” el principio de la insta~ lacién, observards que XAMPP es muy fiable y raras veces da problemas. En la mayorfa de ca- 505 no es necesario realizar ningtin tipo de ajuste de configuracién, ya que todo se instala ¥y configura correctamente de forma automati- ca. Las opciones las fuera de line, no para pu bl teal en la Web. Resolucién de problemas Ocupémonos ahora de los problemas con los que alguna vez me he topado cuando Apache no se dejaba instalar correctamente. Puede de- berse a distintas causas: + Hay otro servidor Web local activo, por ejemplo TIS (Internet Information Server) en el caso de Windows 2000 o XP Professional. En ese caso, deberds desactivarlo antes de iniciar XAMPP. + Algtin programa antivirus funcionando en segundo plano esté bloqueando XAMPP. En caso de dudas, es mejor apagarlo. (Pero 10 Instalar un servidor local con PHP después de usar XAMPP vuélvelo a activar: la seguridad ante todo). * Un firewall local no permite el buen funcio- namiento de XAMPP. En caso de dudas, es mejor apagarlo temporalmente. * Si usas Skype (wnwwu.skype.com) para tus Ha- madas, el conocicio programa de telefonia gratuita, debes saber que Skype bloquea el puerto 80 y la tinica solucién es desactivarlo completamente. gTodayia no se ha solucionado tu problema? Consulta la lista de preguntas frecuentes de XAMPP en: apachefnends ora/en/fac y lee todas las preguntas y respuestas (en in- gles). eM EMU s Tienes varios equipos conectados en red? El Liltimo método de acceso al host local mediante el nombre del ordenador correspondiente tam- bin funciona en redes con varios PC. Escribe hetp://epe/, sihas instalado las paginas Web enel equipo Pepe. Los usuarios de otros equipos podran acceder a tu pequena Web a través de HTTP. Tener un servidor Web HTTP propio es una excelente posibilidad: ideal para una Intranet. jndows.hirnl cam ¢Has instalado XAMPP en tna red de em- nest Seg De dhe eae Suit plc A oaipeenl ‘Sin embargo, para las explicaciones del cua- UDOnde esta la pagina de inicio? Volvamos a la pagina inicial predeterminada. Hasta ahora, Apache te muestra junto con XAMPP una pagina de prueba propia, En nuestro caso, la pagina se encuentra en C:lapachetriends\xamppihtdocs Sin embargo, seguro que te interesard poder poner tu propio contenido. Tu primer documento PHP Abre el editor de textos y crea un nuevo do- cumento PHP. Lo flamaremos :r£o.php (exten- sion .php) y lo guardaremos en la carpeta htdoes (C:\apachefriends\xampp\hidocs). Nuevo archivo con clic derecho Sigue estas instrucciones: 1, Haz clic con el botén derecho en la carpeta en la que desees crear el nuevo documento PHP -en nuestro caso C:lapachetriends\xamppihtdocs. AUhacer clic, aseguirate de hacerlo en un punto va- cfo de la carpeta. 2, Selecciona Nuevo | Documento de texto. 3. Aparecerd un nuevo icono que llevar por Nombre Nuevo Docunanto de texto. txt. Puesto que el nombre esté seleccionado, basta con escribir encima info.php. Sial Windows te advier Se Seere el catbio te extol el on chivo, puedes ignorar el aviso. Haz clic en Si. 4, Elarchivo de texto (vacio) info.php ya se encuentra en la carpeta htdocs. 5. Abre el archivo. Tras hacer doble clic, pro- bablemente deberss seleccionar el programa dle una lista para abrir siempre este tipo de archivo. En el cuadro de didlogo Abrir con selecciona Bloc de notas. Activa la casilla para que este tipo de archivo siempre se abra con el Bloc de notas. {Te parece demasiado complicado? En ese ca- 80, abre el Bioc de notas y arrastra el archivo correspondiente a la ventana abierta del pro- grama. La funcion phpinfo() Observa el Siguiente cédigo HTML. La parte PHP se reduce a la llamada a la funcién de PHP phpintot). ead> Instalar un servidor local con PHP 4 shimInformacién sobre PHP Guarda el documento. Tu primera plgina PHP: este es et aspecto del e6digo fuente de info php en et Bloc de nota, Puesto que el archivo se encuentra en la carpe- ta hedocs (la raiz), basta con escribir en el na- vegador: http: //locathost/ info.php (ibe 7a el Sis6lo escribes http: //1ocalhost/, se abriré | a pagina inicial de XAMPP. i Si todo va bien, deberias ver algo similar a esto: otoomacion sebre PHE ———— I {Felicidades! PHP 5.0.5 se ha instalado correctamente, Hojea el documento por encima. Ofrece mus chisima informacién sobre la versién instalada de PHP, el entorno de servidor, el sistema ope- rativo, las rutas de acceso... la licencia cle PHP. UVR Tiel e edad e119 Pronto comprobards que para crear paginas PHP no hay que cumplir ningtin requisito es- pecial. Un sencillo editor de texto servira per- fectamente como entorno de desarrollo. En el ejemplo anterior, hemos usado el Bloc de notas de Windows. Sin embargo, seria mejor pro- ‘gramar usando un entorno algo mas comodo: un “verdadero” editor de PHP. Para empezar, podemos usar la versi6n free- ware 08. Si te gusta el programa, siempre puedes adquirir la ultima version comercial, que cuesta 75 €. La versién comercial no s6lo incluye més funciones, sino que sirve como apoyo para el desarrollo futuro del programa. Descarga de PHPEdit Para descargar PHPEdit 0.8, accede a la direc- ci6n waw.waterproottridownload!. Abre la carpeta PHPEdit,, después IDE/y finalmente webinstall/ Desde aqui, deberds descargar el archivo eues- Git_Pullpackage_0.8.0.25.tar.gz.Ocupa ‘unos 19 MB. Extraccién de PHPEdit A continuacién, deberds extraer los archivos de este archivo comprimido en formato -tar. Fl proceso es doble: una vez para descomprimir y luna segunda vez para extraer los archivos. | dit_Pulipackage_0.8.0.25.tar. 12 Instalar un servidor local con PHP Instalacion de PHPEdit Ahora ya podemos instalar PHPEdit. Haz do- ble clicen pupeditsetup.exe y sigue las ins- trucciones de instalacion. Esta versién del pro- ‘grama est’ disponible en inglés, francés 0 ale~ mén. Optaremos por el inglés: nena ae aan ‘alee saa Instalo PHPEiit paso a paso y acepta licencia de Ten paciencia: la instalacién de PHPEdit tarda- 4 unos minutos, incluso aunque tu PC sea po- tente, Cuando abras el programa por primera vez, te preguntard si deseas que escriba unos ajustes predeterminados. Contesta Yes, El pro- rama te preguntard con qué tipos de archivo deseas asociatlo -activa como minimo la casilla php y haz clicen OK. Primeros pasos con PHP 13 Primeros pasos con PHP Por fin nos ponemos manos a la obra. En este capitulo, presentaré los fundamentos de la no- tacién de PHP. Te mostraré cémo presentar da- tos sin ninguna complicacién. Asimismo, también te presentaré las fabulosas variables. Pero vamos por partes, empezare- ‘mos por el principio. icio de PHPEdit Lo primero que deberemos hacer es iniciar PHPEdit y crear una carpeta de ejercicios a la que llamaremos pies. Dicha carpeta deberd encontrarse bajo la carpeta raiz htdocs. Por tan- to, siguiendo nuestro ejemplo, la ruta de acceso serd: C: \apachefriends\xanpp\htdocs\phps. Podemos usar el mismo PHPEdit para crear la carpeta. En la esquina superior izquierda det programa verds el médulo File Explorer. Acce- dea la carpeta hedors y haz clic en el icono co- rrespondiente para crear una carpeta, en la es- quina derecha: ata sf Se ha creado una nueva carpeta llamada Netw Folder. Sobrescribe el nombre predeterminado de la carpeta, cambialo por gaps. Aqui es donde guardaremos todos los archivos de ejemplos y Bead a : a f en.C: \apachefriends\xampp\htdocs \phips, | eee del navegador { Teepe Tecathose iene MMMM ELUM 18 Hello world! (Hola mundo) suele ser el primer script que se aprende en cualquier lenguaje de programacién. Puesto que no queremos rom- per la tradicién, te presentaré el conocido script Hello world en PHP. Abre PHPEdit, si es que todavia no lo esta. Po- drs ver un archivo vacio, preparado para que ‘escribamos en él los comandos deseados. Tiene este codigo: @version $1d$ Acopyrignt 2003 1 Sin embargo, este archivo no nos es de mucha ayuda, ya que no se trata de un archivo HTML, sino de un archivo PHP puro. Ciérralo y crea un archivo HTML vacio. Para ello, basta con seleccionar Fite | New | HTML. Aparecerd un ar- chivo HTML vacio en PHPEdit. Prepara el ar- chivo como sigue. Deja vacio el espacio entre las etiquetas

. ielle World</itie> </vead> <body> <bl>The fanotis Hello world-Script</ni> <> </p> </body> </ntml> {Por qué lo escribo en inglés? Porque PHP es tun idioma internacional, y porque sin duda querrés presentar nuestro sitio Web a un pui- 14 Primeros pasos con PHP blico internacional. Y porque deberias practicar tus conocimientos del idioma... y no me que~ dan ya mas argumentos. En cualquier caso, el cédigo de la mayoria de ejemplos del cuaderno estard en inglés -no te preocupes, son muy féci- les de entender. Guardar el archivo Un momento, nos estamos olviedando de lo ‘més importante: guarda el archivo inmediata- mente, y en la carpeta correcta: php. Elnom- bre del archivo debe ser belio.phe. Si? ‘Haz clic en la carpeta correspondiente: en la parte inferior {el explorador de archivos se nuestran todos los archivos contenidas en la carpeta seleccionada, ara familiarizarnos con el funcionamiento del programa, cerraremos el archivo. Para ello, se- lecciona File | Close o (Contro!)+{w). Y abrelo de nuevo, haciendo doble clic en el nombre det archivo en el explorador de archivos. Etiquetas PHP Ya basta de abrir y cerrar: a partir de ahora, programaremos en PHP. Y para ello, una regla de oro: las etiquetas del céigo PHP se insertan sencillamente en un documento HTML co- rriente. En principio no importa en qué punto del documento se insertan. (En el ejemplo que veremos, insertaremos las etiquetas PHP entre las etiquetas HTML <p></p>). ‘Lo importante es saber identificar que se trata de cédigo PHP. La notacién de PHP noes complicada. Para iniciar un parrafo en PHP, se debe escribir: <?php Para terminarlo, insertaremos: Mostrar datos con echo La siguiente linea de cédigo emite un texto que escribe “Hello world” en el documento HTML. Para mostrar los datos, recurriremios a la ex- presion echo. o> FO Biman ‘The famous Hello world script Salucla al mumdo de PHP diciendo Hell, En el patrafo <p></p> que antes hemos dejado en blanco, escribe estas Iineas: <?php echo “Hello world!" Abre el documento en el navegador escribien- do en el campo Direccién: nttp://localhost /php5/hello-php. f Si todo ha funcionado, deberias estar viendo las palabras Helto warld en el navegador. Por cierto: puedes escribir el texto entre comillas simples o dobles, en este caso no importa. Etiquetas HTML dentro de echo Quieres dar formato a la palabra Hello en ne- rita? Utiliza las etiquetas HTML correspon- dientes, insertndolas de la siguiente forma: echo "<b>Hlelloc/b> World!"; Como pueces ver, es posible mezclar instruc- ciones en HTML y PHP tranquilamente. Eso mismo es lo que hace que trabajar con PHP sea tan flexible. Punto y coma para final de linea Quizas te estés preguntando para qué se nece- sita el punto y coma al final. Lo cierto es que es obligatorio: para senalizar el final de una linea, hay que usar un punto y coma Primeros pasos con PHP 15 echo "eb>Hello</b> world!"; Al igual que en C++, Java 0 JavaScript, los sal- tos de linea en el cédigo PHP exigen un punto y coma. Sobre todo si el script tiene mas de una iinea de cédigo, ya que de lo contrario aparece dn mensajes de error. Te oe eT poe a a OO GB IBY Ov Caer Parse error parse sor, menpected T_ECHO, expecing ot in C:apachefriend:\xampp bees phpSikelo:php on ine 10 ened @ Un error tipico: falta el punto y coma. Donde hay una regla hay una excepeién: si se define una funcién con la palabra funct:ion (), no hay que hacer so del punto y coma, Tam- poco se permite un punto y coma después de Sf, else, while, switen etc. En estos tiltimos casos te lo recordaré cuando sea necesario. En el caso de JavaScript se puede prescindir de Jos puntos y coma siempre que se inserte un salto de linea, pero no cuando se trabaja con PHP. " Sien PHP nos olvidamos un punto y coma, a Pe Ae Comentar el codigo Mi experiencia me dice que trabajar con co- mentarios es muy recomendable, ya que ayuda a mantener la perspectiva. Por eso deberias anotar lo que hace cada linea de cédigo. (Quizas te pareceré inditil hacerlo en scripts cor- tos, pero en proyectos grandes, después de semanas y meses de trabajo, seguro que no re- cordarés qué hace una determinada funcién 0 a qué hace referencia el undécimo paréntesis de cierte. :Nos apostamos algo? Sintaxis de los comentarios en PHP Para comentarios cortos, se utiliza una doble barra //. Los comentarios que ocupen varias lineas se suclen escribir entre /- ... */ // fsto es un comentario cor (+ Este comentario puede ocupar varias Lines */ En los ejemplos més largos del cuadero in- cluiré comentarios coctos. Ademés, normal- mente divido el cédigo con espacios en blanco adicionales y lineas vacias adicionales. Me gus- ta indentarlo (aplicarle sangria) y verlo bien ordlenadlo. De todas formas esto no afecta al funcionamiento del cédigo, ya que PHP no lee las lineas vacias. ‘Los comentarios, espacios en blanco o lineas en blanco no afectan al rendimiento del pro- grama. En el ultimo capitulo te presentaré las reglas més importantes para ordenar bien el codigo. ‘Te mostraré como puedes dejarlo todo bien or- denado automaticamente gracias a PHPEdit. Truco: descomentar {Para qué otra cosa sirven los comentarios? Pa- ra el diagnéstico de errores. Si tras insertar tunas nuevas lineas de cédigo el script PHP de- jade funcionar, comenta una linea y vuéivelo a probar. Sigue comentando lineas hasta que lo- gres detectar el problema. 16 Variables como comodin variable Variables como comodin variable Y llegamos por fin a las variables. No hay nin- atin lenguaje de programacién que no las utili- ce, Pero antes de nada, permiteme explicar en detalle el concepto de variable. Las variables son huecos de memoria en la memoria del ordenador. Imaginalas como con- tenedores que estén disponibles durante la eje~ cuci6n del programa. En estos “contenedores” se pueden “almacenar” valores mientras se ejecute el script. No importa si almacenamos nuimeros o texto (cadenas de caracteres).. En inglés, las cadenas de caracteres se sue- | Jen Hamar strings, iio Durante la “vida” de una variable, podremos acceder a los valores almacenadios en ella. Y no s6lo 50, sino que los valores de las variables también se pueden cambiar. Piensa, por ejem- plo, en el resultado del célculo de un carrito de Ja compra. Por cada nuevo producto que se agrega al pedido, aumenta el resultado. Y también el texto “crece'”: asi, por ejemplo, es posible que inicialmente una variable s6lo con- tenga una palabra, pero al final puede almace- nar el texto de una pagina HTML completa Tipos de datos de las variables Ya he mencionado dos "tipos de datos”: de un lado, tenemos las strings, y del otro los ntime- ros. Los grandes lenguajes de programacién como C++, Visual Basic o Java subdividen es- tas categorias con gran precisién. Asi, en funcién del lenguaje, junto a una string también tenemos integer (ntimeros enteros), boolean (valores booleanos), byte (ntimeros de 0-255), cioat (ntimeros de coma flotante), double, date, currency, variant etc. Cada vez que se crea (se declara) una variable, es necesa- rio asignarle un determinado tipo de datos. Si se aprende un idioma ast, enseguida se cae en la mas absoluta desesperacién. Por suerte, PHP es un lenguaje de seripts senci- Uo, que s6lo fue creado para la Web. Sus crea- dores han omitido todo aquello que no sea im- prescindible. En pocas palabras: cuando se tra~ baja con PHP no es necesario preocuparse por el tipo de datos. Los tipos de datos se recono- cen y asignan automaticamente. Al igual que JavaScript (que por regla general s6lo se usa en la Web) PHP es un lenguaje con “loose ty- ping’ ‘Nota all margen: PHP trabaja internamente con los tipos de datos string (texto), £0 ger (niimero entero), cioax (coma eae boolean como true/te: Y otro dato mas para los que conozcan JavaS- cript: no es necesario declarar las variables ca- da vez. Cuando ya se ha utilizado (inicializa- do) una variable por primera vez, ésta se con- sidera declarada. Sin embargo, puesto que nos interesa que tengas un buen fundamento, aprenderemos a declarar las variables. Nombres de variables permitidos {Qué aspecto tiene una variable? Ante todo, hay que recordar que el nombre de una varia- ble debe (a diferencia de JavaScript y cia.) em- pezar con el signo del délar (3). El resto del nombre es de libre eleccién. Por ejemplo, po- demos usar Snosbre como comodin para alma- cenar un nombre. ‘acentos, espacios en blanco ni ca- ree co _ tinguen maydsculas y miniisculas, por | quem y sete son vale iti ‘Tampoco se pueden usar como nombres de va- riables algunas palabras reservadas para PHP como while, ‘f, switch ete. Asimismo, tampo- co se puede empezar con un ntimero. Sin em- bargo, el guién bajo (_) esta permitido y se sue- Je usar como sustituto del espacio en blanco. Hello Mikkel, nice to meet ret 2Qué tal silo vemos con un ejemplo prictico? Crea un documento llamado variabiet php,</div><div class="after_doc_wrapper is_bot"><section class="_1ifY6L"><div class="wrapper__doc_page_shared_recommender_list" data-e2e="recommender-list"><h2 class="list_title" data-e2e="list-title">You might also like</h2><ul class="list_content_wrapper" data-e2e="list-content-wrapper"><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/459969826/Aprender-VueJS-con-100-ejercicios-practicos" target="_blank"><span class="visually_hidden">Aprender VueJS con 100 ejercicios prácticos</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/459969826/149x198/99e7d1cabe/1654295604?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/459969826/298x396/77ad90bddc/1654295604?v=1 2x" alt="Aprender VueJS con 100 ejercicios prácticos" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Aprender VueJS con 100 ejercicios prácticos</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/510931133/Angel-Vazquez-Vazquez" target="_blank">Angel Vazquez Vazquez</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/624821247/Terraform-Curso-practico-de-formacion" target="_blank"><span class="visually_hidden">Terraform: Curso práctico de formación</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/624821247/149x198/85ce65a661/1709590806?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/624821247/298x396/95c20f4b7b/1709590806?v=1 2x" alt="Terraform: Curso práctico de formación" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Terraform: Curso práctico de formación</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/652902027/Amin-Espinoza-de-los-Monteros" target="_blank">Amin Espinoza de los Monteros</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/462267416/Apps-HTML5-para-moviles-Desarrollo-de-aplicaciones-para-smartphones-y-tablets" target="_blank"><span class="visually_hidden">Apps HTML5 para móviles: Desarrollo de aplicaciones para smartphones y tablets</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/462267416/149x198/5a1e2bf3b2/1654326137?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/462267416/298x396/4b56af196a/1654326137?v=1 2x" alt="Apps HTML5 para móviles: Desarrollo de aplicaciones para smartphones y tablets" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Apps HTML5 para móviles: Desarrollo de aplicaciones para smartphones y tablets</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/512813801/Damian-de-Lucas" target="_blank">Damian de Lucas</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="pills"><div class="wrapper__pill_list content_pills"><ul class="pill_list_row unstyled_list"><li class="pill_list_item"><a class="wrapper__text_button wrapper__pill_button" href="/magazines"><div class="pill_button_visible">Magazines</div></a></li><li class="pill_list_item"><a class="wrapper__text_button wrapper__pill_button" href="https://www.scribd.com/podcasts"><div class="pill_button_visible">Podcasts</div></a></li><li class="pill_list_item"><a class="wrapper__text_button wrapper__pill_button" href="/sheetmusic"><div class="pill_button_visible">Sheet music</div></a></li></ul></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/602855247/Aprende-a-programar-en-Python-de-cero-al-infinito" target="_blank"><span class="visually_hidden">Aprende a programar en Python: de cero al infinito</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/602855247/149x198/c4ec4e3e32/1666712896?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/602855247/298x396/c435de64c5/1666712896?v=1 2x" alt="Aprende a programar en Python: de cero al infinito" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Aprende a programar en Python: de cero al infinito</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/637409852/Silvia-Guardati-Buemo" target="_blank">Silvia Guardati Buemo</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/580669956/Desarrollo-del-Software-con-visual-C-2013-y-Android-Programe-para-escritorio-web-y-dispositivos-moviles" target="_blank"><span class="visually_hidden">Desarrollo del Software con visual C# 2013 y Android: ¡Programe para escritorio, web y dispositivos móviles!</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/580669956/149x198/9f4decbbb0/1708604973?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/580669956/298x396/e8e5be743d/1708604973?v=1 2x" alt="Desarrollo del Software con visual C# 2013 y Android: ¡Programe para escritorio, web y dispositivos móviles!" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Desarrollo del Software con visual C# 2013 y Android: ¡Programe para escritorio, web y dispositivos móviles!</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/620494501/Enrique-Gomez" target="_blank">Enrique Gómez</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/579429465/Programacion-con-lenguajes-de-guion-en-paginas-web-IFCD0110" target="_blank"><span class="visually_hidden">Programación con lenguajes de guión en páginas web. IFCD0110</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/579429465/149x198/902cfc3b17/1655994157?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/579429465/298x396/7bc41873f6/1655994157?v=1 2x" alt="Programación con lenguajes de guión en páginas web. IFCD0110" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Programación con lenguajes de guión en páginas web. IFCD0110</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/540865493/Antonio-Luis-Cardador-Cabello" target="_blank">Antonio Luís Cardador Cabello</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/528015507/Programacion-y-desarrollo-de-algoritmos-con-C" target="_blank"><span class="visually_hidden">Programación y desarrollo de algoritmos con C++</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/528015507/149x198/1f0da59c39/1654276196?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/528015507/298x396/9ad64a3b50/1654276196?v=1 2x" alt="Programación y desarrollo de algoritmos con C++" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Programación y desarrollo de algoritmos con C++</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/514950504/Pablo-Augusto-Sznajdleder" target="_blank">Pablo Augusto Sznajdleder</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/462120635/Computacion-en-la-nube-estrategias-de-Cloud-Computing-en-las-empresas" target="_blank"><span class="visually_hidden">Computación en la nube: estrategias de Cloud Computing en las empresas</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/462120635/149x198/cf6d54cbdc/1654333494?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/462120635/298x396/a6f193871b/1654333494?v=1 2x" alt="Computación en la nube: estrategias de Cloud Computing en las empresas" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Computación en la nube: estrategias de Cloud Computing en las empresas</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/512696024/Luis-Joyanes-Aguilar" target="_blank">Luis Joyanes Aguilar</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/461046653/El-gran-libro-de-PHP-Creacion-de-paginas-web-dinamicas-2ª-EDICION" target="_blank"><span class="visually_hidden">El gran libro de PHP: Creación de páginas web dinámicas (2ª EDICION)</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/461046653/149x198/445ccfce8d/1654326122?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/461046653/298x396/ee9312f2e0/1654326122?v=1 2x" alt="El gran libro de PHP: Creación de páginas web dinámicas (2ª EDICION)" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">El gran libro de PHP: Creación de páginas web dinámicas (2ª EDICION)</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/511803077/HERNAN-BEATI" target="_blank">HERNAN BEATI</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.scribd.com/document/138998101/Manual-WMS" target="_blank"><span class="visually_hidden">Manual WMS</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/document/138998101/149x198/fe17308c37/1565577710?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/138998101/298x396/259a2bd1c4/1565577710?v=1 2x" alt="Manual WMS" aria-label="PDF Document" class="thumbnail_img"/><div class="doc_info"><div class="_1E-hw3" data-testid="meta-data">Document<span class="SvgIcon-module_wrapper__1fPqw _2v3DGp"><svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><circle cx="4" cy="4" r="2" fill="currentColor"></circle></svg></span>159 pages</div><div class="title" data-e2e="doc-info-title">Manual WMS</div><div class="_38nure" data-e2e="doc-info-author">Daniel López</div><div class="_16H48L"><span class="font_icon_container QEVmJ8"><span aria-hidden="true" class="icon icon-ic_thumbsup_outline_small"></span></span>100% (1)</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/312132368/Aprende-Drupal-7-El-mejor-Framework-CMS" target="_blank"><span class="visually_hidden">Aprende Drupal 7. El mejor Framework-CMS</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/312132368/149x198/3c7036dac0/1698716735?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/312132368/298x396/9caab81c63/1698716735?v=1 2x" alt="Aprende Drupal 7. El mejor Framework-CMS" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Aprende Drupal 7. El mejor Framework-CMS</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/432342189/Angel-Arias" target="_blank">Ángel Arias</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/696928200/Entornos-de-Desarrollo-GRADO-SUPERIOR" target="_blank"><span class="visually_hidden">Entornos de Desarrollo (GRADO SUPERIOR)</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/696928200/149x198/3dbda06b1e/1715027121?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/696928200/298x396/62d0e17e39/1715027121?v=1 2x" alt="Entornos de Desarrollo (GRADO SUPERIOR)" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Entornos de Desarrollo (GRADO SUPERIOR)</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/716135772/Carlos-Casado" target="_blank">Carlos Casado </a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/651135285/Puesta-en-produccion-segura" target="_blank"><span class="visually_hidden">Puesta en producción segura</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/651135285/149x198/1472044819/1700590662?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/651135285/298x396/3aea697c94/1700590662?v=1 2x" alt="Puesta en producción segura" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Puesta en producción segura</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/683866181/Maximo-Fernandez" target="_blank">Maximo Fernandez</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/578580107/HTML5-Migrar-desde-Flash" target="_blank"><span class="visually_hidden">HTML5: Migrar desde Flash</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/578580107/149x198/937a24636a/1708566684?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/578580107/298x396/682ff7eddc/1708566684?v=1 2x" alt="HTML5: Migrar desde Flash" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">HTML5: Migrar desde Flash</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/618241265/Ezequiel-Kashi" target="_blank">Ezequiel Kashi</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/603040068/Colecciones-de-datos-y-algoritmos-en-Python-de-cero-al-infinito" target="_blank"><span class="visually_hidden">Colecciones de datos y algoritmos en Python: de cero al infinito</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/603040068/149x198/13bca5a10c/1666781303?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/603040068/298x396/93ca296e1b/1666781303?v=1 2x" alt="Colecciones de datos y algoritmos en Python: de cero al infinito" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Colecciones de datos y algoritmos en Python: de cero al infinito</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/637409852/Silvia-Guardati-Buemo" target="_blank">Silvia Guardati Buemo</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/537205345/Fundamentos-de-programacion-con-Python-3" target="_blank"><span class="visually_hidden">Fundamentos de programación con Python 3</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/537205345/149x198/976d64f0a3/1654341273?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/537205345/298x396/4fb96508e6/1654341273?v=1 2x" alt="Fundamentos de programación con Python 3" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Fundamentos de programación con Python 3</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/575383169/Jorge-Santiago-Nolasco" target="_blank">Jorge Santiago Nolasco</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/244310450/Introduccion-a-Android-Studio-Incluye-Proyectos-Reales-y-el-Codigo-Fuente" target="_blank"><span class="visually_hidden">Introducción a Android Studio. Incluye Proyectos Reales y el Código Fuente</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/244310450/149x198/bb537c53ed/1698695326?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/244310450/298x396/a39b47b359/1698695326?v=1 2x" alt="Introducción a Android Studio. Incluye Proyectos Reales y el Código Fuente" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Introducción a Android Studio. Incluye Proyectos Reales y el Código Fuente</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/700261834/Barbara-Hohensee" target="_blank">Barbara Hohensee</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="visually_hidden">Rating: 5 out of 5 stars</span></div><div class="_1c33kx">5/5 (5)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/699384273/Introduccion-a-la-programacion-con-Python" target="_blank"><span class="visually_hidden">Introducción a la programación con Python</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/699384273/149x198/44742eea9d/1705443691?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/699384273/298x396/e8f7e9d856/1705443691?v=1 2x" alt="Introducción a la programación con Python" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Introducción a la programación con Python</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/718136233/Omar-Ivan-Trejos-Buritica" target="_blank">Omar Ivan Trejos Buriticá</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/658620496/Gestion-de-servicios-en-el-sistema-informatico-IFCT0609" target="_blank"><span class="visually_hidden">Gestión de servicios en el sistema informático. IFCT0609</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/658620496/149x198/e782ffbd97/1689225616?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/658620496/298x396/87349ec1c8/1689225616?v=1 2x" alt="Gestión de servicios en el sistema informático. IFCT0609" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Gestión de servicios en el sistema informático. IFCT0609</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/540865329/Ester-Chicano-Tejada" target="_blank">Ester Chicano Tejada</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/298175197/Iniciar-con-Lazarus-y-Free-Pascal" target="_blank"><span class="visually_hidden">Iniciar con Lazarus y Free Pascal</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/298175197/149x198/9651eec3bb/1677162603?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/298175197/298x396/4cddc4db9d/1677162603?v=1 2x" alt="Iniciar con Lazarus y Free Pascal" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Iniciar con Lazarus y Free Pascal</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/307129239/Menkaura-Abiola-Ellison" target="_blank">Menkaura Abiola-Ellison</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="visually_hidden">Rating: 5 out of 5 stars</span></div><div class="_1c33kx">5/5 (1)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/695560726/Curso-de-programacion-Bash-Shell" target="_blank"><span class="visually_hidden">Curso de programación Bash Shell</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/695560726/149x198/92bee6ee1b/1715027101?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/695560726/298x396/c1ff7eeaa9/1715027101?v=1 2x" alt="Curso de programación Bash Shell" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Curso de programación Bash Shell</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/716135365/Arturo-Enrique-Mata" target="_blank">Arturo Enrique Mata </a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/678924917/Introduccion-a-los-Algoritmos-y-las-Estructuras-de-Datos-3-Introduccion-a-los-Algoritmos-y-las-Estructuras-de-Datos-3" target="_blank"><span class="visually_hidden">Introducción a los Algoritmos y las Estructuras de Datos 3: Introducción a los Algoritmos y las Estructuras de Datos, #3</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/678924917/149x198/50b6a7ba80/1698686645?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/678924917/298x396/26c6d4ae48/1698686645?v=1 2x" alt="Introducción a los Algoritmos y las Estructuras de Datos 3: Introducción a los Algoritmos y las Estructuras de Datos, #3" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Introducción a los Algoritmos y las Estructuras de Datos 3: Introducción a los Algoritmos y las Estructuras de Datos, #3</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/684200258/Bolakale-Aremu" target="_blank">Bolakale Aremu</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/576812589/PHP-Programacion-web-avanzada-para-profesionales" target="_blank"><span class="visually_hidden">PHP: Programación web avanzada para profesionales</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/576812589/149x198/3cb79cff47/1709590824?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/576812589/298x396/eea162276a/1709590824?v=1 2x" alt="PHP: Programación web avanzada para profesionales" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">PHP: Programación web avanzada para profesionales</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/615707572/Christian-Cibelli" target="_blank">Christian Cibelli</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/577053918/PHP-Creacion-de-paginas-Web-dinamicas" target="_blank"><span class="visually_hidden">PHP: Creación de páginas Web dinámicas</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/577053918/149x198/2aeca19971/1708604676?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/577053918/298x396/e314729ba9/1708604676?v=1 2x" alt="PHP: Creación de páginas Web dinámicas" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">PHP: Creación de páginas Web dinámicas</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/512975872/Hernan-Beati" target="_blank">Hernán Beati</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/699384331/Internet-de-las-Cosas" target="_blank"><span class="visually_hidden">Internet de las Cosas</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/699384331/149x198/bb42a391bc/1705444314?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/699384331/298x396/2458caa2a6/1705444314?v=1 2x" alt="Internet de las Cosas" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Internet de las Cosas</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/718136359/Manel-Lopez-I-Seuba" target="_blank">Manel López I Seuba </a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/624821251/Laravel-Curso-practico-de-formacion" target="_blank"><span class="visually_hidden">Laravel: Curso práctico de formación</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/624821251/149x198/b229e0e63a/1708604924?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/624821251/298x396/a81f4ee12f/1708604924?v=1 2x" alt="Laravel: Curso práctico de formación" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Laravel: Curso práctico de formación</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/652902034/Jose-Lopez-Quijado" target="_blank">José López Quijado</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/453194613/Aprender-las-novedades-de-Windows-7-con-100-ejercicios-practicos" target="_blank"><span class="visually_hidden">Aprender las novedades de Windows 7 con 100 ejercicios prácticos</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/453194613/149x198/f076b834a7/1654326090?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/453194613/298x396/59765e3ff4/1654326090?v=1 2x" alt="Aprender las novedades de Windows 7 con 100 ejercicios prácticos" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Aprender las novedades de Windows 7 con 100 ejercicios prácticos</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/454243357/MEDIAactive" target="_blank">MEDIAactive</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/620747941/Desarrollo-Web-De-Principiante-a-Profesional-con-Paga-Volumen-2-Desarrollo-Web-De-Principiante-a-Profesional-con-Paga-2" target="_blank"><span class="visually_hidden">Desarrollo Web De Principiante a Profesional con Paga, Volumen 2: Desarrollo Web De Principiante a Profesional con Paga, #2</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/620747941/149x198/036644c7dc/1698750691?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/620747941/298x396/14d8c2bb07/1698750691?v=1 2x" alt="Desarrollo Web De Principiante a Profesional con Paga, Volumen 2: Desarrollo Web De Principiante a Profesional con Paga, #2" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Desarrollo Web De Principiante a Profesional con Paga, Volumen 2: Desarrollo Web De Principiante a Profesional con Paga, #2</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/643658676/Ojula-Technology-Innovations" target="_blank">Ojula Technology Innovations</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/409469440/AJAX-en-J2EE-2ª-Edicion-actualizada" target="_blank"><span class="visually_hidden">AJAX en J2EE. 2ª Edición actualizada</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/409469440/149x198/e22c88c6db/1668670066?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/409469440/298x396/34b3816631/1668670066?v=1 2x" alt="AJAX en J2EE. 2ª Edición actualizada" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">AJAX en J2EE. 2ª Edición actualizada</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/460591600/Antonio-J-Martin-Sierra" target="_blank">Antonio J. Martín Sierra </a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/695562077/Kotlin-y-Jetpack-Compose-Desarrollo-de-aplicaciones-Android" target="_blank"><span class="visually_hidden">Kotlin y Jetpack Compose. Desarrollo de aplicaciones Android</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/695562077/149x198/6c54e93306/1715027120?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/695562077/298x396/d26daa972b/1715027120?v=1 2x" alt="Kotlin y Jetpack Compose. Desarrollo de aplicaciones Android" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Kotlin y Jetpack Compose. Desarrollo de aplicaciones Android</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/716135588/Raul-Pedro-Acenero" target="_blank">Raúl Pedro Aceñero </a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/299396888/48-horas-conmigo" target="_blank"><span class="visually_hidden">48 horas conmigo</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/299396888/149x198/fadc409082/1654336389?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/299396888/298x396/a17eefa0d7/1654336389?v=1 2x" alt="48 horas conmigo" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">48 horas conmigo</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/309127493/Alvaro-Cabezon" target="_blank">Álvaro Cabezón</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/series/464824596/Muckraker-02" target="_blank"><span class="visually_hidden">Muckraker 02</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/series/464824596/149x198/04e5b2cbf4/1716537208?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/series/464824596/298x396/c835fd49db/1716537208?v=1 2x" alt="Muckraker 02" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Muckraker 02</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/296032412/Lucia-Lijtmaer" target="_blank">Lucía Lijtmaer</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/635013179/Matematicas-Discretas-Con-un-enfoque-desde-la-ingenieria-y-ciencias-sociales-Conceptos-basicos" target="_blank"><span class="visually_hidden">Matemáticas Discretas:: Con un enfoque desde la ingeniería y ciencias sociales - Conceptos básicos</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/635013179/149x198/8e90803bb2/1695807166?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/635013179/298x396/548f36efcc/1695807166?v=1 2x" alt="Matemáticas Discretas:: Con un enfoque desde la ingeniería y ciencias sociales - Conceptos básicos" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Matemáticas Discretas:: Con un enfoque desde la ingeniería y ciencias sociales - Conceptos básicos</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/660828713/Maria-Yazmin-Abril-Fernandez" target="_blank">María Yazmín Abril Fernández</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/272425974/Consejos-Profesionales-de-Linea-de-Comando-Bash" target="_blank"><span class="visually_hidden">Consejos Profesionales de Línea de Comando Bash</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/272425974/149x198/d141cf93ab/1698747327?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/272425974/298x396/b334368f3d/1698747327?v=1 2x" alt="Consejos Profesionales de Línea de Comando Bash" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Consejos Profesionales de Línea de Comando Bash</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/700261645/Jason-Cannon" target="_blank">Jason Cannon</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="visually_hidden">Rating: 5 out of 5 stars</span></div><div class="_1c33kx">5/5 (1)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/432365905/Aprender-Dreamweaver-CS5-con-100-ejercicios-practicos" target="_blank"><span class="visually_hidden">Aprender Dreamweaver CS5 con 100 ejercicios prácticos</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/432365905/149x198/8d1ed4249a/1654342143?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/432365905/298x396/4355dc2231/1654342143?v=1 2x" alt="Aprender Dreamweaver CS5 con 100 ejercicios prácticos" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Aprender Dreamweaver CS5 con 100 ejercicios prácticos</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/454243357/MEDIAactive" target="_blank">MEDIAactive</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/603754353/Java-basico" target="_blank"><span class="visually_hidden">Java básico</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/603754353/149x198/f49a33aeef/1716330462?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/603754353/298x396/0237c5b86d/1716330462?v=1 2x" alt="Java básico" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Java básico</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/638070747/Darin-Mosquera" target="_blank">Darin Mosquera</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/315686234/Aprende-a-Programar-con-Ajax" target="_blank"><span class="visually_hidden">Aprende a Programar con Ajax</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/315686234/149x198/af9e6aee53/1698809282?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/315686234/298x396/a042f84c55/1698809282?v=1 2x" alt="Aprende a Programar con Ajax" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Aprende a Programar con Ajax</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/432342189/Angel-Arias" target="_blank">Ángel Arias</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/462460297/HTML5-y-CSS3-para-disenadores" target="_blank"><span class="visually_hidden">HTML5 y CSS3 para diseñadores</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/462460297/149x198/dc698a3310/1654333163?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/462460297/298x396/d6604f5864/1654333163?v=1 2x" alt="HTML5 y CSS3 para diseñadores" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">HTML5 y CSS3 para diseñadores</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/512975872/Hernan-Beati" target="_blank">Hernán Beati</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="visually_hidden">Rating: 5 out of 5 stars</span></div><div class="_1c33kx">5/5 (1)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/543477051/Desarrollo-de-la-aplicacion-Android-Guia-turistica-para-el-municipio-de-Cullera" target="_blank"><span class="visually_hidden">Desarrollo de la aplicación Android: Guía turística para el municipio de Cullera</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/543477051/149x198/4f47041b98/1654331931?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/543477051/298x396/60168700b0/1654331931?v=1 2x" alt="Desarrollo de la aplicación Android: Guía turística para el municipio de Cullera" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Desarrollo de la aplicación Android: Guía turística para el municipio de Cullera</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/581595116/Inmaculada-Carcel-Puig" target="_blank">Inmaculada Cárcel Puig</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/627512845/Desarrollo-de-aplicaciones-web-con-Jakarta-EE" target="_blank"><span class="visually_hidden">Desarrollo de aplicaciones web con Jakarta EE</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/627512845/149x198/6713b33d81/1708604875?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/627512845/298x396/feb829aa21/1708604875?v=1 2x" alt="Desarrollo de aplicaciones web con Jakarta EE" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Desarrollo de aplicaciones web con Jakarta EE</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/654806932/Cesar-Castillo" target="_blank">César Castillo</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/565828871/Introduccion-a-la-creacion-y-administracion-web-con-Joomla-Curso-paso-a-paso" target="_blank"><span class="visually_hidden">Introducción a la creación y administración web con Joomla: Curso paso a paso</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/565828871/149x198/f4d7b9bea0/1654342274?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/565828871/298x396/1eca513629/1654342274?v=1 2x" alt="Introducción a la creación y administración web con Joomla: Curso paso a paso" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Introducción a la creación y administración web con Joomla: Curso paso a paso</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/593601972/Mario-Rodriguez-Rancel" target="_blank">Mario Rodríguez Rancel</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/695560307/Normativa-de-Ciberseguridad" target="_blank"><span class="visually_hidden">Normativa de Ciberseguridad</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/695560307/149x198/22666a7e76/1715027096?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/695560307/298x396/360450f9f8/1715027096?v=1 2x" alt="Normativa de Ciberseguridad" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Normativa de Ciberseguridad</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/716135473/Nuria-del-Carmen-Gomez" target="_blank">Nuria del Carmen Gómez </a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/687313277/Ciencia-de-los-datos-con-Python-1ra-edicion" target="_blank"><span class="visually_hidden">Ciencia de los datos con Python - 1ra edición</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/687313277/149x198/a59c3aa48f/1716328401?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/687313277/298x396/2e7e2dbb45/1716328401?v=1 2x" alt="Ciencia de los datos con Python - 1ra edición" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Ciencia de los datos con Python - 1ra edición</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/539829679/Francisco-J-Toro-Lopez" target="_blank">Francisco J. Toro López</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/624821239/Desarrollo-de-interfaces-graficas-en-Python-3-con-TKINTER" target="_blank"><span class="visually_hidden">Desarrollo de interfaces gráficas en Python 3 con TKINTER</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/624821239/149x198/4e06a8e4b9/1708604924?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/624821239/298x396/21c7293701/1708604924?v=1 2x" alt="Desarrollo de interfaces gráficas en Python 3 con TKINTER" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Desarrollo de interfaces gráficas en Python 3 con TKINTER</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/652902016/Tomas-Dominguez" target="_blank">Tomás Domínguez</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="visually_hidden">Rating: 5 out of 5 stars</span></div><div class="_1c33kx">5/5 (2)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/576812789/JEE-7-a-Fondo-Diseno-y-desarrollo-de-aplicaciones-Java-Enterprise" target="_blank"><span class="visually_hidden">JEE 7 a Fondo: Diseño y desarrollo de aplicaciones Java Enterprise</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/576812789/149x198/1072b3787a/1708604935?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/576812789/298x396/f6ef5f65d5/1708604935?v=1 2x" alt="JEE 7 a Fondo: Diseño y desarrollo de aplicaciones Java Enterprise" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">JEE 7 a Fondo: Diseño y desarrollo de aplicaciones Java Enterprise</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/615292576/Pablo-Sznajdleder" target="_blank">Pablo Sznajdleder</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/695562031/Ciberinteligencia-de-la-amenaza-en-entornos-corporativos" target="_blank"><span class="visually_hidden">Ciberinteligencia de la amenaza en entornos corporativos</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/695562031/149x198/05f034fba1/1715027111?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/695562031/298x396/76152352e8/1715027111?v=1 2x" alt="Ciberinteligencia de la amenaza en entornos corporativos" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Ciberinteligencia de la amenaza en entornos corporativos</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/716135372/Mario-Guerra" target="_blank">Mario Guerra </a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/310999435/PHP" target="_blank"><span class="visually_hidden">PHP</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/310999435/149x198/08061f8fdd/1665124930?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/310999435/298x396/1821ae2168/1665124930?v=1 2x" alt="PHP" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">PHP</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/700252590/Troy-Dimes" target="_blank">Troy Dimes</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/672750906/Desarrollo-de-componentes-software-para-el-manejo-de-dispositivos-IFCT0609" target="_blank"><span class="visually_hidden">Desarrollo de componentes software para el manejo de dispositivos. IFCT0609</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/672750906/149x198/d7646fb349/1695619216?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/672750906/298x396/7bd63345f2/1695619216?v=1 2x" alt="Desarrollo de componentes software para el manejo de dispositivos. IFCT0609" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Desarrollo de componentes software para el manejo de dispositivos. IFCT0609</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/540866350/M%C2%AA-Josefa-Diaz-Coca" target="_blank">Mª Josefa Díaz Coca</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/658620529/Gestion-de-incidentes-de-seguridad-informatica-IFCT0109" target="_blank"><span class="visually_hidden">Gestión de incidentes de seguridad informática. IFCT0109</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/658620529/149x198/75068815b4/1697580369?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/658620529/298x396/bc5b0dc209/1697580369?v=1 2x" alt="Gestión de incidentes de seguridad informática. IFCT0109" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Gestión de incidentes de seguridad informática. IFCT0109</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/540865329/Ester-Chicano-Tejada" target="_blank">Ester Chicano Tejada</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/576812921/Java-a-fondo-Estudio-del-lenguaje-y-desarrollo-de-aplicaciones" target="_blank"><span class="visually_hidden">Java a fondo: Estudio del lenguaje y desarrollo de aplicaciones</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/576812921/149x198/0ed71ee876/1709590904?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/576812921/298x396/09cd33d92f/1709590904?v=1 2x" alt="Java a fondo: Estudio del lenguaje y desarrollo de aplicaciones" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Java a fondo: Estudio del lenguaje y desarrollo de aplicaciones</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/514950504/Pablo-Augusto-Sznajdleder" target="_blank">Pablo Augusto Sznajdleder</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/599848286/Programacion-orientada-a-objetos-usamdo-JAVA" target="_blank"><span class="visually_hidden">Programación orientada a objetos usamdo JAVA</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/599848286/149x198/0a4e692389/1716330176?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/599848286/298x396/82dd652f2e/1716330176?v=1 2x" alt="Programación orientada a objetos usamdo JAVA" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Programación orientada a objetos usamdo JAVA</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/635090611/Hector-Florez" target="_blank">Héctor Flórez</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/453330714/Aprender-Word-2013-con-100-ejercicios-practicos" target="_blank"><span class="visually_hidden">Aprender Word 2013 con 100 ejercicios prácticos</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/453330714/149x198/c9652ab4dd/1654326105?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/453330714/298x396/ae93f41e30/1654326105?v=1 2x" alt="Aprender Word 2013 con 100 ejercicios prácticos" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Aprender Word 2013 con 100 ejercicios prácticos</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/454243357/MEDIAactive" target="_blank">MEDIAactive</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/313156378/Programacion-en-Objetive-C-con-Xcode-y-GCC" target="_blank"><span class="visually_hidden">Programación en Objetive-C con Xcode y GCC</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/313156378/149x198/e4a195d9b5/1698720907?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/313156378/298x396/8c50ea1ad8/1698720907?v=1 2x" alt="Programación en Objetive-C con Xcode y GCC" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Programación en Objetive-C con Xcode y GCC</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/459813194/Miguel-Angel-G-Arias" target="_blank">Miguel Ángel G. Arias</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/328382863/Desarrollo-Web-con-CMS-Drupal-7-y-Joomla-2-5" target="_blank"><span class="visually_hidden">Desarrollo Web con CMS: Drupal 7 y Joomla 2.5</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/328382863/149x198/c15edd5c71/1698809110?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/328382863/298x396/99e2a4dd29/1698809110?v=1 2x" alt="Desarrollo Web con CMS: Drupal 7 y Joomla 2.5" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Desarrollo Web con CMS: Drupal 7 y Joomla 2.5</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/432342189/Angel-Arias" target="_blank">Ángel Arias</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/695559039/SCRATCH-Aprende-a-programar-jugando" target="_blank"><span class="visually_hidden">SCRATCH Aprende a programar jugando</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/695559039/149x198/92a80f331c/1715028104?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/695559039/298x396/59ef854905/1715028104?v=1 2x" alt="SCRATCH Aprende a programar jugando" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">SCRATCH Aprende a programar jugando</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/716135373/Edgar-D-Andrea" target="_blank">Edgar D´Andrea</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/577054078/Python-facil" target="_blank"><span class="visually_hidden">Python fácil</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/577054078/149x198/dd54c6e8a3/1708604906?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/577054078/298x396/a9f9fdf9e7/1708604906?v=1 2x" alt="Python fácil" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Python fácil</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/616052657/Arnoldo-Perez" target="_blank">Arnoldo Pérez</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Rating: 4 out of 5 stars</span></div><div class="_1c33kx">4/5 (1)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/580568465/XAMARIN-FORMS-en-accion-Aplicaciones-de-negocio" target="_blank"><span class="visually_hidden">XAMARIN.FORMS en acción: Aplicaciones de negocio</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/580568465/149x198/024171a4d6/1709590874?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/580568465/298x396/c464af042f/1709590874?v=1 2x" alt="XAMARIN.FORMS en acción: Aplicaciones de negocio" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">XAMARIN.FORMS en acción: Aplicaciones de negocio</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/620399637/Rodrigo-Diaz-Concha" target="_blank">Rodrigo Díaz Concha</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/581624612/Curso-avanzado-de-Java-Manual-practico" target="_blank"><span class="visually_hidden">Curso avanzado de Java: Manual práctico</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/581624612/149x198/0be08dcfe7/1709059144?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/581624612/298x396/d3dd10af62/1709059144?v=1 2x" alt="Curso avanzado de Java: Manual práctico" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Curso avanzado de Java: Manual práctico</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/621326429/Ismael-Lopez-Quintero" target="_blank">Ismael López Quintero</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/557662586/C-Lo-basico-que-debes-saber" target="_blank"><span class="visually_hidden">C# ®: Lo básico que debes saber</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/557662586/149x198/f83d52ee2e/1700591795?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/557662586/298x396/35a706c613/1700591795?v=1 2x" alt="C# ®: Lo básico que debes saber" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">C# ®: Lo básico que debes saber</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/667071284/Carmen-Fernandez" target="_blank">Carmen Fernandez </a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/605168144/Nebrija" target="_blank"><span class="visually_hidden">Nebrija</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/605168144/149x198/4740d63041/1667588259?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/605168144/298x396/f355492f61/1667588259?v=1 2x" alt="Nebrija" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Nebrija</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/296054230/Agustin-Comotto" target="_blank">Agustín Comotto</a></div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/452425811/Tribute-Freddie-Mercury-Spanish-Edition" target="_blank"><span class="visually_hidden">Tribute: Freddie Mercury: Spanish Edition</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/452425811/149x198/c9f516b0c5/1687643967?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/452425811/298x396/5f4c8965d5/1687643967?v=1 2x" alt="Tribute: Freddie Mercury: Spanish Edition" aria-label="book" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->From Everand</div><div class="title" data-e2e="doc-info-title">Tribute: Freddie Mercury: Spanish Edition</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://www.everand.com/author/717205662/Mike-Lynch" target="_blank">Mike Lynch</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="visually_hidden">Rating: 5 out of 5 stars</span></div><div class="_1c33kx">5/5 (1)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.scribd.com/document/673466159/Linea-11-Data-Sheet-Ups-Apc-Easy-en-Linea-Srv-Rm-Srv3krirk" target="_blank"><span class="visually_hidden">Linea 11 - Data Sheet - Ups Apc Easy en Línea SRV RM Srv3krirk</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/document/673466159/149x198/e38c166c91/1695642664?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/673466159/298x396/4ebad89fd0/1695642664?v=1 2x" alt="Linea 11 - Data Sheet - Ups Apc Easy en Línea SRV RM Srv3krirk" aria-label="PDF Document" class="thumbnail_img"/><div class="doc_info"><div class="_1E-hw3" data-testid="meta-data">Document<span class="SvgIcon-module_wrapper__1fPqw _2v3DGp"><svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><circle cx="4" cy="4" r="2" fill="currentColor"></circle></svg></span>3 pages</div><div class="title" data-e2e="doc-info-title">Linea 11 - Data Sheet - Ups Apc Easy en Línea SRV RM Srv3krirk</div><div class="_38nure" data-e2e="doc-info-author">Daniel López</div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.scribd.com/document/344741730/Manual-de-Vehiculos-CGR" target="_blank"><span class="visually_hidden">Manual de Vehículos - CGR</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/document/344741730/149x198/da610a4043/1491858396?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/344741730/298x396/c0e7ca4f61/1491858396?v=1 2x" alt="Manual de Vehículos - CGR" aria-label="PDF Document" class="thumbnail_img"/><div class="doc_info"><div class="_1E-hw3" data-testid="meta-data">Document<span class="SvgIcon-module_wrapper__1fPqw _2v3DGp"><svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><circle cx="4" cy="4" r="2" fill="currentColor"></circle></svg></span>27 pages</div><div class="title" data-e2e="doc-info-title">Manual de Vehículos - CGR</div><div class="_38nure" data-e2e="doc-info-author">Daniel López</div><div class="_16H48L">No ratings yet</div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.scribd.com/document/216315805/WPF" target="_blank"><span class="visually_hidden">WPF</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/document/216315805/149x198/7cad18fc4e/1398011118?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/216315805/298x396/9d72439031/1398011118?v=1 2x" alt="WPF" aria-label="PDF Document" class="thumbnail_img"/><div class="doc_info"><div class="_1E-hw3" data-testid="meta-data">Document<span class="SvgIcon-module_wrapper__1fPqw _2v3DGp"><svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><circle cx="4" cy="4" r="2" fill="currentColor"></circle></svg></span>62 pages</div><div class="title" data-e2e="doc-info-title">WPF</div><div class="_38nure" data-e2e="doc-info-author">Daniel López</div><div class="_16H48L">No ratings yet</div></div></div></div></div></li></ul></div></section></div></div><div class="GridColumn-module_wrapper_soqyu- GridColumn-module_hide_below_xl4_bYNFRN GridColumn-module_extended_xl5_1_497ANP GridColumn-module_extended_xl4_1_aVCUXY GridColumn-module_extended_xl3_1_OyhfPD GridColumn-module_extended_xl2_1_zU58Qn GridColumn-module_extended_xl_1_w5JR10 GridColumn-module_extended_l_1_SLXmKl GridColumn-module_extended_m_1_6KsVnI GridColumn-module_extended_s_1_bvd-99 GridColumn-module_extended_xs_1_EEhUJk GridColumn-module_extended_xxs_1_1D2-MB _2muN75"></div><div class="GridColumn-module_wrapper_soqyu- GridColumn-module_hide_below_xl_bqFPJU GridColumn-module_extended_xl5_4_-JK-Nz GridColumn-module_extended_xl4_3_YfaGhk GridColumn-module_extended_xl3_4_NvhBIh GridColumn-module_extended_xl2_4_BKs70y GridColumn-module_extended_xl_4_G5hgca GridColumn-module_extended_l_4_XlSdoH GridColumn-module_extended_m_4_i0jL2h GridColumn-module_extended_s_4_ZU5JoR GridColumn-module_extended_xs_4_NH6tlg GridColumn-module_extended_xxs_4_dHKOII _3LpDjY"></div></div><div class="GridRow-module_wrapper_Uub42x GridRow-module_extended_Bvagp4"><div class="GridColumn-module_wrapper_soqyu- GridColumn-module_extended_xl5_16_cffZGL GridColumn-module_extended_xl4_12_UeyicL GridColumn-module_extended_xl3_12_TsrxQ- GridColumn-module_extended_xl2_12_ceos-a GridColumn-module_extended_xl_12_7vx87Y GridColumn-module_extended_l_12_gCRsqg GridColumn-module_extended_m_8_bDZzOd GridColumn-module_extended_s_4_ZU5JoR GridColumn-module_extended_xs_4_NH6tlg GridColumn-module_extended_xxs_4_dHKOII"></div></div></div><div class="GridContainer-module_wrapper_7Rx6L- _3-Y4VY GridContainer-module_extended_fiqt9l"><section aria-hidden="true" class="scrolling_component exited collapsed" style="transform:translateY(100px)"></section><div class="GridRow-module_wrapper_Uub42x GridRow-module_extended_Bvagp4"><div class="GridColumn-module_wrapper_soqyu- GridColumn-module_extended_xl5_11_JJnpkV GridColumn-module_extended_xl4_9_GigIAQ GridColumn-module_extended_xl3_8_frUn0z GridColumn-module_extended_xl2_8_P9dscY GridColumn-module_extended_xl_12_7vx87Y GridColumn-module_extended_l_12_gCRsqg GridColumn-module_extended_m_8_bDZzOd GridColumn-module_extended_s_4_ZU5JoR GridColumn-module_extended_xs_4_NH6tlg GridColumn-module_extended_xxs_4_dHKOII _1sDUp7"><div class="_1GApkd"></div></div></div></div></section><footer class="Footer-module_wrapper__7jj0T _35Otjh" id="global_footer"><h2 class="visually_hidden">Footer menu</h2><div class="GridContainer-module_wrapper__7Rx6L GridContainer-module_extended__fiqt9"><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_extended_xl5_16__cffZG GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="BackToTopLink-module_wrapper__HTQnD visually_hidden"><a data-e2e="back-to-top-link" href="#global_header" class="BackToTopLink-module_link__EOy-v">Back to top</a></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11 GridColumn-module_extended_xl5_3__xvxiH GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><div class="Footer-module_horizontalColumn__vuSBJ"><p class="Footer-module_columnHeader__gcdjp">About</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="About Scribd" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_about_scribd_link" href="https://www.scribd.com/about"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">About Scribd</span></span></a></li><li><a aria-disabled="false" aria-label="Everand: Ebooks & Audiobooks" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_everand_books_audiobooks_link" href="https://www.everand.com" target="_blank"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Everand: Ebooks & Audiobooks</span></span></a></li><li><a aria-disabled="false" aria-label="SlideShare" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="shared.footer.slideshare" href="https://www.slideshare.net/" target="_blank"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">SlideShare</span></span></a></li><li><a aria-disabled="false" aria-label="Press" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_press_link" href="https://www.scribd.com/media" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Press</span></span></a></li><li><a aria-disabled="false" aria-label="Join our team!" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_join_our_team_link" href="https://www.scribd.com/careers" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Join our team!</span></span></a></li><li><a aria-disabled="false" aria-label="Contact us" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_contact_us_link" href="https://www.scribd.com/contact" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Contact us</span></span></a></li><li><a aria-disabled="false" aria-label="Invite friends" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_invite_friends_link" href="https://www.scribd.com/referrals"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Invite friends</span></span></a></li></ul></div></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11 GridColumn-module_extended_xl5_3__xvxiH GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><p class="Footer-module_columnHeader__gcdjp">Support</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Help / FAQ" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_help_faq_link" href="http://support.scribd.com/hc/en-us"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Help / FAQ</span></span></a></li><li><a aria-disabled="false" aria-label="Accessibility" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_accessibility_link" href="https://support.scribd.com/hc/en-us/articles/210129586-Accessibility-Notice"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Accessibility</span></span></a></li><li><a aria-disabled="false" aria-label="Purchase help" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_purchase_help_link" href="https://support.scribd.com/hc/en-us/sections/202246306"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Purchase help</span></span></a></li><li><a aria-disabled="false" aria-label="AdChoices" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_adchoices_link" href="https://support.scribd.com/hc/en-us/articles/210129366"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">AdChoices</span></span></a></li></ul></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11 GridColumn-module_extended_xl5_3__xvxiH GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><p class="Footer-module_columnHeader__gcdjp">Legal</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Terms" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_terms_link" href="https://support.scribd.com/hc/en-us/articles/210129326-General-Terms-of-Use"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Terms</span></span></a></li><li><a aria-disabled="false" aria-label="Privacy" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_privacy_link" href="https://www.scribd.com/privacy" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Privacy</span></span></a></li><li><a aria-disabled="false" aria-label="Copyright" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_copyright_link" href="https://support.scribd.com/hc/en-us/sections/202246086"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Copyright</span></span></a></li><li><a aria-disabled="false" aria-label="Do not sell or share my personal information" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_privacy_request_form_link" href="https://support.scribd.com/hc/articles/360038016931-Privacy-Rights-Request-Form"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Do not sell or share my personal information</span></span></a></li></ul></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11 GridColumn-module_extended_xl5_3__xvxiH GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><p class="Footer-module_columnHeader__gcdjp">Social</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Scribd on Instagram" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_instagram_link" href="https://www.instagram.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 3.081c1.602 0 1.792.006 2.425.035.584.027.902.124 1.114.207.26.096.497.249.69.448.2.194.353.43.45.691.082.212.18.53.206 1.114.029.633.035.823.035 2.425 0 1.602-.006 1.792-.035 2.425-.027.585-.124.902-.207 1.114a1.99 1.99 0 01-1.138 1.138c-.212.082-.53.18-1.114.207-.633.029-.823.035-2.425.035-1.602 0-1.792-.006-2.425-.035-.585-.027-.902-.124-1.114-.207a1.858 1.858 0 01-.69-.449c-.2-.193-.353-.43-.45-.69-.082-.212-.18-.53-.206-1.114-.029-.633-.035-.823-.035-2.425 0-1.602.006-1.792.035-2.425.027-.585.124-.902.207-1.114.096-.26.25-.497.449-.69.193-.2.43-.353.69-.45.212-.082.53-.18 1.114-.206.633-.029.823-.035 2.425-.035L8 3.081zm0-1.082c-1.629 0-1.833.007-2.473.036-.64.03-1.076.132-1.457.28-.4.15-.763.387-1.063.692-.305.3-.541.663-.692 1.063-.148.381-.25.818-.279 1.457C2.007 6.165 2 6.37 2 8s.007 1.834.036 2.474c.03.64.13 1.075.279 1.456.15.4.387.763.692 1.063.3.305.663.541 1.063.692.381.148.818.25 1.457.279.638.029.844.036 2.473.036 1.63 0 1.834-.007 2.474-.036.64-.03 1.075-.13 1.456-.28a3.068 3.068 0 001.755-1.754c.148-.381.25-.818.279-1.457C13.993 9.835 14 9.63 14 8c0-1.63-.007-1.833-.036-2.473-.03-.64-.13-1.075-.28-1.456-.15-.4-.386-.763-.691-1.063a2.946 2.946 0 00-1.063-.692c-.381-.148-.818-.25-1.457-.279C9.835 2.007 9.63 2 8 2v-.001zm0 2.92a3.081 3.081 0 100 6.162A3.081 3.081 0 008 4.92zm0 5.082A2 2 0 118 6 2 2 0 018 10zm3.923-5.204a.72.72 0 11-1.44 0 .72.72 0 011.44 0z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Instagram</span></span> <!-- -->Instagram</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd on Twitter" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_twitter_link" href="https://twitter.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path d="M5.774 12.79c4.528 0 7.005-4.152 7.005-7.752 0-.118 0-.235-.007-.352A5.338 5.338 0 0014 3.276a4.55 4.55 0 01-1.414.428c.514-.34.899-.876 1.082-1.507a4.657 4.657 0 01-1.563.662 2.401 2.401 0 00-1.397-.823 2.26 2.26 0 00-1.561.287A2.636 2.636 0 008.065 3.6a2.995 2.995 0 00-.156 1.742 6.47 6.47 0 01-2.81-.826 7.175 7.175 0 01-2.264-2.02 2.98 2.98 0 00-.27 1.985c.142.676.511 1.266 1.032 1.652a2.267 2.267 0 01-1.117-.341v.034c0 .63.197 1.239.557 1.725.36.487.861.821 1.418.946-.362.109-.743.125-1.111.046.157.542.463 1.015.876 1.354.412.34.91.528 1.424.538-.872.758-1.95 1.17-3.058 1.169-.196 0-.391-.014-.586-.04a6.49 6.49 0 003.774 1.222" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Twitter</span></span> <!-- -->Twitter</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd on Facebook" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_facebook_link" href="https://www.facebook.com/Scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 2a6 6 0 01.938 11.927V9.734h1.397L10.602 8H8.937V6.875c0-.474.233-.938.978-.938h.757V4.462s-.08-.014-.21-.032a9.524 9.524 0 00-.887-.08 6.278 6.278 0 00-.246-.005c-1.37 0-2.267.83-2.267 2.334V8H5.54v1.734h1.524v4.193A6.002 6.002 0 018 2z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Facebook</span></span> <!-- -->Facebook</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd on Pinterest" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_pinterest_link" href="https://www.pinterest.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.217 12.268A5.98 5.98 0 018 14c-.62 0-1.218-.094-1.78-.269.246-.4.606-1.045.738-1.563l.375-1.427c.193.375.766.691 1.373.691 1.808 0 3.111-1.664 3.111-3.733 0-1.985-1.62-3.467-3.698-3.467-2.593 0-3.966 1.738-3.966 3.63 0 .884.47 1.975 1.22 2.326.113.054.178.03.202-.08l.058-.233.11-.448a.179.179 0 00-.04-.173c-.246-.3-.444-.854-.444-1.368 0-1.323 1.003-2.602 2.711-2.602 1.477 0 2.509 1.002 2.509 2.44 0 1.62-.82 2.745-1.886 2.745-.588 0-1.033-.489-.89-1.086.062-.255.143-.517.222-.772.142-.46.277-.898.277-1.228 0-.46-.246-.845-.76-.845-.602 0-1.086.622-1.086 1.457 0 .528.177.889.177.889s-.592 2.514-.7 2.983c-.12.518-.075 1.247-.02 1.722A6.003 6.003 0 012 8a6 6 0 016.653-5.965A5.988 5.988 0 0113.99 8.01a5.981 5.981 0 01-1.773 4.258z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Pinterest</span></span> <!-- -->Pinterest</span></span></a></li></ul></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_m__-PoVO GridColumn-module_extended_xl5_2__aqjlc GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_m__-PoVO GridColumn-module_extended_xl5_2__aqjlc GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><p class="Footer-module_columnHeader__gcdjp">Get our free apps</p><ul class="mobile_icons wrapper__app_store_buttons"><li class="wrapper__store_button" data-e2e="app_store_btn"><a aria-label="Scribd - Download on the App Store" class="app_link ios_btn" data-e2e="ios_btn" href="https://apps.apple.com/us/app/6448807714?mt=8&pt=298534"><div class="app_store_img"><img class="LazyImage-module_image__uh0sq" alt="Scribd - Download on the App Store"/></div></a></li><li class="wrapper__store_button" data-e2e="app_store_btn"><a aria-label="Scribd - Get it on Google Play" class="app_link google_play_btn" data-e2e="google_play_btn" href="https://play.google.com/store/apps/details?id=com.scribd.app.reader0.docs"><div class="app_store_img play_store_link"><img class="LazyImage-module_image__uh0sq" alt="Scribd - Get it on Google Play"/></div></a></li></ul></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_s__NbVNC GridColumn-module_extended_xl5_16__cffZG GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><div class="Footer-module_verticalColumn__-CR6f"><p class="Footer-module_columnHeader__gcdjp">About</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="About Scribd" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_about_scribd_link" href="https://www.scribd.com/about"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">About Scribd</span></span></a></li><li><a aria-disabled="false" aria-label="Everand: Ebooks & Audiobooks" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_everand_books_audiobooks_link" href="https://www.everand.com" target="_blank"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Everand: Ebooks & Audiobooks</span></span></a></li><li><a aria-disabled="false" aria-label="SlideShare" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="shared.footer.slideshare" href="https://www.slideshare.net/" target="_blank"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">SlideShare</span></span></a></li><li><a aria-disabled="false" aria-label="Press" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_press_link" href="https://www.scribd.com/media" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Press</span></span></a></li><li><a aria-disabled="false" aria-label="Join our team!" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_join_our_team_link" href="https://www.scribd.com/careers" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Join our team!</span></span></a></li><li><a aria-disabled="false" aria-label="Contact us" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_contact_us_link" href="https://www.scribd.com/contact" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Contact us</span></span></a></li><li><a aria-disabled="false" aria-label="Invite friends" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_invite_friends_link" href="https://www.scribd.com/referrals"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Invite friends</span></span></a></li></ul></div><div class="Footer-module_verticalColumn__-CR6f"><p class="Footer-module_columnHeader__gcdjp">Legal</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Terms" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_terms_link" href="https://support.scribd.com/hc/en-us/articles/210129326-General-Terms-of-Use"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Terms</span></span></a></li><li><a aria-disabled="false" aria-label="Privacy" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_privacy_link" href="https://www.scribd.com/privacy" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Privacy</span></span></a></li><li><a aria-disabled="false" aria-label="Copyright" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_copyright_link" href="https://support.scribd.com/hc/en-us/sections/202246086"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Copyright</span></span></a></li><li><a aria-disabled="false" aria-label="Do not sell or share my personal information" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_privacy_request_form_link" href="https://support.scribd.com/hc/articles/360038016931-Privacy-Rights-Request-Form"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Do not sell or share my personal information</span></span></a></li></ul></div></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_s__NbVNC GridColumn-module_extended_xl5_16__cffZG GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><div class="Footer-module_verticalColumn__-CR6f"><p class="Footer-module_columnHeader__gcdjp">Support</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Help / FAQ" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_help_faq_link" href="http://support.scribd.com/hc/en-us"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Help / FAQ</span></span></a></li><li><a aria-disabled="false" aria-label="Accessibility" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_accessibility_link" href="https://support.scribd.com/hc/en-us/articles/210129586-Accessibility-Notice"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Accessibility</span></span></a></li><li><a aria-disabled="false" aria-label="Purchase help" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_purchase_help_link" href="https://support.scribd.com/hc/en-us/sections/202246306"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Purchase help</span></span></a></li><li><a aria-disabled="false" aria-label="AdChoices" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_adchoices_link" href="https://support.scribd.com/hc/en-us/articles/210129366"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">AdChoices</span></span></a></li></ul></div><div><p class="Footer-module_columnHeader__gcdjp">Social</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Scribd on Instagram" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_instagram_link" href="https://www.instagram.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 3.081c1.602 0 1.792.006 2.425.035.584.027.902.124 1.114.207.26.096.497.249.69.448.2.194.353.43.45.691.082.212.18.53.206 1.114.029.633.035.823.035 2.425 0 1.602-.006 1.792-.035 2.425-.027.585-.124.902-.207 1.114a1.99 1.99 0 01-1.138 1.138c-.212.082-.53.18-1.114.207-.633.029-.823.035-2.425.035-1.602 0-1.792-.006-2.425-.035-.585-.027-.902-.124-1.114-.207a1.858 1.858 0 01-.69-.449c-.2-.193-.353-.43-.45-.69-.082-.212-.18-.53-.206-1.114-.029-.633-.035-.823-.035-2.425 0-1.602.006-1.792.035-2.425.027-.585.124-.902.207-1.114.096-.26.25-.497.449-.69.193-.2.43-.353.69-.45.212-.082.53-.18 1.114-.206.633-.029.823-.035 2.425-.035L8 3.081zm0-1.082c-1.629 0-1.833.007-2.473.036-.64.03-1.076.132-1.457.28-.4.15-.763.387-1.063.692-.305.3-.541.663-.692 1.063-.148.381-.25.818-.279 1.457C2.007 6.165 2 6.37 2 8s.007 1.834.036 2.474c.03.64.13 1.075.279 1.456.15.4.387.763.692 1.063.3.305.663.541 1.063.692.381.148.818.25 1.457.279.638.029.844.036 2.473.036 1.63 0 1.834-.007 2.474-.036.64-.03 1.075-.13 1.456-.28a3.068 3.068 0 001.755-1.754c.148-.381.25-.818.279-1.457C13.993 9.835 14 9.63 14 8c0-1.63-.007-1.833-.036-2.473-.03-.64-.13-1.075-.28-1.456-.15-.4-.386-.763-.691-1.063a2.946 2.946 0 00-1.063-.692c-.381-.148-.818-.25-1.457-.279C9.835 2.007 9.63 2 8 2v-.001zm0 2.92a3.081 3.081 0 100 6.162A3.081 3.081 0 008 4.92zm0 5.082A2 2 0 118 6 2 2 0 018 10zm3.923-5.204a.72.72 0 11-1.44 0 .72.72 0 011.44 0z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Instagram</span></span> <!-- -->Instagram</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd on Twitter" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_twitter_link" href="https://twitter.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path d="M5.774 12.79c4.528 0 7.005-4.152 7.005-7.752 0-.118 0-.235-.007-.352A5.338 5.338 0 0014 3.276a4.55 4.55 0 01-1.414.428c.514-.34.899-.876 1.082-1.507a4.657 4.657 0 01-1.563.662 2.401 2.401 0 00-1.397-.823 2.26 2.26 0 00-1.561.287A2.636 2.636 0 008.065 3.6a2.995 2.995 0 00-.156 1.742 6.47 6.47 0 01-2.81-.826 7.175 7.175 0 01-2.264-2.02 2.98 2.98 0 00-.27 1.985c.142.676.511 1.266 1.032 1.652a2.267 2.267 0 01-1.117-.341v.034c0 .63.197 1.239.557 1.725.36.487.861.821 1.418.946-.362.109-.743.125-1.111.046.157.542.463 1.015.876 1.354.412.34.91.528 1.424.538-.872.758-1.95 1.17-3.058 1.169-.196 0-.391-.014-.586-.04a6.49 6.49 0 003.774 1.222" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Twitter</span></span> <!-- -->Twitter</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd on Facebook" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_facebook_link" href="https://www.facebook.com/Scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 2a6 6 0 01.938 11.927V9.734h1.397L10.602 8H8.937V6.875c0-.474.233-.938.978-.938h.757V4.462s-.08-.014-.21-.032a9.524 9.524 0 00-.887-.08 6.278 6.278 0 00-.246-.005c-1.37 0-2.267.83-2.267 2.334V8H5.54v1.734h1.524v4.193A6.002 6.002 0 018 2z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Facebook</span></span> <!-- -->Facebook</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd on Pinterest" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_pinterest_link" href="https://www.pinterest.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.217 12.268A5.98 5.98 0 018 14c-.62 0-1.218-.094-1.78-.269.246-.4.606-1.045.738-1.563l.375-1.427c.193.375.766.691 1.373.691 1.808 0 3.111-1.664 3.111-3.733 0-1.985-1.62-3.467-3.698-3.467-2.593 0-3.966 1.738-3.966 3.63 0 .884.47 1.975 1.22 2.326.113.054.178.03.202-.08l.058-.233.11-.448a.179.179 0 00-.04-.173c-.246-.3-.444-.854-.444-1.368 0-1.323 1.003-2.602 2.711-2.602 1.477 0 2.509 1.002 2.509 2.44 0 1.62-.82 2.745-1.886 2.745-.588 0-1.033-.489-.89-1.086.062-.255.143-.517.222-.772.142-.46.277-.898.277-1.228 0-.46-.246-.845-.76-.845-.602 0-1.086.622-1.086 1.457 0 .528.177.889.177.889s-.592 2.514-.7 2.983c-.12.518-.075 1.247-.02 1.722A6.003 6.003 0 012 8a6 6 0 016.653-5.965A5.988 5.988 0 0113.99 8.01a5.981 5.981 0 01-1.773 4.258z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Pinterest</span></span> <!-- -->Pinterest</span></span></a></li></ul></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_m__zwIrv GridColumn-module_extended_xl5_16__cffZG GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><p class="Footer-module_columnHeader__gcdjp">Get our free apps</p><ul class="mobile_icons wrapper__app_store_buttons"><li class="wrapper__store_button" data-e2e="app_store_btn"><a aria-label="Scribd - Download on the App Store" class="app_link ios_btn" data-e2e="ios_btn" href="https://apps.apple.com/us/app/6448807714?mt=8&pt=298534"><div class="app_store_img"><img class="LazyImage-module_image__uh0sq" alt="Scribd - Download on the App Store"/></div></a></li><li class="wrapper__store_button" data-e2e="app_store_btn"><a aria-label="Scribd - Get it on Google Play" class="app_link google_play_btn" data-e2e="google_play_btn" href="https://play.google.com/store/apps/details?id=com.scribd.app.reader0.docs"><div class="app_store_img play_store_link"><img class="LazyImage-module_image__uh0sq" alt="Scribd - Get it on Google Play"/></div></a></li></ul></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_extended_xl5_16__cffZG GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="Footer-module_horizontalDivider__Z6XJu"></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_extended_xl5_9__UmJvm GridColumn-module_extended_xl4_7__-9AEI GridColumn-module_extended_xl3_7__B6ct2 GridColumn-module_extended_xl2_7__Nztja GridColumn-module_extended_xl_7__OFVFv GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><ul class="ContentTypeColumn-module_contentTypesList__WIKOq"><li><a aria-disabled="false" aria-label="Documents" class="TextButton-module_wrapper__ZwW-w ContentTypeColumn-module_contentTypeLink__K3M9d" data-e2e="footer_content_type_column_documents_link" href="/docs"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Documents</span></span></a></li></ul></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_l__7M0-X GridColumn-module_extended_xl5_7__HqFBW GridColumn-module_extended_xl4_5__PuEUy GridColumn-module_extended_xl3_5__aTZFP GridColumn-module_extended_xl2_5__UvHIq GridColumn-module_extended_xl_5__qmwN8 GridColumn-module_extended_l_5__VLQLS GridColumn-module_extended_m_5__HSrx- GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="Footer-module_bottomRightContainer__5MVkq"><div class="Footer-module_bottomLanguage__ZSHe1"><div class="Footer-module_bottomLanguageText__S7opW">Language<!-- -->:</div><div class="DropdownMenu-module_wrapper__-3wi4" data-e2e="footer_language_picker_link"><a aria-disabled="false" aria-expanded="false" class="TextButton-module_wrapper__ZwW-w menu_handle Footer-module_menuHandle__A-Ub8" href="#"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><div class="Footer-module_languageDropdownContent__Ps0E4">English<!-- --> <span class="SvgIcon-module_wrapper__1fPqw"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path d="M8.24 11.66L4 7.41 5.41 6l2.83 2.83L11.07 6l1.42 1.41-4.25 4.25z" fill="currentColor"></path></svg></span></div></span></span></a><div class="MenuItems-module_wrapper__y6cjo MenuItems-module_top__2bxjj Footer-module_menuItems__6usGF" data-e2e="menu-items"><span class="breakpoint_hide s atAndAbove"><button aria-disabled="false" class="TextButton-module_wrapper__ZwW-w TextButton-module_default__ekglb MenuItems-module_closeButton__ZAyQt" data-e2e="close-button" type="button"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw"><svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.414 9l7.293-7.293L16.293.293 9 7.586 1.707.293.293 1.707 7.586 9 .293 16.293l1.414 1.414L9 10.414l7.293 7.293 1.414-1.414L10.414 9z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">close menu</span></span></span></span></button></span><div><ul class="LanguageLinks-module_list__Vs9Gq" role="menu"><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9 LanguageLink-module_linkSelected__SuxJ3" href="/language?id=en" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ LanguageLink-module_iconSelected__DAMML"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 8A6 6 0 112 8a6 6 0 0112 0zm2 0A8 8 0 110 8a8 8 0 0116 0zm-8 4a4 4 0 100-8 4 4 0 000 8z" fill="currentColor"></path></svg></span><span lang="en">English</span><span class="visually_hidden">(selected)</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=es" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="es">Español</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=pt-br" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="pt-br">Português</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=de" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="de">Deutsch</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=fr" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="fr">Français</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=ru" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="ru">Русский</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=it" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="it">Italiano</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=ro" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="ro">Română</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=id" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="id">Bahasa Indonesia</span></a></li></ul><a href="#" class="LanguageLinks-module_learnMoreLink__SpBO4" data-e2e="learn_more_link">Learn more</a></div></div></div></div><div class="Footer-module_bottomCopyright__WjBga" data-e2e="footer_copyright_text"><span>Copyright © 2024 Scribd Inc.</span></div></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_l__UT1-z GridColumn-module_extended_xl5_16__cffZG GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="Footer-module_bottomLanguage__ZSHe1 Footer-module_bottomLanguageMargin__e40ar Footer-module_topLanguageMargin__psISJ"><div class="Footer-module_bottomLanguageText__S7opW">Language<!-- -->:</div><div class="DropdownMenu-module_wrapper__-3wi4" data-e2e="footer_language_picker_link"><a aria-disabled="false" aria-expanded="false" class="TextButton-module_wrapper__ZwW-w menu_handle Footer-module_menuHandle__A-Ub8" href="#"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><div class="Footer-module_languageDropdownContent__Ps0E4">English<!-- --> <span class="SvgIcon-module_wrapper__1fPqw"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path d="M8.24 11.66L4 7.41 5.41 6l2.83 2.83L11.07 6l1.42 1.41-4.25 4.25z" fill="currentColor"></path></svg></span></div></span></span></a><div class="MenuItems-module_wrapper__y6cjo MenuItems-module_top__2bxjj Footer-module_menuItems__6usGF" data-e2e="menu-items"><span class="breakpoint_hide s atAndAbove"><button aria-disabled="false" class="TextButton-module_wrapper__ZwW-w TextButton-module_default__ekglb MenuItems-module_closeButton__ZAyQt" data-e2e="close-button" type="button"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw"><svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.414 9l7.293-7.293L16.293.293 9 7.586 1.707.293.293 1.707 7.586 9 .293 16.293l1.414 1.414L9 10.414l7.293 7.293 1.414-1.414L10.414 9z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">close menu</span></span></span></span></button></span><div><ul class="LanguageLinks-module_list__Vs9Gq" role="menu"><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9 LanguageLink-module_linkSelected__SuxJ3" href="/language?id=en" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ LanguageLink-module_iconSelected__DAMML"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 8A6 6 0 112 8a6 6 0 0112 0zm2 0A8 8 0 110 8a8 8 0 0116 0zm-8 4a4 4 0 100-8 4 4 0 000 8z" fill="currentColor"></path></svg></span><span lang="en">English</span><span class="visually_hidden">(selected)</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=es" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="es">Español</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=pt-br" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="pt-br">Português</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=de" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="de">Deutsch</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=fr" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="fr">Français</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=ru" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="ru">Русский</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=it" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="it">Italiano</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=ro" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="ro">Română</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=id" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="id">Bahasa Indonesia</span></a></li></ul><a href="#" class="LanguageLinks-module_learnMoreLink__SpBO4" data-e2e="learn_more_link">Learn more</a></div></div></div></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_l__UT1-z GridColumn-module_extended_xl5_16__cffZG GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="Footer-module_bottomCopyright__WjBga" data-e2e="footer_copyright_text"><span>Copyright © 2024 Scribd Inc.</span></div></div></div></div></footer></div></div></div> <script type="application/json" data-hypernova-key="doc_page" data-hypernova-id="33fab284-da55-4700-9262-6da00cb34497"><!--{"assetEnvironment":"production","bodyProps":{"admin_panel_props":null,"breadcrumbs":[],"sharing_buttons_props":{"description":"","id":701016112,"message":null,"private":false,"secretPassword":"Y7r2ngyBxDlLN8g5mhOk","thumbnailUrl":"https://imgv2-1-f.scribdassets.com/img/document/701016112/original/292696fec4/1716598480?v=1","title":"N28.PHP5.PC Cuadernos","twitterHashtag":null,"url":"https://www.scribd.com/document/701016112/N28-PHP5-PC-Cuadernos"},"show_bot_text":true,"bot_text":"###BOT_TEXT###","view_restricted_cta_test_enabled":false},"currentPage":{"isHamburgerMenuOpen":false,"isMegamenuTopBarVisible":true,"isMegamenuPrimaryNavVisible":true,"navigationCategories":{"academic":{"totalCategoryCount":12,"categoryLinks":[{"dataName":"foreign-language-studies","name":"Foreign Language Studies","url":"https://www.scribd.com/docs/Foreign-Language-Studies","children":[{"dataName":"chinese","name":"Chinese","url":"https://www.scribd.com/docs/Foreign-Language-Studies/Chinese"},{"dataName":"esl","name":"ESL","url":"https://www.scribd.com/docs/Foreign-Language-Studies/ESL"}]},{"dataName":"science-mathematics","name":"Science & Mathematics","url":"https://www.scribd.com/docs/Science-Mathematics","children":[{"dataName":"astronomy-space-sciences","name":"Astronomy & Space Sciences","url":"https://www.scribd.com/docs/Science-Mathematics/Astronomy-Space-Sciences"},{"dataName":"biology","name":"Biology","url":"https://www.scribd.com/docs/Science-Mathematics/Biology"}]},{"dataName":"study-aids-test-prep","name":"Study Aids & Test Prep","url":"https://www.scribd.com/docs/Study-Aids-Test-Prep","children":[{"dataName":"book-notes","name":"Book Notes","url":"https://www.scribd.com/docs/Study-Aids-Test-Prep/Book-Notes"},{"dataName":"college-entrance-exams","name":"College Entrance Exams","url":"https://www.scribd.com/docs/Study-Aids-Test-Prep/College-Entrance-Exams"}]},{"dataName":"teaching-methods-materials","name":"Teaching Methods & Materials","url":"https://www.scribd.com/docs/Teaching-Methods-Materials","children":[{"dataName":"early-childhood-education","name":"Early Childhood Education","url":"https://www.scribd.com/docs/Teaching-Methods-Materials/Early-Childhood-Education"},{"dataName":"education-philosophy-theory","name":"Education Philosophy & Theory","url":"https://www.scribd.com/docs/Teaching-Methods-Materials/Education-Philosophy-Theory"}]}]},"professional":{"totalCategoryCount":21,"categoryLinks":[{"dataName":"business","name":"Business","url":"https://www.scribd.com/docs/Business","children":[{"dataName":"business-analytics","name":"Business Analytics","url":"https://www.scribd.com/docs/Business/Business-Analytics"},{"dataName":"human-resources-personnel-management","name":"Human Resources & Personnel Management","url":"https://www.scribd.com/docs/Business/Human-Resources-Personnel-Management"}]},{"dataName":"career-growth","name":"Career & Growth","url":"https://www.scribd.com/docs/Career-Growth","children":[{"dataName":"careers","name":"Careers","url":"https://www.scribd.com/docs/Career-Growth/Careers"},{"dataName":"job-hunting","name":"Job Hunting","url":"https://www.scribd.com/docs/Career-Growth/Job-Hunting"}]},{"dataName":"computers","name":"Computers","url":"https://www.scribd.com/docs/Computers","children":[{"dataName":"applications-software","name":"Applications & Software","url":"https://www.scribd.com/docs/Computers/Applications-Software"},{"dataName":"cad-cam","name":"CAD-CAM","url":"https://www.scribd.com/docs/Computers/CAD-CAM"}]},{"dataName":"finance-money-management","name":"Finance & Money Management","url":"https://www.scribd.com/docs/Finance-Money-Management","children":[{"dataName":"accounting-bookkeeping","name":"Accounting & Bookkeeping","url":"https://www.scribd.com/docs/Finance-Money-Management/Accounting-Bookkeeping"},{"dataName":"auditing","name":"Auditing","url":"https://www.scribd.com/docs/Finance-Money-Management/Auditing"}]},{"dataName":"law","name":"Law","url":"https://www.scribd.com/docs/Law","children":[{"dataName":"business-financial","name":"Business & Financial","url":"https://www.scribd.com/docs/Law/Business-Financial"},{"dataName":"contracts-agreements","name":"Contracts & Agreements","url":"https://www.scribd.com/docs/Law/Contracts-Agreements"}]},{"dataName":"politics","name":"Politics","url":"https://www.scribd.com/docs/Politics","children":[{"dataName":"american-government","name":"American Government","url":"https://www.scribd.com/docs/Politics/American-Government"},{"dataName":"international-relations","name":"International Relations","url":"https://www.scribd.com/docs/Politics/International-Relations"}]},{"dataName":"technology-engineering","name":"Technology & Engineering","url":"https://www.scribd.com/docs/Technology-Engineering","children":[{"dataName":"automotive","name":"Automotive","url":"https://www.scribd.com/docs/Technology-Engineering/Automotive"},{"dataName":"aviation-aeronautics","name":"Aviation & Aeronautics","url":"https://www.scribd.com/docs/Technology-Engineering/Aviation-Aeronautics"}]}]},"culture":{"totalCategoryCount":19,"categoryLinks":[{"dataName":"art","name":"Art","url":"https://www.scribd.com/docs/Art","children":[{"dataName":"antiques-collectibles","name":"Antiques & Collectibles","url":"https://www.scribd.com/docs/Art/Antiques-Collectibles"},{"dataName":"architecture","name":"Architecture","url":"https://www.scribd.com/docs/Art/Architecture"}]},{"dataName":"biography-memoir","name":"Biography & Memoir","url":"https://www.scribd.com/docs/Biography-Memoir","children":[{"dataName":"artists-and-musicians","name":"Artists and Musicians","url":"https://www.scribd.com/docs/Biography-Memoir/Artists-and-Musicians"},{"dataName":"entertainers-and-the-rich-famous","name":"Entertainers and the Rich & Famous","url":"https://www.scribd.com/docs/Biography-Memoir/Entertainers-and-the-Rich-Famous"}]},{"dataName":"comics-graphic-novels","name":"Comics & Graphic Novels","url":"https://www.scribd.com/docs/Comics-Graphic-Novels"},{"dataName":"history","name":"History","url":"https://www.scribd.com/docs/History","children":[{"dataName":"ancient","name":"Ancient","url":"https://www.scribd.com/docs/History/Ancient"},{"dataName":"modern","name":"Modern","url":"https://www.scribd.com/docs/History/Modern"}]},{"dataName":"philosophy","name":"Philosophy","url":"https://www.scribd.com/docs/Philosophy"},{"dataName":"language-arts-discipline","name":"Language Arts & Discipline","url":"https://www.scribd.com/docs/Language-Arts-Discipline","children":[{"dataName":"composition-creative-writing","name":"Composition & Creative Writing","url":"https://www.scribd.com/docs/Language-Arts-Discipline/Composition-Creative-Writing"},{"dataName":"linguistics","name":"Linguistics","url":"https://www.scribd.com/docs/Language-Arts-Discipline/Linguistics"}]},{"dataName":"literary-criticism","name":"Literary Criticism","url":"https://www.scribd.com/docs/Literary-Criticism"},{"dataName":"social-science","name":"Social Science","url":"https://www.scribd.com/docs/Social-Science","children":[{"dataName":"anthropology","name":"Anthropology","url":"https://www.scribd.com/docs/Social-Science/Anthropology"},{"dataName":"archaeology","name":"Archaeology","url":"https://www.scribd.com/docs/Social-Science/Archaeology"}]},{"dataName":"true-crime","name":"True Crime","url":"https://www.scribd.com/docs/True-Crime"}]},"hobbies_and_crafts":{"totalCategoryCount":12,"categoryLinks":[{"dataName":"cooking-food-wine","name":"Cooking, Food & Wine","url":"https://www.scribd.com/docs/Cooking-Food-Wine","children":[{"dataName":"beverages","name":"Beverages","url":"https://www.scribd.com/docs/Cooking-Food-Wine/Beverages"},{"dataName":"courses-dishes","name":"Courses & Dishes","url":"https://www.scribd.com/docs/Cooking-Food-Wine/Courses-Dishes"}]},{"dataName":"games-activities","name":"Games & Activities","url":"https://www.scribd.com/docs/Games-Activities","children":[{"dataName":"card-games","name":"Card Games","url":"https://www.scribd.com/docs/Games-Activities/Card-Games"},{"dataName":"fantasy-sports","name":"Fantasy Sports","url":"https://www.scribd.com/docs/Games-Activities/Fantasy-Sports"}]},{"dataName":"home-garden","name":"Home & Garden","url":"https://www.scribd.com/docs/Home-Garden","children":[{"dataName":"crafts-hobbies","name":"Crafts & Hobbies","url":"https://www.scribd.com/docs/Home-Garden/Crafts-Hobbies"},{"dataName":"gardening","name":"Gardening","url":"https://www.scribd.com/docs/Home-Garden/Gardening"}]},{"dataName":"sports-recreation","name":"Sports & Recreation","url":"https://www.scribd.com/docs/Sports-Recreation","children":[{"dataName":"baseball","name":"Baseball","url":"https://www.scribd.com/docs/Sports-Recreation/Baseball"},{"dataName":"basketball","name":"Basketball","url":"https://www.scribd.com/docs/Sports-Recreation/Basketball"}]}]},"personal_growth":{"totalCategoryCount":12,"categoryLinks":[{"dataName":"lifestyle","name":"Lifestyle","url":"https://www.scribd.com/docs/Lifestyle","children":[{"dataName":"beauty-grooming","name":"Beauty & Grooming","url":"https://www.scribd.com/docs/Lifestyle/Beauty-Grooming"},{"dataName":"fashion","name":"Fashion","url":"https://www.scribd.com/docs/Lifestyle/Fashion"}]},{"dataName":"religion-spirituality","name":"Religion & Spirituality","url":"https://www.scribd.com/docs/Religion-Spirituality","children":[{"dataName":"buddhism","name":"Buddhism","url":"https://www.scribd.com/docs/Religion-Spirituality/Buddhism"},{"dataName":"christianity","name":"Christianity","url":"https://www.scribd.com/docs/Religion-Spirituality/Christianity"}]},{"dataName":"self-improvement","name":"Self-Improvement","url":"https://www.scribd.com/docs/Self-Improvement","children":[{"dataName":"addiction","name":"Addiction","url":"https://www.scribd.com/docs/Self-Improvement/Addiction"},{"dataName":"mental-health","name":"Mental Health","url":"https://www.scribd.com/docs/Self-Improvement/Mental-Health"}]},{"dataName":"wellness","name":"Wellness","url":"https://www.scribd.com/docs/Wellness","children":[{"dataName":"body-mind-spirit","name":"Body, Mind, & Spirit","url":"https://www.scribd.com/docs/Wellness/Body-Mind-Spirit"},{"dataName":"diet-nutrition","name":"Diet & Nutrition","url":"https://www.scribd.com/docs/Wellness/Diet-Nutrition"}]}]}},"selectedMobileBottomTab":"document"},"enablePseudolocalization":false,"flashes":[],"global":{"client":{"mobile":{"getMobileAppProps":{"androidStoreUrl":"https://play.google.com/store/apps/details?id=com.scribd.app.reader0&hl=en","iosStoreUrl":"https://itunes.apple.com/us/app/scribd-worlds-largest-online/id542557212?mt=8&uo=4&at=11lGEE","app_download_link":"https://www.scribd.com/send_download_link","close_promo_url":"https://www.scribd.com/home/close_promo","doc_id":701016112,"email_address":null,"extra_classes":"app_download_promo","promo_id":null,"twilio_enabled":false,"track_page":"doc_page","success":true,"__locale":"en_US"}}},"config":{"facebook":{"app_id":"136494494209"}},"testAssignments":{"backupPaymentMethodsRollout":null,"customOsanoDialog":{"testName":"custom_osano_dialog","variant":"control"},"docPageThirdColumn":{"variant":null},"independentScrolling":{"testName":"doc_page_independent_scrolling_v1","variant":"control"},"refineDesktopTopLeaderboard":{"testName":null,"variant":null},"personalized_archive_offer":"control"},"paths":{"assetPath":"aHR0cHM6Ly9zLWYuc2NyaWJkYXNzZXRzLmNvbS8=\n","actions":{"add_to_library":"L3NhdmVkL2FkZA==\n","archive_plans_url":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hcmNoaXZlL3BsYW5zP2RvYz03MDEw\nMTYxMTImbWV0YWRhdGE9JTdCJTIyY29udGV4dCUyMiUzQSUyMmFyY2hpdmVf\ndmlld19yZXN0cmljdGVkJTIyJTJDJTIycGFnZSUyMiUzQSUyMnJlYWQlMjIl\nMkMlMjJhY3Rpb24lMjIlM0ElMjJkb3dubG9hZCUyMiUyQyUyMmxvZ2dlZF9p\nbiUyMiUzQWZhbHNlJTJDJTIycGxhdGZvcm0lMjIlM0ElMjJ3ZWIlMjIlN0Q=\n","audiobooksLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hdWRpb2Jvb2tz\n","bestsellers_url":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9iZXN0c2VsbGVycw==\n","book_annotations":"L2Jvb2tfYW5ub3RhdGlvbnMvNzAxMDE2MTEy\n","booksLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9ib29rcw==\n","documentsLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9kb2Nz\n","faqUrl":"aHR0cDovL3N1cHBvcnQuc2NyaWJkLmNvbS9oYy8=\n","homeLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS8=\n","library_url":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9zYXZlZA==\n","load_recommenders":"L2RvYy1wYWdlL3JlY29tbWVuZGVycy83MDEwMTYxMTI=\n","payment_fix":"L2FjY291bnQvcGF5bWVudF9wcm9maWxlX3VwZGF0ZQ==\n","payment_fix_url":null,"personalization_path":"L2RvYy1wYWdlL3BlcnNvbmFsaXphdGlvbg==\n","personalization_afa_path":"L2RvYy1wYWdlL2FmYQ==\n","pingback":["aA==\n","dA==\n","dA==\n","cA==\n","cw==\n","Og==\n","Lw==\n","Lw==\n","dw==\n","dw==\n","dw==\n","Lg==\n","cw==\n","Yw==\n","cg==\n","aQ==\n","Yg==\n","ZA==\n","Lg==\n","Yw==\n","bw==\n","bQ==\n","Lw==\n","ZA==\n","bw==\n","Yw==\n","dQ==\n","bQ==\n","ZQ==\n","bg==\n","dA==\n","cw==\n","Lw==\n","Nw==\n","MA==\n","MQ==\n","MA==\n","MQ==\n","Ng==\n","MQ==\n","MQ==\n","Mg==\n","Lw==\n","cA==\n","aQ==\n","bg==\n","Zw==\n","Yg==\n","YQ==\n","Yw==\n","aw==\n"],"register_download_attempt":"L2RvY3VtZW50X2Rvd25sb2Fkcy9yZWdpc3Rlcl9kb3dubG9hZF9hdHRlbXB0\n","remove_from_library":"L3NhdmVkL3JlbW92ZQ==\n","upload_url":"L3VwbG9hZC1kb2N1bWVudD9hcmNoaXZlX2RvYz03MDEwMTYxMTI=\n"},"props":{"download_receipt_modal":"L2RvYy1wYWdlL2Rvd25sb2FkLXJlY2VpcHQtbW9kYWwtcHJvcHMvNzAxMDE2\nMTEy\n","paused_user_download_modal":"L2RvYy1wYWdlL3BhdXNlZC11c2VyLWRvd25sb2FkLW1vZGFsLXByb3Bz\n","pmp_login_join_modal":"L2RvYy1wYWdlL3BtcC1sb2dpbi1qb2luLW1vZGFsLXByb3BzLzcwMTAxNjEx\nMg==\n"}},"features":{"desktopAdsExperience":null,"highlights":true,"isEligibleForDesktopAds":false,"isEligibleForMobileAds":false,"isEligibleForProgressiveProfileModal":false,"showDocChatExperience":false,"taxonomyV4UgcBrowsing":true}},"i18n":{"currentLanguage":{"prefix":"en","lcid":"en","href":"/language?id=en","lang":"en_US","name":"English"},"languages":[{"prefix":"en","lcid":"en","href":"/language?id=en","lang":"en_US","name":"English"},{"prefix":"es","lcid":"es","href":"/language?id=es","lang":"es-419","name":"Español"},{"prefix":"pt","lcid":"pt-br","href":"/language?id=pt-br","lang":"pt_BR","name":"Português"},{"prefix":"de","lcid":"de","href":"/language?id=de","lang":"de","name":"Deutsch"},{"prefix":"fr","lcid":"fr","href":"/language?id=fr","lang":"fr","name":"Français"},{"prefix":"ru","lcid":"ru","href":"/language?id=ru","lang":"ru_RU","name":"Русский"},{"prefix":"it","lcid":"it","href":"/language?id=it","lang":"it","name":"Italiano"},{"prefix":"ro","lcid":"ro","href":"/language?id=ro","lang":"ro_RO","name":"Română"},{"prefix":"id","lcid":"id","href":"/language?id=id","lang":"id_ID","name":"Bahasa Indonesia"}],"locale":"en-US"},"page":{"savedItems":{"701016112":false}},"personalization":{"trialDuration":null},"ratings":{"701016112":{"averageRating":0,"documentId":701016112,"downvoteCount":0,"ratingCount":0,"upvoteCount":0,"userRating":0}},"recommenders":{"viewport_bottom_recs":{"items":[{"id":459969826,"doc_uuid":"sbd/I23C501Fl1Ijn/l/OScU8tc="},{"id":624821247,"doc_uuid":"sbd/aW/LuFAXkv05DbPj0M8qT3E="},{"id":462267416,"doc_uuid":"sbd/l7EtlDt9lvULtJ5FxcU0kxM="},{"id":602855247,"doc_uuid":"sbd/NuSfN7HnGmO/7DOxBUd/io0="},{"id":580669956,"doc_uuid":"sbd/6d7Y8COds9jYqKsBxtt1ubY="},{"id":579429465,"doc_uuid":"sbd/Svsv9mEv730flghIRTuX2QU="},{"id":528015507,"doc_uuid":"sbd/sO37lQds0O0HDzwqE9Sd72o="},{"id":462120635,"doc_uuid":"sbd/usBmW2KAK9UWMVjxw7x6WXA="},{"id":461046653,"doc_uuid":"sbd/jm/AxMF/jYrnHTmQ17OD76A="},{"id":138998101,"doc_uuid":"sbd/RoEqRbB5us7aVnRcmj0pzNc="},{"id":312132368,"doc_uuid":"sbd/xH2ErkJCTxzobVQAaLgrPko="},{"id":696928200,"doc_uuid":"sbd/6wICFA0AuMNkjvL9PUIIXqY="},{"id":651135285,"doc_uuid":"sbd/A/5gnkLbhkXe2vC21iDVm/0="},{"id":578580107,"doc_uuid":"sbd/WZGI2Mw21bbl52FG6gL5SdU="},{"id":603040068,"doc_uuid":"sbd/15lhX5pbDd4Y4u2jr1QmFow="},{"id":537205345,"doc_uuid":"sbd/SCyUwZub9GuwU0gleehEv9c="},{"id":244310450,"doc_uuid":"sbd/eFUS72lIEyUrydCyNMYTe20="},{"id":699384273,"doc_uuid":"sbd/WEdePG6sowocLir/8lWd5LM="},{"id":658620496,"doc_uuid":"sbd/H22xfxWeMbQexBfRnvTCcDw="},{"id":298175197,"doc_uuid":"sbd/K5tus3sZ7EwsCbfkzrZAQJM="},{"id":695560726,"doc_uuid":"sbd/5r1boMt8d1jkUQlVDIWlqJ0="},{"id":678924917,"doc_uuid":"sbd/8QYth5K5JbKuygj7l2KSPjk="},{"id":576812589,"doc_uuid":"sbd/aYNIe9vSdiNnYVfEHqdWrSM="},{"id":577053918,"doc_uuid":"sbd/TUBPgtTZllCsUeKerQD5uxs="},{"id":699384331,"doc_uuid":"sbd/11k3giIAucz0OSiK8rmM3v4="},{"id":624821251,"doc_uuid":"sbd/AKjrmIijSQgHsyJII9t05C8="},{"id":453194613,"doc_uuid":"sbd/ogXCvbWqenPFOTXlxuTEh3g="},{"id":620747941,"doc_uuid":"sbd/7ncC9VXn112m4X/yQUNv0zc="},{"id":409469440,"doc_uuid":"sbd/eftIKKVbOUFyuqHVvYznhlc="},{"id":695562077,"doc_uuid":"sbd/ijhOJlnatSKj8xp5U0EFyho="},{"id":299396888,"doc_uuid":"sbd/UyOAcrOrRUD7L7yQahTDJ2A="},{"id":464824596,"doc_uuid":"sbd/5ZaB/die7OKBtGytdqQkLAs="},{"id":635013179,"doc_uuid":"sbd/O1Ghutb5NVQL5A6OYT3mMxY="},{"id":272425974,"doc_uuid":"sbd/d8gHhict1KNfEOoNdvrXxKI="},{"id":432365905,"doc_uuid":"sbd/Q9vUrrxDiaG9JFf3n/H3wy4="},{"id":603754353,"doc_uuid":"sbd/EIXzmTeDrIA/hnOGx9glmNU="},{"id":315686234,"doc_uuid":"sbd/Wz9u1rfYOSlB21pb435CXxI="},{"id":462460297,"doc_uuid":"sbd/wXkhlSMkVsGRCWnJA3H0A/A="},{"id":543477051,"doc_uuid":"sbd/X8a/5hqYMGichY4OzQlf9/g="},{"id":627512845,"doc_uuid":"sbd/F5Ok6bwjTKSYYgbX2AlJL9c="},{"id":565828871,"doc_uuid":"sbd/GcMhV/V5aX8c2DZF6s4ySsE="},{"id":695560307,"doc_uuid":"sbd/ci7rgGSmSzpz36t8ycgw5YM="},{"id":687313277,"doc_uuid":"sbd/gYqBygN0U739EDzw5RIWnkg="},{"id":624821239,"doc_uuid":"sbd/vrx7HcxEeduT0C47Tpn7/JU="},{"id":576812789,"doc_uuid":"sbd//N5nIUf/RrbeZjrqpZA7HJk="},{"id":695562031,"doc_uuid":"sbd/aT3YlpFM7loyZx02be8cYM4="},{"id":310999435,"doc_uuid":"sbd/cyT/ryb2gnacnifQkEp6/r4="},{"id":672750906,"doc_uuid":"sbd/ePINYU2XEzB4oLGJsKdqeaI="},{"id":658620529,"doc_uuid":"sbd/YDSRnkIetQ/56CLkRx8w0lI="},{"id":576812921,"doc_uuid":"sbd/N0sjE3vQF6n1tRGQtyEY8Bk="},{"id":599848286,"doc_uuid":"sbd/DOT/WO6PJaeItZtsVg3kdXo="},{"id":453330714,"doc_uuid":"sbd/2egldrw3gV/OE9h/uOdumno="},{"id":313156378,"doc_uuid":"sbd/r74TAcSaWifcB7k7RbvgqFE="},{"id":328382863,"doc_uuid":"sbd/vmKjcnLUsgJuPeuheIhYRSA="},{"id":695559039,"doc_uuid":"sbd/0xTYSlzAOGVSO7V/5LXB/k0="},{"id":577054078,"doc_uuid":"sbd/1dLtuJf0Yoh85JC2VObu3Ww="},{"id":580568465,"doc_uuid":"sbd/rg1EOnC/XaIKyx4H7FaBNqw="},{"id":581624612,"doc_uuid":"sbd/DMcKuqUOvtrE0oiV4XIQI4o="},{"id":557662586,"doc_uuid":"sbd/2YTN2ghlkxkRDFEwIUwjAGM="},{"id":605168144,"doc_uuid":"sbd/VOVIkloAb0RvzH/IM4TdbOA="},{"id":452425811,"doc_uuid":"sbd/YAFluoWBPIXEdK99HaN2fzg="},{"id":673466159,"doc_uuid":"sbd/g9y1svU9SwmrltH9W7aRz6k="},{"id":344741730,"doc_uuid":"sbd/nD0Oudr4kjWnlPQYb459wHg="},{"id":216315805,"doc_uuid":"sbd/8YIP5rjB/TE4cIIAgqT76Uo="}],"ids":[459969826,624821247,462267416,602855247,580669956,579429465,528015507,462120635,461046653,138998101,312132368,696928200,651135285,578580107,603040068,537205345,244310450,699384273,658620496,298175197,695560726,678924917,576812589,577053918,699384331,624821251,453194613,620747941,409469440,695562077,299396888,464824596,635013179,272425974,432365905,603754353,315686234,462460297,543477051,627512845,565828871,695560307,687313277,624821239,576812789,695562031,310999435,672750906,658620529,576812921,599848286,453330714,313156378,328382863,695559039,577054078,580568465,581624612,557662586,605168144,452425811,673466159,344741730,216315805],"title_link":null,"title":null,"track_opts":{"compilation_id":"sbd/mrcPPZTQJzMoRqi4ueAMLgg=","module_id":"sbd/J2Gnfg6MRQFQJbKwHdZBH7Y=","widget_name":"viewport_bottom","track_id":"scroll_recs"}},"list_recommenders":{"items":[{"id":459969826,"doc_uuid":"sbd/SxFAf5j96uuuTSrfNSDowl8="},{"id":624821247,"doc_uuid":"sbd/YGmcYuMrhSyRyhhQwcmVPgA="},{"id":462267416,"doc_uuid":"sbd/0p4qb/xcUlhw1yWJMx7Ir2A="},{"id":602855247,"doc_uuid":"sbd/PgP0sPvkWO9ipjhV5pdAvvM="},{"id":580669956,"doc_uuid":"sbd/khh9Ibx/5lH5D//WQZgFlJw="},{"id":579429465,"doc_uuid":"sbd/vdAFkhNiSpaMTBz/tkYbIfI="},{"id":528015507,"doc_uuid":"sbd/1y/0mCg6GjcE5kHo4z0T84E="},{"id":462120635,"doc_uuid":"sbd/4hXQEwSaGetTjLeZrRgSZRY="},{"id":461046653,"doc_uuid":"sbd/6kfCELMXoaNIOBX4aGN794k="},{"id":138998101,"doc_uuid":"sbd/751WgIZPhzuJgKB8XBjJglM="},{"id":312132368,"doc_uuid":"sbd/OzTHvhu2Wkhqde5LkS1Cozk="},{"id":696928200,"doc_uuid":"sbd/YXmsje2t4su4nEtoj3XFxGc="},{"id":651135285,"doc_uuid":"sbd/K2Xgr1gT2qvltyalRXsQSFw="},{"id":578580107,"doc_uuid":"sbd/rvCkeqztdjXjwwZotzeDfNs="},{"id":603040068,"doc_uuid":"sbd/XEHVTMMbGiinzteQOeQhHwQ="},{"id":537205345,"doc_uuid":"sbd/DH7glSushAAZeCHZH3HpsL8="},{"id":244310450,"doc_uuid":"sbd/91ZAt0byTBnXrHrOacs84Ww="},{"id":699384273,"doc_uuid":"sbd/a6vLATc/EWNYpxWFgaOBtxM="},{"id":658620496,"doc_uuid":"sbd/aG5taKjE6fUjfQNa4l78UJI="},{"id":298175197,"doc_uuid":"sbd/l3z39N4BxBRjtbwhj2X2uHw="},{"id":695560726,"doc_uuid":"sbd/SdHr5wsmYiZC7JzflfafiSU="},{"id":678924917,"doc_uuid":"sbd/BX8LFBLnfbnkL3oDbwIQhGc="},{"id":576812589,"doc_uuid":"sbd/G/Wb8deaMIRpfHsKBzsfSmM="},{"id":577053918,"doc_uuid":"sbd/5S1WiHsFIBGvxCWC5jL3FXE="},{"id":699384331,"doc_uuid":"sbd/qj1WdI5IDNroGgvebXFir9g="},{"id":624821251,"doc_uuid":"sbd/6UssKtogEbbyuJGBaRbV6aM="},{"id":453194613,"doc_uuid":"sbd/Du0qn0l9MPXA3WOLJmjqKR4="},{"id":620747941,"doc_uuid":"sbd/SSw/itbLSTDOjFgby7SEx1o="},{"id":409469440,"doc_uuid":"sbd/bDoWDsa13vmL694gfpKqd3Q="},{"id":695562077,"doc_uuid":"sbd/NRkqQg1OAfSl9SctLc0BG9I="},{"id":299396888,"doc_uuid":"sbd/JoTsEkIP0bGQRc03fSzqTmA="},{"id":464824596,"doc_uuid":"sbd/on/YaDPOhzMIzwJXwOfVr9U="},{"id":635013179,"doc_uuid":"sbd/Wgsk/MQHIjVe3Nhr4Z1XcAc="},{"id":272425974,"doc_uuid":"sbd/TxaquknkkUF8nUToILKcCkU="},{"id":432365905,"doc_uuid":"sbd/Fadpsg3Ls4eGWAYBG92Wcrg="},{"id":603754353,"doc_uuid":"sbd/VMiCwB8NdgTnzHZfJKthB0s="},{"id":315686234,"doc_uuid":"sbd/Y9tfai1lvhaEJG1Y/tDA670="},{"id":462460297,"doc_uuid":"sbd/7g6iV48khUm2LtqitbKSgCI="},{"id":543477051,"doc_uuid":"sbd/djNtRi7WV2OSCsufFRiPje0="},{"id":627512845,"doc_uuid":"sbd/duBAprnHi0G4qRtY/KgSv4o="},{"id":565828871,"doc_uuid":"sbd/KlzMiPa45B0YnfWJwRnvWb0="},{"id":695560307,"doc_uuid":"sbd/sW8yvGdGoW5Fe1MyHLQOv9Q="},{"id":687313277,"doc_uuid":"sbd/TFDjpDX5d3D4fLqFKXetCm8="},{"id":624821239,"doc_uuid":"sbd/3tJoswJAKC5Q7D6kLFNXe4A="},{"id":576812789,"doc_uuid":"sbd/Fo9h/i8/LVz/B7Tpxs/J33U="},{"id":695562031,"doc_uuid":"sbd/5hXukjpyLIYZOIYVf0IQIkw="},{"id":310999435,"doc_uuid":"sbd/y6eAcDfX70wKKRujDpzQSKU="},{"id":672750906,"doc_uuid":"sbd/YIuUnl9NxthplzSn9zOJoRU="},{"id":658620529,"doc_uuid":"sbd/AwDyn1zxA2tR4TcMR18Htoo="},{"id":576812921,"doc_uuid":"sbd/QiWOwFDOYFs1wQh/GjaBq4w="},{"id":599848286,"doc_uuid":"sbd/gL1C3jvdnJ8SstPW/W7X4aU="},{"id":453330714,"doc_uuid":"sbd/6c9AlCQ3aCxJCnJzBF7UfC0="},{"id":313156378,"doc_uuid":"sbd/5H3j6IKOC1cCyRaL8yv4Q6w="},{"id":328382863,"doc_uuid":"sbd/WTFoaWBzV/I3R4PKATTvPV8="},{"id":695559039,"doc_uuid":"sbd/ZK9L56AqfpBkQizm1Wl4G3E="},{"id":577054078,"doc_uuid":"sbd/gQKADzwRuD67HMjtk1ALoIQ="},{"id":580568465,"doc_uuid":"sbd/Jk4s9xS2ctqXuS001tJRxSo="},{"id":581624612,"doc_uuid":"sbd/CgXCyiVWr75vCjqZ1fC7JBA="},{"id":557662586,"doc_uuid":"sbd/ggpNczm0lXE7fI6friSFVyI="},{"id":605168144,"doc_uuid":"sbd/LBWuDEvGm/58MeMuTYCxNJ4="},{"id":452425811,"doc_uuid":"sbd/yZF3HGdzjlLZrMQJi/Qh/Xg="},{"id":673466159,"doc_uuid":"sbd/cjhRERoAx2YvgmyxTghu1Rg="},{"id":344741730,"doc_uuid":"sbd/qqgUDA7scBlVJu8ExMh5GYI="},{"id":216315805,"doc_uuid":"sbd/5icCclhPuLiwWZi8WgT5s3A="}],"ids":[459969826,624821247,462267416,602855247,580669956,579429465,528015507,462120635,461046653,138998101,312132368,696928200,651135285,578580107,603040068,537205345,244310450,699384273,658620496,298175197,695560726,678924917,576812589,577053918,699384331,624821251,453194613,620747941,409469440,695562077,299396888,464824596,635013179,272425974,432365905,603754353,315686234,462460297,543477051,627512845,565828871,695560307,687313277,624821239,576812789,695562031,310999435,672750906,658620529,576812921,599848286,453330714,313156378,328382863,695559039,577054078,580568465,581624612,557662586,605168144,452425811,673466159,344741730,216315805],"title_link":null,"title":null,"track_opts":{"compilation_id":"sbd/mrcPPZTQJzMoRqi4ueAMLgg=","module_id":"sbd/6bUGPYeakWP2BFdPx2r4JqU=","widget_name":"recommender_list","track_id":"doc_page_user_experience_top"}},"documents":{"138998101":{"author":"Daniel López","author_url":"https://www.scribd.com/user/28924782/Daniel-Lopez","categories":[],"description":null,"id":138998101,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":159,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/138998101/298x396/259a2bd1c4/1565577710?v=1","run_time":0,"short_title":"Manual WMS","static_rating":{"rating":5,"count":1,"up_count":1},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/138998101/149x198/fe17308c37/1565577710?v=1","title":"Manual WMS","type":"document","url":"https://es.scribd.com/document/138998101/Manual-WMS","views":"1.3K"},"216315805":{"author":"Daniel López","author_url":"https://www.scribd.com/user/28924782/Daniel-Lopez","categories":[],"description":null,"id":216315805,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":62,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/216315805/298x396/9d72439031/1398011118?v=1","run_time":0,"short_title":"WPF","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/216315805/149x198/7cad18fc4e/1398011118?v=1","title":"WPF","type":"document","url":"https://es.scribd.com/document/216315805/WPF","views":"158"},"244310450":{"author":"Barbara Hohensee","author_url":"https://www.everand.com/author/700261834/Barbara-Hohensee","categories":[],"description":"Introducción a Android Studio \n\nEl libro da una visión global de las características y posibilidades nuevas. Comienza con la instalación y configuración de Android Studio. Vas a conocer el nuevo IDE y su Editor. Aprenderás cómo crear proyectos nuevos de Android desde scratch, cómo importar proyectos de distintos tipos como una antigua App de Eclipse Android o proyec","id":244310450,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":247,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/244310450/298x396/a39b47b359/1698695326?v=1","run_time":0,"short_title":"Introducción a Android Studio. Incluye Proyectos Reales y el Código Fuente","static_rating":{"rating":5,"count":5,"up_count":5},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/244310450/149x198/bb537c53ed/1698695326?v=1","title":"Introducción a Android Studio. Incluye Proyectos Reales y el Código Fuente","type":"book","url":"https://es.everand.com/book/244310450/Introduccion-a-Android-Studio-Incluye-Proyectos-Reales-y-el-Codigo-Fuente","views":"2.6K"},"272425974":{"author":"Jason Cannon","author_url":"https://www.everand.com/author/700261645/Jason-Cannon","categories":[],"description":"Si alguna vez te has dicho: \"Tiene que haber una mejor forma de hacer esto\", sigue leyendo. \n\nComo alguien que ha utilizado el Shell Bash casi a diario durante más de 15 años, he acumulado varios “trucos” de línea de comandos que me han ahorrado tiempo y frustraciones. Consejos Profesionales de Línea de Comando Bash es una colección de 10 técnicas que puedes comenza","id":272425974,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":35,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/272425974/298x396/b334368f3d/1698747327?v=1","run_time":0,"short_title":"Consejos Profesionales de Línea de Comando Bash","static_rating":{"rating":5,"count":1,"up_count":1},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/272425974/149x198/d141cf93ab/1698747327?v=1","title":"Consejos Profesionales de Línea de Comando Bash","type":"book","url":"https://es.everand.com/book/272425974/Consejos-Profesionales-de-Linea-de-Comando-Bash","views":"926"},"298175197":{"author":"Menkaura Abiola-Ellison","author_url":"https://www.everand.com/author/307129239/Menkaura-Abiola-Ellison","categories":[],"description":"Tanto si quieres desarrollar tu propia aplicación de base de datos, como si lo que pretendes es desarrollar una aplicación web, o hasta programas de animación, 2D o 3D, “Iniciar con Lazarus y Free Pascal” es, sencillamente, el libro de programación de Lazarus con Free Pascal más amigable e inspirador que se encuentra disponible.\n\nEn este libro descubrirás cómo aborda","id":298175197,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":541,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/298175197/298x396/4cddc4db9d/1677162603?v=1","run_time":0,"short_title":"Iniciar con Lazarus y Free Pascal","static_rating":{"rating":5,"count":1,"up_count":1},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/298175197/149x198/9651eec3bb/1677162603?v=1","title":"Iniciar con Lazarus y Free Pascal","type":"book","url":"https://es.everand.com/book/298175197/Iniciar-con-Lazarus-y-Free-Pascal","views":"1.5K"},"299396888":{"author":"Álvaro Cabezón","author_url":"https://www.everand.com/author/309127493/Alvaro-Cabezon","categories":[],"description":"Nadie hubiera pensado que un día de vacaciones podría acabar de aquella manera. Alberto, un hombre de mediana edad, se encontraba junto a dos de sus tres hijos cuando ocurrió algo que, sin sospecharlo, iba cambiar por completo su existencia.\nLas siguientes 48 horas pasaban a ser claves en su futuro, tanto para él como para sus seres queridos, asaltándole un cúmulo de inte","id":299396888,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":248,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/299396888/298x396/a17eefa0d7/1654336389?v=1","run_time":0,"short_title":"48 horas conmigo","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/299396888/149x198/fadc409082/1654336389?v=1","title":"48 horas conmigo","type":"book","url":"https://es.everand.com/book/299396888/48-horas-conmigo","views":"111"},"310999435":{"author":"Troy Dimes","author_url":"https://www.everand.com/author/700252590/Troy-Dimes","categories":[],"description":"El Preprocesador Hipertexto, comúnmente llamado PHP, es uno de los lenguajes de programación cliente-servidor de códigos abiertos más ampliamente usados. Sitios web famosos  incluyendo Facebook, Yahoo, Friendster, WorldPress y Flickr son arrancados por PHP.  Este libro proporciona una breve introducción de programación en PHP. En éste, a usted se le enseñarán conceptos","id":310999435,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":102,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/310999435/298x396/1821ae2168/1665124930?v=1","run_time":0,"short_title":"PHP","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/310999435/149x198/08061f8fdd/1665124930?v=1","title":"PHP","type":"book","url":"https://es.everand.com/book/310999435/PHP","views":"483"},"312132368":{"author":"Ángel Arias","author_url":"https://www.everand.com/author/432342189/Angel-Arias","categories":[],"description":"¡Enhorabuena! El hecho de que usted ha empezado a leer este libro significa que usted está interesado en aprender más acerca de la publicación en la web con el sistema Drupal. Drupal es una herramienta de gran alcance, flexible, fácil de manejar, e inspiradora. Usted obtendrá mucha diversión y muchas experiencias gratificantes, y si utiliza Drupal, los administradores y","id":312132368,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":426,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/312132368/298x396/9caab81c63/1698716735?v=1","run_time":0,"short_title":"Aprende Drupal 7. El mejor Framework-CMS","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/312132368/149x198/3c7036dac0/1698716735?v=1","title":"Aprende Drupal 7. El mejor Framework-CMS","type":"book","url":"https://es.everand.com/book/312132368/Aprende-Drupal-7-El-mejor-Framework-CMS","views":"188"},"313156378":{"author":"Miguel Ángel G. Arias","author_url":"https://www.everand.com/author/459813194/Miguel-Angel-G-Arias","categories":[],"description":"Objetive-C, junto con XCode nos proven de todas las funciones necesarias para que podramos desarrollar aplicaciones de todo tipo para los dispositivos iPhone.\n\nLa llegada del iPhone ha supuesto toda una revolución para el mundo de la programación, ya que gracias a su funcionalidad y a su diseño gráfico exquisito, ha conseguido que Apple pase a ser una marca de consu","id":313156378,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":283,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/313156378/298x396/8c50ea1ad8/1698720907?v=1","run_time":0,"short_title":"Programación en Objetive-C con Xcode y GCC","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/313156378/149x198/e4a195d9b5/1698720907?v=1","title":"Programación en Objetive-C con Xcode y GCC","type":"book","url":"https://es.everand.com/book/313156378/Programacion-en-Objetive-C-con-Xcode-y-GCC","views":"289"},"315686234":{"author":"Ángel Arias","author_url":"https://www.everand.com/author/432342189/Angel-Arias","categories":[],"description":"AJAX no es un lenguaje de programación nuevo, sino una técnica para desarrollar software mejor y más rápidamente, y una aplicación más interactiva de las aplicaciones web.\n\nCon AJAX, su Javascript puede comunicarse directamente con el usuario, usando el objeto de XMLHttpRequest del Javascript. Con este objeto, Javascript puede negociar datos con un servidor web, sin","id":315686234,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":101,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/315686234/298x396/a042f84c55/1698809282?v=1","run_time":0,"short_title":"Aprende a Programar con Ajax","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/315686234/149x198/af9e6aee53/1698809282?v=1","title":"Aprende a Programar con Ajax","type":"book","url":"https://es.everand.com/book/315686234/Aprende-a-Programar-con-Ajax","views":"646"},"328382863":{"author":"Ángel Arias","author_url":"https://www.everand.com/author/432342189/Angel-Arias","categories":[],"description":"El desarrollo web está en auge, nadie se imagina hoy en día una empresa o un negocio sin página web. El desarrollo de una página web desde cero, sería un trabajo titánico y , probablemente, con un nivel de errores bastante elevado.\n\nPor ello, las herramientas más empleadas para desarrollar páginas web son los sistemas gestores de contenidos o CMS (Content Mana","id":328382863,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":1132,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/328382863/298x396/99e2a4dd29/1698809110?v=1","run_time":0,"short_title":"Desarrollo Web con CMS","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/328382863/149x198/c15edd5c71/1698809110?v=1","title":"Desarrollo Web con CMS: Drupal 7 y Joomla 2.5","type":"book","url":"https://es.everand.com/book/328382863/Desarrollo-Web-con-CMS-Drupal-7-y-Joomla-2-5","views":"344"},"344741730":{"author":"Daniel López","author_url":"https://www.scribd.com/user/28924782/Daniel-Lopez","categories":[],"description":"Manual de Vehículos - CGR Chile","id":344741730,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":27,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/344741730/298x396/c0e7ca4f61/1491858396?v=1","run_time":0,"short_title":"Manual de Vehículos - CGR","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/344741730/149x198/da610a4043/1491858396?v=1","title":"Manual de Vehículos - CGR","type":"document","url":"https://es.scribd.com/document/344741730/Manual-de-Vehiculos-CGR","views":"132"},"409469440":{"author":"Antonio J. Martín Sierra ","author_url":"https://www.everand.com/author/460591600/Antonio-J-Martin-Sierra","categories":[],"description":"La combinación de tecnologías Web existentes está provocando un importante cambio de filosofía en la construcción de aplicaciones para la Web, asemejándose cada vez más este tipo de desarrollos, tanto por su potencia como por su rapidez de respuesta al usuario, a la creación de aplicaciones de escritorio. En este libro el lector encontrará todos lo","id":409469440,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":298,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/409469440/298x396/34b3816631/1668670066?v=1","run_time":0,"short_title":"AJAX en J2EE. 2ª Edición actualizada","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/409469440/149x198/e22c88c6db/1668670066?v=1","title":"AJAX en J2EE. 2ª Edición actualizada","type":"book","url":"https://es.everand.com/book/409469440/AJAX-en-J2EE-2ª-Edicion-actualizada","views":"367"},"432365905":{"author":"MEDIAactive","author_url":"https://www.everand.com/author/454243357/MEDIAactive","categories":[],"description":"Dreamweaver CS5 es el programa de creación y edición de páginas web por excelencia. Se trata del software ideal tanto para diseñadores y desarrolladores web como para diseñadores gráficos. Con este manual aprenderá a manejarlo de forma fácil y cómoda. En esta versión de Dreamweaver, Adobe ha añadido interesantes novedades, tanto en su aspecto como en sus herramientas y fun","id":432365905,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":612,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/432365905/298x396/4355dc2231/1654342143?v=1","run_time":0,"short_title":"Aprender Dreamweaver CS5 con 100 ejercicios prácticos","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/432365905/149x198/8d1ed4249a/1654342143?v=1","title":"Aprender Dreamweaver CS5 con 100 ejercicios prácticos","type":"book","url":"https://es.everand.com/book/432365905/Aprender-Dreamweaver-CS5-con-100-ejercicios-practicos","views":"172"},"452425811":{"author":"Mike Lynch","author_url":"https://www.everand.com/author/717205662/Mike-Lynch","categories":[],"description":"Freddie Mercury the iconic voice is featured in this new tribute comic book. Mercury who was a British musician, singer, and songwriter, best known as the lead vocalist and lyricist of the rock band Queen. This edition is translated in Spanish!\n\nIN SPANISH: Llega en español el comic biografia de un icono mundial de la música, Freddie Mercury. El comic esta\nescrito por Lyn","id":452425811,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":24,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/452425811/298x396/5f4c8965d5/1687643967?v=1","run_time":0,"short_title":"Tribute","static_rating":{"rating":5,"count":1,"up_count":1},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/452425811/149x198/c9f516b0c5/1687643967?v=1","title":"Tribute: Freddie Mercury: Spanish Edition","type":"book","url":"https://es.everand.com/book/452425811/Tribute-Freddie-Mercury-Spanish-Edition","views":"125"},"453194613":{"author":"MEDIAactive","author_url":"https://www.everand.com/author/454243357/MEDIAactive","categories":[],"description":"El célebre sistema operativo de Microsoft, Win­dows, aparece en 2009 totalmente renovado y actualizado en su versión 7. Podría decirse que Windows 7 ha sido hecho a medida por los desa­rrolladores del sistema para los millones de usuarios que lo utilizan, puesto que en esta ocasión se han tenido en cuenta las opiniones y las sugerencias de estos usuarios para mejorar las f","id":453194613,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":215,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/453194613/298x396/59765e3ff4/1654326090?v=1","run_time":0,"short_title":"Aprender las novedades de Windows 7 con 100 ejercicios prácticos","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/453194613/149x198/f076b834a7/1654326090?v=1","title":"Aprender las novedades de Windows 7 con 100 ejercicios prácticos","type":"book","url":"https://es.everand.com/book/453194613/Aprender-las-novedades-de-Windows-7-con-100-ejercicios-practicos","views":"92"},"453330714":{"author":"MEDIAactive","author_url":"https://www.everand.com/author/454243357/MEDIAactive","categories":[],"description":"Word 2013, el procesador de textos por excelencia de Microsoft, es una óptima herramienta de creación y edición de documentos de textos. Gracias a sus increíbles y potentes funciones, usted podrá crear documentos de texto de todo tipo incluyendo imágenes, gráficos y otros elementos. No dude en realizar los 100 ejercicios de este libro para descubrir las mil y una posibilid","id":453330714,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":215,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/453330714/298x396/ae93f41e30/1654326105?v=1","run_time":0,"short_title":"Aprender Word 2013 con 100 ejercicios prácticos","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/453330714/149x198/c9652ab4dd/1654326105?v=1","title":"Aprender Word 2013 con 100 ejercicios prácticos","type":"book","url":"https://es.everand.com/book/453330714/Aprender-Word-2013-con-100-ejercicios-practicos","views":"1.1K"},"459969826":{"author":"Angel Vazquez Vazquez","author_url":"https://www.everand.com/author/510931133/Angel-Vazquez-Vazquez","categories":[],"description":"¿Se ha planteado en algún momento desarrollar aplicaciones SPA pero no ha sabido con qué framework iniciarse? Existen muchos, ¿verdad?\n\nSi le contara que la curva de aprendizaje de desarrollar aplicaciones en Vue es mucho menor que el tiempo invertido en aprender React o Angular, ¿se animaría?\n\nVue, pese a llegar el último al mercado, ha adoptado las buenas prácticas de An","id":459969826,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":323,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/459969826/298x396/77ad90bddc/1654295604?v=1","run_time":0,"short_title":"Aprender VueJS con 100 ejercicios prácticos","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/459969826/149x198/99e7d1cabe/1654295604?v=1","title":"Aprender VueJS con 100 ejercicios prácticos","type":"book","url":"https://es.everand.com/book/459969826/Aprender-VueJS-con-100-ejercicios-practicos","views":"2.3K"},"461046653":{"author":"HERNAN BEATI","author_url":"https://www.everand.com/author/511803077/HERNAN-BEATI","categories":[],"description":"Esta obra es una excelente fuente de información, ejemplos y conceptos para lograr que los diseños Web sean más dinámicos e interactivos. El lector aprenderá las técnicas de programación básicas para incorporar a cualquier sitio HTML, la sintaxis del lenguaje PHP y ejemplos claros de cada funcionalidad.\nEl lector podrá crear sitios que interactúen con bases de datos, como","id":461046653,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":428,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/461046653/298x396/ee9312f2e0/1654326122?v=1","run_time":0,"short_title":"El gran libro de PHP","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/461046653/149x198/445ccfce8d/1654326122?v=1","title":"El gran libro de PHP: Creación de páginas web dinámicas (2ª EDICION)","type":"book","url":"https://es.everand.com/book/461046653/El-gran-libro-de-PHP-Creacion-de-paginas-web-dinamicas-2ª-EDICION","views":"3.4K"},"462120635":{"author":"Luis Joyanes Aguilar","author_url":"https://www.everand.com/author/512696024/Luis-Joyanes-Aguilar","categories":[],"description":"Ésta obra expone de manera clara el modelo de la computación en nube (Cloud Computing) mediante la descripción de sus arquitecturas y modelos más sobresalientes. La nube es la plataforma tecnológica por excelencia de la década actual y, posiblemente, del futuro de la computación y se ha convertido en el término de moda de todos los medios de comunicación a nivel mundial.\nC","id":462120635,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":547,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/462120635/298x396/a6f193871b/1654333494?v=1","run_time":0,"short_title":"Computación en la nube","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/462120635/149x198/cf6d54cbdc/1654333494?v=1","title":"Computación en la nube: estrategias de Cloud Computing en las empresas","type":"book","url":"https://es.everand.com/book/462120635/Computacion-en-la-nube-estrategias-de-Cloud-Computing-en-las-empresas","views":"1.9K"},"462267416":{"author":"Damian de Lucas","author_url":"https://www.everand.com/author/512813801/Damian-de-Lucas","categories":[],"description":"La creación de aplicaciones para móviles introduce nuevos desafíos para los desarrolladores.\nEs frecuente que surjan dudas sobre la elección de las herramientas, lenguajes y tecnologías adecuadas para poder lograr compatibilidad con la diversidad de dispositivos y sistemas existentes.\n\nEste libro nos ofrece un completo recorrido sobre las posibilidades que brinda hoy el de","id":462267416,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":276,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/462267416/298x396/4b56af196a/1654326137?v=1","run_time":0,"short_title":"Apps HTML5 para móviles","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/462267416/149x198/5a1e2bf3b2/1654326137?v=1","title":"Apps HTML5 para móviles: Desarrollo de aplicaciones para smartphones y tablets","type":"book","url":"https://es.everand.com/book/462267416/Apps-HTML5-para-moviles-Desarrollo-de-aplicaciones-para-smartphones-y-tablets","views":"728"},"462460297":{"author":"Hernán Beati","author_url":"https://www.everand.com/author/512975872/Hernan-Beati","categories":[],"description":"Pocas tecnologías y herramientas perduran en el mundo de la informática por décadas. No es el caso de HTML, el cual sigue más vigente que nunca y justo cuando se creía que iba desapareciendo en pos de otras tecnologías (como Flash o desarrollos nativos), revivió de las cenizas con más poder y más futuro que antes con HTML5 y su compañero inseparable CSS, ahora en versión 3","id":462460297,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":331,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/462460297/298x396/d6604f5864/1654333163?v=1","run_time":0,"short_title":"HTML5 y CSS3 para diseñadores","static_rating":{"rating":5,"count":1,"up_count":1},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/462460297/149x198/dc698a3310/1654333163?v=1","title":"HTML5 y CSS3 para diseñadores","type":"book","url":"https://es.everand.com/book/462460297/HTML5-y-CSS3-para-disenadores","views":"807"},"464824596":{"author":"Lucía Lijtmaer","author_url":"https://www.everand.com/author/296032412/Lucia-Lijtmaer","categories":[],"description":"Se abre el telón y aparece un data center que está en Alcalá de Henares. Entre circuitos de refrigeración, varios servidores almacenan información que se transmite a través de cables de fibra y que luego salta por una densa trama de cables y antenas: aquí nada es muy lineal. La información llega a un router instalado en el pasillo de tu casa y después a tu portátil, que ti","id":464824596,"is_series":true,"in_library":false,"library_xhr_pending":false,"page_count":0,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/series/464824596/298x396/c835fd49db/1716537208?v=1","run_time":0,"short_title":"Muckraker 02","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/series/464824596/149x198/04e5b2cbf4/1716537208?v=1","title":"Muckraker 02","type":"book","url":"https://es.everand.com/series/464824596/Muckraker-02","views":"123"},"528015507":{"author":"Pablo Augusto Sznajdleder","author_url":"https://www.everand.com/author/514950504/Pablo-Augusto-Sznajdleder","categories":[],"description":"Este libro está diseñado para aprender a programar desde cero y avanzar sin impedimentos hasta cubrir cuestiones verdaderamente complejas. Es por ello que deviene una herramienta indispensable tanto para aquellos que se inician en la materia como para desarrolladores con cierta experiencia que desean ahondar en la temática tratada.\nCada capítulo está dividido en lecciones","id":528015507,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":248,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/528015507/298x396/9ad64a3b50/1654276196?v=1","run_time":0,"short_title":"Programación y desarrollo de algoritmos con C++","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/528015507/149x198/1f0da59c39/1654276196?v=1","title":"Programación y desarrollo de algoritmos con C++","type":"book","url":"https://es.everand.com/book/528015507/Programacion-y-desarrollo-de-algoritmos-con-C","views":"977"},"537205345":{"author":"Jorge Santiago Nolasco","author_url":"https://www.everand.com/author/575383169/Jorge-Santiago-Nolasco","categories":[],"description":"Python es un lenguaje de programación muy popular que se caracteriza por ser dinámico, interpretado y multiplataforma. Si desea comprender de manera sencilla los conceptos y las características básicas de este lenguaje, ha llegado al libro indicado. Su principal objetivo es brindar la manera adecuada de cómo interpretarlo y utilizarlo mediante una serie de pasos que son ex","id":537205345,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":192,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/537205345/298x396/4fb96508e6/1654341273?v=1","run_time":0,"short_title":"Fundamentos de programación con Python 3","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/537205345/149x198/976d64f0a3/1654341273?v=1","title":"Fundamentos de programación con Python 3","type":"book","url":"https://es.everand.com/book/537205345/Fundamentos-de-programacion-con-Python-3","views":"616"},"543477051":{"author":"Inmaculada Cárcel Puig","author_url":"https://www.everand.com/author/581595116/Inmaculada-Carcel-Puig","categories":[],"description":"En la actualidad, la sociedad se encuentra totalmente digitalizada; se utilizan dispositivos electrónicos y aplicaciones para facilitar, en todos los ámbitos, el día a día de las personas. El presente trabajo fin de grado consiste en la creación de una aplicación móvil desarrollada para sistemas operativos Android. Se trata de un asistente para dinamizar el turismo en la c","id":543477051,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":61,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/543477051/298x396/60168700b0/1654331931?v=1","run_time":0,"short_title":"Desarrollo de la aplicación Android","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/543477051/149x198/4f47041b98/1654331931?v=1","title":"Desarrollo de la aplicación Android: Guía turística para el municipio de Cullera","type":"book","url":"https://es.everand.com/book/543477051/Desarrollo-de-la-aplicacion-Android-Guia-turistica-para-el-municipio-de-Cullera","views":"70"},"557662586":{"author":"Carmen Fernandez ","author_url":"https://www.everand.com/author/667071284/Carmen-Fernandez","categories":[],"description":"C#, pronunciado C Sharp, es actualmente uno de los lenguajes de programación más populares en informática y comunicaciones. El objetivo de Microsoft, que tiene todos los derechos sobre la plataforma de desarrollo .NET Framework SDK en la que está incluido C#, es permitir a los programadores abordar el desarrollo de aplicaciones complejas con facilidad y rapidez, es un poco","id":557662586,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":177,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/557662586/298x396/35a706c613/1700591795?v=1","run_time":0,"short_title":"C# ®","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/557662586/149x198/f83d52ee2e/1700591795?v=1","title":"C# ®: Lo básico que debes saber","type":"book","url":"https://es.everand.com/book/557662586/C-Lo-basico-que-debes-saber","views":"466"},"565828871":{"author":"Mario Rodríguez Rancel","author_url":"https://www.everand.com/author/593601972/Mario-Rodriguez-Rancel","categories":[],"description":"Internet está en pleno desarrollo y adquiriendo cada vez mayor relevancia en nuestra sociedad en aspectos como la educación, el comercio y el ocio. Joomla es una herramienta muy potente que requiere pocos conocimientos previos y nos permite crear páginas web en poco tiempo. Joomla es un Gestor de Contenidos (CMS) para crear y gestionar páginas web. Joomla es software libre","id":565828871,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":166,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/565828871/298x396/1eca513629/1654342274?v=1","run_time":0,"short_title":"Introducción a la creación y administración web con Joomla","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/565828871/149x198/f4d7b9bea0/1654342274?v=1","title":"Introducción a la creación y administración web con Joomla: Curso paso a paso","type":"book","url":"https://es.everand.com/book/565828871/Introduccion-a-la-creacion-y-administracion-web-con-Joomla-Curso-paso-a-paso","views":"107"},"576812589":{"author":"Christian Cibelli","author_url":"https://www.everand.com/author/615707572/Christian-Cibelli","categories":[],"description":"PHP, Programación Web avanzada para profesionales reúne una colección de problemas y soluciones con ejemplos prácticos de programación orientada a objetos. \n \nEl libro es una guía en el desarrollo de soluciones día a día e intenta ser una base para que las recetas sean extendidas de acuerdo a la necesidad o bien disparen nuevas ideas para sus proyectos.","id":576812589,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":235,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/576812589/298x396/eea162276a/1709590824?v=1","run_time":0,"short_title":"PHP","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/576812589/149x198/3cb79cff47/1709590824?v=1","title":"PHP: Programación web avanzada para profesionales","type":"book","url":"https://es.everand.com/book/576812589/PHP-Programacion-web-avanzada-para-profesionales","views":"421"},"576812789":{"author":"Pablo Sznajdleder","author_url":"https://www.everand.com/author/615292576/Pablo-Sznajdleder","categories":[],"description":"Esta obra está dirigida a aquellos programadores que disponen de cierta base de conocimientos sobre el lenguaje de programación Java y que, además, están familiarizados con los conceptos de \"desarrollo en capas\" y \"arquitectura cliente/servidor\".Se podrán abordar temas relacionados con las tecnologías que JEE provee para desarrollar funcionalidad dentro de la capa Web: la","id":576812789,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":235,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/576812789/298x396/f6ef5f65d5/1708604935?v=1","run_time":0,"short_title":"JEE 7 a Fondo","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/576812789/149x198/1072b3787a/1708604935?v=1","title":"JEE 7 a Fondo: Diseño y desarrollo de aplicaciones Java Enterprise","type":"book","url":"https://es.everand.com/book/576812789/JEE-7-a-Fondo-Diseno-y-desarrollo-de-aplicaciones-Java-Enterprise","views":"554"},"576812921":{"author":"Pablo Augusto Sznajdleder","author_url":"https://www.everand.com/author/514950504/Pablo-Augusto-Sznajdleder","categories":[],"description":"Java a fondo propone un curso de lenguaje y desarrollo de aplicaciones. Java basado en un enfoque totalmente práctico, sin vueltas ni rodeos, y contemplando el aprendizaje basado en competencias.\nEl libro comienza desde un nivel \"cero\" y avanza hasta llegar a temas complejos como Introspección de clases y objetos, Acceso a bases de datos (JDBC), Multiprogramación, Networki","id":576812921,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":344,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/576812921/298x396/09cd33d92f/1709590904?v=1","run_time":0,"short_title":"Java a fondo","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/576812921/149x198/0ed71ee876/1709590904?v=1","title":"Java a fondo: Estudio del lenguaje y desarrollo de aplicaciones","type":"book","url":"https://es.everand.com/book/576812921/Java-a-fondo-Estudio-del-lenguaje-y-desarrollo-de-aplicaciones","views":"313"},"577053918":{"author":"Hernán Beati","author_url":"https://www.everand.com/author/512975872/Hernan-Beati","categories":[],"description":"Esta obra es una excelente fuente de información, ejemplos y conceptos para lograr que los diseños Web sean más dinámicos e interactivos. El lector aprenderá las técnicas de programación básicas para incorporar a cualquier sitio HTML, la sintaxis del lenguaje PHP y ejemplos claros de cada funcionalidad. \n \nEl lector podrá crear sitios que interactúen con bases de datos, co","id":577053918,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":386,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/577053918/298x396/e314729ba9/1708604676?v=1","run_time":0,"short_title":"PHP","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/577053918/149x198/2aeca19971/1708604676?v=1","title":"PHP: Creación de páginas Web dinámicas","type":"book","url":"https://es.everand.com/book/577053918/PHP-Creacion-de-paginas-Web-dinamicas","views":"332"},"577054078":{"author":"Arnoldo Pérez","author_url":"https://www.everand.com/author/616052657/Arnoldo-Perez","categories":[],"description":"La presente obra, dirigida a estudiantes universitarios, profesores de ciencias de la computación y programadores, representa una excelente oportunidad de acercamiento al lenguaje de programación libre más reconocido y utilizado por grandes empresas como Google o la NASA por su alto nivel de expresividad y sofisticación: Python. Entregado a la tarea de elogiar sus virtudes","id":577054078,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":254,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/577054078/298x396/a9f9fdf9e7/1708604906?v=1","run_time":0,"short_title":"Python fácil","static_rating":{"rating":4,"count":1,"up_count":1},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/577054078/149x198/dd54c6e8a3/1708604906?v=1","title":"Python fácil","type":"book","url":"https://es.everand.com/book/577054078/Python-facil","views":"507"},"578580107":{"author":"Ezequiel Kashi","author_url":"https://www.everand.com/author/618241265/Ezequiel-Kashi","categories":[],"description":"Este libro busca transmitir y documentar el proceso de cambio de pasar de un mundo de programación a otro, que seguramente muchos deberán transitar: de Flash a HTML5. Es un diario de aprendizaje, donde se transmite el camino de aprender HTML5 con experiencia y conocimientos previos en la plataforma Flash.","id":578580107,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":200,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/578580107/298x396/682ff7eddc/1708566684?v=1","run_time":0,"short_title":"HTML5","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/578580107/149x198/937a24636a/1708566684?v=1","title":"HTML5: Migrar desde Flash","type":"book","url":"https://es.everand.com/book/578580107/HTML5-Migrar-desde-Flash","views":"75"},"579429465":{"author":"Antonio Luís Cardador Cabello","author_url":"https://www.everand.com/author/540865493/Antonio-Luis-Cardador-Cabello","categories":[],"description":"Libro especializado que se ajusta al desarrollo de la cualificación profesional y adquisición del certificado de profesionalidad \"IFCD0110. CONFECCIÓN Y PUBLICACIÓN DE PÁGINAS WEB\". Manual imprescindible para la formación y la capacitación, que se basa en los principios de la cualificación y dinamización del conocimiento, como premisas para la mejora de la empleabilidad y","id":579429465,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":459,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/579429465/298x396/7bc41873f6/1655994157?v=1","run_time":0,"short_title":"Programación con lenguajes de guión en páginas web. IFCD0110","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/579429465/149x198/902cfc3b17/1655994157?v=1","title":"Programación con lenguajes de guión en páginas web. IFCD0110","type":"book","url":"https://es.everand.com/book/579429465/Programacion-con-lenguajes-de-guion-en-paginas-web-IFCD0110","views":"292"},"580568465":{"author":"Rodrigo Díaz Concha","author_url":"https://www.everand.com/author/620399637/Rodrigo-Diaz-Concha","categories":[],"description":"Uno de los retos de los desarrolladores es el allegarse los conocimientos necesarios referentes a los diversos sistemas operativos y lenguajes de programación y actualizar estos conocimientos; asimismo, mantener múltiples versiones de código y diferentes ambientes, y administrar varias distribuciones y actualizaciones. El presente libro se constituye como una enorme contri","id":580568465,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":331,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/580568465/298x396/c464af042f/1709590874?v=1","run_time":0,"short_title":"XAMARIN.FORMS en acción","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/580568465/149x198/024171a4d6/1709590874?v=1","title":"XAMARIN.FORMS en acción: Aplicaciones de negocio","type":"book","url":"https://es.everand.com/book/580568465/XAMARIN-FORMS-en-accion-Aplicaciones-de-negocio","views":"421"},"580669956":{"author":"Enrique Gómez","author_url":"https://www.everand.com/author/620494501/Enrique-Gomez","categories":[],"description":"Este libro ha sido escrito con el fin que sea de utilidad para personas que se dedican al desarrollo de software o aquellos que apenas se inician en esta actividad. Los capítulos se han estructurado de tal manera que el aprendizaje incluya aspectos teóricos como prácticos. La teoría se ha explicado de forma clara y concisa y los ejercicios se basaron en estos conceptos. Al","id":580669956,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":444,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/580669956/298x396/e8e5be743d/1708604973?v=1","run_time":0,"short_title":"Desarrollo del Software con visual C# 2013 y Android","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/580669956/149x198/9f4decbbb0/1708604973?v=1","title":"Desarrollo del Software con visual C# 2013 y Android: ¡Programe para escritorio, web y dispositivos móviles!","type":"book","url":"https://es.everand.com/book/580669956/Desarrollo-del-Software-con-visual-C-2013-y-Android-Programe-para-escritorio-web-y-dispositivos-moviles","views":"947"},"581624612":{"author":"Ismael López Quintero","author_url":"https://www.everand.com/author/621326429/Ismael-Lopez-Quintero","categories":[],"description":"El presente libro también explica conceptos relacionados con Java que son un tanto ambiguos como Entorno de ejecución, Kit de desarrollo o Plataforma Java; proporciona un panorama sobre el uso de la sintaxis básica de Java e instrucciones para instalar el servidor de aplicaciones WebLogic Sever de Oracle; da cuenta sobre cómo utilizar el framework JSF para crear una aplica","id":581624612,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":291,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/581624612/298x396/d3dd10af62/1709059144?v=1","run_time":0,"short_title":"Curso avanzado de Java","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/581624612/149x198/0be08dcfe7/1709059144?v=1","title":"Curso avanzado de Java: Manual práctico","type":"book","url":"https://es.everand.com/book/581624612/Curso-avanzado-de-Java-Manual-practico","views":"104"},"599848286":{"author":"Héctor Flórez","author_url":"https://www.everand.com/author/635090611/Hector-Florez","categories":[],"description":"El contenido de esta obra tiene una orientación fundamentalmente práctica con actividades diseñadas para facilitar al lector/alumno la asimilación de los contenidos en aspectos como conocer la definición de una plataforma tecnológica y las peculiaridades de un entorno de desarrollo en el cliente. Saber cuáles son las características fundamentales que distinguen a un lengua","id":599848286,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":322,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/599848286/298x396/82dd652f2e/1716330176?v=1","run_time":0,"short_title":"Programación orientada a objetos usamdo JAVA","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/599848286/149x198/0a4e692389/1716330176?v=1","title":"Programación orientada a objetos usamdo JAVA","type":"book","url":"https://es.everand.com/book/599848286/Programacion-orientada-a-objetos-usamdo-JAVA","views":"237"},"602855247":{"author":"Silvia Guardati Buemo","author_url":"https://www.everand.com/author/637409852/Silvia-Guardati-Buemo","categories":[],"description":"Si tienes cero o nula experiencia en programación y quieres saber más acerca de la solución algorítmica de problemas, enfatizando en el análisis, el diseño, la implementación y la prueba de las soluciones, este libro será tu gran aliado.\n\nGracias a la lectura de este manual serás capaz de analizar un problema y, una vez entendido, diseñar el algoritmo que representa una so","id":602855247,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":287,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/602855247/298x396/c435de64c5/1666712896?v=1","run_time":0,"short_title":"Aprende a programar en Python","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/602855247/149x198/c4ec4e3e32/1666712896?v=1","title":"Aprende a programar en Python: de cero al infinito","type":"book","url":"https://es.everand.com/book/602855247/Aprende-a-programar-en-Python-de-cero-al-infinito","views":"1.3K"},"603040068":{"author":"Silvia Guardati Buemo","author_url":"https://www.everand.com/author/637409852/Silvia-Guardati-Buemo","categories":[],"description":"Solucionar uno mismo los problemas derivados del análisis de las colecciones de datos por medio del diseño de algoritmos es esencial para evolucionar como programador, así como saber implementar dichas soluciones utilizando el lenguaje de programación Python.\n\nSi quiere aprender nuevas formas de representar datos, su manejo y su uso en la solución de problemas, este libro","id":603040068,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":218,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/603040068/298x396/93ca296e1b/1666781303?v=1","run_time":0,"short_title":"Colecciones de datos y algoritmos en Python","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/603040068/149x198/13bca5a10c/1666781303?v=1","title":"Colecciones de datos y algoritmos en Python: de cero al infinito","type":"book","url":"https://es.everand.com/book/603040068/Colecciones-de-datos-y-algoritmos-en-Python-de-cero-al-infinito","views":"237"},"603754353":{"author":"Darin Mosquera","author_url":"https://www.everand.com/author/638070747/Darin-Mosquera","categories":[],"description":"El contenido de esta obra tiene una orientación fundamentalmente práctica con actividades diseñadas para facilitar al lector/alumno la asimilación de los contenidos en aspectos los elementos de programación básica. Las estructuras de control de flujo, las funciones predefinidas de java script. , por el programador, otras estructuras de control, dom, objetos. El objeto","id":603754353,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":227,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/603754353/298x396/0237c5b86d/1716330462?v=1","run_time":0,"short_title":"Java básico","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/603754353/149x198/f49a33aeef/1716330462?v=1","title":"Java básico","type":"book","url":"https://es.everand.com/book/603754353/Java-basico","views":"127"},"605168144":{"author":"Agustín Comotto","author_url":"https://www.everand.com/author/296054230/Agustin-Comotto","categories":[],"description":"En 2022 se conmemora el quinto centenario del fallecimiento de Antonio de Nebrija y los homenajes serán una de las grandes actividades culturales del año. El llamado «Año Nebrija 2022» se concretará en un proyecto plural impulsado por distintas instituciones y bajo el paraguas del Ministerio de Cultura y Deporte.\n\nAgustín Comotto ha escrito y dibujado este cómic biográfico","id":605168144,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":145,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/605168144/298x396/f355492f61/1667588259?v=1","run_time":0,"short_title":"Nebrija","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/605168144/149x198/4740d63041/1667588259?v=1","title":"Nebrija","type":"book","url":"https://es.everand.com/book/605168144/Nebrija","views":"139"},"620747941":{"author":"Ojula Technology Innovations","author_url":"https://www.everand.com/author/643658676/Ojula-Technology-Innovations","categories":[],"description":"Este libro es el volumen 2 de Desarrollo Web, de Principiante a Profesional Pagado. En este volumen, continuarás aprendiendo tus lecciones en HTML,CSS y JavaScript. \n\nEn este volumen pongo retos adicionales de código y sus soluciones. Obtendrás hojas de trucos actualizadas, ejercicios de programación, un impresionante portafolio de desarrollador web para mostrar tus","id":620747941,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":219,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/620747941/298x396/14d8c2bb07/1698750691?v=1","run_time":0,"short_title":"Desarrollo Web De Principiante a Profesional con Paga, Volumen 2","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/620747941/149x198/036644c7dc/1698750691?v=1","title":"Desarrollo Web De Principiante a Profesional con Paga, Volumen 2: Desarrollo Web De Principiante a Profesional con Paga, #2","type":"book","url":"https://es.everand.com/book/620747941/Desarrollo-Web-De-Principiante-a-Profesional-con-Paga-Volumen-2-Desarrollo-Web-De-Principiante-a-Profesional-con-Paga-2","views":"133"},"624821239":{"author":"Tomás Domínguez","author_url":"https://www.everand.com/author/652902016/Tomas-Dominguez","categories":[],"description":"Las interfaces de usuario son el medio de interacción entre las aplicaciones y las personas. Dependiendo de la forma en la que se lleve a cabo esta comunicación, se distinguen  diferentes tipos: desde las de línea de comandos (en las que el intercambio de información se realiza utilizando únicamente\ntexto), pasando por las interfaces gráficas, hasta las sofisticadas interf","id":624821239,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":411,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/624821239/298x396/21c7293701/1708604924?v=1","run_time":0,"short_title":"Desarrollo de interfaces gráficas en Python 3 con TKINTER","static_rating":{"rating":5,"count":2,"up_count":2},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/624821239/149x198/4e06a8e4b9/1708604924?v=1","title":"Desarrollo de interfaces gráficas en Python 3 con TKINTER","type":"book","url":"https://es.everand.com/book/624821239/Desarrollo-de-interfaces-graficas-en-Python-3-con-TKINTER","views":"713"},"624821247":{"author":"Amin Espinoza de los Monteros","author_url":"https://www.everand.com/author/652902027/Amin-Espinoza-de-los-Monteros","categories":[],"description":"La constante evolución de los entornos de software no es ninguna sorpresa para nadie involucrado en todo este mundo. Llevo ya 12 años trabajando como profesional y en esta  pequeña fracción de la historia de la tecnología me da mucha risa recordar el hardware con el que trabajaba en la universidad, recordar versiones de los sistemas operativos que usaba y con un nivel no m","id":624821247,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":277,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/624821247/298x396/95c20f4b7b/1709590806?v=1","run_time":0,"short_title":"Terraform","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/624821247/149x198/85ce65a661/1709590806?v=1","title":"Terraform: Curso práctico de formación","type":"book","url":"https://es.everand.com/book/624821247/Terraform-Curso-practico-de-formacion","views":"254"},"624821251":{"author":"José López Quijado","author_url":"https://www.everand.com/author/652902034/Jose-Lopez-Quijado","categories":[],"description":"Este libro, Laravel: Curso práctico avanzado, contiene recursos y técnicas que no están incluidos en el volumen básico anteriormente publicado, Laravel: Aprende a crear aplicaciones web desde cero, como gestión de usuarios (tanto en Laravel 5 como en la versión 6), integración y uso de distintos paquetes de mejoras, y otras técnicas que nos llevarán a otro nivel.\nEl volume","id":624821251,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":424,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/624821251/298x396/a81f4ee12f/1708604924?v=1","run_time":0,"short_title":"Laravel","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/624821251/149x198/b229e0e63a/1708604924?v=1","title":"Laravel: Curso práctico de formación","type":"book","url":"https://es.everand.com/book/624821251/Laravel-Curso-practico-de-formacion","views":"580"},"627512845":{"author":"César Castillo","author_url":"https://www.everand.com/author/654806932/Cesar-Castillo","categories":[],"description":"Este libro se escribió con la idea de dar a conocer la plataforma de Jakarta EE. Proporciona un material didáctico y, al mismo tiempo, da un contexto de cómo desarrollar soluciones innovadoras y adaptadas a las necesidades del mercado mundial, utilizando las tecnologías apropiadas para cada proyecto y aplicando las mejores prácticas en el desarrollo de software en Jakarta","id":627512845,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":470,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/627512845/298x396/feb829aa21/1708604875?v=1","run_time":0,"short_title":"Desarrollo de aplicaciones web con Jakarta EE","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/627512845/149x198/6713b33d81/1708604875?v=1","title":"Desarrollo de aplicaciones web con Jakarta EE","type":"book","url":"https://es.everand.com/book/627512845/Desarrollo-de-aplicaciones-web-con-Jakarta-EE","views":"197"},"635013179":{"author":"María Yazmín Abril Fernández","author_url":"https://www.everand.com/author/660828713/Maria-Yazmin-Abril-Fernandez","categories":[],"description":"El propósito de Matemáticas discretas con un enfoque desde la ingeniería y ciencias sociales – conceptos básicos (administración), orienta los contenidos a la aplicación y análisis de datos, estudio de diagramas de Venn, operaciones con conjuntos, álgebra de conjuntos, relaciones, presentación gráfica de las relaciones, técnicas de conteo, permutaciones, combinaciones, rec","id":635013179,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":101,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/635013179/298x396/548f36efcc/1695807166?v=1","run_time":0,"short_title":"Matemáticas Discretas:","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/635013179/149x198/8e90803bb2/1695807166?v=1","title":"Matemáticas Discretas:: Con un enfoque desde la ingeniería y ciencias sociales - Conceptos básicos","type":"book","url":"https://es.everand.com/book/635013179/Matematicas-Discretas-Con-un-enfoque-desde-la-ingenieria-y-ciencias-sociales-Conceptos-basicos","views":"59"},"651135285":{"author":"Maximo Fernandez","author_url":"https://www.everand.com/author/683866181/Maximo-Fernandez","categories":[],"description":"Este libro tiene como objetivo que los lectores adquieran los conocimientos necesarios para la puesta en producción mediante el desarrollo de un sistema de despliegue de software seguro. La función de implantación de un sistema de despliegue seguro incluye aspectos como la monitorización de aplicaciones y dispositivos para detectar los vectores de ataque más comunes. Las a","id":651135285,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":356,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/651135285/298x396/3aea697c94/1700590662?v=1","run_time":0,"short_title":"Puesta en producción segura","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/651135285/149x198/1472044819/1700590662?v=1","title":"Puesta en producción segura","type":"book","url":"https://es.everand.com/book/651135285/Puesta-en-produccion-segura","views":"232"},"658620496":{"author":"Ester Chicano Tejada","author_url":"https://www.everand.com/author/540865329/Ester-Chicano-Tejada","categories":[],"description":"Libro especializado que se ajusta al desarrollo de la cualificación profesional y adquisición del certificado de profesionalidad \"IFCT0609. PROGRAMACIÓN DE SISTEMAS INFORMÁTICOS\". Manual imprescindible para la formación y la capacitación, que se basa en los principios de la cualificación y dinamización del conocimiento, como premisas para la mejora de la empleabilidad y ef","id":658620496,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":485,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/658620496/298x396/87349ec1c8/1689225616?v=1","run_time":0,"short_title":"Gestión de servicios en el sistema informático. IFCT0609","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/658620496/149x198/e782ffbd97/1689225616?v=1","title":"Gestión de servicios en el sistema informático. IFCT0609","type":"book","url":"https://es.everand.com/book/658620496/Gestion-de-servicios-en-el-sistema-informatico-IFCT0609","views":"32"},"658620529":{"author":"Ester Chicano Tejada","author_url":"https://www.everand.com/author/540865329/Ester-Chicano-Tejada","categories":[],"description":"Libro especializado que se ajusta al desarrollo de la cualificación profesional y adquisición del certificado de profesionalidad \"IFCT0109. SEGURIDAD INFORMÁTICA\". Manual imprescindible para la formación y la capacitación, que se basa en los principios de la cualificación y dinamización del conocimiento, como premisas para la mejora de la empleabilidad y eficacia para el d","id":658620529,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":446,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/658620529/298x396/bc5b0dc209/1697580369?v=1","run_time":0,"short_title":"Gestión de incidentes de seguridad informática. IFCT0109","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/658620529/149x198/75068815b4/1697580369?v=1","title":"Gestión de incidentes de seguridad informática. IFCT0109","type":"book","url":"https://es.everand.com/book/658620529/Gestion-de-incidentes-de-seguridad-informatica-IFCT0109","views":"4"},"672750906":{"author":"Mª Josefa Díaz Coca","author_url":"https://www.everand.com/author/540866350/M%C2%AA-Josefa-Diaz-Coca","categories":[],"description":"Libro especializado que se ajusta al desarrollo de la cualificación profesional y adquisición del certificado de profesionalidad \"IFCT0609 - PROGRAMACIÓN DE SISTEMAS INFORMÁTICOS\". Manual imprescindible para la formación y la capacitación, que se basa en los principios de la cualificación y dinamización del conocimiento, como premisas para la mejora de la empleabilidad y e","id":672750906,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":274,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/672750906/298x396/7bd63345f2/1695619216?v=1","run_time":0,"short_title":"Desarrollo de componentes software para el manejo de dispositivos. IFCT0609","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/672750906/149x198/d7646fb349/1695619216?v=1","title":"Desarrollo de componentes software para el manejo de dispositivos. IFCT0609","type":"book","url":"https://es.everand.com/book/672750906/Desarrollo-de-componentes-software-para-el-manejo-de-dispositivos-IFCT0609","views":"15"},"673466159":{"author":"Daniel López","author_url":"https://www.scribd.com/user/28924782/Daniel-Lopez","categories":[],"description":null,"id":673466159,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":3,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/673466159/298x396/4ebad89fd0/1695642664?v=1","run_time":0,"short_title":"Linea 11 - Data Sheet - Ups Apc Easy en Línea SRV RM Srv3krirk","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/673466159/149x198/e38c166c91/1695642664?v=1","title":"Linea 11 - Data Sheet - Ups Apc Easy en Línea SRV RM Srv3krirk","type":"document","url":"https://es.scribd.com/document/673466159/Linea-11-Data-Sheet-Ups-Apc-Easy-en-Linea-Srv-Rm-Srv3krirk","views":"13"},"678924917":{"author":"Bolakale Aremu","author_url":"https://www.everand.com/author/684200258/Bolakale-Aremu","categories":[],"description":"Este libro de instrucciones es el tercer volumen de la serie Introducción a los Algoritmos y las Estructuras de Datos. Está escrito en como un curso. Es un libro muy comprensivo para las estructuras de datos y los algoritmos, que incluye: \n\nTutoriales de texto con muchas ilustraciones \n\n5 horas de video tutoriales de alta definición \n\nPreguntas c","id":678924917,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":216,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/678924917/298x396/26c6d4ae48/1698686645?v=1","run_time":0,"short_title":"Introducción a los Algoritmos y las Estructuras de Datos 3","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/678924917/149x198/50b6a7ba80/1698686645?v=1","title":"Introducción a los Algoritmos y las Estructuras de Datos 3: Introducción a los Algoritmos y las Estructuras de Datos, #3","type":"book","url":"https://es.everand.com/book/678924917/Introduccion-a-los-Algoritmos-y-las-Estructuras-de-Datos-3-Introduccion-a-los-Algoritmos-y-las-Estructuras-de-Datos-3","views":"12"},"687313277":{"author":"Francisco J. Toro López","author_url":"https://www.everand.com/author/539829679/Francisco-J-Toro-Lopez","categories":[],"description":"Esta obra demuestra una metodología de desarrollo de investigaciones, proyectos e iniciativas aplicadas en muchas áreas del conocimiento, que en diversas instancias se fundamentan en base de datos e información proveniente de fuentes internas y externas en el marco de objetivos de las sociedades abiertas al cambio. Se repasa el lenguaje de programación Python muy utilizado","id":687313277,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":188,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/687313277/298x396/2e7e2dbb45/1716328401?v=1","run_time":0,"short_title":"Ciencia de los datos con Python - 1ra edición","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/687313277/149x198/a59c3aa48f/1716328401?v=1","title":"Ciencia de los datos con Python - 1ra edición","type":"book","url":"https://es.everand.com/book/687313277/Ciencia-de-los-datos-con-Python-1ra-edicion","views":"2"},"695559039":{"author":"Edgar D´Andrea","author_url":"https://www.everand.com/author/716135373/Edgar-D-Andrea","categories":[],"description":"Este libro tiene un doble objetivo; el primero es la enseñanza de un lenguaje de programación al alcance de todos con el que podrán divertirse creando videojuegos, aplicaciones educativas y creaciones artísticas interactivas de diverso tipo. _x000D_\n_x000D_\nSe explica con detalle, a paso a paso, razonando por qué y para que se hace. Las explicaciones prácticas de este libr","id":695559039,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":657,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/695559039/298x396/59ef854905/1715028104?v=1","run_time":0,"short_title":"SCRATCH Aprende a programar jugando","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/695559039/149x198/92a80f331c/1715028104?v=1","title":"SCRATCH Aprende a programar jugando","type":"book","url":"https://es.everand.com/book/695559039/SCRATCH-Aprende-a-programar-jugando","views":"5"},"695560307":{"author":"Nuria del Carmen Gómez ","author_url":"https://www.everand.com/author/716135473/Nuria-del-Carmen-Gomez","categories":[],"description":"En el presente manual el lector encontrará los principales conceptos, normas y guías legislativas publicadas por las autoridades para adentrarse en el mundo de la ciberseguridad._x000D_\n_x000D_\nCon un lenguaje claro y didáctico se repasan las principales características de la normativa vigente, haciendo especial hincapié en las que pueden ser novedosas y transcendentes, ac","id":695560307,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":401,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/695560307/298x396/360450f9f8/1715027096?v=1","run_time":0,"short_title":"Normativa de Ciberseguridad","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/695560307/149x198/22666a7e76/1715027096?v=1","title":"Normativa de Ciberseguridad","type":"book","url":"https://es.everand.com/book/695560307/Normativa-de-Ciberseguridad","views":"3"},"695560726":{"author":"Arturo Enrique Mata ","author_url":"https://www.everand.com/author/716135365/Arturo-Enrique-Mata","categories":[],"description":"El propósito general de este libro es introducir al lector en el reconocimiento y escaneo de vulnerabilidades utilizando lenguaje , así como en el diseño de scripts para evaluar la configuración de seguridad de equipos conectados a una red LAN._x000D_\n_x000D_\nEsta obra está dirigida a estudiantes y profesionales de la informática, está redactada con un lenguaje","id":695560726,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":372,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/695560726/298x396/c1ff7eeaa9/1715027101?v=1","run_time":0,"short_title":"Curso de programación Bash Shell","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/695560726/149x198/92bee6ee1b/1715027101?v=1","title":"Curso de programación Bash Shell","type":"book","url":"https://es.everand.com/book/695560726/Curso-de-programacion-Bash-Shell","views":"10"},"695562031":{"author":"Mario Guerra ","author_url":"https://www.everand.com/author/716135372/Mario-Guerra","categories":[],"description":"“Si conoces a tu enemigo y te conoces a ti mismo, no temerás el resultado de cien batallas. Si te conoces a ti mismo, pero no al enemigo, por cada victoria obtenida, también sufrirás una derrota. Si no sabes nada ni del enemigo ni de ti mismo, sucumbirás en todas las batallas” – Sun Tzu, “El Arte de la Guerra”._x000D_\n_x000D_\n“El tigre, el león y la pantera son animales in","id":695562031,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":1549,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/695562031/298x396/76152352e8/1715027111?v=1","run_time":0,"short_title":"Ciberinteligencia de la amenaza en entornos corporativos","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/695562031/149x198/05f034fba1/1715027111?v=1","title":"Ciberinteligencia de la amenaza en entornos corporativos","type":"book","url":"https://es.everand.com/book/695562031/Ciberinteligencia-de-la-amenaza-en-entornos-corporativos","views":"0"},"695562077":{"author":"Raúl Pedro Aceñero ","author_url":"https://www.everand.com/author/716135588/Raul-Pedro-Acenero","categories":[],"description":"Esta obra es una guía integral que sumerge a los desarrolladores en el mundo de la programación de Android utilizando las tecnologías más actuales. El libro comienza con una introducción sólida a Kotlin, el lenguaje de programación oficial de Android, destacando sus características clave y su_x000D_\nintegración perfecta con el ecosistema Android. A medida que los lectores","id":695562077,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":589,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/695562077/298x396/d26daa972b/1715027120?v=1","run_time":0,"short_title":"Kotlin y Jetpack Compose. Desarrollo de aplicaciones Android","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/695562077/149x198/6c54e93306/1715027120?v=1","title":"Kotlin y Jetpack Compose. Desarrollo de aplicaciones Android","type":"book","url":"https://es.everand.com/book/695562077/Kotlin-y-Jetpack-Compose-Desarrollo-de-aplicaciones-Android","views":"21"},"696928200":{"author":"Carlos Casado ","author_url":"https://www.everand.com/author/716135772/Carlos-Casado","categories":[],"description":"La presente obra está dirigida a los estudiantes de los Ciclos Formativos Desarrollo de Aplicaciones Multiplataforma y Desarrollo de Aplicaciones Web de Grado Superior, en concreto para el módulo profesional Entornos de Desarrollo._x000D_\nLos contenidos incluidos en este libro abarcan los conceptos básicos de entornos de desarrollo. Se estudian como objetivo principal de l","id":696928200,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":140,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/696928200/298x396/62d0e17e39/1715027121?v=1","run_time":0,"short_title":"Entornos de Desarrollo (GRADO SUPERIOR)","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/696928200/149x198/3dbda06b1e/1715027121?v=1","title":"Entornos de Desarrollo (GRADO SUPERIOR)","type":"book","url":"https://es.everand.com/book/696928200/Entornos-de-Desarrollo-GRADO-SUPERIOR","views":"0"},"699384273":{"author":"Omar Ivan Trejos Buriticá","author_url":"https://www.everand.com/author/718136233/Omar-Ivan-Trejos-Buritica","categories":[],"description":"Esta obra está redactada con un lenguaje didáctico y de fácil compresión, con un enfoque teórico-práctico y con ejemplos desarrollados.\n\nEn Python tanto su sintaxis como sus instrucciones\n\npermiten que los conceptos teóricos se simplifiquen en tiempo de ejecución al construir un programa.\n\nPor estas razones lo invito a que disfrute e","id":699384273,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":187,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/699384273/298x396/e8f7e9d856/1705443691?v=1","run_time":0,"short_title":"Introducción a la programación con Python","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/699384273/149x198/44742eea9d/1705443691?v=1","title":"Introducción a la programación con Python","type":"book","url":"https://es.everand.com/book/699384273/Introduccion-a-la-programacion-con-Python","views":"4"},"699384331":{"author":"Manel López I Seuba ","author_url":"https://www.everand.com/author/718136359/Manel-Lopez-I-Seuba","categories":[],"description":"¿Qué tienen en común drones, wearables, cloud computing, 5G, Big Data, Machine learning, Blockchain, y tantas otras tecnologías y dispositivos actuales? Pues que son elementos que forman parte de la revolución que ha llegado para quedarse:\nInternet de las cosas. Cada uno de los anteriores dispone de identidad, utilidad y autonomía propia, pero su","id":699384331,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":364,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/699384331/298x396/2458caa2a6/1705444314?v=1","run_time":0,"short_title":"Internet de las Cosas","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/699384331/149x198/bb42a391bc/1705444314?v=1","title":"Internet de las Cosas","type":"book","url":"https://es.everand.com/book/699384331/Internet-de-las-Cosas","views":"24"}}},"renewalNagProps":null,"signupContext":null,"static":{"config":{"brand":"scribd","google":{"clientId":"491264573595-hs5hu9ijbfl9g6khnkn2retrfr6lcua7.apps.googleusercontent.com","sessionPath":"/open_id_connect/login"},"thirdPartyTags":{"googleAnalytics":{"account_id":"UA-443684-2","current_user":"false","facebook_user_context":"none"},"includeGoogleTagManager":true,"siftScience":{"user_id":null,"unique_browser_tracking_uuid":"d3d2d92f-7921-4318-ad21-330a23911ae4","sift_science_js_key":"cbcb9f556a"}}},"routes":{"accountPath":"L2FjY291bnQtc2V0dGluZ3M=\n","accountSettingsPath":"L2FjY291bnQtc2V0dGluZ3M=\n","androidStoreUrl":"aHR0cHM6Ly9wbGF5Lmdvb2dsZS5jb20vc3RvcmUvYXBwcy9kZXRhaWxzP2lk\nPWNvbS5zY3JpYmQuYXBwLnJlYWRlcjAuZG9jcw==\n","appPromoDeepLink":"aHR0cHM6Ly9zY3JpYmQucGFnZS5saW5rLz9hbXY9MTMuMTYmYXBuPWNvbS5z\nY3JpYmQuYXBwLnJlYWRlcjAuZG9jcyZpYmk9Y29tLnNjcmliZC5kb2NzJmlt\ndj0xMy4xNiZpc2k9NjQ0ODgwNzcxNCZsaW5rPWh0dHBzJTNBJTJGJTJGd3d3\nLnNjcmliZC5jb20lMkZkb2N1bWVudCUyRjcwMTAxNjExMiUyRk4yOC1QSFA1\nLVBDLUN1YWRlcm5vcyUzRnJlZmVycmVyJTNEdXRtX2NhbXBhaWduJTNEZG9j\nX3BhZ2UlMjZ1dG1fc291cmNlJTNEZG9jX3BhZ2UlMjZ1dG1fbWVkaXVtJTNE\nd2ViJnN0PU4yOC5QSFA1LlBDJTIwQ3VhZGVybm9zJnNpPWh0dHBzOi8vaW1n\ndjItMi1mLnNjcmliZGFzc2V0cy5jb20vaW1nL2RvY3VtZW50LzcwMTAxNjEx\nMi9vcmlnaW5hbC8yMTZ4Mjg3LzU2OGVmOGRiYTAvMTcxNjU5ODQ4MD92PTE=\n","audiobooksAllCategoriesPath":"L2F1ZGlvYm9va3MvY2F0ZWdvcmllcw==\n","audiobooksPath":"L2F1ZGlvYm9va3M=\n","archivePlansUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hcmNoaXZlL3BsYW5zP2RvYz03MDEw\nMTYxMTImbWV0YWRhdGE9JTdCJTIyY29udGV4dCUyMiUzQSUyMmFyY2hpdmVf\ndmlld19yZXN0cmljdGVkJTIyJTJDJTIycGFnZSUyMiUzQSUyMnJlYWQlMjIl\nMkMlMjJhY3Rpb24lMjIlM0ElMjJkb3dubG9hZCUyMiUyQyUyMmxvZ2dlZF9p\nbiUyMiUzQWZhbHNlJTJDJTIycGxhdGZvcm0lMjIlM0ElMjJ3ZWIlMjIlN0Q=\n","bestsellersPath":"L2Jlc3RzZWxsZXJz\n","booksAllCategoriesPath":"L2Jvb2tzL2NhdGVnb3JpZXM=\n","booksPath":"L2Jvb2tz\n","documentsAllCategoriesPath":"L2RvY3MvY2F0ZWdvcmllcw==\n","documentsPath":"L2RvY3M=\n","facebookUrl":"aHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL1NjcmliZC8=\n","homePath":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS8=\n","instagramUrl":"aHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9zY3JpYmQv\n","iosStoreUrl":"aHR0cHM6Ly9hcHBzLmFwcGxlLmNvbS91cy9hcHAvNjQ0ODgwNzcxND9tdD04\nJnB0PTI5ODUzNA==\n","languageModalPropsPath":"L2xhbmd1YWdlX21vZGFsX3Byb3Bz\n","logoutPath":"L2xvZ291dA==\n","magazinesAllCategoriesPath":"L21hZ2F6aW5lcy9jYXRlZ29yaWVz\n","magazinesPath":"L21hZ2F6aW5lcw==\n","myUploadsPath":"L3VwbG9hZHM=\n","oauthLoginUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9vYXV0aC9sb2dpbg==\n","oauthSignupUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9vYXV0aC9zaWdudXA=\n","oauthStartTrialUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9vYXV0aC9zaWdudXA/ZG9jX2lkPTcw\nMTAxNjExMg==\n","paymentFixUrl":null,"pinterestUrl":"aHR0cHM6Ly93d3cucGludGVyZXN0LmNvbS9zY3JpYmQv\n","podcastsAllCategories":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wb2RjYXN0cy9jYXRlZ29yaWVz\n","podcastsPath":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wb2RjYXN0cw==\n","profilePath":"","progressiveProfileModalPropsPath":"L2RvYy1wYWdlL3Byb2dyZXNzaXZlLXByb2ZpbGUtbW9kYWwvNzAxMDE2MTEy\n","progressiveProfileModalDismissPath":"L3Byb2dyZXNzaXZlX3Byb2ZpbGVfbW9kYWwvZGlzbWlzc19tb2RhbA==\n","rate":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9yYXRpbmdzLmpzb24=\n","readingHistoryDataPath":"L3lvdXItYWNjb3VudC9yZWFkaW5nX2hpc3RvcnlfZGF0YQ==\n","referralsUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9yZWZlcnJhbHM=\n","rootPath":"Lw==\n","savedPath":"L3NhdmVk\n","searchPath":"L3NlYXJjaA==\n","sheetMusicPath":"L3NoZWV0bXVzaWM=\n","statsPath":null,"subscribeNowLandingPath":"L3N1YnNjcmliZS1ub3c=\n","subscribeUrl":"L2FyY2hpdmUvcG1wX2NoZWNrb3V0P2RvYz03MDEwMTYxMTImZG9jX2lkPTcw\nMTAxNjExMiZtZXRhZGF0YT0lN0IlMjJjb250ZXh0JTIyJTNBJTIycG1wJTIy\nJTJDJTIyYWN0aW9uJTIyJTNBJTIyc3RhcnRfdHJpYWwlMjIlMkMlMjJsb2dn\nZWRfaW4lMjIlM0FmYWxzZSUyQyUyMnBsYXRmb3JtJTIyJTNBJTIyd2ViJTIy\nJTdE\n","supportPath":"aHR0cDovL3N1cHBvcnQuc2NyaWJkLmNvbS9sb2dpbg==\n","twitterUrl":"aHR0cHM6Ly90d2l0dGVyLmNvbS9zY3JpYmQv\n","unpauseAccountUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hY2NvdW50L3VucGF1c2U/ZnJvbT1o\ndHRwcyUzQSUyRiUyRnd3dy5zY3JpYmQuY29tJTJGZG9jdW1lbnQlMkY3MDEw\nMTYxMTIlMkZOMjgtUEhQNS1QQy1DdWFkZXJub3M=\n","uploadPath":"L3VwbG9hZC1kb2N1bWVudD9hcmNoaXZlX2RvYz03MDEwMTYxMTI=\n","webAnalyticsUrl":"aHR0cHM6Ly93YS5zY3JpYmQuY29t\n","whatIsScribdLandingPath":"L3doYXQtaXMtc2NyaWJk\n","whatIsEverandLandingPath":"L3doYXQtaXMtZXZlcmFuZA==\n","footerContentTypeRoutes":{"documents":"L2RvY3M=\n"},"aboutUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hYm91dA==\n","accessibilityUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvYXJ0aWNsZXMv\nMjEwMTI5NTg2LUFjY2Vzc2liaWxpdHktTm90aWNl\n","adChoicesUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvYXJ0aWNsZXMv\nMjEwMTI5MzY2\n","blogUrl":"aHR0cHM6Ly9ibG9nLnNjcmliZC5jb20v\n","careersUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9jYXJlZXJz\n","contactUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9jb250YWN0\n","copyrightUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvc2VjdGlvbnMv\nMjAyMjQ2MDg2\n","everandBlogUrl":"aHR0cHM6Ly93d3cuZXZlcmFuZC5jb20vYmxvZw==\n","everandHostPath":"aHR0cHM6Ly93d3cuZXZlcmFuZC5jb20=\n","faqUrl":"aHR0cDovL3N1cHBvcnQuc2NyaWJkLmNvbS9oYy9lbi11cw==\n","giftUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9naWZ0\n","pressUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9tZWRpYQ==\n","privacyUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wcml2YWN5\n","privacyRequestFormUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvYXJ0aWNsZXMvMzYwMDM4\nMDE2OTMxLVByaXZhY3ktUmlnaHRzLVJlcXVlc3QtRm9ybQ==\n","publishersUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wdWJsaXNoZXJz\n","purchaseHelpUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvc2VjdGlvbnMv\nMjAyMjQ2MzA2\n","redeemUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9yZWRlZW0=\n","scribdForEnterpriseUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9lbnRlcnByaXNl\n","simpleCancelUrl":"L3lvdXItYWNjb3VudC9jYW5jZWwtbm93\n","termsUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvYXJ0aWNsZXMv\nMjEwMTI5MzI2LUdlbmVyYWwtVGVybXMtb2YtVXNl\n"}},"toolbar":{"search_path":"L2RvY3VtZW50cy9zZWFyY2g/YWxsb3dlZF9wYWdlcz0xJTJDMiUyQzMlMkM0\nJTJDNSUyQzYlMkM3JTJDOCUyQzklMkMxMCUyQzExJTJDMTIlMkMxMyUyQzE0\nJTJDMTUlMkMxNiUyQzE3JTJDMTglMkMxOSUyQzIwJTJDMjElMkMyMiUyQzIz\nJTJDMjQlMkMyNSUyQzI2JTJDMjclMkMyOCUyQzI5JTJDMzAlMkMzMSUyQzMy\nJTJDMzMlMkMzNCUyQzM1JTJDMzYlMkMzNyUyQzM4JTJDMzklMkM0MCUyQzQx\nJTJDNDIlMkM0MyUyQzQ0JTJDNDUlMkM0NiUyQzQ3JTJDNDglMkM0OSUyQzUw\nJTJDNTElMkM1MiUyQzUzJTJDNTQlMkM1NSUyQzU2JTJDNTclMkM1OCUyQzU5\nJTJDNjAlMkM2MSUyQzYyJTJDNjMlMkM2NCUyQzY1JTJDNjYlMkM2NyUyQzY4\nJTJDNjklMkM3MCUyQzcxJTJDNzIlMkM3MyUyQzc0JTJDNzUlMkM3NiUyQzc3\nJmF1dGhfdG9rZW49cSUyQnRHbUR3QVZZYTRPd09UdXFDS2JHb2o2OHclM0Qm\nYXV0aGVudGljaXR5X3Rva2VuPWJ4NjV4YkZ0X2l0ODRQcUxqbmZERG9uelIy\nSlZTTGlEVWp0UTkxdnN0Vkt3alRyejdKNy0zLXZ1Yzgyb1JDVldnejFMUGFm\nRmgxZmpFT1IxREpPSjF3JmV4cGlyZXM9MTcxNzIwMzI4MSZ3b3JkRG9jdW1l\nbnRJZD03MDEwMTYxMTImd29yZFVwbG9hZElkPTcyMTczOTY2Ng==\n"},"user":{"browserUuid":"d3d2d92f-7921-4318-ad21-330a23911ae4","canExtendSubscription":null,"country":null,"emailHash":null,"hasPublishedDocuments":false,"id":null,"initials":"","isAborted":null,"isAdmin":null,"isBot":true,"isDunning":false,"isEligibleForFreeTrial":true,"isLoggedIn":false,"isMobile":false,"isPaused":false,"isSubscriber":false,"isTrialing":false,"isUnderDunningLock":false,"name":null,"personaIconRetinaUrl":null,"personaIconUrl":null,"showSimpleCancelOption":false},"wordDocument":{"ads_disabled":false,"archived":true,"author_name":"Pancho Lopezz","copyright_name":"© All Rights Reserved","description":"","edit_path":null,"embed_modal_props_path":"/doc-page/embed-modal-props/701016112","extensions":["pdf"],"extracted_title":null,"flag_document_modal_props_path":"/doc-page/flag-document-modal-props/701016112","generatedDescription":null,"id":701016112,"image_url":"https://imgv2-2-f.scribdassets.com/img/document/701016112/149x198/84962791dd/1706064978?v=1","in_library":false,"is_archive":true,"is_credit_restricted":false,"isDocumentOwner":false,"is_downloadable":true,"is_sheet_music":false,"is_view_restricted_archive":true,"isbn":null,"library_xhr_pending":false,"page_count":77,"page_dimensions":{"width":612,"height":792},"page_orientation":"portrait","publisher_info":{"is_author":false,"name":"Pancho Lopezz","url":"https://www.scribd.com/user/681821415/Pancho-Lopezz"},"retina_image_url":"https://imgv2-1-f.scribdassets.com/img/document/701016112/298x396/1427c21298/1706064978?v=1","secret_password":null,"signup_context":null,"short_title":"N28.PHP5.PC Cuadernos","show_archive_paywall":true,"showFullDoc":false,"title":"N28.PHP5.PC Cuadernos","translation":{"original":null,"translations":[]},"type":"view_restricted","url":"https://www.scribd.com/document/701016112/N28-PHP5-PC-Cuadernos","views":"3"},"X_Request_ID":"c3f1bb8b789542431ca0aa09c08aa6424a421d41a17412f4dac2c9019022e44d"}--></script></div></div><script type="text/javascript" src="/options/exposed_to_client.js"></script><script type="application/javascript">window._translations = JSON.parse("{\"en-US\":{\"translation\":{\"account_settings\":{\"facebook_connect\":{\"facebook\":\"Facebook\"},\"plans\":{\"plan_module\":{\"slash_month\":\"/month\",\"slash_year\":\"/year\"}},\"show\":{\"restart_membership\":\"Restart subscription\"},\"subscription_card\":{\"unlocks_available\":\"{{count}} unlock available\",\"unlocks_available_plural\":\"{{count}} unlocks available\",\"unlocks_will_expire\":\"Unlocks will expire on {{date}}\"}},\"bestsellers\":{\"promo\":{\"enjoy_bestselling_titles_when_subscribed\":\"Enjoy bestselling titles when you subscribe\"}},\"books\":{\"epub\":{\"banners\":{\"enjoying_preview_update_payment\":\"Your next unlock will be available after you update your payment information.\",\"enjoying_preview_update_payment_upgrade\":\"Update payment information to upgrade to Plus\"}}},\"browse\":{\"promo\":{\"cancel_anytime\":\"Cancel anytime.\",\"everand_also_available_on_mobile_devices\":\"Everand is also available for your mobile devices.\",\"scribd_also_available_on_mobile_devices\":\"Scribd is also available for your mobile devices.\"}},\"browse_page\":{\"promo\":{\"instant_access\":\"Get instant access to millions of ebooks, audiobooks, magazines, and more for only {{price}}/month.\"}},\"category\":{\"documents\":\"{{category}} Documents\"},\"chrome\":{\"flash\":{\"close_notification\":\"Close notification\",\"error\":\"Error\",\"notice\":\"Notice\",\"success\":\"Success\"},\"renewal_nag\":{\"click_here_to_become_a_member\":\"Click here to become a member\",\"click_here_to_renew_it\":\"Click here to renew it\",\"click_here_to_resume_it\":\"Click here to resume it\",\"click_here_to_update_it\":\"Click here to update it\",\"resume_membership\":\"Resume membership\",\"update_now\":\"Update Now\",\"update_payment\":\"Update Payment\",\"you_canceled_your_free_trial\":\"You canceled your free trial.\",\"your_account_is_at_risk\":\"Your account is at risk. Update your payment information immediately to avoid losing access to your subscription.\",\"your_credit_card_information_is_invalid_\":\"Your credit card information is invalid.\",\"your_membership_is_on_hold\":\"Your membership is on hold because of a problem with your last payment.\",\"your_membership_is_paused_until_paused_until_date\":\"Your membership is paused until {{paused_until_date}}.\",\"your_payment_is_overdue\":\"Your payment is overdue. Fix your billing information to ensure continuous service.\",\"your_paypal_information_is_invalid\":\"Your Paypal information is invalid.\",\"your_scribd_gift_membership_has_ended\":\"Your Scribd gift membership has ended.\",\"your_scribd_membership_has_expired\":\"Your Scribd membership has expired.\",\"your_scribd_membership_was_canceled\":\"Your Scribd membership was canceled.\"}},\"common\":{\"later\":\"Later\",\"update_payment\":\"Update payment\"},\"content_lengths\":{\"listening_minutes\":\"{{minutes}} min listen\",\"reading_minutes\":\"{{minutes}} min read\"},\"content_preview\":{\"available_on\":\"Available on {{date}}\",\"flags\":{\"expiring_soon\":\"Leaving soon\",\"geo_restricted\":\"Unavailable\",\"not_available\":\"Unavailable\",\"throttled\":\"Available soon\"},\"geo_restricted\":\"Unavailable in your country\",\"reviews\":{\"delete_rating_and_review\":\"Delete this rating and review?\",\"delete_warning\":\"This action cannot be undone.\",\"rating_and_review_deleted\":\"Rating and review deleted\"},\"save\":{\"add\":\"Save for later\",\"remove\":\"Remove from Saved\"},\"share\":\"Share\",\"social_media_share\":{\"email\":\"Email\",\"pinterest\":\"Pinterest\",\"twitter\":\"Twitter\"},\"social_media_share_modal\":{\"linked_copied\":\"Link copied\"},\"unavailable\":\"Currently unavailable\",\"view_titles_in_series\":\"View titles in series\"},\"content_types\":{\"article\":\"Article\",\"audiobook\":\"Audiobook\",\"audiobook_series\":\"Audiobook series\",\"audiobooks\":\"Audiobooks\",\"books\":\"Books\",\"document\":\"Document\",\"documents\":\"Documents\",\"ebook\":\"Ebook\",\"ebook_series\":\"Ebook series\",\"ebooks\":\"Ebooks\",\"magazine\":\"Magazine\",\"magazines\":\"Magazines\",\"podcast\":\"Podcast\",\"podcast_episode\":\"Podcast episode\",\"podcasts\":\"Podcasts\",\"sheet_music\":\"Sheet music\",\"song\":\"Song\"},\"doc_page\":{\"account_creation\":{\"get_instant_access_with_free_account\":\"Get instant access to this document and millions more with a free account.\",\"to_continue_reading_please_sign_in\":\"To continue reading, please sign in\"},\"ai_enhanced_tag\":{\"ai_enhanced\":\"AI-enhanced\",\"ai_enhanced_document\":\"AI-enhanced document\",\"ai_translated_document\":\"AI-translated document\",\"description\":\"AI-enhanced description\",\"description_tooltip\":\"Leveraging AI technology, we\'ve optimized the description for improved clarity.\",\"title\":\"AI-enhanced title\",\"title_and_description\":\"AI-enhanced title and description\",\"title_and_description_tooltip\":\"Leveraging AI technology, we\'ve optimized the title and description for improved clarity.\",\"title_tooltip\":\"Leveraging AI technology, we\'ve optimized the title for improved clarity.\"},\"app_promo\":{\"millions_of_documents\":\"Millions of documents at your fingertips\"},\"app_promo_interstitial\":{\"continue_for_free\":\"Continue for free\",\"trial_duration\":{\"unlock_full_access_to_the\":\"Unlock full access to the world’s largest digital library with a {{trialDuration}} day free trial.\"},\"upload_your_documents_or_subscribe\":\"Upload your documents or become a Scribd member to unlock full access.\"},\"between_page_interstitial\":{\"title_copy_subscribe_only_trial_duration\":\"Unlock full access (pages {{startPage}}-{{endPage}}) with a {{trialDuration}} Day Free Trial\",\"unlock_full_access\":{\"page_number_trial_duration\":\"Unlock full access (page {{props_currentrange}}) by uploading documents or with a {{trialDuration}} Day Free Trial\"},\"upload_or_subscribe_pages\":\"Upload your documents or become a Scribd member to unlock full access (pages {{startPage}}-{{endPage}}).\"},\"blur_promo\":{\"become_member_for_full_access\":\"Become a Scribd member for full access.\",\"read_and_download_full_documents\":\"Read and download full documents.\",\"skip_ad\":\"Skip ad\",\"subscribe_with_a_free_trial\":\"Subscribe with a free trial\",\"trial_duration\":{\"start_your_trial\":\"Start your {{trialDuration}} day free trial\"},\"unlock_next_pages_after_an_ad\":\"Unlock the next {{count}} page after an ad\",\"unlock_next_pages_after_an_ad_plural\":\"Unlock the next {{count}} pages after an ad\",\"unlock_this_document\":\"Unlock this document\",\"unlock_this_document_after_an_ad\":\"Unlock this document after an ad\",\"unlock_this_page_after_an_ad\":\"Unlock this page after an ad\",\"upload_a_doc_to_download_or_sub\":\"Upload a document to download this document or subscribe to read and download.\",\"upload_to_download\":\"Upload to download\"},\"description_modal\":{\"description\":\"Description\",\"flag_for\":\"Flag for inappropriate content\"},\"doc_chat_additional_feedback\":{\"heading\":\"Provide additional feedback\",\"placeholder\":\"What are your thoughts on the response? How could it be improved?\"},\"doc_chat_default_response\":{\"with_suggestions\":\"I’m sorry, I wasn’t able to find any information on that.\"},\"doc_chat_disclaimer\":{\"beta\":\"DocChat is powered by OpenAI, and may occasionally display incorrect information.\\u003cbr\\u003eWe recommend checking the accuracy of responses.\"},\"doc_chat_down_vote_feedback\":{\"not_factually_correct\":\"Not factually correct\",\"offensive_unsafe\":\"Offensive/Unsafe\",\"other\":\"Other\",\"submit\":\"Submit Feedback\"},\"doc_chat_feedback\":{\"down_vote_question_heading\":\"Why did you choose this rating?\",\"thank_you_response\":\"Your feedback is valuable and helps us improve our AI responses.\",\"thank_you_response_heading\":\"Thanks so much for your feedback\"},\"doc_chat_greeting\":{\"heading\":\"Welcome to DocChat\",\"sub_heading\":\"I’m here to answer your questions about this document. Ask me anything, or choose a suggestion below to get started.\"},\"doc_chat_input\":{\"placeholder\":\"Select a suggestion or type a question\"},\"doc_chat_popover\":{\"feature_available_bold\":\"Work faster with DocChat.\",\"feature_available_regular\":\"Chat with this document to get the information you want.\",\"feature_not_available_bold\":\"Doc Chat is currently not available\",\"feature_not_available_regular\":\"for this document. Check out other documents to use this feature.\"},\"doc_chat_settings\":{\"clear_history\":\"Clear History\",\"faq\":\"FAQ\"},\"doc_chat_suggestions\":{\"heading\":\"Here are some questions I can answer:\"},\"doc_chat_usage\":{\"exceed_warning\":\"You’ve reached your monthly limit of {{count}} prompts. Thank you for being so actively engaged with DocTalk beta. Your prompt limit will reset next month!\",\"limit_reminder\":\"Wow, you’ve reached {{count}} prompts! As part of our DocTalk beta program, you have {{left}} prompts left. Your feedback is appreciated as we refine this feature.\"},\"download_to_read_ad_free\":\"Download to read ad-free.\",\"fixed_viewport_bottom_components\":{\"check_out_these_free_titles\":\"Check out these free titles\"},\"flag_document\":{\"flag_for_inappropriate_content\":\"Flag for Inappropriate Content\"},\"flash\":{\"rating_not_saved_try_again\":\"Rating not saved, please try again\"},\"get_scribd_without_ads\":\"Get Scribd without ads.\",\"incentivized_upload\":{\"to_access_this_document_trial_duration\":\"To access this document, upload one of yours, or subscribe with a {{trialDuration}} day free trial. Cancel anytime.\",\"to_access_this_document_trial_duration_plural\":\"To access this document, upload {{count}} of yours, or subscribe with a {{trialDuration}} day free trial. Cancel anytime.\"},\"metadata\":{\"description\":{\"original_description\":\"Original Description\"}},\"mobile_metadata\":{\"collapse_full_title\":\"Hide full title\",\"expand_full_title\":\"Show full title\"},\"page\":{\"preferred_language_set_to_url_params_language_settings_changed\":\"Preferred language set to {{url_params_language_settings_changed}}\"},\"rate_drawer\":{\"not_useful\":\"Not useful\",\"useful\":\"Useful\"},\"ratings\":{\"mark_as_not_useful\":\"Mark this document as not useful\",\"mark_as_useful\":\"Mark this document as useful\",\"no_ratings\":\"0 ratings\",\"no_ratings_yet\":\"No ratings yet\",\"num_votes\":\"({{count, locale}} vote)\",\"num_votes_plural\":\"({{count, locale}} votes)\",\"page_count\":\"{{count, locale}} page\",\"page_count_plural\":\"{{count, locale}} pages\",\"percent_found_document_not_useful\":\"{{percentage}}% found this document not useful\",\"percent_found_document_useful\":\"{{percentage}}% found this document useful\",\"press_again_undo\":\"Press again to undo.\",\"sign_up_to_rate_this_title\":\"Sign up to rate this title\",\"you_marked_as_useful\":\"You marked this document as useful\",\"you_marked_not_useful\":\"You marked this document as not useful\"},\"read_this_document_in_other_languages\":\"Read this document in other languages\",\"recommender_list\":{\"audiobook\":\"audiobook\",\"book\":\"book\",\"might_also_like\":\"You might also like\",\"show_more\":\"Show more\"},\"scroll_for_next_page\":\"Scroll for next page\",\"share\":{\"copy_link\":\"Copy link\",\"link_copied\":\"Link copied!\",\"share_on_facebook\":\"Share on Facebook\",\"share_on_linkedin\":\"Share on LinkedIn\",\"share_on_twitter\":\"Share on Twitter\",\"share_via_email\":\"Share via email\"},\"share_drawer\":{\"copy_link\":\"Copy Link\"},\"sharing_buttons\":{\"link_copied_private_document\":\"Link Copied! \\u003cspan class=\\\"link_copied_private_doc\\\"\\u003eNote: Sharing a public link to a document marked private will allow others to view it.\\u003c/span\\u003e\",\"not_supported_for_private_documents\":\"This feature is not supported for private documents. If you want to share, select Copy Link, and send the link to others.\"},\"this_document_available_in_languages\":\"This document is available in the following languages:\",\"toolbar\":{\"download\":\"Download\",\"download_now\":\"Download now\"},\"translate\":\"Translate\",\"translate_document\":\"Translate Document\",\"truncate_promo\":{\"read_and_download_full_documents\":\"Subscribers can read and download full documents.\",\"restart_membership\":\"Restart membership\",\"trial_duration\":{\"scribd_members_can_read\":\"Scribd members can read and download full documents. Your first {{trialDuration}} days are free!\"},\"unlock_full_access_when_subscribe\":\"Unlock full access when you subscribe\"},\"upload_banner\":{\"copy\":\"Get this download for free with an upload. Learn more below.\",\"copy_plural\":\"Get this download for free with {{count}} uploads. Learn more below.\"},\"upsell_popup\":{\"description\":\"Enjoy ad-free reading and downloads on Scribd.\",\"title\":\"More Reading. No Ads.\"},\"view_original_document_in_language\":\"View original document in {{language}}\"},\"everand\":{\"bestsellers\":{\"promo\":{\"enjoy_bestselling_audiobook_titles_when_subscribed\":\"Enjoy bestselling audiobooks when you subscribe\",\"enjoy_bestselling_titles_when_subscribed\":\"Enjoy bestselling ebooks when you subscribe\"}},\"browse_page\":{\"promo\":{\"books_audiobooks_cancel_anytime\":\"Discover millions of ebooks, audiobooks, and so much more, from {{price}}/month. Cancel anytime.\",\"instant_access_and_cancel_anytime\":\"Discover millions of ebooks, audiobooks, and so much more for just {{price}}/month. Cancel anytime.\"}},\"lists\":{\"faq_message_html\":\"We\'ve made important changes to the list experience. To learn more, \\u003ca href={{faqUrl}} target=\\\"_blank\\\"\\u003evisit the FAQs\\u003c/a\\u003e.\"},\"megamenu\":{\"what_is_scribd_btn\":{\"what_is_scribd\":\"What is Everand?\"}},\"modal\":{\"opt_in\":{\"continue_to_everand\":\"Continue to Everand\",\"upcoming_releases_curated_lists_to_your_inbox\":\"Find out about upcoming releases and exclusive originals, plus get curated lists and special offers sent directly to your inbox.\"},\"progressive_profile\":{\"send_me_email_updates\":\"Send me email updates from Everand\",\"welcome_to_everand\":\"Welcome to Everand!\"},\"upsell\":{\"get_the_most_out_of_everand\":\"Get the most out of Everand\",\"unlock_full_access_discover_millions\":\"Unlock full access to the world\'s most fascinating digital library. Discover millions of ebooks, audiobooks, magazines, and more.\"}},\"shared\":{\"cross_link_message\":\"From Everand\",\"footer\":{\"about_scribd\":\"About Everand\",\"everand_-_download_on_the_app_store\":\"Everand - Download on the App Store\",\"everand_-_get_it_on_google_play\":\"Everand - Get it on Google Play\",\"everand_-_get_it_on_kindle_fire\":\"Everand for Kindle Fire\"},\"navigation\":{\"enterprise_page\":\"Enterprise\"},\"social_buttons\":{\"scribd_on_facebook_aria_label\":\"Everand on Facebook\",\"scribd_on_instagram_aria_label\":\"Everand on Instagram\",\"scribd_on_pinterest_aria_label\":\"Everand on Pinterest\",\"scribd_on_twitter_aria_label\":\"Everand on Twitter\"}}},\"explore\":{\"banner\":{\"after_trial\":\"Only {{price}}/month after trial. \\u003cstrong\\u003eCancel anytime.\\u003c/strong\\u003e\",\"subtitle\":\"Access 1,000,000+ full-length titles online or offline with our \\u003ca href=\\\"{{ios_store_url}}\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"\\u003eiOS\\u003c/a\\u003e and \\u003ca href=\\\"{{android_store_url}}\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"\\u003eAndroid\\u003c/a\\u003e apps.\"}},\"get_app_modal\":{\"link_sent_email\":\"Link sent! Please check your email.\"},\"helpers\":{\"document_meta_tags\":{\"scribd_is_the_world_s_largest_social\":\"Scribd is the world\'s largest social reading and publishing site.\"}},\"home\":{\"logged_in\":{\"content_quickview\":{\"also_available_as_an_audiobook\":\"Also available as an audiobook\",\"also_available_as_an_ebook\":\"Also available as an ebook\",\"byline\":{\"narrated_by\":\"narrated by\"},\"close\":\"Close\",\"count_titles\":\"{{count}} title\",\"count_titles_plural\":\"{{count}} titles\",\"go_to_content_type_version\":\"Go to {{content_type}} version\",\"loading\":\"Loading...\",\"more_about_this_episode\":\"More about this episode\",\"more_about_this_issue\":\"More about this issue\",\"more_about_this_series\":\"More about this series\",\"more_about_this_summary\":\"More about this summary\",\"oops_something_went_wrong\":\"Oops, something went wrong\",\"view_all_articles\":\"View all articles\",\"view_all_episodes\":\"View all episodes\",\"view_the_full_title_details\":\"View the full title details\"}}},\"landing\":{\"hero\":{\"read_listen_anywhere_anytime\":\"Read or listen anytime, anywhere.\"}},\"lib\":{\"lightbox\":{\"close_dialog\":\"Close Dialog\"}},\"megamenu\":{\"documents\":{\"all_documents\":\"All Documents\"},\"hambur_menu\":{\"get_our_free_apps\":\"Get our free apps\"},\"hamburger_menu\":{\"close_menu\":\"Close menu\",\"sign_in_to_your_everand_account\":\"Sign in to your Everand account\",\"sign_in_to_your_scribd_account\":\"Sign in to your Scribd account\",\"welcome\":\"Welcome!\"},\"language\":{\"cancel\":\"Cancel\",\"change_language\":\"Change Language\"},\"language_links\":{\"learn_more\":\"Learn more\"},\"language_picker_dropdown\":{\"language\":\"Language\"},\"logged_out\":{\"user_menu\":{\"welcome_to_everand\":\"Welcome to Everand!\",\"welcome_to_scribd\":\"Welcome to Scribd!\"}},\"navigation\":{\"categories\":\"Categories\",\"explore_content_type\":\"Explore {{content_type}}\",\"opens_navigation_menu\":\"Open navigation menu\"},\"search_bar\":{\"clear_search\":\"Clear search\",\"close_suggestions\":\"Close suggestions\",\"no_results_found\":\"No search results.\",\"num_results_are_available\":\"{{num_results}} result(s) are available, use up and down arrow keys to navigate.\",\"recent_searches\":\"Recent searches\",\"search\":\"Search\"},\"top_bar\":{\"upload\":\"Upload\"},\"upload\":{\"upload_header\":\"Upload\"},\"user_menu\":{\"document_stats\":\"Document stats\",\"document_uploads\":\"Document uploads\",\"faq_and_support\":\"FAQ and support\",\"hi_name\":\"Hi {{name}}!\",\"invite_friends\":\"Invite friends\",\"language\":\"Language ({{current_language}})\",\"public_profile\":\"Public profile\",\"read_for_free\":\"Read for free\",\"visually_hidden_user_settings\":\"User Settings\",\"your_account\":\"Your account\"},\"what_is_scribd_btn\":{\"what_is_scribd\":\"What is Scribd?\"}},\"modals\":{\"add_to_list\":{\"save\":\"Save to list\",\"title\":\"Add to list\"},\"confirm_delete_review\":{\"title\":\"Delete your review and rating?\"},\"confirm_unsave_item\":{\"title\":\"Remove title from Saved Library and any saved lists?\"},\"confirm_unsave_item_in_list\":{\"remove_from_your_lists\":\"Remove from your lists?\",\"removing_from_saved\":\"Removing from Saved will also delete the title from your lists.\",\"removing_this_title_from_saved\":\"Removing this title from Saved will also remove it from your lists.\",\"title\":\"This title is also in a list.\"},\"create_list\":{\"create_list\":\"Create list\",\"failed_to_create_try_again\":\"Failed to create list, please try again\",\"input_description\":{\"privacy_type\":\"No one except you can view this list. Sharing will be disabled.\"},\"input_label\":{\"name\":\"What would you like to name this list?\",\"privacy_type\":\"Make list private\"},\"title\":\"New List\",\"validation_errors\":{\"name\":\"Please enter a list name\"}},\"language_picker\":{\"language_options\":\"Language Options\",\"select_preferred_language\":\"Select your preferred language\",\"translate_and_tailor\":\"We’ll translate site navigation and tailor your personal recommendations where possible to match your preferred language selection.\",\"translate_to_match\":\"We’ll translate site navigation to match your preferred language selection.\"},\"lockshockroadblock\":{\"problem_with_your_last_payment\":\"Problem with your last payment\",\"update_your_payment_to_continue\":\"Update your payment to continue\",\"we_had_an_issue_with_your_last_payment\":\"We had an issue with your last payment. Update your payment info to continue.\",\"your_membership_is_on_hold\":\"Your membership is on hold because of a problem with your last payment.\"}},\"page_gate_modal\":{\"check_you_email\":{\"check_your_email\":\"Check your email\"},\"check_your_email\":{\"change_email\":\"Not the correct email?\",\"didnt_receive\":\"Didn\'t receive an email? Check your spam folder, or\",\"email_not_verified_verify_to_continue\":\"Email not verified. Please verify your email to continue.\",\"i_have_verified_my_email\":\"I\'ve verified my email\",\"logout_login_url\":\"Use a different email address\",\"send_again\":\"send again.\",\"to_protect_your_account_html\":\"To protect your account, we\'ve sent a verification email to \\u003cstrong\\u003e{{email}}\\u003c/strong\\u003e. Please click the link in that email to verify your identity. To learn more, please visit our \\u003ca href=\\\"{{support_url}}\\\" class=\\\"faq_link\\\" target=\\\"_blank\\\"\\u003eFAQs\\u003c/a\\u003e.\",\"verify_email_before_continuing\":\"Please verify your email before continuing.\"}},\"pdfs\":{\"doc_search\":{\"close_search\":\"close search\",\"page\":\"page\"},\"lightboxes\":{\"download_lightbox\":{\"download_document\":\"Download document\",\"resume_membership\":\"Resume Membership\",\"resuming\":\"Resuming\",\"your_membership_is_currently_paused_until\":\"Your membership is currently paused until {{state_nag_next_payment_due}}. Would you like to resume your membership now to download\"},\"embed_lightbox\":{\"autosize\":\"Autosize\",\"beginning_of_document\":\"Beginning of document\",\"copy_link\":\"Copy Link\",\"current_page\":\"Current page\",\"custom\":\"Custom\",\"customization_options_available_below\":\"Customization options available below\",\"embed\":\"Embed\",\"embed_this_in_your_website\":\"Embed this in your website\",\"format\":\"Format\",\"fullscreen\":\"Fullscreen\",\"generate_a_link\":\"Generate a Link\",\"height\":\"Height: \",\"html\":\"HTML\",\"link_options\":\"Link Options\",\"link_to_the\":\"Link to the\",\"options\":\"Options\",\"preview\":\"Preview\",\"scroll\":\"Scroll\",\"size\":\"Size\",\"slideshow\":\"Slideshow\",\"start_at_page\":\"Start at page:\",\"style\":\"Style:\",\"sup_sup_the_code_will_be_updated\":\"\\u003csup\\u003e*\\u003c/sup\\u003e The code will be updated based on your changes.\",\"width\":\"Width: \",\"wordpress\":\"Wordpress\"},\"flag_doc_lightbox\":{\"cancel\":\"Cancel\",\"if_you_are_the_copyright_owner_html\":\"If you are the copyright owner of this document and want to report it, please visit the \\u003ca href=\'{{faq_urls_copyright_infringement}}\'\\u003ecopyright infringement notice\\u003c/a\\u003e page to submit a report.\",\"please_tell_us_reason_s_for_reporting\":\"Please tell us reason(s) for reporting this document\",\"submit\":\"Submit\"},\"print_lightbox\":{\"cancel\":\"Cancel\",\"download_and_print\":\"Download and print\",\"in_order_to_print_this_document_\":\"In order to print this document from Scribd, you\'ll first need to download it.\",\"print_document\":\"Print document\"}},\"redesign_elements\":{\"actions\":{\"embed\":\"Embed\",\"print\":\"Print\",\"share\":\"Share\"},\"metadata_section\":{\"full_description\":\"Full description\",\"related_titles\":\"Related titles\"},\"more_info_module\":{\"document_information\":\"Document Information\"}},\"show\":{\"sign_in_to_flag_this_title\":\"Sign in to flag this title\",\"you_re_reading_a_preview\":\"You\'re Reading a Preview\"},\"sidebar\":{\"available_formats\":\"Available Formats\",\"click_to_collapse_document_information\":\"click to collapse document information\",\"click_to_expand_document_information\":\"click to expand document information\",\"copyright\":\"Copyright:\",\"copyright_no_colon\":\"Copyright\",\"document_useful_message\":\"Did you find this document useful?\",\"download_or_read_formats\":\"{{extensions}} or read online from Scribd\",\"is_this_inappropriate_content\":\"Is this content inappropriate?\",\"isbn\":\"ISBN:\",\"isbn_no_colon\":\"ISBN\",\"report_this_document\":\"Report this Document\",\"share_or_embed_document\":\"Share or Embed Document\",\"strong_download_strong_as_available_extensions_map_upcase_join_or_read_online\":\"\\u003cstrong\\u003eDownload\\u003c/strong\\u003e as {{available_extensions_map_upcase_join}} or read online from Scribd\",\"uploaded_by\":\"Uploaded by\",\"view_more\":\"View More\",\"written_by\":\"Written by\"},\"toolbar\":{\"exit_fullscreen\":\"Exit fullscreen\",\"fullscreen\":\"Fullscreen\",\"of_numberformat_props_document_total_pages\":\"of {{numberformat_props_document_total_pages}}\",\"search_document\":\"Search document\",\"showing_strong_1_strong_result_for_query\":\"Showing \\u003cstrong\\u003e1\\u003c/strong\\u003e result for\",\"showing_strong_num_results_strong_results_for_query\":\"Showing \\u003cstrong\\u003e{{num_results}}\\u003c/strong\\u003e results for\",\"you_are_on_page_props_current_page\":\"You are on page {{props_current_page}}\",\"zoom_in\":\"Zoom in\",\"zoom_out\":\"Zoom out\"},\"upvote\":{\"not_useful\":\"Not useful\",\"this_document_is\":\"This document is...\",\"useful\":\"Useful\"}},\"plan_selection_page\":{\"plan_card\":{\"a_selection\":\"200,000+ ebooks and audiobooks, including a selection of our most popular titles\",\"billed_monthly\":\"Billed monthly after trial.\",\"docs_presentations\":\"170M+ documents and presentations on Scribd and SlideShare ad-free\",\"magazines_etc\":\"Magazines, podcasts and sheet music\",\"plus\":\"Plus:\",\"titles_per_month\":\"{{titles}} titles per month from our Plus catalog that includes even more bestsellers and new releases\",\"unlimited\":\"Unlimited access to:\"}},\"plans\":{\"unlock_dropdown\":{\"unlocks\":\"{{count}} unlock\",\"unlocks_plural\":\"{{count}} unlocks\",\"unlocks_renew\":\"Unlocks renew {{refresh_date}}\",\"unlocks_renew_after_payment_information\":\"Unlocks renew after payment information is updated.\",\"view_unlock_history\":\"View unlock history\"},\"unlock_modal\":{\"after_unlocking_this_title\":\"After unlocking this title, you\'ll have {{count}} unlock left until {{refresh_date}}.\",\"after_unlocking_this_title_plural\":\"After unlocking this title, you\'ll have {{count}} unlocks left until {{refresh_date}}.\",\"unlock_this_title\":\"Unlock this title\",\"you_have_unlocks_available\":\"You have {{count}} unlock available.\",\"you_have_unlocks_available_plural\":\"You have {{count}} unlocks available.\"}},\"privacy_policy_modal\":{\"accept\":\"Accept and continue\",\"details_below\":\"You can read the details below. By accepting, you agree to the updated privacy policy.\",\"thank_you\":\"Thank you!\",\"title\":\"We\'ve updated our privacy policy.\",\"try_again\":\"We’ve encountered a problem, please try again.\",\"updated_privacy_policy\":\"We’ve updated our privacy policy so that we are compliant with changing global privacy regulations and to provide you with insight into the limited ways in which we use your data. \",\"view_policy\":\"View updated privacy policy\"},\"promos\":{\"annual_offer\":{\"current_plan\":\"Current plan\",\"immerse\":\"Immerse yourself all year round\",\"read_more_html\":\"Read more.\\u003cspan class=\'save_text\'\\u003eSave more.\\u003c/span\\u003e\",\"save_percent\":\"Save {{value}}%\",\"switch_plan\":\"Switch plan\",\"terms_footer_html\":\"You will be charged the annual fee of {{price}} on {{date}} when you click \\\"Switch plan.\\\" View our \\u003ca class=\'terms_link\' target=\\\"_blank\\\" href={{href}}\\u003eterms of service\\u003c/a\\u003e.\"}},\"receipt\":{\"download\":{\"document\":\"Document\",\"download_iframe\":\"Download iframe\",\"downloading\":\"Downloading\"}},\"saved\":{\"list_item_controls\":{\"create_list\":\"Create List\"}},\"scribd\":{\"modal\":{\"opt_in\":{\"continue_to_scribd\":\"Continue to Scribd\",\"special_offers_new_content_to_your_inbox\":\"Find out about special offers, new content, plus recommendations from our premium products sent directly to your inbox.\"},\"progressive_profile\":{\"send_me_email_updates\":\"Send me email updates from Scribd\",\"welcome_to_scribd\":\"Welcome to Scribd!\"},\"upsell\":{\"get_the_most_out_of_scribd\":\"Get the most out of Scribd\",\"unlock_full_access_read_offline\":\"Unlock full access to the world’s most fascinating digital library. Get unlimited free downloads and read offline on the app.\"}},\"navigation_category\":{\"academic\":\"Academic\",\"culture\":\"Culture\",\"hobbies_and_crafts\":\"Hobbies \\u0026 Crafts\",\"personal_growth\":\"Personal Growth\",\"professional\":\"Professional\"},\"shared\":{\"cross_link_message\":\"From Scribd\"}},\"search\":{\"filters\":{\"filters\":\"Filters\"},\"pagination\":{\"next\":\"next\",\"previous\":\"previous\"},\"results\":{\"reading_list\":\"Reading List\",\"top_result\":\"Top Result\"}},\"shared\":{\"account_creation\":{\"add_note_sign_in\":\"To add a note, please sign in\",\"add_note_sign_up\":\"To add a note, please sign up\",\"already_have_an_account\":\"Already have an account?\",\"annotate_document_sign_in\":\"To annotate this document, please sign in\",\"annotate_document_sign_up\":\"To annotate this document, please sign up\",\"annotate_sign_in\":\"To annotate, please sign in\",\"back_to_sign_in\":\"Back to sign in\",\"continue_reading_sign_in\":\"To continue reading, please sign in\",\"continue_reading_sign_up\":\"To continue reading, please sign up\",\"create_bookmark_sign_in\":\"To create a bookmark, please sign in\",\"create_bookmark_sign_up\":\"To create a bookmark, please sign up\",\"creating_your_account\":\"Creating your account...\",\"disclaimer\":\"By signing up with Scribd, you agree to our \\u003ca href=\\\"{{terms_href}}\\\" target=\\\"_blank\\\" tabIndex=\\\"0\\\"\\u003eTerms of Service {{opens_in_new_window}}\\u003c/a\\u003e and \\u003ca href=\\\"{{privacy_href}}\\\" target=\\\"_blank\\\" tabIndex=\\\"0\\\"\\u003ePrivacy Policy {{opens_in_new_window}}\\u003c/a\\u003e\",\"download_document_sign_in\":\"To download this document, please sign in\",\"download_document_sign_up\":\"To download this document, please sign up\",\"errors\":{\"email_invalid\":\"This email address is invalid or blocked. Please enter another email.\",\"email_registered\":\"This email address is already registered with Scribd. Please enter your password to sign in.\",\"email_taken\":\"That email is taken by another user, please try again.\",\"invalid_character_in_name_please_remove\":\"Invalid character in name. Please remove any special characters\",\"no_valid_email_modal_desc\":\"Your email address is missing or invalid. To keep your account secure, please provide a valid email address.\",\"no_valid_email_modal_title\":\"Update your email\",\"password_10_chars\":\"Please enter a password that is at least 10 characters\",\"please_enter_a_name\":\"Please enter a name\",\"please_enter_a_valid_email\":\"Please enter a valid email\",\"that_doesn_t_appear_to_be_a\":\"That doesn\'t appear to be a valid email address. Please try again.\"},\"facebook\":{\"error\":\"Sorry, we are unable to log you in via Facebook at this time.\",\"sign_in\":\"Continue with Facebook\",\"sign_up\":\"Sign up with Facebook\"},\"fail\":\"Fail.\",\"flag_document_sign_in\":\"To flag this document, please sign in\",\"flag_document_sign_up\":\"To flag this document, please sign up\",\"forgot\":{\"enter_email\":\"Enter your email address and we\'ll send you an email with a link to reset your password.\",\"weve_sent_email_html\":\"We\'ve sent an email to \\u003cstrong\\u003e{{escape_validated_email}}\\u003c/strong\\u003e with instructions to reset your password. If it doesn\'t show up soon, check your spam folder and then read this \\u003ca href=\\\"https://support.scribd.com/hc/articles/210134406-What-do-I-do-if-I-ve-lost-or-forgotten-my-password-\\\"\\u003eHelp Center article\\u003c/a\\u003e.\"},\"forgot_password\":\"Forgot password?\",\"give_gift_sign_in\":\"To give this gift, please sign in\",\"give_gift_sign_up\":\"To give this gift, please sign up\",\"google\":{\"error\":\"Google sign in failed\"},\"highlight_document_sign_in\":\"To highlight this document, please sign in\",\"highlight_document_sign_up\":\"To highlight this document, please sign up\",\"join_today_to_start_reading\":\"Join today to start reading\",\"logging_you_in\":\"Logging you in...\",\"not_you\":\"Not you?\",\"now_bringing_you_back\":\"Now bringing you back...\",\"pass\":\"Pass.\",\"password_must_be_at_least_ten_characters\":\"At least 10 characters\",\"password_not_been_breached\":\"Password has not been breached\",\"password_strength\":\"Password strength\",\"password_strength_colon\":\"Password strength: \",\"password_strength_good\":\"Good\",\"password_strength_moderate\":\"Moderate\",\"password_strength_strong\":\"Strong\",\"password_strength_weak\":\"Weak\",\"people_browsing_scribd_html\":\"\\u003cspan\\u003e{{count, locale}} person\\u003c/span\\u003e browsing Scribd right now\",\"people_browsing_scribd_html_plural\":\"\\u003cspan\\u003e{{count, locale}} people\\u003c/span\\u003e browsing Scribd right now\",\"rate_document_sign_in\":\"To rate this document, please sign in\",\"rate_document_sign_up\":\"To rate this document, please sign up\",\"recaptcha_disclaimer\":\"This site is protected by reCAPTCHA and the Google \\u003ca href=\\\"{{privacy_href}}\\\" target=\\\"_blank\\\"\\u003ePrivacy Policy {{opens_in_new_window}}\\u003c/a\\u003e and \\u003ca href=\\\"{{policy_href}}\\\" target=\\\"_blank\\\"\\u003eTerms of Service {{opens_in_new_window}}\\u003c/a\\u003e apply.\",\"redeem_offer_sign_in\":\"To redeem this offer, please sign in\",\"redeem_offer_sign_up\":\"To redeem this offer, please sign up\",\"remember_me\":\"Remember me\",\"reset_password\":\"Reset password\",\"save_document_sign_in\":\"To save this document, please sign in\",\"save_document_sign_up\":\"To save this document, please sign up\",\"send_me_updates_from_scribd\":\"Send me updates from Scribd\",\"share_quote_sign_in\":\"To share this quote, please sign in\",\"share_quote_sign_up\":\"To share this quote, please sign up\",\"sign_in\":\"Sign in\",\"sign_in_add_note\":\"To add a note, please sign in\",\"sign_in_bookmark\":\"To create a bookmark, please sign in\",\"sign_in_create_list\":\"To create a list, please sign in\",\"sign_in_download\":\"To download, please sign in\",\"sign_in_follow\":\"To follow, please sign in\",\"sign_in_give_gift\":\"To give this gift, please sign in\",\"sign_in_highlight\":\"To highlight, please sign in\",\"sign_in_rate\":\"To rate, please sign in\",\"sign_in_redeem\":\"To redeem, please sign in\",\"sign_in_review\":\"To review, please sign in\",\"sign_in_save\":\"To save, please sign in\",\"sign_in_share_quote\":\"To share this quote, please sign in\",\"sign_in_start_months\":\"To start your free {{count}} month, please sign in\",\"sign_in_start_months_plural\":\"To start your free {{count}} months, please sign in\",\"sign_in_successful\":\"Sign in successful\",\"sign_in_to_scribd\":\"Sign in to Scribd\",\"sign_in_upload\":\"To upload, please sign in\",\"sign_in_with_email\":\"Sign in with email\",\"sign_up\":\"Sign up\",\"sign_up_add_note_this_title\":\"Sign up to add a note to this title.\",\"sign_up_annotate\":\"Sign up to annotate.\",\"sign_up_continue_reading_this_title\":\"Sign up to continue reading this title.\",\"sign_up_create_bookmark_this_title\":\"Sign up to create a bookmark.\",\"sign_up_create_list_this_title\":\"Sign up to create a list.\",\"sign_up_download_this_title\":\"Sign up to download this title.\",\"sign_up_follow_magazine_this_title\":\"Sign up to follow this magazine.\",\"sign_up_free_months_this_title\":\"Sign up to start your free {{count}} month.\",\"sign_up_free_months_this_title_plural\":\"Sign up to start your free {{count}} months.\",\"sign_up_give_gift_this_title\":\"Sign up to give this gift.\",\"sign_up_highlight_this_title\":\"Sign up to highlight.\",\"sign_up_or_sign_in\":\"Sign up or sign in\",\"sign_up_save\":\"To save, please create a Scribd account\",\"sign_up_save_this_title\":\"Sign up to save this title.\",\"sign_up_share_quote_this_title\":\"Sign up to share a quote from this title.\",\"sign_up_successful\":\"Sign up successful\",\"sign_up_to_rate_title\":\"Sign up to rate this title\",\"sign_up_to_review_title\":\"Sign up to review this title\",\"sign_up_with_email\":\"Sign up with email\",\"signup_to_redeem_offer\":\"Sign up to redeem offer\",\"start_free_months_sign_in\":\"To start your free {{count}} month, please sign in\",\"start_free_months_sign_in_plural\":\"To start your free {{count}} months, please sign in\",\"start_free_months_sign_up\":\"To start your free {{count}} month, please sign up\",\"start_free_months_sign_up_plural\":\"To start your free {{count}} months, please sign up\",\"upload_document_sign_in\":\"To upload a document, please sign in\",\"upload_document_sign_up\":\"To upload a document, please sign up\",\"use_another_email_address\":\"Use another email address\"},\"actions\":{\"read_continue\":\"Continue reading\",\"read_preview\":\"Read preview\"},\"ad_blocker_modal\":{\"i_disabled_my_ad_blocker\":\"I disabled my ad-blocker\",\"it_looks_like_youre_using_and_ad_blocker\":\"It looks like you\'re using an ad-blocker.\",\"show_me_how\":\"Show me how\",\"to_listen_to_titels_on_everand_disble_ad_blocker_or_use_mobile_app\":\"To listen to titles on Everand, please disable your ad-blocker or use our mobile app.\",\"to_read_titles_on_everand_disable_ad_blocker_or_use_mobile_app\":\"To read titles on Everand, please disable your ad-blocker or use our mobile app.\"},\"byline\":{\"and\":\"and\",\"by\":\"By\",\"published_by\":\"Published by\",\"written_by\":\"Written by\"},\"carousels\":{\"carousel_next\":\"Carousel Next\",\"carousel_previous\":\"Carousel Previous\",\"skip_carousel\":\"Skip carousel\"},\"common\":{\"ad\":\"ad\",\"add_a_new_payment_method\":\"Add a new payment method\",\"added_by\":\"Added by\",\"back\":\"Back\",\"back_to_top\":\"Back to top\",\"cancel\":\"Cancel\",\"close\":\"Close\",\"close_dialog\":\"Close dialog\",\"delete\":\"Delete\",\"description\":\"Description\",\"do_not_ask_me_again\":\"Do not ask me again\",\"download\":\"Download\",\"email_address\":\"Email address\",\"error\":\"Error\",\"errors\":{\"could_not_complete_request\":\"We couldn\'t complete your request\",\"failed_to_delete_review\":\"Review was not deleted. Please try again.\",\"failed_to_load\":\"Failed to load, try again\",\"failed_to_remove_title\":\"Failed to remove title\",\"failed_to_save_review\":\"Your review was not saved. Please try again.\",\"failed_to_save_review_vote\":\"Your vote was not saved. Please try again.\",\"failed_to_save_title\":\"Failed to save title\",\"please_try_again_later\":\"Please try again later.\"},\"forms\":{\"at_least_10_characters\":\"(at least 10 characters)\",\"email\":\"Email\",\"error\":\"Error\",\"invalid\":\"Invalid\",\"invalid_email\":\"Please enter a valid email\",\"name\":\"Name\",\"optional\":\"(optional)\",\"password\":\"Password\",\"please_enter_a_password\":\"Please enter a password\",\"please_enter_an_email\":\"Please enter an email\",\"required\":\"(required)\"},\"hide\":\"Hide\",\"info\":\"Information\",\"issue\":\"Issue\",\"key_insights\":\"Key insights from\",\"learn_more\":\"Learn more\",\"length\":\"Length\",\"library\":{\"add_to_list\":{\"success_message\":\"Added to {{collection_name}}\"},\"add_with_title\":\"Save {{title}} for later\",\"remove_with_title\":\"Remove {{title}} from saved\",\"sign_up_to_save\":\"Sign up to save this title\"},\"listen_free\":\"Listen free\",\"listen_free_for_30_days\":\"Listen free for {{trialDuration}} days\",\"listen_now\":\"Listen now\",\"listen_on_everand\":\"Listen on Everand\",\"load_more\":\"Load more\",\"more_about_this_title\":\"More about this title\",\"new_to_scribd\":\"New to Scribd?\",\"notice\":\"Notice\",\"opens_in_a_new_window\":\"opens in a new window\",\"or\":\"or\",\"play_preview\":\"Play preview\",\"preferred_language_set_to_language\":\"Preferred language set to {{language}}\",\"progress\":{\"listened\":\"listened\",\"read\":\"read\"},\"read_count\":\"{{count}} read\",\"read_count_plural\":\"{{count}} reads\",\"read_free\":\"Read free\",\"read_more\":\"Read more\",\"read_now\":\"Read now\",\"read_on_everand\":\"Read on Everand\",\"read_on_scribd\":\"Read on Scribd\",\"read_preview\":\"Read preview\",\"related_categories\":\"Related categories\",\"remove\":\"Remove\",\"remove_from_saved\":\"Remove from Saved\",\"removed_from_saved\":\"Removed from Saved\",\"removed_from_your_saved_list\":\"Removed from your saved list.\",\"restart_subscription\":\"Restart subscription\",\"resume_subscription\":\"Resume subscription\",\"save\":\"Save\",\"save_for_later\":\"Save for later\",\"saved\":\"Saved\",\"selected\":\"(selected)\",\"send_email\":\"Send email\",\"share_on\":{\"email\":\"Share via email\",\"email_mail_client\":\"Share with email, opens mail client\",\"facebook\":\"Share on Facebook\",\"facebook_new_window\":\"Share on Facebook, opens a new window\",\"linkedin\":\"Share on LinkedIn\",\"linkedin_new_window\":\"Share on LinkedIn, opens a new window\",\"pinterest\":\"Share on Pinterest\",\"pinterest_new_window\":\"Share on Pinterest, opens a new window\",\"twitter\":\"Share on Twitter\",\"twitter_new_window\":\"Share on Twitter, opens a new window\"},\"show\":\"Show\",\"sign_in\":\"Sign in\",\"sign_out\":\"Sign out\",\"songbook\":\"Songbook\",\"start_your_subscription\":\"Start your subscription\",\"success\":\"Success\",\"success_exclamation\":\"Success!\",\"title_author_separator\":\"by\",\"undo\":\"Undo\",\"undo_title_removed_from_saved\":\"Undo {{title}} removed from Saved\",\"uploaded_by\":\"Uploaded by\",\"welcome_back\":\"Welcome back\",\"welcome_back_exclamation\":\"Welcome back!\",\"worlds_fascinating_library\":\"The world\'s most fascinating library\"},\"competitor_matrix\":{\"last_updated_aug\":\"Last updated on August 5, 2021\",\"million_ebooks\":\"1,000,000+ ebooks\",\"million_magazine_news_articles\":\"1,000,000+ magazine \\u0026 news articles\",\"no\":\"No\",\"thousands_audiobooks\":\"200,000+ audiobooks\",\"title\":\"See why readers choose Scribd\",\"yes\":\"Yes\"},\"content_lengths\":{\"articles_with_count\":\"{{count, locale}} article\",\"articles_with_count_plural\":\"{{count, locale}} articles\",\"hour_with_count\":\"{{count, locale}} hour\",\"hour_with_count_plural\":\"{{count, locale}} hours\",\"minute_with_count\":\"{{count, locale}} minute\",\"minute_with_count_plural\":\"{{count, locale}} minutes\",\"page_with_count\":\"{{count, locale}} page\",\"page_with_count_plural\":\"{{count, locale}} pages\",\"songs_with_count\":\"{{count, locale}} song\",\"songs_with_count_plural\":\"{{count, locale}} songs\"},\"content_preview\":{\"leaving_everand\":\"Leaving Everand on {{date}}\"},\"content_types\":{\"series\":\"Series\"},\"doc_download_modal\":{\"check_out_these\":\"Check out these other great titles\",\"download_as\":\"Download as:\",\"download_document\":\"Download document\",\"download_iframe\":\"Download iframe\",\"download_started\":\"Your download has started\",\"membership_paused_html\":\"Your membership is currently paused until {{resumeMembershipDate}}. Would you like to resume your membership now to download \\u003cem\\u003e{{title}}\\u003c/em\\u003e?\",\"not_available\":\"This document is not available for download\",\"uploaded\":\"Uploaded By\"},\"doc_preview\":{\"views\":\"{{formatted_views}} views\"},\"errors\":{\"action_incomplete_heading\":\"Action Incomplete\",\"action_incomplete_message\":\"Oops! We\'re sorry, but we couldn\'t complete the action you requested at this time. We appreciate your patience as we come up with a solution.\",\"something_went_wrong\":\"Something went wrong, please try again.\"},\"everand\":{\"cta\":{\"download_free_days\":\"Download free for {{trialDuration}} days\",\"read_free_for_30_days\":\"Read free for 30 days\"}},\"everand_banner\":{\"visit_everand\":\"Visit Everand.\"},\"footer\":{\"about\":\"About\",\"about_scribd\":\"About Scribd\",\"accessibility\":\"Accessibility\",\"cancel_contract\":\"Cancel contracts here\",\"contact_us\":\"Contact us\",\"cookie_preferences\":\"Cookie Preferences\",\"copyright\":\"Copyright\",\"copyright_copy_current_year_scribd\":\"Copyright \\u0026copy; {{currentYear}} Scribd Inc.\",\"do_not_sell_share_info\":\"Do not sell or share my personal information\",\"everand_books_audiobooks\":\"Everand: Ebooks \\u0026 Audiobooks\",\"footer_menu\":\"Footer menu\",\"gifts\":\"Gifts\",\"help_faq\":\"Help / FAQ\",\"invite_friends\":\"Invite friends\",\"join_our_team_exclamation\":\"Join our team!\",\"legal\":\"Legal\",\"our_blog\":\"Our blog\",\"press\":\"Press\",\"privacy\":\"Privacy\",\"publishers\":\"Publishers\",\"purchase_help\":\"Purchase help\",\"redeem_gift_card\":\"Redeem gift card\",\"scribd_-_download_on_the_app_store\":\"Scribd - Download on the App Store\",\"scribd_-_get_it_on_google_play\":\"Scribd - Get it on Google Play\",\"scribd_-_get_it_on_kindle_fire\":\"Scribd for Kindle Fire\",\"scribd_for_enterprise\":\"Scribd for enterprise\",\"social\":\"Social\",\"support\":\"Support\",\"terms\":\"Terms\"},\"get_app_modal\":{\"an_error_occurred_please_try_again\":\"An error occurred please try again\",\"an_error_occurred_please_try_an\":\"An error occurred please try an email\",\"enter_your_email\":\"Enter your email\",\"enter_your_phone_or_email\":\"Enter your phone or email\",\"get_the_app_to_read_and_listen\":\"Get the app to read and listen anytime, anywhere.\",\"link_sent_please_check_your_mobile\":\"Link sent! Please check your mobile device\",\"listen_offline_with_app\":\"Listen offline with the app\",\"phone_or_email\":\"Phone or email\",\"please_enter_a_valid_email\":\"Please enter a valid email\",\"please_enter_a_valid_phone_number\":\"Please enter a valid phone number\",\"please_enter_a_valid_phone_number_or_email\":\"Please enter a valid phone number or email\",\"read_offline_with_app\":\"Read offline with the app\",\"send\":\"Send\"},\"holiday_banner\":{\"days_left_title\":\"Only {{count}} day left in our holiday gift sale!\",\"days_left_title_plural\":\"Only {{count}} days left in our holiday gift sale!\",\"everyday_title\":\"Scribd: give the gift they\'ll open every day\",\"shop_subscriptions\":\"Shop subscriptions\"},\"listen_button\":{\"listen_continue\":\"Continue listening\",\"listen_start\":\"Start listening\"},\"lists\":{\"curated_by\":\"Curated by\",\"curated_by_everand_editors\":\"Curated by Everand Editors\",\"curated_by_scribd_editors\":\"Curated by Scribd Editors\",\"view_total_titles\":\"View {{count}} title\",\"view_total_titles_plural\":\"View {{count}} titles\"},\"loading_button\":{\"tooltip_content\":{\"loading\":\"Loading...\"}},\"login\":{\"join_lightbox\":{\"email\":\"Email\",\"we_couldn_t_complete_your_request\":\"We couldn\'t complete your request\"}},\"mobile_bottom_navigation_tabs\":{\"active\":\", active\",\"home\":\"Home\",\"quick_navigation\":\"Quick navigation\"},\"modal\":{\"opt_in\":{\"stay_in_the_loop\":\"Stay in the loop\"},\"upsell\":{\"cancel_anytime\":\"Cancel anytime\",\"continue_with_free_trial\":\"Continue with {{trialDuration}}-day free trial\",\"continue_with_limited_access\":\"Continue with limited access\",\"or\":\"or\"}},\"navigation\":{\"open_menu\":\"Open navigation menu\",\"sidebar\":{\"selected\":\", selected\"},\"upload\":\"Upload\"},\"plan_card\":{\"per_month\":\"/month\"},\"plan_type\":{\"plus_monthly\":\"Plus Monthly\",\"standard_monthly\":\"Standard Monthly\"},\"plans\":{\"moving_to_plus\":\"Moving to Plus on {{date}}\",\"next_unlock_available\":\"Your next unlock will be available on {{refresh_date}}\",\"no_unlocks_available\":\"0 unlocks available\",\"num_unlocks_available\":\"{{count}} unlock available.\",\"num_unlocks_available_plural\":\"{{count}} unlocks available.\",\"num_unlocks_available_renew_monthly\":\"{{count}} unlock available. Unlocks renew monthly on {{refresh_date}} and do not carry over.\",\"num_unlocks_available_renew_monthly_plural\":\"{{count}} unlocks available. Unlocks renew monthly on {{refresh_date}} and do not carry over.\",\"renew_and_upgrade\":\"Renew and upgrade to Plus to unlock this title.\",\"renew_get_next_unlock\":\"Renew your subscription to get your next unlock on {{refresh_date}}.\",\"resume_and_upgrade\":\"Resume and upgrade to Plus to unlock this title.\",\"unlock_plus_title\":\"Unlock Plus title\",\"unlocked\":\"Unlocked\",\"upgrade_to_unlock\":\"Upgrade to Plus to unlock\",\"youve_unlocked_this_title\":\"You’ve unlocked this title.\"},\"play_sample_button\":{\"pause\":\"Pause\",\"play_sample\":\"Play sample\"},\"podcast_episode\":{\"from\":\"From\"},\"podcast_series\":{\"num_episodes\":\"{{ count }} episode\",\"num_episodes_plural\":\"{{ count }} episodes\",\"num_podcast_episodes\":\"{{count, locale}} podcast episode\",\"num_podcast_episodes_plural\":\"{{count, locale}} podcast episodes\"},\"promos\":{\"annual_offer\":{\"annual\":\"Premium Annual\",\"monthly\":\"Premium Monthly\",\"youre_all_set_html\":\"You\'re all set! You’ve updated your plan. \\u003ca href={{account_settings_url}}\\u003eView your plan\\u003c/a\\u003e in your account.\"}},\"react\":{\"button_menu\":{\"close_menu\":\"Close menu\"},\"modals\":{\"delete_item_in_list\":{\"cancel\":\"Cancel\",\"delete\":\"Delete\",\"do_not_ask_me_again\":\"Do not ask me again\",\"removing_from_saved_will_also_delete\":\"Removing from Saved will also delete the title from your lists.\",\"this_title_is_also_in_a\":\"This title is also in a list.\"}},\"save_button\":{\"failed_to_remove_title\":\"Failed to remove title\",\"failed_to_save_title\":\"Failed to save title\",\"remove_short_title_from_saved\":\"Remove {{short_title}} from Saved\",\"save_short_title_for_later\":\"Save {{short_title}} For Later\",\"sign_up_to_save\":\"Sign up to save this title\"},\"sharing_buttons\":{\"check_out_props_share_title_on_scribd\":\"Check out {{props_share_title}} on Scribd\",\"i_m_reading_props_document_collection_name_on_scribd_props_document_collection_url\":\"I’m reading {{props_document_collection_name}} on Scribd: {{props_document_collection_url}}\",\"read_props_document_collection_name_on_scribd\":\"Read {{props_document_collection_name}} on Scribd\",\"share_on_facebook\":\"Share on Facebook\",\"share_on_facebook_opens_a_new\":\"Share on Facebook, opens a new window\",\"share_on_linkedin\":\"Share on LinkedIn\",\"share_on_linkedin_opens_a_new\":\"Share on LinkedIn, opens a new window\",\"share_on_twitter\":\"Share on Twitter\",\"share_on_twitter_opens_a_new\":\"Share on Twitter, opens a new window\",\"share_with_email\":\"Share with Email\",\"share_with_email_opens_mail_client\":\"Share with Email, opens mail client\",\"sharing_options\":\"Sharing Options\"}},\"reading_progress\":{\"base\":{\"we_ve_moved_you_to_where_you\":\"We\'ve moved you to where you read on your {{progress_device_name}}\"}},\"renew_upgrade_modal\":{\"please_renew_your_subscription_first_in\":\"Please renew your subscription first in order to upgrade to Plus to unlock this title.\",\"renew_and_upgrade_to_unlock\":\"Renew and upgrade to unlock this title\",\"renew_subscription\":\"Renew subscription\"},\"resume_membership\":\"Resume subscription\",\"save_button\":{\"save\":\"Save\",\"saved\":\"Saved\"},\"sharing_buttons\":{\"hi_there_document_action_and_thought_you\":\"Hi there, {{document_action}} and thought you might like it. {{document_title}} by {{document_author_or_publisher_name_or_login}} {{doc_url}} Scribd gives you monthly access to books, audiobooks, and more - for less than the cost of a paperback. Join today and {{trial_cta_downcase}}. Find out more at: http://www.scribd.com/\",\"i_m_reading_document_title_on_suffix\":\"I’m reading {{document_title}} on {{suffix}}\"},\"skip_link\":{\"skip_content\":\"Skip content\"},\"social_buttons\":{\"scribd_on_facebook_aria_label\":\"Scribd on Facebook\",\"scribd_on_instagram_aria_label\":\"Scribd on Instagram\",\"scribd_on_pinterest_aria_label\":\"Scribd on Pinterest\",\"scribd_on_twitter_aria_label\":\"Scribd on Twitter\"},\"star_ratings\":{\"clear_rating\":\"Clear rating\",\"i_didnt_like_it_at_all\":\"I didn\'t like it at all\",\"i_didnt_like_it_that_much\":\"I didn\'t like it that much\",\"i_liked_it\":\"I liked it\",\"i_loved_it\":\"I loved it\",\"i_thought_it_was_ok\":\"I thought it was OK\",\"rate_as_rating_out_of_5\":\"Rate as {{value}} out of 5\",\"rating_rating_to_display_out_of_5_stars\":\"Rating: {{ratingToDisplay}} out of 5 stars\",\"ratings\":\"rating\",\"ratings_plural\":\"ratings\",\"saved\":\"Saved!\",\"selected\":\"(selected)\",\"user_rating_star_rating_saved\":\"{{userRating}} star rating saved\"},\"start_exploring\":\"Start exploring\",\"text_links\":{\"all_categories\":\"All categories\",\"related_authors\":\"Related authors\",\"view_all_categories_in_category\":\"View all categories in {{category}}\",\"view_fewer\":\"View fewer\",\"view_more\":\"View More\"},\"time_remaining\":{\"hours\":\"{{count}} hr left\",\"hours_plural\":\"{{count}} hrs left\",\"minutes\":\"{{count}} min left\",\"minutes_plural\":\"{{count}} mins left\",\"pages\":\"{{count}} page left\",\"pages_plural\":\"{{count}} pages left\"},\"trial\":{\"cancel_anytime\":\"Cancel anytime.\"},\"trial_duration\":{\"first_days_free\":\"Your first {{trialDuration}} days are free.\",\"read_free_days\":\"Read free for {{trialDuration}} days\",\"start_trial_days\":\"Start your free {{trialDuration}} days\",\"upload_for_free_days\":\"Unlock full access (pages {{startPage}}-{{endPage}}) by uploading documents or with a {{trialDuration}} day free trial\"}},\"slideshare\":{\"accessibility\":{\"logo\":\"SlideShare, a Scribd company\"},\"checkout\":{\"hero_banner_title\":\"Your SlideShare presentation\"},\"join\":{\"ad_free_sign_up_sub_title\":\"You’ll get instant access to millions of presentations, documents, ebooks, audiobooks, magazines, podcasts and more. We’ll remind you before your trial ends.\",\"ad_free_sign_up_title\":\"To enjoy SlideShare ad-free, sign up for a free {{trialDuration}}-day Scribd trial\",\"already_have_scribd_account\":\"Already have a Scribd account?\",\"create_account\":\"Create a Scribd account to continue\",\"get_instant_access\":\"Get instant access to millions of documents, ebooks, audiobooks, magazines, podcasts, and more. All in one subscription.\",\"need_account_sign_in_slideshare\":\"You can use this account to access SlideShare and Scribd.\",\"to_continue_reading\":\"To continue reading on SlideShare, sign up for a {{trialDuration}} day free Scribd trial\",\"trial_duration\":\"To download on SlideShare, sign up for a {{trialDuration}} day free Scribd trial\"},\"login\":{\"sign_in\":\"Sign in with your Scribd account to continue\"}},\"subscribe_now\":{\"modal\":{\"continue_to_scribd\":\"Continue to Scribd\",\"looking_for_our_ebooks_audiobooks\":\"Looking for our ebooks and audiobooks?\",\"scribd_recently_launched_everand\":\"Scribd recently launched \\u003cem\\u003eEverand\\u003c/em\\u003e as your new home for ebooks, audiobooks, magazines, sheet music, and podcasts. Scribd is still your home for community-uploaded documents.\",\"visit_everand\":\"Visit Everand\",\"welcome_to_scribd\":\"Welcome to Scribd!\"}},\"webpack\":{\"doc_page\":{\"src\":{\"App\":{\"Page\":{\"BetweenPageInterstitial\":{\"BetweenPageInterstitial\":{\"continue_for_free\":\"Continue for Free\",\"you_re_reading_a_preview\":\"You\'re reading a preview\"}},\"BetweenPageUserRating\":{\"BetweenPageUserRating\":{\"dismiss_user_rating_prompt\":\"Dismiss user rating prompt\",\"improve_your_experience\":\"Improve Your Experience\",\"rating_will_help_us_to_suggest\":\"Rating will help us to suggest even better related documents to all of our readers!\"}},\"BlurPromo\":{\"BlurPromo\":{\"become_a_scribd_member_to_read\":\"Become a Scribd member to read and download full documents.\",\"cancel_anytime\":\"Cancel anytime\",\"continue_for_free\":\"Continue for Free\",\"continue_reading_with_trial\":\"Continue Reading with Trial\",\"or\":\"Or\",\"update_payment\":\"Update Payment\",\"update_payment_for_full_access\":\"Update payment for full access.\",\"upload_to_download\":\"Upload to Download\",\"upload_your_documents_to_download\":\"Upload your documents to download.\"}},\"Body\":{\"Body\":{\"share_this_document\":\"Share this document\"},\"Document\":{\"mappings\":{\"thank_you_for_your_rating\":\"Thank you for your rating!\"}},\"FixedViewportBottomComponents\":{\"CollapseButton\":{\"CollapseButton\":{\"click_to_collapse_related_titles\":\"Click to collapse Related Titles\",\"click_to_expand_related_titles\":\"Click to expand Related Titles\"}},\"ViewInStorePromo\":{\"ViewInStorePromo\":{\"get_our_free_app\":\"Get our free app\",\"get_scribd_for_your_mobile_device\":\"Get Scribd for your mobile device.\"}}},\"Metadata\":{\"Extra\":{\"Extra\":{\"original_title\":\"Original Title:\",\"original_title_no_colon\":\"Original Title\"}}},\"StaticPromoStudy\":{\"StaticPromoStudy\":{\"anytime_anywhere_any_device\":\"Anytime. Anywhere. Any device.\",\"cancel_anytime\":\"Cancel Anytime\",\"everything_you_want_to_read\":\"Everything you want to read.\",\"no_commitment_cancel_anytime\":\"No Commitment. Cancel anytime.\",\"read_for_free\":\"Read For Free\",\"reward_your_curiosity\":\"Reward Your Curiosity\"}},\"Toolbar\":{\"Toolbar\":{\"jump_to_page\":\"Jump to Page\"}},\"TruncatePromo\":{\"TruncatePromo\":{\"continue_reading_with_trial\":\"Continue Reading with Trial\"},\"helpers\":{\"constants\":{\"unlock_the_full_document_with_a\":\"Unlock the full document with a free trial!\"}}}},\"annotations\":{\"AnnotationPopover\":{\"AnnotationPopover\":{\"add_note\":\"Add Note\",\"annotation_text_page_annotation_page_nread_more\":\"\\\"{{annotation_text}}…\\\" (page {{annotation_page}})\\\\nRead more:\",\"delete\":\"Delete\",\"highlight\":\"Highlight\",\"share_quote\":\"Share Quote\"}},\"NoteEditor\":{\"NoteEditor\":{\"add_note\":\"Add Note\",\"cancel\":\"Cancel\",\"delete_note\":\"Delete note\",\"note\":\"Note\",\"note_note_group_notes_indexof_active_note_id_1_of_note_group_notes_length\":\"Note {{note_group_notes_indexof_active_note_id_1}} of {{note_group_notes_length}}\",\"save\":\"Save\",\"write_a_note\":\"Write a note…\"}}},\"modals\":{\"AppPromoInterstitial\":{\"AppPromoInterstitial\":{\"continue_reading_with_free_trial\":\"Continue Reading with Free Trial\",\"get_instant_access_to_this_document\":\"Get instant access to this document\",\"opens_scribd_app\":\", opens Scribd app\",\"or\":\"OR\",\"read_free_in_the_app\":\"Read Free in the App\",\"sign_up_to_download\":\", sign up to download\"}},\"Description\":{\"Description\":{\"document_information\":\"Document Information\"}},\"LanguagePicker\":{\"LanguagePicker\":{\"cancel\":\"Cancel\",\"language_options\":\"Language Options\",\"save\":\"Save\",\"select_your_preferred_language\":\"Select your preferred language\",\"we_ll_translate_site_navigation_and_tailor\":\"We’ll translate site navigation and tailor your personal recommendations where possible to match your preferred language selection.\",\"we_ll_translate_site_navigation_to_match\":\"We’ll translate site navigation to match your preferred language selection.\"}},\"LockShockRoadblockModal\":{\"LockShockRoadblockModal\":{\"later\":\"Later\",\"problem_with_your_last_payment\":\"Problem with your last payment\",\"update_payment\":\"Update Payment\",\"your_membership_is_on_hold_please\":\"Your membership is on hold because of a problem with your last payment.\"}},\"ShareQuote\":{\"ShareQuote\":{\"loved_this_quote_i_read_on\":\"Loved this quote I read on @Scribd\",\"page_page\":\"(page {{page}})\",\"share_quote\":\"Share Quote\"}}}}},\"body\":{\"sidebar\":{\"date_uploaded\":\"Date uploaded\",\"on_created_at\":\"on {{created_at}}\"},\"toolbar\":{\"search_inside_document\":\"Search inside document\"}},\"modals\":{\"flag_document\":{\"hateful_or_offensive\":\"Hateful or offensive\",\"please_select_an_option\":\"Please select an option\",\"porn_adult_content\":\"Porn adult content\",\"spam_or_junk\":\"Spam or junk\"}},\"shared\":{\"actions\":{\"modals\":{\"redirecting\":\"Redirecting...\",\"unable_to_unpause_account_please_try\":\"Unable to unpause account. Please try again\"}},\"base_page\":{\"an_error_occurred_please_try_again\":\"An error occurred please try again\"},\"carousels\":{\"recommender_carousel\":{\"skip_carousel\":\"Skip carousel\"}},\"components\":{\"flashes\":{\"Flash\":{\"Flash\":{\"information\":\"information\"}}},\"modals\":{\"Download\":{\"Receipt\":{\"Receipt\":{\"uploaded_by_this_props_document_author_name\":\"Uploaded by {{this_props_document_author_name}}\"}}}}},\"download_button\":{\"button\":{\"download\":\"Download\"}},\"store\":{\"actions\":{\"modals\":{\"subscribe_to_continue_reading\":\"Subscribe to Continue Reading\"}}}}}}}}}}");Scribd.e2e_enabled = false;</script><script type="application/javascript">function prefetchResource(u){var x = new XMLHttpRequest();x.open("GET", u, true);x.send()};</script></body></html>