Posts
-
PHATE
PHATE (Potential of Heat-diffusion for Affinity-based Transition Embedding) is a tool for visualizing high dimensional data.
If you would like to get started using PHATE, check out the following tutorials.
Tags: #python • single-cell • dimensionality-reduction
-
text-sherlock
Text (source code) search engine with indexer and a front end web interface to search. Uses Python 3.
Provides a fast, easy to install and simple to use search engine for text, but optimized for source code. An alternative, OpenGrok, requires too much time to install (though it may be worth it for some), but is more feature rich. Text Sherlock will give you a much easier setup, a text indexer, and a web app interface for searching with very little effort.
Tags: #python • search-engine • opengrok
-
EvalEx
EvalEx is a handy expression evaluator for Java, that allows to evaluate simple mathematical and boolean expressions.
EvalEx is a handy expression evaluator for Java, that allows to evaluate simple mathematical and boolean expressions.
Key Features:
- Uses BigDecimal for calculation and result
- No dependencies to external libraries
- Precision and rounding mode can be set
- Supports variables
- Standard boolean and mathematical operators
- Standard basic mathematical and boolean functions
- Custom functions and operators can be added at runtime
- Functions can be defined with a variable number of arguments (see MIN and MAX functions)
- Supports for hexadecimal numbers and scientific notations of numbers
- Supports string literals in functions
- Supports implicit multiplication, e.g. (a+b)(a-b) or 2(x-y) which equals to (a+b)*(a-b) or 2*( x-y)
Tags: #java
-
nyxo-app
The repository for Nyxo React Native app, a personal sleep tracker and sleep coach
Nyxo is a mobile application for improving your sleep. Its built with React Native, AWS Amplify, styled-components, and Redux. Nyxo provides the following features:
- Sleep tracking, with support for multiple different trackers
- Google Fit
- Apple Health
- Oura
- Withings
- Fitbit
- Polar
- Sleep trends and sleep diary
- Nyxo Cloud: backup your sleep data and coaching progress, and access it from nyxo.app
- 4 week sleep coaching program
- Ask experts, if you have any questions we have the professional sleep coaches to help
- And more
The plan is to develop Nyxo further and allow contributions from everyone. If you want to for example build a new sleep visualization or add support for new sleep tracker, we will gladly welcome a pull request of that :)
Tags: #typescript • react-native • aws-amplify
- Sleep tracking, with support for multiple different trackers
-
alexa_media_player
This is a custom component to allow control of Amazon Alexa devices in Home Assistant using the unofficial Alexa API.
This is a custom component to allow control of Amazon Alexa devices in Homeassistant using the unofficial Alexa API. Please note this mimics the Alexa app but Amazon may cut off access at anytime.
Tags: #python • alexa • home-assistant
-
Holy-Lance
A Linux Resource / Performance Monitor based on PHP.
A Linux Resource / Performance Monitor based on PHP.
Tags: #php • linux • monitor
-
brackets-emmet
Emmet plugin for Brackets editor
Emmet is a web-developer’s toolkit that can greatly improve your HTML & CSS workflow: http://docs.emmet.io
Tags: #javascript
-
ssh-baseline
DevSec SSH Baseline - InSpec Profile
This Compliance Profile requires InSpec for execution:
$ git clone https://github.com/dev-sec/ssh-baseline $ inspec exec ssh-baselineYou can also execute the profile directly from Github:
$ inspec exec https://github.com/dev-sec/ssh-baselineTags: #ruby • inspec • audit
-
Gofi
Gofi (gəʊfi:) is a web file indexer written by golang
English ç®€ä½“ä¸æ–‡ Gofi (gəʊfi:) is a web file indexer written by golang.
Tags: #typescript • go • filemanager
-
laravel-config-writer
Write to Laravel Config files and maintain file integrity
Write to Laravel Config files and maintain file integrity.
This library is an extension of the Config component used by Laravel. It adds the ability to write to configuration files.
You can rewrite array values inside a basic configuration file that returns a single array definition (like a Laravel config file) whilst maintaining the file integrity, leaving comments and advanced settings intact.
The following value types are supported for writing: strings, integers, booleans and single-dimension arrays.
Tags: #php
subscribe via RSS