Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davismz09/itb-desarrollo-software
Tareas o actividades realizadas para los cursos del Instituto Superior Universitario Bolivariano (ITB) para la carrera de Desarrollo de Software.
https://github.com/davismz09/itb-desarrollo-software
bifurcation bootstrap bucles css html-css-javascript itb javascript kotlin kotlin-android kotlin-coroutines php programacion-web
Last synced: about 1 month ago
JSON representation
Tareas o actividades realizadas para los cursos del Instituto Superior Universitario Bolivariano (ITB) para la carrera de Desarrollo de Software.
- Host: GitHub
- URL: https://github.com/davismz09/itb-desarrollo-software
- Owner: davismz09
- Created: 2024-03-07T23:38:00.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T21:45:04.000Z (7 months ago)
- Last Synced: 2024-05-13T22:28:55.235Z (7 months ago)
- Topics: bifurcation, bootstrap, bucles, css, html-css-javascript, itb, javascript, kotlin, kotlin-android, kotlin-coroutines, php, programacion-web
- Language: PHP
- Homepage:
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repositorio de asignaturas de la carrera de Desarrollo de Software 5to semestre
Este repositorio contiene proyectos realizados en el marco de los cursos tomados en el Instituto Superior Universitario Bolivariano de la carrera de Desarrollo de Software.
## Descripción de Carpetas
- **ACTIVDADES EN CLASE:** Contiene proyectos correspondientes a las actividades realizadas en clase.
- **CUESTIONARIOS:** Contiene 5 cuestionarios correspondientes a los temas de las tareas realizadas.
- **TAREA VIRTUAL 1-7:** Contiene proyectos correspondientes a las tareas virtuales asignadas.
- **EJERCICIOS:** Contiene proyectos correspondientes a ejercicios asignados como práctica del curso.```
.
├── aplicaciones-moviles
│ └── actividades-en-clase
│ └── appsMovilesdse08
│ └── app
│ └── src
│ └── main
│ ├── java
│ │ └── com
│ │ └── example
│ │ └── appsmovilesdse08
│ │ ├── appSaludo
│ │ │ ├── MensajeActivity.kt
│ │ │ └── SaludoActivity.kt
│ │ ├── imc
│ │ │ ├── ImcActivity.kt
│ │ │ └── ResultadoImcActivity.kt
│ │ └── MenuActivity.kt
│ └── res
│ ├── drawable
│ │ ├── bp_icon.jpg
│ │ ├── circle_button_background.xml
│ │ ├── female.xml
│ │ ├── ic_launcher_background.xml
│ │ ├── ic_plus.xml
│ │ ├── ic_substract.xml
│ │ ├── male.xml
│ │ └── rounded_button_bg.xml
│ ├── layout
│ │ ├── activity_imc.xml
│ │ ├── activity_mensaje.xml
│ │ ├── activity_menu.xml
│ │ ├── activity_resultado_imc.xml
│ │ └── activity_saludo.xml
│ └── values
│ ├── colors.xml
│ ├── rounded_backgroun.xml
│ ├── strings.xml
│ └── themes.xml
├── aplicaciones-realizadas
│ ├── appsMovilesdse08
│ │ └── app
│ │ └── src
│ │ └── main
│ │ ├── AndroidManifest.xml
│ │ ├── java
│ │ │ └── com
│ │ │ └── example
│ │ │ └── appsmovilesdse08
│ │ │ ├── appSaludo
│ │ │ │ ├── MensajeActivity.kt
│ │ │ │ └── SaludoActivity.kt
│ │ │ ├── imc
│ │ │ │ ├── ImcActivity.kt
│ │ │ │ └── ResultadoImcActivity.kt
│ │ │ └── MenuActivity.kt
│ │ └── res
│ │ ├── drawable
│ │ │ ├── bp_icon.jpg
│ │ │ ├── circle_button_background.xml
│ │ │ ├── female.xml
│ │ │ ├── ic_launcher_background.xml
│ │ │ ├── ic_plus.xml
│ │ │ ├── ic_substract.xml
│ │ │ ├── male.xml
│ │ │ └── rounded_button_bg.xml
│ │ ├── layout
│ │ │ ├── activity_imc.xml
│ │ │ ├── activity_mensaje.xml
│ │ │ ├── activity_menu.xml
│ │ │ ├── activity_resultado_imc.xml
│ │ │ └── activity_saludo.xml
│ │ └── values
│ │ ├── colors.xml
│ │ ├── rounded_backgroun.xml
│ │ ├── strings.xml
│ │ └── themes.xml
│ └── RickAndMortyApi
│ └── app
│ └── src
│ └── main
│ ├── AndroidManifest.xml
│ ├── java
│ │ └── com
│ │ └── example
│ │ └── rickandmortyapi
│ │ ├── api
│ │ │ ├── ApiServices.kt
│ │ │ ├── PersonajeResponse.kt
│ │ │ └── PersonajesResponse.kt
│ │ ├── MenuActivity.kt
│ │ └── rickmorty
│ │ ├── PersonajeAdapter.kt
│ │ ├── PersonajeViewHolder.kt
│ │ └── RickAndMortyActivity.kt
│ └── res
│ ├── drawable
│ │ └── ic_launcher_background.xml
│ ├── layout
│ │ ├── activity_menu.xml
│ │ ├── activity_rick_and_morty.xml
│ │ └── item_personaje.xml
│ └── values
│ ├── arrays.xml
│ ├── colors.xml
│ ├── strings.xml
│ └── themes.xml
├── programacion-web
│ ├── activides-en-clase
│ │ ├── bifurcaciones
│ │ │ ├── README.md
│ │ │ └── src
│ │ │ ├── bifurcacion2.html
│ │ │ ├── bifurcacion.html
│ │ │ ├── index.html
│ │ │ ├── main.php
│ │ │ └── style.css
│ │ ├── ciclo-while
│ │ │ ├── README.md
│ │ │ └── src
│ │ │ └── index.php
│ │ ├── obsequio
│ │ │ ├── README.md
│ │ │ └── src
│ │ │ ├── index.php
│ │ │ └── styles.css
│ │ ├── README.md
│ │ ├── registro-clientes
│ │ │ ├── README.md
│ │ │ └── src
│ │ │ ├── captura.php
│ │ │ ├── encabezado.php
│ │ │ ├── estilo.css
│ │ │ ├── generar-codigo.php
│ │ │ ├── grabar.php
│ │ │ ├── index.php
│ │ │ ├── listado.php
│ │ │ ├── pie.php
│ │ │ └── registro.php
│ │ └── verificacion-de-archivo
│ │ ├── README.md
│ │ └── src
│ │ ├── estilo.css
│ │ ├── index.php
│ │ └── proceso.php
│ ├── cuestionarios
│ │ ├── cuestionario-1.pdf
│ │ ├── cuestionario-2.pdf
│ │ ├── cuestionario-3.pdf
│ │ ├── cuestionario-4.pdf
│ │ └── cuestionario-5.pdf
│ ├── ejercicios
│ │ ├── informacion-de-ejercicios
│ │ │ └── ejercicios-funciones-usuarios.pdf
│ │ ├── README.md
│ │ └── src
│ │ ├── principal
│ │ │ ├── bienvenida.php
│ │ │ ├── captura.php
│ │ │ ├── css
│ │ │ │ └── estilo.css
│ │ │ ├── encabezado-2.php
│ │ │ ├── pie-2.php
│ │ │ ├── principal.php
│ │ │ └── validar.php
│ │ └── soda
│ │ ├── calculos.php
│ │ ├── css
│ │ │ └── estilos.css
│ │ ├── encabezado.php
│ │ ├── pie.php
│ │ └── soda.php
│ └── tareas
│ ├── README.md
│ ├── tarea-virtual-1
│ │ ├── informacion-tarea
│ │ │ └── mite-zambrano-jose-david.pdf
│ │ ├── README.md
│ │ └── src
│ │ └── index.html
│ ├── tarea-virtual-2
│ │ ├── informacion-tarea
│ │ │ └── mite-zambrano-jose-david.pdf
│ │ ├── README.md
│ │ └── src
│ │ └── index.html
│ ├── tarea-virtual-3
│ │ ├── informacion-tarea
│ │ │ └── mite-zambrano-jose-david.pdf
│ │ ├── README.md
│ │ └── src
│ │ ├── img
│ │ │ ├── googlemaps.webp
│ │ │ ├── icono-github.webp
│ │ │ ├── logo-android.webp
│ │ │ ├── logo-apple.webp
│ │ │ ├── logo-java.webp
│ │ │ ├── logo.webp
│ │ │ ├── paisaje1.webp
│ │ │ └── paisaje2.webp
│ │ ├── index.html
│ │ └── styles.css
│ ├── tarea-virtual-4
│ │ ├── informacion-tarea
│ │ │ └── mite-zambrano-jose-david.pdf
│ │ ├── README.md
│ │ └── src
│ │ └── index.php
│ ├── tarea-virtual-5
│ │ ├── informacion-tarea
│ │ │ └── mite-zambrano-jose-david.pdf
│ │ ├── README.md
│ │ └── src
│ │ ├── estilo.css
│ │ └── index.php
│ ├── tarea-virtual-6
│ │ ├── informacion-tarea
│ │ │ ├── bd-biblioteca.sql
│ │ │ └── mite-zambrano-jose-david.pdf
│ │ ├── README.md
│ │ └── src
│ │ ├── actualizar-libro.php
│ │ ├── db-conexion.php
│ │ ├── eliminar-libro.php
│ │ ├── index.php
│ │ ├── js
│ │ │ ├── evitar-reenvio.js
│ │ │ └── jquery-3.6.1.min.js
│ │ ├── listado.php
│ │ ├── modal-obtener-libro.php
│ │ ├── registrar-libro.php
│ │ └── sesion-helper.php
│ └── tarea-virtual-7
│ ├── informacion-tarea
│ │ └── mite-zambrano-jose-david.pdf
│ ├── README.md
│ └── src
│ ├── datos.txt
│ ├── estilo.css
│ ├── index.php
│ └── notas.php
└── README.md
```## Autor
El contenido de este repositorio fue creado por David Mite Z(davismz09)