From ad779c3b080dcfdfb962698d3e21e641af2ac3e1 Mon Sep 17 00:00:00 2001 From: alexesprit Date: Fri, 29 May 2020 10:32:23 +0300 Subject: [PATCH] Use unified header style --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index cacdbf5..2a51923 100644 --- a/README.md +++ b/README.md @@ -18,27 +18,27 @@ - [Graphics](#graphics) - [Games](#games) - [Command-line](#command-line) - - [Project Management](#project-management) + - [Project management](#project-management) - [Libraries](#libraries) - [Syntax highlighting](#syntax-highlighting) - - [Command Line Interface](#command-line-interface) + - [Command line interface](#command-line-interface) - [Text processing](#text-processing) - [Graphics](#graphics-1) - [Web](#web-1) - [Database clients](#database-clients) - [Audio](#audio) - - [Operating System](#operating-system) + - [Operating system](#operating-system) - [Automation](#automation) - [Telegram](#telegram) - [Files](#files) - - [Game Development](#game-development) + - [Game development](#game-development) - [Eventing](#eventing) - - [User Interface Toolkits](#user-interface-toolkits) - - [Scientific Computing](#scientific-computing) + - [User Interface toolkits](#user-interface-toolkits) + - [Scientific computing](#scientific-computing) - [Utility](#utility) - [Other](#other) - [Videos](#videos) - - [Programming Contests](#programming-contests) + - [Programming contests](#programming-contests) - [Tutorials](#tutorials) - [Online IDEs with V](#online-ides-with-v) - [Articles](#articles) @@ -83,7 +83,7 @@ - [HN-top](https://github.com/BafS/hn-top) - A simple command to list most recent news from hacker-news. - [vast](https://github.com/lydiandy/vast) - A simple tool for vlang, generate v source file to AST json file. -### Project Management +### Project management - [vset](https://github.com/mulh8377/vset) - A project setup and configuration tool for V projects. @@ -98,7 +98,7 @@ - [scite-v-support](https://github.com/sunnylcw/scite-v-support) - V syntax highlighting for [SciTE](https://www.scintilla.org/SciTE.html). - [language-v](https://github.com/Cutlery-Drawer/language-v) - V language support for Atom (port of vscode-vlang). -### Command Line Interface +### Command line interface - [vargs](https://github.com/nedpals/vargs) - V library for parsing arguments from argv-like arrays. - [progressbar](https://github.com/Waqar144/progressbar) - An easy to use V library for creating progress bars in cli. @@ -134,7 +134,7 @@ - [vspeech](https://github.com/thecodrr/vspeech) - Complete V bindings for Mozilla's DeepSpeech TensorFlow based Speech-to-Text library. 📢📜 - [v-miniaudio](https://github.com/Larpon/v-miniaudio) - Bindings for the excellent miniaudio C audio library. -### Operating System +### Operating system - [clipboard](https://github.com/vlang/v/tree/master/vlib/clipboard) - V module for interacting with the OS clipboard. Fully cross-platform. - [vlipboard](https://github.com/asvvvad/vlipboard) - An easy to use wrapper of clipboard with Wayland and Termux support. @@ -151,7 +151,7 @@ - [v-mime](https://github.com/nedpals/v-mime) - MIME detection library for V. -### Game Development +### Game development - [vraylib](https://github.com/MajorHard/vraylib) - V wrapper (bindings) for [raylib](https://www.raylib.com), the C game development framework. @@ -159,14 +159,14 @@ - [eventbus](https://github.com/vlang/v/tree/master/vlib/eventbus) - A simple event bus system for V. -### User Interface Toolkits +### User Interface toolkits - [V UI](https://github.com/vlang/ui) - Integrated cross platform UI toolkit for Windows, macOS, Linux, Android, iOS and the web. - [vgtk3](https://github.com/vgtk/vgtk3) - A wrapper for GTK3 in V. - [vig](https://github.com/nsauzede/vig) - Bindings for [Dear ImGui](https://github.com/ocornut/imgui) GUI toolkit. - [vnk](https://github.com/nsauzede/vnk) - Bindings for [Nuklear](https://github.com/vurtun/nuklear) GUI toolkit. -### Scientific Computing +### Scientific computing - [vsl](https://github.com/vlang/vsl) - A pure-V scientific library with a great variety of functions. - [vnum](https://github.com/vlang-num/vnum) - Numerical computing library supporting n-dimensional data, backed by LAPACK and BLAS. @@ -184,7 +184,7 @@ - [V Programming Language](https://www.youtube.com/watch?v=BVCuZ7z7GMY&list=PLEPMhdsq-gNpFr40A-ZnX-Hu9l-Sp5Oc_) -### Programming Contests +### Programming contests - [Rosetta Code V](https://github.com/RustemB/rosetta-code-v) - Solutions for Rosetta Code in V. - [Advent of Code 2019](https://github.com/mvlootman/aoc2019) - Solution of Advent of Code 2019 in V.