WTF (★ 1,884 on GitHub) is a personal information dashboard for your terminal, developed for those who spend most of their day in the command line.
It provides a framework for rapidly viewing important at-a-glance information easily.
Check the screenshot to get an idea what WTF can do for you.
#cli #go #terminal #organizer
It provides a framework for rapidly viewing important at-a-glance information easily.
Check the screenshot to get an idea what WTF can do for you.
#cli #go #terminal #organizer
vue-element-admin (★ 13,988) is a production-ready solution for admin interfaces. Based on Vue.js and use the UI Toolkit -- element.
Please, take a look at the demo.
#js #vuejs #admin
vue-element-admin is a magical vue admin, it based on the newest development stack of vue, built-in i18n solution, typical templates for enterprise applications, lots of awesome features. It helps you build a large complex Single-Page Applications. I believe whatever your needs are, this project will help you.Please, take a look at the demo.
#js #vuejs #admin
NimForum (★ 336) is the lightweight alternative to Discourse. The most interesting fact is it's written in Nim language.
You can see demo in the wild here: https://forum.nim-lang.org/
#forum #nim #support
You can see demo in the wild here: https://forum.nim-lang.org/
#forum #nim #support
Polly.JS (★ 3,578 on GitHub) is a standalone, framework-agnostic JavaScript library from Netflix that enables recording, replaying, and stubbing HTTP interactions.
Polly taps into native browser APIs to mock requests and responses with little to no configuration while giving you the ability to take full control of each request with a simple, powerful, and intuitive API.
#js #testing #mock #http
Polly taps into native browser APIs to mock requests and responses with little to no configuration while giving you the ability to take full control of each request with a simple, powerful, and intuitive API.
#js #testing #mock #http
pure bash bible (★ 1,867) - a collection of pure bash snippets.
The goal of this repository is to document known and unknown methods of doing various tasks using only built-in bash features. Using the snippets from this guide can help to remove unneeded dependencies from your scripts and in most cases make them that little bit faster.
#bash #sanity #devops
The goal of this repository is to document known and unknown methods of doing various tasks using only built-in bash features. Using the snippets from this guide can help to remove unneeded dependencies from your scripts and in most cases make them that little bit faster.
#bash #sanity #devops
Dev Useful Stuff pinned «Because of Telegram blockage in some countries, VPN and proxy servers are utterly useful these days. Here is the list of the most popular tools and scripts helping to install all the necessary software for your privacy. ● StreisandEffect (★ 14,297) - the…»
termtosvg - (★ 2,770) a Linux terminal recorder written in Python which renders your command line sessions as standalone SVG animations.
Animated SVG are significantly smaller, more efficient, and crisper than equivalent GIF animations, produced by such services as asciinema (★ 5,901).
You can find examples here.
#terminal #cli #svg #ascii #python
Animated SVG are significantly smaller, more efficient, and crisper than equivalent GIF animations, produced by such services as asciinema (★ 5,901).
You can find examples here.
#terminal #cli #svg #ascii #python
Micronaut (★ 712) - a modern, JVM-based, full-stack framework for building modular, easily testable microservice applications.
Micronaut is developed by the creators of the Grails framework and takes inspiration from lessons learnt over the years building real-world applications from monoliths to microservices using Spring, Spring Boot and Grails.
Please read also the article "Getting started with Micronaut"
#jvm #kotlin #java #groovy #microservice
Micronaut is developed by the creators of the Grails framework and takes inspiration from lessons learnt over the years building real-world applications from monoliths to microservices using Spring, Spring Boot and Grails.
Please read also the article "Getting started with Micronaut"
#jvm #kotlin #java #groovy #microservice
Browsh - (★ 5,301 on GitHub) is a fully-modern text-based browser, rendering to TTY and browsers.
It renders anything that a modern browser can; HTML5, CSS3, JS, video and even WebGL. It can be used from a terminal or from within a normal browser. Its main purpose is to significantly reduce bandwidth and thus both increase browsing speeds and decrease bandwidth costs.
#ssh #browser #terminal #cli
It renders anything that a modern browser can; HTML5, CSS3, JS, video and even WebGL. It can be used from a terminal or from within a normal browser. Its main purpose is to significantly reduce bandwidth and thus both increase browsing speeds and decrease bandwidth costs.
#ssh #browser #terminal #cli
cheat.sh - (★ 2,668 on Github) the only cheat sheet you need.
Unified access to the best community driven documentation repositories of the world.
You can use
#doc #manuals #help #cli #terminal
Unified access to the best community driven documentation repositories of the world.
You can use
curl command to make your request. For example:cht.sh/[language]/[your request with "+" instead of spaces]For instance:
cht.sh/go/download+fileor you can check Linux commands, like so:
cht.sh/tarPlease refer to the official docuentation for more examples.
#doc #manuals #help #cli #terminal
Bitwarden - the open source password management solutions for individuals, teams, and business organizations.
The tool provides everything you need for everyday use: browser plugins, mobile app, desktop app, CLI tool and even ready server (with docker) for secure sync. Enterprise solutions are also avaiable.
#password #manager #security #bobukrecommends
The tool provides everything you need for everyday use: browser plugins, mobile app, desktop app, CLI tool and even ready server (with docker) for secure sync. Enterprise solutions are also avaiable.
#password #manager #security #bobukrecommends
It's time for morning Scrum standup, isn't it? 😄 Can't remember what you did yesterday?
git-standup - (★ 5,290) a little tool that helps you to recall what you did on the last working day for your daily Scrum standup meetings.
Also works in muliple Git reposities. The only requirement is having good commit messages :)
#git #agile #standup #totalrecall #mornings
git-standup - (★ 5,290) a little tool that helps you to recall what you did on the last working day for your daily Scrum standup meetings.
Also works in muliple Git reposities. The only requirement is having good commit messages :)
#git #agile #standup #totalrecall #mornings
CircuitJS1 - (★ 736) is the electronic Circuit Simulator in the Browser. Written in GWT :)
Please check the hosted version in your browser here: https://www.falstad.com/circuit/circuitjs.html
#circuit #simulator #gwt #oldbutgood
Please check the hosted version in your browser here: https://www.falstad.com/circuit/circuitjs.html
#circuit #simulator #gwt #oldbutgood
Fusion.js is a web application framework by Uber team for building high quality universal applications. It provides a modular architecture with a strong focus on testability and maintainability.
Here are the features you'll find in Fusion.js:
● server side rendering and async rendering
● ES2017 and JSX support out of the box
● hot module reloading in development mode
● bundle splitting
● universal rendering (run the same code in the server and the browser)
● server-side development via Koa.js
● plugin-based architecture (so you only include what you need in your browser bundles)
● a curated set of plugins for data fetching, styling, etc. maintained by the Fusion.js team
● plugins for error logging, security, etc.
● bundle analysis tooling
Please read also the article from Uber's blog "Introducing Fusion.js: A Plugin-based Universal Web Framework"
#uber #js #framework #web
Here are the features you'll find in Fusion.js:
● server side rendering and async rendering
● ES2017 and JSX support out of the box
● hot module reloading in development mode
● bundle splitting
● universal rendering (run the same code in the server and the browser)
● server-side development via Koa.js
● plugin-based architecture (so you only include what you need in your browser bundles)
● a curated set of plugins for data fetching, styling, etc. maintained by the Fusion.js team
● plugins for error logging, security, etc.
● bundle analysis tooling
Please read also the article from Uber's blog "Introducing Fusion.js: A Plugin-based Universal Web Framework"
#uber #js #framework #web