{"id":15035470,"url":"https://github.com/umarquez/100daysofc0d3","last_synced_at":"2025-08-10T00:06:09.630Z","repository":{"id":148138270,"uuid":"195611569","full_name":"umarquez/100DaysOfC0D3","owner":"umarquez","description":"#100DaysOfC0D3","archived":false,"fork":false,"pushed_at":"2019-09-23T07:13:44.000Z","size":2481,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T00:27:19.026Z","etag":null,"topics":["100daysofc0d3","100daysofcode","golang","golang-algorithm","golang-examples","golang-tutorials"],"latest_commit_sha":null,"homepage":"https://medium.com/@umarquez_mx/0-100-100daysofc0d3-c952a268e057","language":"Go","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/umarquez.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":"2019-07-07T04:57:49.000Z","updated_at":"2023-04-08T20:55:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"0acd24b6-12d3-44d3-be62-781a0074ec45","html_url":"https://github.com/umarquez/100DaysOfC0D3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/umarquez/100DaysOfC0D3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umarquez%2F100DaysOfC0D3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umarquez%2F100DaysOfC0D3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umarquez%2F100DaysOfC0D3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umarquez%2F100DaysOfC0D3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umarquez","download_url":"https://codeload.github.com/umarquez/100DaysOfC0D3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umarquez%2F100DaysOfC0D3/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269654977,"owners_count":24454351,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["100daysofc0d3","100daysofcode","golang","golang-algorithm","golang-examples","golang-tutorials"],"created_at":"2024-09-24T20:28:45.917Z","updated_at":"2025-08-10T00:06:09.602Z","avatar_url":"https://github.com/umarquez.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n   _ _                                                                              \n _| | |_  ___    ___  ___  ____                  _____  ___  _____  ___  ____   ___ \n|_     _||_  |  |   ||   ||    \\  ___  _ _  ___ |     ||  _||     ||   ||    \\ |_  |\n|_     _| _| |_ | | || | ||  |  || .'|| | ||_ -||  |  ||  _||   --|| | ||  |  ||_  |\n  |_|_|  |_____||___||___||____/ |__,||_  ||___||_____||_|  |_____||___||____/ |___|\n                                      |___|                                         \n```\n\n# #100DaysOfC0D3\n\n## Índice de artículos\n\n- [**`[0/100]`** Mi versión de #100DaysOfCode](https://umarquez.c0d3.mx/100DaysOfC0D3/0)\n- [**`[1/100]`** Ordenamiento por Inserción | Insert Sort](https://umarquez.c0d3.mx/100DaysOfC0D3/1)\n- [**`[2/100]`** Codificando/Decodificando Base64](https://umarquez.c0d3.mx/100DaysOfC0D3/2)\n- [**`[3/100]`** Ordenamiento por Selección | Selection Sort](https://umarquez.c0d3.mx/100DaysOfC0D3/3)\n- [**`[4/100]`** Búsqueda Binaria | Binary Search](https://umarquez.c0d3.mx/100DaysOfC0D3/4)\n- [**`[5/100]`** Ordenamiento Burbuja | Bubble Sort](https://umarquez.c0d3.mx/100DaysOfC0D3/5)\n- [**`[6/100]`** Interfaces Golang | Si parece un pato, nada como un pato…](https://umarquez.c0d3.mx/100DaysOfC0D3/6)\n- [**`[7/100]`** Tabla de Hash | Hash Table](https://umarquez.c0d3.mx/100DaysOfC0D3/7)\n- [**`[8/100]`** Listas enlazadas | Linked List](https://umarquez.c0d3.mx/100DaysOfC0D3/8)\n- [**`[9/100]`** Ordenamiento con Árbol Binario | Binary Tree Sort](https://umarquez.c0d3.mx/100DaysOfC0D3/9)\n- [**`[10/100]`** Primer proyecto: Cuenta colores](https://umarquez.c0d3.mx/100DaysOfC0D3/10)\n- [**`[11/100]`** Partrón Singleton | Singleton Pattern](https://umarquez.c0d3.mx/100DaysOfC0D3/11)\n- [**`[12/100]`** Ordenamiento rápido | Quicksort](https://umarquez.c0d3.mx/100DaysOfC0D3/12)\n- [**`[13/100]`** Esteganografía | Steganography](https://umarquez.c0d3.mx/100DaysOfC0D3/13)\n- [**`[14/100]`** UUEncode](https://umarquez.c0d3.mx/100DaysOfC0D3/14)\n- [**`[15/100]`** El vecino más cercano | Nearest neighbor search](https://umarquez.c0d3.mx/100DaysOfC0D3/15)\n- [**`[16/100]`** Escalado de imágenes mediante interpolación de vecinos cercanos | Image scaling applying nearest neighbor interpolation](https://umarquez.c0d3.mx/100DaysOfC0D3/16)\n- [**`[17/100]`** Endianness | Big-endian \u0026 Little-endian](https://umarquez.c0d3.mx/100DaysOfC0D3/17)\n- [**`[18/100]`** TEA | Tiny Encryption Algorithm](https://umarquez.c0d3.mx/100DaysOfC0D3/18)\n- [**`[19/100]`** Ping | ICMP Echo](https://umarquez.c0d3.mx/100DaysOfC0D3/19)\n- [**`[20/100]`** Segundo proyecto: Repintado](https://umarquez.c0d3.mx/100DaysOfC0D3/20)\n- [**`[21/100]`** Búsqueda simple de texto | Simple text search](https://umarquez.c0d3.mx/100DaysOfC0D3/21)\n- [**`[22/100]`** Ordenamiento Gnomo | Gnome Sort](https://umarquez.c0d3.mx/100DaysOfC0D3/22)\n- [**`[23/100]`** Compresión LZ77 | LZ77 Compression Algorithm](https://umarquez.c0d3.mx/100DaysOfC0D3/23)\n- [**`[24/100]`** Escalado de imágenes mediante interpolación bilineal | Image scaling applying bilinear interpolation](https://umarquez.c0d3.mx/100DaysOfC0D3/24)\n- [**`[25/100]`** Tramado| Dithering](https://umarquez.c0d3.mx/100DaysOfC0D3/25)\n- [**`[26/100]`** Shell a través de WebSocket | Shell through WebSocket](https://umarquez.c0d3.mx/100DaysOfC0D3/26)\n- [**`[27/100]`** Partrónes de diseño: Builder | Builder design pattern](https://umarquez.c0d3.mx/100DaysOfC0D3/27)\n- [**`[28/100]`** Escaneo de puertos TCP | TCP port scanning](https://umarquez.c0d3.mx/100DaysOfC0D3/28)\n- [**`[29/100]`** Desenfoque de caja | Box blur](https://umarquez.c0d3.mx/100DaysOfC0D3/29)\n- [**`[30/100]`** Herencia \u0026 Patrón Composite | Inheritance \u0026 Composite Pattern](https://umarquez.c0d3.mx/100DaysOfC0D3/30)\n- [**`[31/100]`** WebAssembly | WASM \u0026 Go](https://umarquez.c0d3.mx/100DaysOfC0D3/31)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumarquez%2F100daysofc0d3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumarquez%2F100daysofc0d3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumarquez%2F100daysofc0d3/lists"}