All Symbol Keyboard
Amazing custom fonts, symbols, and emoticons (kaomoji) that work in any app. Works with Instagram, WhatsApp, Snapchat, and many more apps! Just open all keyboard symbols and fonts and type away. Are you looking for some nice symbols to decorate your Keyboard, Facebook, Instagram or Twitter posts and comments, or maybe to brighten up your username? We've got them for you, making it more fun! All symbol cursive keyboard helps you get fancy letters, special characters, special symbols, and emoticons right in your extension keyboard, such as hearts, flowers, stars, arrows, currency, degrees, checkmarks, math, PI, infinity, copyright, TM, and many many more.
Learn more
Sourcetrail
Sourcetrail is an interactive source explorer that simplifies navigation in existing source code by indexing your code and gathering data about its structure. Sourcetrail then provides a simple interface consisting of three interactive views, each playing a key role in helping you obtain the information you need. Search: Use the search field to quickly find and select indexed symbols in your source code. The autocompletion box will instantly provide an overview of all matching results throughout your codebase. Graph: The graph displays the structure of your source code. It focuses on the currently selected symbol and directly shows all incoming and outgoing dependencies to other symbols. Code: The Code view displays all source locations of the currently selected symbol in a list of code snippets. Clicking on a different source location allows you to change the selection and dig deeper.
Learn more
OpenGrok
It understands various program file formats and history from many Source Code Management systems. In other words it lets you grok (profoundly understand) source code and is developed in the open, hence the name OpenGrok. It is written in Java. Search for full text, definitions, symbols, path and revision history. Show the matching lines in search results. Online cross-reference with syntax highlighting, highly customizable look and feel using CSS stylesheets. Plugins can be written for new programing language or revision control systems.
Learn more
Hound
Hound is an extremely fast source code search engine. The core is based on this article (and code) from Russ Cox: Regular expression matching with a trigram index. Hound itself is a static React frontend that talks to a Go backend. The backend keeps an up-to-date index for each repository and answers searches through a minimal API. Currently Hound is only tested on MacOS and CentOS, but it should work on any *nix system. Hound on Windows is not supported but we've heard it compiles and runs just fine (although it helps to to exclude your data folder from Windows Search Indexer).
Learn more