Posts
-
webpack.js.org
Repository for webpack documentation and more!
Now that we’ve covered much of the backlog of missing documentation, we are starting to heavily review each section of the site’s content to sort and structure it appropriately. The following issues should provide a pretty good idea of where things are, and where they are going:
- [Guides - Review and Simplify][guides-url]
- [Concepts - Review and Organize][concepts-url]
We haven’t created issues for the other sections yet, but they will be coming soon. For dev-related work please see [General - Updates & Fixes][general-url].
Tags: #javascript • webpack • webpack-plugin
-
Sokobot
A Discord bot that lets you play Sokoban
Sokobot is a Discord bot written with JDA that lets you play Sokoban, the classic box-pushing puzzle game.
Tags: #java • discord-bot • jda
-
stateman
A tiny foundation that providing nested state-based routing for complex web application.
Tags: #javascript
-
react-native-collapsible
Animated collapsible component for React Native, good for accordions, toggles etc
Animated collapsible component for React Native using the Animated API
Pure JavaScript, supports dynamic content heights and components that is aware of its
collapsedstate (good for toggling arrows etc).Tags: #javascript • react-native • accordion
-
PHPMatrix
PHP Class for handling Matrices
- power() function
- Decomposition
- Cholesky Decomposition
- EigenValue Decomposition
- EigenValues
- EigenVectors
Tags: #php
-
discord.py-components
An unofficial third-party library of discord.py for discord components.
Discord components are cool, but discord.py will support it on version 2.0. It is hard to wait, so we made a third-party library for using components such as buttons or selects!
This project is open source ⭐.
Also, there is an official discord server, so if you have any questions, feel free to ask it on this server.
Tags: #python • discord • discord-components
-
mock-socket
Javascript mocking library for WebSockets and Socket.IO
Tags: #javascript • websockets • mocking
-
holidays
A collection of Ruby methods to deal with statutory and other holidays. You deserve a holiday!
Functionality to deal with holidays in Ruby.
Extends Ruby’s built-in Date and Time classes and supports custom holiday definition lists.
Tags: #ruby
-
sentry-webpack-plugin
Official webpack plugin for Sentry https://sentry.io
Using npm:
$ npm install @sentry/webpack-plugin --save-devUsing yarn:
$ yarn add @sentry/webpack-plugin --devTags: #javascript
-
GarminDB
Download and parse data from Garmin Connect or a Garmin watch, FitBit CSV, and MS Health CSV files into and analyze data in Sqlite serverless databases.
Python scripts for parsing health data into and manipulating data in a SQLite DB. SQLite is a light weight DB that requires no server.
What they can do:
- Automatically download and import Garmin daily monitoring files (all day heart rate, activity, climb/descend, stress, and intensity minutes) from the user’s Garmin Connect “Daily Summary” page.
- Extract sleep, weight, and resting heart rate data from Garmin Connect, store it as JSON files, and import it into the DB.
- Download and import activity files from Garmin Connect. A summary table for all activities and more detailed data for some activity types. Lap and record entries for activities.
- Summarizing data into
stats.txtand a common DB with tables containing daily summaries, weekly summaries, and monthly summaries. - Graph your data from the commandline or with Jupyter notebooks.
- Retain data as JSON files or FIT files so that the DB can be regenerated without connecting or redownloading data from Garmin Connect.
- Export activities as TCX files.
Once you have your data in the DB, I recommend using a SQLite browser like SQLite Studio or DB Browser for SQLite for browsing and working with the data. The scripts create some default views in the DBs that make browsing the data easier.
Tags: #python • garmin • dbs
subscribe via RSS