Skip to content

Instantly share code, notes, and snippets.

View ffflabs's full-sized avatar

Felipe Figueroa ffflabs

View GitHub Profile
<script src="readXlsxFile.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.22/css/jquery.dataTables.min.css" />
<script type="text/javascript" src="https://cdn.datatables.net/v/bs4/jq-3.3.1/dt-1.10.22/datatables.min.js"></script>
<div class="container mt-5">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-3">
<input class="form-control" type="file" id="input" accept=".xls,.xlsx" />
</div>
<div class="col-md-2">
@ffflabs
ffflabs / component-parent-alpinejs-magic-helpers-demo.markdown
Created January 28, 2023 15:35
$component/$parent- AlpineJS Magic Helpers Demo
@ffflabs
ffflabs / alpinejs-watch-issue.markdown
Created January 28, 2023 15:09
alpinejs $watch issue
@ffflabs
ffflabs / index.html
Created January 25, 2023 21:05
List.js Table Sort, Filter, Paginate
<div id="tableID" class="table-list-container">
<table class="table-list" data-currentpage="1" style="height:268px;">
<thead>
<th><button type="button" class="sort" data-sort="status"><i class="bullet"></i></button></th>
<th><button type="button" class="sort" data-sort="timestamp">Date<i class="caret"></i></button></th>
<th><button type="button" class="sort" data-sort="jSortNumber">#<i class="caret"></i></button></th>
<th><button type="button" class="sort" data-sort="jSortName">Description<i class="caret"></i></button></th>
<th><button type="button" class="sort textright" data-sort="jSortTotal">Total<i class="caret"></i></button></th>
@ffflabs
ffflabs / data-table-with-tailwindcss-alpinejs.markdown
Created January 25, 2023 19:55
Data Table with TailwindCSS & AlpineJS
@ffflabs
ffflabs / coberturaFC_Por_Comuna.json
Created June 16, 2022 02:28
coberturaFC_Por_Comuna.json
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<img src="https://static.mydot.app/thumbnails/w=600_h=313_q=99_output=jpg/banners202102/01_lysto_grandes_formatos.jpg">
@ffflabs
ffflabs / poligono.geojson
Last active March 4, 2021 13:56
Ideas sobre la anomalía comentada en la pregunta https://es.stackoverflow.com/questions/432642
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ffflabs
ffflabs / default.conf
Created February 9, 2020 18:56
Nginx 1.14 default vhost (under sites-available) as of Ubuntu 18.04
##
# You should look at the following URL's in order to grasp a solid understanding
# of Nginx configuration files in order to fully unleash the power of Nginx.
# https://www.nginx.com/resources/wiki/start/
# https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/
# https://wiki.debian.org/Nginx/DirectoryStructure
#
# In most cases, administrators will remove this file from sites-enabled/ and
# leave it as reference inside of sites-available where it will continue to be
# updated by the nginx packaging team.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.