All Projects → capitalone → acronym-decoder

capitalone / acronym-decoder

Licence: Apache-2.0 license
Acronym Decoder

Programming Languages

typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to acronym-decoder

online-ethereum-abi-encoder-decoder
A quick online tool to abi-encode and abi-decode constructor arguments used in ethereum's solidity. https://adibas03.github.io/online-ethereum-abi-encoder-decoder/
Stars: ✭ 37 (-5.13%)
Mutual labels:  decoder
angular5-social-login
Social authentication module for Angular 5. Includes Facebook and Google login with AOT compatibility.
Stars: ✭ 40 (+2.56%)
Mutual labels:  angular5
otfed
An OpenType font format encoder & decoder written in OCaml
Stars: ✭ 15 (-61.54%)
Mutual labels:  decoder
rasn1
Ruby ASN.1 library
Stars: ✭ 14 (-64.1%)
Mutual labels:  decoder
Angular-Reactive-Demo-Shop
Angular Demo Shop
Stars: ✭ 79 (+102.56%)
Mutual labels:  angular5
spring-websocket-angular6
Example for using Spring Websocket and Angular with Stomp Messaging
Stars: ✭ 18 (-53.85%)
Mutual labels:  angular5
keystore-go
A Go (golang) implementation of Java KeyStore encoder/decoder
Stars: ✭ 119 (+205.13%)
Mutual labels:  decoder
ng-toggle
Bootstrap-styled Angular Toggle Component
Stars: ✭ 14 (-64.1%)
Mutual labels:  angular5
ionic3-start-theme
Ionic 3 Start Theme with 10 Pages, mock data, providers samples, Storage, Http and more...
Stars: ✭ 130 (+233.33%)
Mutual labels:  angular5
rtlsdr-wsprd
WSPR daemon for RTL receivers
Stars: ✭ 93 (+138.46%)
Mutual labels:  decoder
brute-md5
Advanced, Light Weight & Extremely Fast MD5 Cracker/Decoder/Decryptor written in Python 3
Stars: ✭ 16 (-58.97%)
Mutual labels:  decoder
2fa-notifier
2FA Notifier is a web extension that notifies users whether or not the sites they visit support two factor authentication (2FA).
Stars: ✭ 39 (+0%)
Mutual labels:  chrome-extensions
auto-click-auto-fill
Auto Click Auto Fill on any web page
Stars: ✭ 111 (+184.62%)
Mutual labels:  chrome-extensions
m3u8-downloader
chrome插件,支持监控和下载:m3u8流媒体、视频、音频
Stars: ✭ 54 (+38.46%)
Mutual labels:  chrome-extensions
ngx-notify
一个无须依赖HTML模板、极简Angular通知组件。
Stars: ✭ 81 (+107.69%)
Mutual labels:  angular5
Mappable
flexible JSON to Model converter, specially optimized for immutable properties
Stars: ✭ 27 (-30.77%)
Mutual labels:  decoder
EvalAI-ngx
Revamped codebase of EvalAI Frontend
Stars: ✭ 34 (-12.82%)
Mutual labels:  angular5
Open-Imaging
Tools and libraries that deal with the creation and processing of images.
Stars: ✭ 100 (+156.41%)
Mutual labels:  decoder
Image deionising auto encoder
Noise removal from images using Convolutional autoencoder
Stars: ✭ 34 (-12.82%)
Mutual labels:  decoder
Angular4-seed
Angular 4 Seed for Angular Forms
Stars: ✭ 37 (-5.13%)
Mutual labels:  angular5

Drinketh from the Cup of Knowledge!

Whether you've been with your organization one day or one decade, we are all always running into terms and acronyms that we just don't get. Maybe it's an industry or line of business you're not too familiar with. Maybe it's an acronym that someone just made up and started using the other day. Maybe it's a typo!

Whatever it is, Acronym-Decoder (A-D!) aims to help you get through the alphabet soup. It's a fairly simple tool that highlights words that you have a definition for, then lets you pull up those definition(s) with a click of the mouse.

Run Local Server

  • Go here to download the latest version of nodejs. Follow the steps on the website to download the appropriate version according to your machine
  • Download this project by clicking 'Code' on the top right of the website, then click 'Download ZIP'. Follow the image for any further guidance necessary.
  • Open the project with your favorite text editor and enter the following commands in the terminal.
  • npm install
  • npm run build
  • Visit chrome://extensions on your chrome browser
  • Enable Developer mode and click Load unpacked as seen in the image below
  • Select the dist/ folder in your project directory

Note: modifications to content-script files will require you to refresh the extension from chrome://extensions

Build

  • npm install
  • npm run build

Configuration

All of the configurable variables live within the config.json file. Change each property depending on your specific need to shape how the app will look and function. The changes you make here will propogate throughout the app.

Setting up your terms and acronyms

Local Glossary:

You can set up your terms and acronyms by inserting them into the glossary.json file. The format of the file should stay the same as the example that lives in there currently. Make sure all your terms and acronyms match that format so the app can read them with no issues.

Remote Glossary:

You can also setup a database and backend and host your terms/acronyms on a server. This feature is off by default. Make sure to replace the lookupApiUrl in the config.json file with the server URL. Also you need to make sure that the toggle for enableRemoteLookup is set to true on the config.json file to enable remote lookup. If for any reason the API fails, the app will fallback to local glossary. Host permissions can optionally be added the host_permissions attribute to manifest.json file.

Contributors:

We welcome your interest in Capital One’s Open Source Projects (the “Project”). Any Contributor to the project must accept and sign a CLA indicating agreement to the license terms. Except for the license granted in this CLA to Capital One and to recipients of software distributed by Capital One, you reserve all right, title, and interest in and to your contributions; this CLA does not impact your rights to use your own contributions for any other purpose.

Link to Individual CLA

Link to Corporate CLA

This project adheres to the Open Source Code of Conduct. By participating, you are expected to honor this code.

Modernization contributors:

@Eric Li

@Samyak Jain

Project creators:

@Ahmad Ibrahim

@Basim Partovi

@Jason Yeomans

Troubleshooting

  • Having issues installing Acronym-Decoder?
  • Or for any other problems/questions:

Create an issue on our repo and let us know. We're always here to help!

License

Copyright 2021 Capital One Services, LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].