├── .gitignore ├── .github └── FUNDING.yml ├── LICENSE ├── CONTRIBUTING.md └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | *.swp 2 | *.swo 3 | *~ 4 | *.log 5 | node_modules 6 | *.env 7 | .DS_Store 8 | package-lock.json 9 | .bloggify/* 10 | -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: ionicabizau 2 | patreon: ionicabizau 3 | open_collective: ionicabizau 4 | custom: https://www.buymeacoffee.com/h96wwchmy -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2018-25 Ionică Bizău (https://ionicabizau.net) 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # 🌟 Contributing 2 | 3 | Want to contribute to this project? Great! Please read these quick steps to streamline the process and avoid unnecessary tasks. ✨ 4 | 5 | ## 💬 Discuss Changes 6 | Start by opening an issue in the repository using the [bug tracker][1]. Describe your proposed contribution or the bug you've found. If relevant, include platform info and screenshots. 🖼️ 7 | 8 | Wait for feedback before proceeding unless the fix is straightforward, like a typo. 📝 9 | 10 | ## 🔧 Fixing Issues 11 | 12 | Fork the project and create a branch for your fix, naming it `some-great-feature` or `some-issue-fix`. Commit changes while following the [code style][2]. If the project has tests, add one. ✅ 13 | 14 | If a `package.json` or `bower.json` exists, add yourself to the `contributors` array; create it if it doesn't. 🙌 15 | 16 | ```json 17 | { 18 | "contributors": [ 19 | "Your Name (http://your.website)" 20 | ] 21 | } 22 | ``` 23 | 24 | ## 📬 Creating a Pull Request 25 | Open a pull request and reference the initial issue (e.g., *fixes #*). Provide a clear title and consider adding visual aids for clarity. 📊 26 | 27 | ## ⏳ Wait for Feedback 28 | Your contributions will be reviewed. If feedback is given, update your branch as needed, and the pull request will auto-update. 🔄 29 | 30 | ## 🎉 Everyone Is Happy! 31 | Your contributions will be merged, and everyone will appreciate your effort! 😄❤️ 32 | 33 | Thanks! 🤩 34 | 35 | [1]: /issues 36 | [2]: https://github.com/IonicaBizau/code-style -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | # made-in-chile 21 | 22 | [![Support me on Patreon][badge_patreon]][patreon] [![Buy me a book][badge_amazon]][amazon] [![PayPal][badge_paypal_donate]][paypal-donations] [![Ask me anything](https://img.shields.io/badge/ask%20me-anything-1abc9c.svg)](https://github.com/IonicaBizau/ama) [![Version](https://img.shields.io/npm/v/made-in-chile.svg)](https://www.npmjs.com/package/made-in-chile) [![Downloads](https://img.shields.io/npm/dt/made-in-chile.svg)](https://www.npmjs.com/package/made-in-chile) [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/@johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github) 23 | 24 | Buy Me A Coffee 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | > 🇨🇱 A list of cool projects made in Chile 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | ## Contents 55 | 56 | 57 | - [Git](#git) 58 | - [JavaScript](#javascript) 59 | - [Java](#java) 60 | - [C#](#c-1) 61 | - [CSS](#css) 62 | - [HTML](#html) 63 | - [C](undefined) 64 | - [C++](#c-2) 65 | - [ActionScript](#actionscript) 66 | - [Clojure](#clojure) 67 | - [Go](#go) 68 | - [Haskell](#haskell) 69 | - [Lua](#lua) 70 | - [Matlab](#matlab) 71 | - [Objective-C](#objective-c) 72 | - [Perl](#perl) 73 | - [PHP](#php) 74 | - [Python](#python) 75 | - [R](#r) 76 | - [Ruby](#ruby) 77 | - [Scala](#scala) 78 | - [Shell](#shell) 79 | - [Swift](#swift) 80 | - [TeX](#tex) 81 | - [VimL](#viml) 82 | 83 | ### Git 84 | 85 | | :star2: | Name | Description | 🌍 | 86 | | ------- | ---- | ----------- | --- | 87 | | | [@gittogethers](https://github.com/gittogethers/)/[**santiago**](https://github.com/gittogethers/santiago) | GitTogether Santiago de Chile | [:arrow_upper_right:](https://www.meetup.com/gittogether-santiago/) | 88 | 89 | ### JavaScript # 90 | 91 | | :star2: | Name | Description | 🌍 | 92 | | ------- | ---- | ----------- | --- | 93 | | 1145 | [@RafaelVidaurre](https://github.com/RafaelVidaurre)/[**angular-permission**](https://github.com/RafaelVidaurre/angular-permission) | Simple route authorization via roles/permissions | | 94 | | 1043 | [@tomas](https://github.com/tomas)/[**needle**](https://github.com/tomas/needle) | Nimble, streamable HTTP client for Node.js. With proxy, iconv, cookie, deflate & multipart support. | [:arrow_upper_right:](https://www.npmjs.com/package/needle) | 95 | | 672 | [@andresgottlieb](https://github.com/andresgottlieb)/[**soundcast**](https://github.com/andresgottlieb/soundcast) | Cast audio from macOS to Chromecast | | 96 | | 408 | [@rubentd](https://github.com/rubentd)/[**gifplayer**](https://github.com/rubentd/gifplayer) | Customizable jquery plugin to play and stop animated gifs. Similar to 9gag's. Support for video formats | [:arrow_upper_right:](http://rubentd.com/gifplayer) | 97 | | 349 | [@alangrafu](https://github.com/alangrafu)/[**radar-chart-d3**](https://github.com/alangrafu/radar-chart-d3) | Simple radar chart in D3.js | | 98 | | 292 | [@RafaelVidaurre](https://github.com/RafaelVidaurre)/[**yakuza**](https://github.com/RafaelVidaurre/yakuza) | Highly scalable Node.js scraping framework for mobsters | | 99 | | 256 | [@juanbrujo](https://github.com/juanbrujo)/[**jQuery-Timelinr**](https://github.com/juanbrujo/jQuery-Timelinr) | This simple plugin helps you to give more life to the boring timelines. Supports horizontal and vertical layouts, and you can specify parameters for most attributes: speed, transparency, etc... | [:arrow_upper_right:](https://www.csslab.cl/2011/08/18/jquery-timelinr/) | 100 | | 206 | [@nicolaslopezj](https://github.com/nicolaslopezj)/[**simple-react-form**](https://github.com/nicolaslopezj/simple-react-form) | A library to make reusable form components in React and React Native | [:arrow_upper_right:](http://simple-react-form.nicolaslopez.co) | 101 | | 129 | [@rubentd](https://github.com/rubentd)/[**darktooltip**](https://github.com/rubentd/darktooltip) | Simple customizable tooltip with confirm option and 3d effects | [:arrow_upper_right:](rubentd.com/darktooltip) | 102 | | 126 | [@alangrafu](https://github.com/alangrafu)/[**timeknots**](https://github.com/alangrafu/timeknots) | Minimalist timeline in javascript based on d3.js. This work was inspired by https://github.com/mquan/timeline | | 103 | | 115 | [@jlobos](https://github.com/jlobos)/[**instagram-web-api**](https://github.com/jlobos/instagram-web-api) | 🤳 Instagram Private Web API client for Node | [:arrow_upper_right:](https://npmjs.com/instagram-web-api) | 104 | | 109 | [@lopezjurip](https://github.com/lopezjurip)/[**routed-react**](https://github.com/lopezjurip/routed-react) | Using create-react-app with React Router + Express.js and Docker. This is a naive and simple way where server-side rendering is not required. | [:arrow_upper_right:](https://medium.com/@patriciolpezjuri/using-create-react-app-with-react-router-express-js-8fa658bf892d) | 105 | | 92 | [@nicolaslopezj](https://github.com/nicolaslopezj)/[**roles**](https://github.com/nicolaslopezj/roles) | The most advanced roles package for meteor | | 106 | | 85 | [@rubentd](https://github.com/rubentd)/[**radios-to-slider**](https://github.com/rubentd/radios-to-slider) | jquery plugin to create a slider using a list of radio buttons | | 107 | | 79 | [@rubentd](https://github.com/rubentd)/[**tanks**](https://github.com/rubentd/tanks) | Tanks battle game prototype, for nodejs learning purposes | | 108 | | 63 | [@tomas](https://github.com/tomas)/[**network**](https://github.com/tomas/network) | The missing network utilities in Node.js. | | 109 | | 52 | [@marcelofelman](https://github.com/marcelofelman)/[**mva-bots**](https://github.com/marcelofelman/mva-bots) | Material para cursos de MVA sobre bots | | 110 | | 47 | [@nicolaslopezj](https://github.com/nicolaslopezj)/[**meteor-router-layer**](https://github.com/nicolaslopezj/meteor-router-layer) | A layer for Meteor Routers | | 111 | | 39 | [@tomas](https://github.com/tomas)/[**dialog**](https://github.com/tomas/dialog) | Show native alert dialogs on Windows, OSX and Linux with Node.js. | | 112 | | 37 | [@juanbrujo](https://github.com/juanbrujo)/[**tinyModal**](https://github.com/juanbrujo/tinyModal) | Clean, Fast, Modular and customizable Modal Window controller | [:arrow_upper_right:](http://juanbrujo.github.io/tinyModal/) | 113 | | 37 | [@nicolaslopezj](https://github.com/nicolaslopezj)/[**react-apollo-decorat…**](https://github.com/nicolaslopezj/react-apollo-decorators) | Better decorators for Apollo and React | | 114 | | 34 | [@nicolaslopezj](https://github.com/nicolaslopezj)/[**simple-react-form-ma…**](https://github.com/nicolaslopezj/simple-react-form-material-ui) | A set of fields for simple-react-form that use material-ui | [:arrow_upper_right:](http://simple-react-form.nicolaslopez.co) | 115 | | 33 | [@nicolaslopezj](https://github.com/nicolaslopezj)/[**meteor-react-form**](https://github.com/nicolaslopezj/meteor-react-form) | Automatic forms creation with Simple Schema and React | | 116 | | 32 | [@jlobos](https://github.com/jlobos)/[**instagram-stories**](https://github.com/jlobos/instagram-stories) | Get the Instagram Stories in Node.js and Browser | [:arrow_upper_right:](https://www.npmjs.com/package/instagram-stories) | 117 | | 31 | [@rubentd](https://github.com/rubentd)/[**toasty**](https://github.com/rubentd/toasty) | Show Dan Forden's Toasty from Mortal Kombat as an Easter Egg for your website | [:arrow_upper_right:](rubentd.com/toasty) | 118 | | 30 | [@nicolaslopezj](https://github.com/nicolaslopezj)/[**reactive-templates**](https://github.com/nicolaslopezj/reactive-templates) | Create templates that you can override in meteor | | 119 | | 28 | [@juanbrujo](https://github.com/juanbrujo)/[**Sluggin.js**](https://github.com/juanbrujo/Sluggin.js) | Converts string/array into websafe-friendly-clean piece of text | [:arrow_upper_right:](http://juanbrujo.github.io/Sluggin.js/) | 120 | | 27 | [@YerkoPalma](https://github.com/YerkoPalma)/[**choo-websocket**](https://github.com/YerkoPalma/choo-websocket) | :loop: Small wrapper around WebSocket browser API, for choo apps | | 121 | | 22 | [@FabianBravoA](https://github.com/FabianBravoA)/[**tbk_node**](https://github.com/FabianBravoA/tbk_node) | Transbank node.js module (NOT OFFICIAL) | | 122 | | 21 | [@YerkoPalma](https://github.com/YerkoPalma)/[**choo-audio**](https://github.com/YerkoPalma/choo-audio) | :musical_note: Opinionated abstraction around web audio api for choo framework | | 123 | | 18 | [@jlobos](https://github.com/jlobos)/[**pokemongo-genymotion**](https://github.com/jlobos/pokemongo-genymotion) | Play Pokémon GO from your Genymotion device | | 124 | | 17 | [@YerkoPalma](https://github.com/YerkoPalma)/[**choo-tts**](https://github.com/YerkoPalma/choo-tts) | :loudspeaker: Simple text-to-speech in the browser for choo | | 125 | | 17 | [@jlobos](https://github.com/jlobos)/[**rut.js**](https://github.com/jlobos/rut.js) | :chile: Sencilla y pequeña librería para validar y dar formato al RUT | [:arrow_upper_right:](https://npmjs.com/rut.js) | 126 | | 15 | [@rubentd](https://github.com/rubentd)/[**haunterjs**](https://github.com/rubentd/haunterjs) | CSS regression testing tool focused on simplicity | | 127 | | 15 | [@YerkoPalma](https://github.com/YerkoPalma)/[**marli**](https://github.com/YerkoPalma/marli) | :memo: Markdown tagged template literal renderer | [:arrow_upper_right:](https://www.npmjs.com/package/marli) | 128 | | 15 | [@YerkoPalma](https://github.com/YerkoPalma)/[**choo-sse**](https://github.com/YerkoPalma/choo-sse) | Small wrapper around server-sent event browser API, for choo apps | | 129 | | 15 | [@juanbrujo](https://github.com/juanbrujo)/[**limitCharacts**](https://github.com/juanbrujo/limitCharacts) | Limits and trim the amount of characters added to any input/textarea tag | | 130 | | 14 | [@lopezjurip](https://github.com/lopezjurip)/[**electron-react-deskt…**](https://github.com/lopezjurip/electron-react-desktop-template) | Starting point for a Electron + React.js + React-Router-v4 | | 131 | | 12 | [@YerkoPalma](https://github.com/YerkoPalma)/[**chooify**](https://github.com/YerkoPalma/chooify) | :construction: Browserify transform to process .choo files as isolated, stateless choo components | [:arrow_upper_right:](https://www.npmjs.com/package/chooify) | 132 | | 12 | [@tomas](https://github.com/tomas)/[**spaghetti**](https://github.com/tomas/spaghetti) | Wrapper around GStreamer's gst-launch for Node.js. | | 133 | | 11 | [@YerkoPalma](https://github.com/YerkoPalma)/[**choo-stt**](https://github.com/YerkoPalma/choo-stt) | :microphone: Simple speech-to-text in the browser for choo | | 134 | | 11 | [@lgaticaq](https://github.com/lgaticaq)/[**node-nmea**](https://github.com/lgaticaq/node-nmea) | Parser for NMEA sentences. | | 135 | | 11 | [@lgaticaq](https://github.com/lgaticaq)/[**bip**](https://github.com/lgaticaq/bip) | Get balance of bip card (Chile) | | 136 | | 11 | [@YerkoPalma](https://github.com/YerkoPalma)/[**choo-animate**](https://github.com/YerkoPalma/choo-animate) | Add animations to choo navigation system | | 137 | | 10 | [@tomas](https://github.com/tomas)/[**satan**](https://github.com/tomas/satan) | Bring daemons to life or destroy them forever. Cross platform, Node.js. | | 138 | | 10 | [@alangrafu](https://github.com/alangrafu)/[**visualSparql**](https://github.com/alangrafu/visualSparql) | Create SPARQL queries in a graphical way | | 139 | | 10 | [@YerkoPalma](https://github.com/YerkoPalma)/[**choo-offline**](https://github.com/YerkoPalma/choo-offline) | :wrench: offline first support for choo apps | [:arrow_upper_right:](https://www.npmjs.com/package/choo-offline) | 140 | | 9 | [@burabure](https://github.com/burabure)/[**clase-react**](https://github.com/burabure/clase-react) | Material Clase React | | 141 | | 9 | [@juanbrujo](https://github.com/juanbrujo)/[**mixture-fbtab-boiler…**](https://github.com/juanbrujo/mixture-fbtab-boilerplate) | Mixture.io + Facebook Tab = Boilerplate | | 142 | | 9 | [@highercomve](https://github.com/highercomve)/[**angular-starter-kit**](https://github.com/highercomve/angular-starter-kit) | Template for angular application | | 143 | | 8 | [@alangrafu](https://github.com/alangrafu)/[**github-open-data-por…**](https://github.com/alangrafu/github-open-data-portal) | Ejemplo de Repositorio Open Data en github | | 144 | | 8 | [@nicolaslopezj](https://github.com/nicolaslopezj)/[**excel-export**](https://github.com/nicolaslopezj/excel-export) | Export excel files with Meteor | | 145 | | 8 | [@lopezjurip](https://github.com/lopezjurip)/[**rutificador**](https://github.com/lopezjurip/rutificador) | Get chilean RUT from people's name | [:arrow_upper_right:](https://www.npmjs.com/package/rutificador) | 146 | | 8 | [@YerkoPalma](https://github.com/YerkoPalma)/[**dsh**](https://github.com/YerkoPalma/dsh) | :globe_with_meridians: Remotelly run commands using Dat | | 147 | | 8 | [@tomas](https://github.com/tomas)/[**proxyconf**](https://github.com/tomas/proxyconf) | Node.js module for handling system proxy configuration. Unfinished. | | 148 | | 7 | [@juanbrujo](https://github.com/juanbrujo)/[**cha-bar**](https://github.com/juanbrujo/cha-bar) | Mac OS X menu bar app that shows cryptocurrency CHAUCHA price in real-time | | 149 | | 7 | [@lopezjurip](https://github.com/lopezjurip)/[**transantiago-bot**](https://github.com/lopezjurip/transantiago-bot) | Telegram Transantiago Bot | [:arrow_upper_right:](https://lopezjuri.com/transantiago-bot/) | 150 | | 7 | [@tomas](https://github.com/tomas)/[**reply**](https://github.com/tomas/reply) | Node.js console-based wizards in a snap. | | 151 | | 7 | [@nicolaslopezj](https://github.com/nicolaslopezj)/[**simple-react-form-ex…**](https://github.com/nicolaslopezj/simple-react-form-examples) | Examples for Simple React Form | [:arrow_upper_right:](http://simple-react-form.nicolaslopez.co) | 152 | | 7 | [@tomas](https://github.com/tomas)/[**wmic**](https://github.com/tomas/wmic) | Wrapper around the Windows WMIC interface for Node.js. | | 153 | | 6 | [@highercomve](https://github.com/highercomve)/[**serverless-starter-k…**](https://github.com/highercomve/serverless-starter-kit) | Initial file structure for api projects with lambda | | 154 | | 6 | [@YerkoPalma](https://github.com/YerkoPalma)/[**tic-tac-toe**](https://github.com/YerkoPalma/tic-tac-toe) | :game_die: Progressive tic tac toe game, made with choo | [:arrow_upper_right:](https://tic-tac-choo.surge.sh/) | 155 | | 6 | [@YerkoPalma](https://github.com/YerkoPalma)/[**vue-print**](https://github.com/YerkoPalma/vue-print) | :package: (WIP) Vue plugin to easy print in the web | | 156 | | 6 | [@jlobos](https://github.com/jlobos)/[**neo-instagram**](https://github.com/jlobos/neo-instagram) | 🤳 Instagram for Node.js | [:arrow_upper_right:](https://www.npmjs.com/package/neo-instagram) | 157 | | 6 | [@alangrafu](https://github.com/alangrafu)/[**farrah**](https://github.com/alangrafu/farrah) | Farrah, The Fawcetted Browser | [:arrow_upper_right:](http://graves.cl/farrah) | 158 | | 6 | [@juanbrujo](https://github.com/juanbrujo)/[**now-static**](https://github.com/juanbrujo/now-static) | starter to serve static files for now service | [:arrow_upper_right:](https://now-static-woluvutxgp.now.sh/) | 159 | | 6 | [@juanbrujo](https://github.com/juanbrujo)/[**simple-grunt-workflo…**](https://github.com/juanbrujo/simple-grunt-workflow) | Basic and simple GruntJS workflow for front-end projects | [:arrow_upper_right:](http://www.csslab.cl/2014/04/07/automatizacion-de-tareas-para-proyectos-en-front-end/) | 160 | | 6 | [@burabure](https://github.com/burabure)/[**react-testing**](https://github.com/burabure/react-testing) | React Testing example | | 161 | | 6 | [@tomas](https://github.com/tomas)/[**roster**](https://github.com/tomas/roster) | Create or delete system user accounts in macOS, Linux and Windows. | | 162 | | 6 | [@burabure](https://github.com/burabure)/[**react-webpack-hot-bo…**](https://github.com/burabure/react-webpack-hot-boilerplate) | | | 163 | | 5 | [@tomas](https://github.com/tomas)/[**tuna**](https://github.com/tomas/tuna) | Reverse tunnels for Node.js. Node.js for tunnels reverse. | | 164 | | 5 | [@lgaticaq](https://github.com/lgaticaq)/[**anime-dl**](https://github.com/lgaticaq/anime-dl) | Search and get anime video url | | 165 | | 5 | [@lgaticaq](https://github.com/lgaticaq)/[**tbk-oneclick**](https://github.com/lgaticaq/tbk-oneclick) | Node Implementation of Transbank Oneclick API SOAP | | 166 | | 5 | [@juanbrujo](https://github.com/juanbrujo)/[**numberToCLPFormater**](https://github.com/juanbrujo/numberToCLPFormater) | transforms a number to currency used in Chile (Chilean Pesos) | | 167 | | 5 | [@juanbrujo](https://github.com/juanbrujo)/[**createElement**](https://github.com/juanbrujo/createElement) | Create HTML elements using JavaScript | [:arrow_upper_right:](http://juanbrujo.github.io/createElement/) | 168 | | 5 | [@jlobos](https://github.com/jlobos)/[**emojify-shorten**](https://github.com/jlobos/emojify-shorten) | Shorten your links with emoji 🥑 🦍 🍾 🏄 🎬 🤞 🥂 🎸 | [:arrow_upper_right:](https://www.npmjs.com/package/emojify-shorten) | 169 | | 5 | [@ivolivares](https://github.com/ivolivares)/[**workshop-angularjs-l…**](https://github.com/ivolivares/workshop-angularjs-laboratoria) | Workshop de AngularJS creado para Laboratoria :grinning: | | 170 | | 5 | [@blackjid](https://github.com/blackjid)/[**gwohelper**](https://github.com/blackjid/gwohelper) | Helper for GWO that allow you to run multiple experiments in the same page | | 171 | | 5 | [@nicolaslopezj](https://github.com/nicolaslopezj)/[**options**](https://github.com/nicolaslopezj/options) | Reactive app options for meteor | | 172 | | 5 | [@juanbrujo](https://github.com/juanbrujo)/[**beerjs-santiago**](https://github.com/juanbrujo/beerjs-santiago) | Theme base para sitio BeerJS - Santiago \| www.beerjs.cl | | 173 | | 4 | [@alangrafu](https://github.com/alangrafu)/[**turtle-in-html**](https://github.com/alangrafu/turtle-in-html) | Bookmark to visualize RDF embedded in HTML as Turtle | | 174 | | 4 | [@atma](https://github.com/atma)/[**grunt-nuget**](https://github.com/atma/grunt-nuget) | | | 175 | | 4 | [@alangrafu](https://github.com/alangrafu)/[**votaciones-senado-co…**](https://github.com/alangrafu/votaciones-senado-congreso.cl) | Extracción, parsing y conversión de votaciones del senado de Chile a RDF | | 176 | | 4 | [@juanbrujo](https://github.com/juanbrujo)/[**thirsty-cat-duino**](https://github.com/juanbrujo/thirsty-cat-duino) | Arduino-controlled water-supply for my 🐈 | | 177 | | 4 | [@lgaticaq](https://github.com/lgaticaq)/[**chilexpress-cli**](https://github.com/lgaticaq/chilexpress-cli) | Check shipping status in chilexpress CLI | | 178 | | 4 | [@lgaticaq](https://github.com/lgaticaq)/[**beerjs-cli**](https://github.com/lgaticaq/beerjs-cli) | Get beerjs info (Chile) CLI | | 179 | | 4 | [@tomas](https://github.com/tomas)/[**linus**](https://github.com/tomas/linus) | Get current Linux distro name and version, from Node.js. | | 180 | | 4 | [@tomas](https://github.com/tomas)/[**lisa**](https://github.com/tomas/lisa) | Lean deployment for single or multi-stage environments. Like Capistrano but in JS. | | 181 | | 4 | [@lopezjurip](https://github.com/lopezjurip)/[**dead-simple-react-ap…**](https://github.com/lopezjurip/dead-simple-react-app) | Express.js, Docker and PM2 with create-react-app | | 182 | | 4 | [@FabianBravoA](https://github.com/FabianBravoA)/[**validaRut**](https://github.com/FabianBravoA/validaRut) | Validar rut | | 183 | | 4 | [@juanbrujo](https://github.com/juanbrujo)/[**Typefont-example**](https://github.com/juanbrujo/Typefont-example) | Example files for Typefont project | [:arrow_upper_right:](https://juanbrujo.github.io/Typefont-example/) | 184 | | 4 | [@lgaticaq](https://github.com/lgaticaq)/[**anime-dl-cli**](https://github.com/lgaticaq/anime-dl-cli) | CLI for show and download anime from jkanime.net | | 185 | | 4 | [@juanbrujo](https://github.com/juanbrujo)/[**jquery-scrollTips**](https://github.com/juanbrujo/jquery-scrollTips) | This small jQuery plugin creates tooltips that helps navigation within the same page | | 186 | | 3 | [@jlobos](https://github.com/jlobos)/[**rut-regex**](https://github.com/jlobos/rut-regex) | Regular expression for matching Chile RUT's | | 187 | | 3 | [@juanbrujo](https://github.com/juanbrujo)/[**georegionalizacion**](https://github.com/juanbrujo/georegionalizacion) | jQuery plugin que permite generar dependencia entre 2