{"id":19722452,"url":"https://github.com/davismz09/itb-desarrollo-software","last_synced_at":"2026-04-15T19:39:54.528Z","repository":{"id":226511054,"uuid":"768894550","full_name":"davismz09/ITB-desarrollo-software","owner":"davismz09","description":"Tareas o actividades realizadas para los cursos del Instituto Superior Universitario Bolivariano (ITB) para la carrera de Desarrollo de Software.","archived":false,"fork":false,"pushed_at":"2024-05-13T21:45:04.000Z","size":10817,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-21T19:02:32.454Z","etag":null,"topics":["bifurcation","bootstrap","bucles","css","html-css-javascript","itb","javascript","kotlin","kotlin-android","kotlin-coroutines","php","programacion-web"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davismz09.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-07T23:38:00.000Z","updated_at":"2024-05-13T21:45:07.000Z","dependencies_parsed_at":"2024-05-01T23:50:06.466Z","dependency_job_id":"2ca1ee09-80fb-4fdf-8053-34d9248c1cc8","html_url":"https://github.com/davismz09/ITB-desarrollo-software","commit_stats":null,"previous_names":["davismz09/itb-desarrollosoftware","davismz09/itb-desarrollo-software"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davismz09/ITB-desarrollo-software","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davismz09%2FITB-desarrollo-software","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davismz09%2FITB-desarrollo-software/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davismz09%2FITB-desarrollo-software/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davismz09%2FITB-desarrollo-software/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davismz09","download_url":"https://codeload.github.com/davismz09/ITB-desarrollo-software/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davismz09%2FITB-desarrollo-software/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31857616,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bifurcation","bootstrap","bucles","css","html-css-javascript","itb","javascript","kotlin","kotlin-android","kotlin-coroutines","php","programacion-web"],"created_at":"2024-11-11T23:17:22.921Z","updated_at":"2026-04-15T19:39:54.506Z","avatar_url":"https://github.com/davismz09.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Repositorio de asignaturas de la carrera de Desarrollo de Software 5to semestre\n\nEste repositorio contiene proyectos realizados en el marco de los cursos tomados en el Instituto Superior Universitario Bolivariano de la carrera de Desarrollo de Software.\n\n## Descripción de Carpetas\n\n- **ACTIVDADES EN CLASE:** Contiene proyectos correspondientes a las actividades realizadas en clase.\n- **CUESTIONARIOS:** Contiene 5 cuestionarios correspondientes a los temas de las tareas realizadas.\n- **TAREA VIRTUAL 1-7:** Contiene proyectos correspondientes a las tareas virtuales asignadas.\n- **EJERCICIOS:** Contiene proyectos correspondientes a ejercicios asignados como práctica del curso.\n\n```\n.\n├── aplicaciones-moviles\n│   └── actividades-en-clase\n│       └── appsMovilesdse08\n│           └── app\n│               └── src\n│                   └── main\n│                       ├── java\n│                       │   └── com\n│                       │       └── example\n│                       │           └── appsmovilesdse08\n│                       │               ├── appSaludo\n│                       │               │   ├── MensajeActivity.kt\n│                       │               │   └── SaludoActivity.kt\n│                       │               ├── imc\n│                       │               │   ├── ImcActivity.kt\n│                       │               │   └── ResultadoImcActivity.kt\n│                       │               └── MenuActivity.kt\n│                       └── res\n│                           ├── drawable\n│                           │   ├── bp_icon.jpg\n│                           │   ├── circle_button_background.xml\n│                           │   ├── female.xml\n│                           │   ├── ic_launcher_background.xml\n│                           │   ├── ic_plus.xml\n│                           │   ├── ic_substract.xml\n│                           │   ├── male.xml\n│                           │   └── rounded_button_bg.xml\n│                           ├── layout\n│                           │   ├── activity_imc.xml\n│                           │   ├── activity_mensaje.xml\n│                           │   ├── activity_menu.xml\n│                           │   ├── activity_resultado_imc.xml\n│                           │   └── activity_saludo.xml\n│                           └── values\n│                               ├── colors.xml\n│                               ├── rounded_backgroun.xml\n│                               ├── strings.xml\n│                               └── themes.xml\n├── aplicaciones-realizadas\n│   ├── appsMovilesdse08\n│   │   └── app\n│   │       └── src\n│   │           └── main\n│   │               ├── AndroidManifest.xml\n│   │               ├── java\n│   │               │   └── com\n│   │               │       └── example\n│   │               │           └── appsmovilesdse08\n│   │               │               ├── appSaludo\n│   │               │               │   ├── MensajeActivity.kt\n│   │               │               │   └── SaludoActivity.kt\n│   │               │               ├── imc\n│   │               │               │   ├── ImcActivity.kt\n│   │               │               │   └── ResultadoImcActivity.kt\n│   │               │               └── MenuActivity.kt\n│   │               └── res\n│   │                   ├── drawable\n│   │                   │   ├── bp_icon.jpg\n│   │                   │   ├── circle_button_background.xml\n│   │                   │   ├── female.xml\n│   │                   │   ├── ic_launcher_background.xml\n│   │                   │   ├── ic_plus.xml\n│   │                   │   ├── ic_substract.xml\n│   │                   │   ├── male.xml\n│   │                   │   └── rounded_button_bg.xml\n│   │                   ├── layout\n│   │                   │   ├── activity_imc.xml\n│   │                   │   ├── activity_mensaje.xml\n│   │                   │   ├── activity_menu.xml\n│   │                   │   ├── activity_resultado_imc.xml\n│   │                   │   └── activity_saludo.xml\n│   │                   └── values\n│   │                       ├── colors.xml\n│   │                       ├── rounded_backgroun.xml\n│   │                       ├── strings.xml\n│   │                       └── themes.xml\n│   └── RickAndMortyApi\n│       └── app\n│           └── src\n│               └── main\n│                   ├── AndroidManifest.xml\n│                   ├── java\n│                   │   └── com\n│                   │       └── example\n│                   │           └── rickandmortyapi\n│                   │               ├── api\n│                   │               │   ├── ApiServices.kt\n│                   │               │   ├── PersonajeResponse.kt\n│                   │               │   └── PersonajesResponse.kt\n│                   │               ├── MenuActivity.kt\n│                   │               └── rickmorty\n│                   │                   ├── PersonajeAdapter.kt\n│                   │                   ├── PersonajeViewHolder.kt\n│                   │                   └── RickAndMortyActivity.kt\n│                   └── res\n│                       ├── drawable\n│                       │   └── ic_launcher_background.xml\n│                       ├── layout\n│                       │   ├── activity_menu.xml\n│                       │   ├── activity_rick_and_morty.xml\n│                       │   └── item_personaje.xml\n│                       └── values\n│                           ├── arrays.xml\n│                           ├── colors.xml\n│                           ├── strings.xml\n│                           └── themes.xml\n├── programacion-web\n│   ├── activides-en-clase\n│   │   ├── bifurcaciones\n│   │   │   ├── README.md\n│   │   │   └── src\n│   │   │       ├── bifurcacion2.html\n│   │   │       ├── bifurcacion.html\n│   │   │       ├── index.html\n│   │   │       ├── main.php\n│   │   │       └── style.css\n│   │   ├── ciclo-while\n│   │   │   ├── README.md\n│   │   │   └── src\n│   │   │       └── index.php\n│   │   ├── obsequio\n│   │   │   ├── README.md\n│   │   │   └── src\n│   │   │       ├── index.php\n│   │   │       └── styles.css\n│   │   ├── README.md\n│   │   ├── registro-clientes\n│   │   │   ├── README.md\n│   │   │   └── src\n│   │   │       ├── captura.php\n│   │   │       ├── encabezado.php\n│   │   │       ├── estilo.css\n│   │   │       ├── generar-codigo.php\n│   │   │       ├── grabar.php\n│   │   │       ├── index.php\n│   │   │       ├── listado.php\n│   │   │       ├── pie.php\n│   │   │       └── registro.php\n│   │   └── verificacion-de-archivo\n│   │       ├── README.md\n│   │       └── src\n│   │           ├── estilo.css\n│   │           ├── index.php\n│   │           └── proceso.php\n│   ├── cuestionarios\n│   │   ├── cuestionario-1.pdf\n│   │   ├── cuestionario-2.pdf\n│   │   ├── cuestionario-3.pdf\n│   │   ├── cuestionario-4.pdf\n│   │   └── cuestionario-5.pdf\n│   ├── ejercicios\n│   │   ├── informacion-de-ejercicios\n│   │   │   └── ejercicios-funciones-usuarios.pdf\n│   │   ├── README.md\n│   │   └── src\n│   │       ├── principal\n│   │       │   ├── bienvenida.php\n│   │       │   ├── captura.php\n│   │       │   ├── css\n│   │       │   │   └── estilo.css\n│   │       │   ├── encabezado-2.php\n│   │       │   ├── pie-2.php\n│   │       │   ├── principal.php\n│   │       │   └── validar.php\n│   │       └── soda\n│   │           ├── calculos.php\n│   │           ├── css\n│   │           │   └── estilos.css\n│   │           ├── encabezado.php\n│   │           ├── pie.php\n│   │           └── soda.php\n│   └── tareas\n│       ├── README.md\n│       ├── tarea-virtual-1\n│       │   ├── informacion-tarea\n│       │   │   └── mite-zambrano-jose-david.pdf\n│       │   ├── README.md\n│       │   └── src\n│       │       └── index.html\n│       ├── tarea-virtual-2\n│       │   ├── informacion-tarea\n│       │   │   └── mite-zambrano-jose-david.pdf\n│       │   ├── README.md\n│       │   └── src\n│       │       └── index.html\n│       ├── tarea-virtual-3\n│       │   ├── informacion-tarea\n│       │   │   └── mite-zambrano-jose-david.pdf\n│       │   ├── README.md\n│       │   └── src\n│       │       ├── img\n│       │       │   ├── googlemaps.webp\n│       │       │   ├── icono-github.webp\n│       │       │   ├── logo-android.webp\n│       │       │   ├── logo-apple.webp\n│       │       │   ├── logo-java.webp\n│       │       │   ├── logo.webp\n│       │       │   ├── paisaje1.webp\n│       │       │   └── paisaje2.webp\n│       │       ├── index.html\n│       │       └── styles.css\n│       ├── tarea-virtual-4\n│       │   ├── informacion-tarea\n│       │   │   └── mite-zambrano-jose-david.pdf\n│       │   ├── README.md\n│       │   └── src\n│       │       └── index.php\n│       ├── tarea-virtual-5\n│       │   ├── informacion-tarea\n│       │   │   └── mite-zambrano-jose-david.pdf\n│       │   ├── README.md\n│       │   └── src\n│       │       ├── estilo.css\n│       │       └── index.php\n│       ├── tarea-virtual-6\n│       │   ├── informacion-tarea\n│       │   │   ├── bd-biblioteca.sql\n│       │   │   └── mite-zambrano-jose-david.pdf\n│       │   ├── README.md\n│       │   └── src\n│       │       ├── actualizar-libro.php\n│       │       ├── db-conexion.php\n│       │       ├── eliminar-libro.php\n│       │       ├── index.php\n│       │       ├── js\n│       │       │   ├── evitar-reenvio.js\n│       │       │   └── jquery-3.6.1.min.js\n│       │       ├── listado.php\n│       │       ├── modal-obtener-libro.php\n│       │       ├── registrar-libro.php\n│       │       └── sesion-helper.php\n│       └── tarea-virtual-7\n│           ├── informacion-tarea\n│           │   └── mite-zambrano-jose-david.pdf\n│           ├── README.md\n│           └── src\n│               ├── datos.txt\n│               ├── estilo.css\n│               ├── index.php\n│               └── notas.php\n└── README.md\n```\n\n## Autor\n\nEl contenido de este repositorio fue creado por David Mite Z(davismz09)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavismz09%2Fitb-desarrollo-software","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavismz09%2Fitb-desarrollo-software","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavismz09%2Fitb-desarrollo-software/lists"}