Posts
-
doxygen-bootstrapped
Customize doxygen output to use the twitter bootstrap framework.
Doxygen provides a handful of ways to customize the output. The simplest way is to customize the HTML output.
Doxygen allows you to customize the HTML output by modifying a master HTML header, footer and stylesheet. You can then include additional stylesheets and javascript files. The following command will generate the default Doxygen files.
doxygen -w html header.html footer.html customdoxygen.cssModifying these files alone is not enough to get good Twitter Bootstrap integration. Bootstrap requires that certain classes be applied within the HTML. For example, a Bootstrap “table” needs to have a class called “table” in order to apply the Bootstrap table formatting. We just need to augment the default HTML with these Bootstrap classes. To do this, we use the provided doxy-boot.js javascript file.
Also, you can augment doxygen’s default stylesheet with a customdoxygen.css stylesheet. This is where you would place any custom styling such as sticky footers.
Tags: #javascript
-
DeepLabCut
Official implementation of DeepLabCut: Markerless pose estimation of user-defined features with deep learning for all animals incl. humans
Very quick start:
pip install "deeplabcut[gui]"that includes all GUI functions, orpip install deeplabcut(headless version)- We recommend using our conda file, see here.
Tags: #python • behavior-analysis • deep-learning
-
blade-filters
Use filters easily in your blade templates.
Use string filters easily in Laravel Blade.
If you have any question how the package works, we suggest to read this post: Laravel Blade Filters.
Tags: #php
-
quill-better-table
Module for better table in Quill, more useful features are supported.
A module for better table in Quill, more useful features are supported. There is a list of features below. Thanks quilljs for its awesome extensibility. Hope that quill-better-table could help you.
Tags: #javascript • quilljs • quilljs-table
-
devextreme-reactive
Business React components for Bootstrap and Material-UI
DevExtreme Reactive is a set of business React components that deeply integrate with Bootstrap and Material-UI libraries.
Tags: #typescript • react • react-components
-
RxUi
Implementation of pure functional concept of talking to Android View layer in a Reactive way
Minimal implementation of the concept of talking to Android View layer in a Reactive way described here.
Tags: #java
-
validify
Simple-as-possible React form validation
single dependency, simplest way to validate and manage form state with hooks in React + React Native! With full test coverage and TS support.
Tags: #typescript • react • form
-
tomcat-cluster-redis-session-manager
Tomcat clustering redis session manager java client.
The Redis session manager is pluggable one. It stores session into Redis for easy distribution of HTTP Requests across a cluster of Tomcat servers.
Here the Sessions are implemented as non-sticky (means, each request can able to go to any server in the cluster, unlike the Apache provided Tomcat clustering setup.)
Request Sessions will be stored into Redis immediately (Session attributes must be Serializable), for the use of other servers. When tomcat receives a request from the client, Sessions are loaded directly from Redis.
Supports Redis default, sentinel and cluster mode, based on the configuration.
Going forward, we no need to enable sticky session (JSESSIONID) in Load Balancer.
Tags: #java • tomcat-clustering • tomcat-session-manager
-
mintable
🍃 Automate your personal finances – for free, with no ads, and no data collection.
- Sign up for Plaid’s Free Plan.
-
Install Mintable:
npm install -g mintable mintable setup -
Update your account balances/transactions:
mintable fetch
Note: If you’re already a version
1.x.xuser, you can migrate your existing configuration to version2.x.x.Tags: #typescript • finance • finance-management
-
omniauth-facebook
Facebook OAuth2 Strategy for OmniAuth
📣 NOTICE We’re looking for maintainers to help keep this project up-to-date. If you are interested in helping please open an Issue expressing your interest. Thanks! 📣
These notes are based on master, please see tags for README pertaining to specific releases.
Facebook OAuth2 Strategy for OmniAuth.
Supports OAuth 2.0 server-side and client-side flows. Read the Facebook docs for more details: http://developers.facebook.com/docs/authentication
Tags: #ruby
subscribe via RSS