TOAST UI Editor - (★ 1535 on GitHub) is yet another WYSIWYG Markdown editor. Apart of standard features such as live preview and syntax highlight, this editor also supports extensions. For example, the chart extension allows you to copy-paste some data to the editor and build a nice chart very quickly.
#wysiwyg #markdown #js
#wysiwyg #markdown #js
The SAFE Network is a decentralized peer-to-peer data storage and communications network that provides a secure, efficient
and low-cost infrastructure for everyone.
#p2p #security #data
and low-cost infrastructure for everyone.
#p2p #security #data
YouTube
An Introduction to the SAFE Network
An introductory overview of the Secure Access For Everyone (SAFE) Network. Find out why this technology is so important, the problems it solves, and discover many of the network's unique features.
Polka (★ 794) - is an extremely minimal, highly performant Express.js alternative. Essentially, Polka is just a native HTTP server with added support for routing, middleware, and sub-applications.
#js #nodejs #expressjs
#js #nodejs #expressjs
genact (★ 890) - a nonsense activity generator, written on Rust. Pretend to be busy or waiting for your computer when you should actually be doing real work! Impress people with your insane multitasking skills. Just open a few instances of genact and watch the show. genact has multiple scenes that pretend to be doing something exciting or useful when in reality nothing is happening at all.
#fake #console #rust
#fake #console #rust
Hacker101 is a free class for web security. Whether you're a programmer with an interest in bug bounties or a seasoned security professional, Hacker101 has something to teach you.
Hacker101 is structured as a set of video lessons and coursework levels where you can hunt for bugs and experiment with exploitation in practice.
#hacking #lessons #course
Hacker101 is structured as a set of video lessons and coursework levels where you can hunt for bugs and experiment with exploitation in practice.
#hacking #lessons #course
Rich Link Preview is the useful service that allows testing a link preview in social networks and messengers. As you know, when you post some link online, messengers usually produce a quick preview of that link. The information is derived from meta tags. The Rich Link Preview lets you see how your link looks like within this preview.
#html #meta #social
#html #meta #social
CakeChat (★ 254 GitHub) is an open source dialog system that is able to express emotions in a text conversation. It uses end-to-end trained embeddings of 5 different emotions to generate responses conditioned by a given emotion. With CakeChat you can, for example, train your own persona-based neural conversational model or create an emotional chatting machine without external memory. Written in Python.
CakeChat is released by Replika - AI chat-friend that learns from you, gets to know you and keeps your memories. It communicates in a very natural way, like a live human. The Replica is available as a mobile app for Android and iOS.
#ai #bot #chat #ml
CakeChat is released by Replika - AI chat-friend that learns from you, gets to know you and keeps your memories. It communicates in a very natural way, like a live human. The Replica is available as a mobile app for Android and iOS.
#ai #bot #chat #ml
Telegram introduced the Login Widget that allows external websites to trigger authorization process using Telegram accounts. See also tech docs.
Telegram
Telegram Login for Websites
The Login Widget offers a frictionless way to authorize users on your website and ask for permission to contact them on Telegram.
Micro - (★ 8324 on GitHub) is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals. It comes as one single, batteries-included, static binary with no dependencies, and you can download and use it right now.
It is quite mature and reliable editor. Micro is a good alternative for Vim or Nano and could be installed on any server. It's worth to try it
#editor #ssh #go
It is quite mature and reliable editor. Micro is a good alternative for Vim or Nano and could be installed on any server. It's worth to try it
#editor #ssh #go
Rekit - (★ 1727 on GitHub) is a toolkit for building scalable web applications with React, Redux and React-router. It's an all-in-one solution for creating modern React apps.
It helps you focus on business logic rather than dealing with massive libraries, patterns, configurations etc.
Besides creating apps, Rekit provides powerful tools for managing the project: Rekit Studio IDE and Command line tools.
You can also see the live demo at: http://demo.rekit.org
#reactjs #redux #framework
It helps you focus on business logic rather than dealing with massive libraries, patterns, configurations etc.
Besides creating apps, Rekit provides powerful tools for managing the project: Rekit Studio IDE and Command line tools.
You can also see the live demo at: http://demo.rekit.org
#reactjs #redux #framework
GRV - Git Repository Viewer (★2689) is a terminal based interface for viewing git repositories. It allows refs, commits and diffs to be viewed, searched and filtered.
Features:
• Commits and refs can be filtered using a query language.
• Changes to the repository are captured by monitoring the filesystem allowing the UI to be updated automatically.
• Organised as tabs and splits. Custom tabs and splits can be created using any combination of views.
• Vi like keybindings by default, key bindings can be customised.
• Custom themes can be created.
#git #terminal #ui
Features:
• Commits and refs can be filtered using a query language.
• Changes to the repository are captured by monitoring the filesystem allowing the UI to be updated automatically.
• Organised as tabs and splits. Custom tabs and splits can be created using any combination of views.
• Vi like keybindings by default, key bindings can be customised.
• Custom themes can be created.
#git #terminal #ui
Use Snips to build powerful voice assistants for your products. They will run on-device, work offline and guarantee Privacy by Design (GDPR Compliant).
#ai #assistant #voice
#ai #assistant #voice
git-chglog (★ 235) is the CHANGELOG generator.
● High portability
• It works with single binary. Therefore, any project (environment) can be used.
● Simple usability
• The CLI usage is very simple and has low learning costs.
• For example, the simplest command is $ git-chglog.
● High flexibility
• Commit message format and ...
• CHANGELOG's style (Template) and ...
• etc ...
#git #changelog #go
● High portability
• It works with single binary. Therefore, any project (environment) can be used.
● Simple usability
• The CLI usage is very simple and has low learning costs.
• For example, the simplest command is $ git-chglog.
● High flexibility
• Commit message format and ...
• CHANGELOG's style (Template) and ...
• etc ...
#git #changelog #go
Flutter (★ 12272 on GitHub) is Google’s mobile UI framework for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source. Written on Dart. Now in beta.
#dart #mobile #beta #native
#dart #mobile #beta #native
Shiori (★ 1328) is a simple bookmarks manager. Intended as a simple clone of Pocket. You can use it as command line application or as web application. This application is distributed as a single binary, which means it can be installed and used easily. Written in Go.
#bookmarks #cli #go
#bookmarks #cli #go
Hyperapp.js (★ 11602 on GitHub) is the 1 kB JavaScript framework for building web applications.
● Minimal — We have aggressively minimized the concepts you need to understand while remaining on par with what other frameworks can do.
● Pragmatic — Hyperapp holds firm on the functional programming front when managing your state, but takes a pragmatic approach to allowing for side effects, asynchronous actions, and DOM manipulations.
● Standalone — Do more with less. Hyperapp combines state management with a virtual DOM engine that supports keyed updates & lifecycle events — all with no dependencies.
Please also read the article "Hyperapp for Redux refugees" where author explains why Hyperapp can be easier and simpler than React+Redux.
#js #frontend #react #redux
● Minimal — We have aggressively minimized the concepts you need to understand while remaining on par with what other frameworks can do.
● Pragmatic — Hyperapp holds firm on the functional programming front when managing your state, but takes a pragmatic approach to allowing for side effects, asynchronous actions, and DOM manipulations.
● Standalone — Do more with less. Hyperapp combines state management with a virtual DOM engine that supports keyed updates & lifecycle events — all with no dependencies.
Please also read the article "Hyperapp for Redux refugees" where author explains why Hyperapp can be easier and simpler than React+Redux.
#js #frontend #react #redux
Hapi - (★ 9183 on GitHub) is s a simple to use configuration-centric server framework with built-in support for input validation, caching, authentication, and other essential facilities for building web and services applications. hapi enables developers to focus on writing reusable application logic in a highly modular and prescriptive approach.
#js #nodejs #server #framework
#js #nodejs #server #framework