|
Asper Header
1.0.14
The header injector extension
|
| ▼ vscode | |
| ▼ asperheader | |
| ▼ src | |
| ▼ modules | |
| ▼ ciphers | |
| ▼ base | |
| baseCipher.ts | Abstract base class for all cipher implementations |
| cipherInterface.ts | Interface definition for all cipher implementations |
| index.ts | Export file for base cipher infrastructure |
| ▼ flavoured | |
| adfgvx.ts | Implementation of the ADFGVX cipher |
| affine.ts | Implementation of the Affine cipher |
| atBash.ts | Implementation of the Atbash cipher |
| autoKey.ts | Implementation of the Autokey cipher |
| bacon.ts | Implementation of the Bacon cipher |
| base64.ts | Implementation of Base64 encoding/decoding |
| baudot.ts | Implementation of the Baudot telegraph code |
| beaufort.ts | Implementation of the Beaufort cipher |
| bifid.ts | Implementation of the Bifid cipher |
| caesar.ts | Implementation of the Caesar cipher |
| columnar.ts | Implementation of the Columnar Transposition cipher |
| doubleTransposition.ts | Implementation of the Double Transposition cipher |
| enigma.ts | Implementation of a simplified Enigma machine cipher |
| fractionatedMorse.ts | Implementation of the Fractionated Morse cipher |
| gronsfeld.ts | Implementation of the Gronsfeld cipher |
| index.ts | Export file for all concrete cipher implementations |
| keyWord.ts | Implementation of the Keyword cipher |
| monoAlphabetic.ts | Implementation of a general Monoalphabetic substitution cipher |
| morseBasic.ts | Implementation of basic Morse code encoding/decoding |
| nihilist.ts | Implementation of the Nihilist cipher |
| pigpen.ts | Implementation of the Pigpen cipher |
| polybius.ts | Implementation of the Polybius Square cipher |
| porta.ts | Implementation of the Porta cipher |
| railfence.ts | Implementation of the Rail Fence (Zigzag) cipher |
| rot13.ts | Implementation of the ROT13 cipher |
| route.ts | Implementation of the Route cipher |
| scytale.ts | Implementation of the Scytale cipher |
| tapcode.ts | Implementation of the Tap Code cipher |
| trifid.ts | Implementation of the Trifid cipher |
| vic.ts | Implementation of a simplified VIC cipher |
| vigenere.ts | Implementation of the Vigenère cipher |
| xor.ts | Implementation of the XOR (Exclusive OR) cipher |
| ciphers.ts | Main cipher management and orchestration module |
| index.ts | Main export file for the cipher module |
| commentGenerator.ts | Comprehensive comment and header generation system for AsperHeader extension |
| darling.ts | Interactive character showcase system featuring "Darling in the FranXX" characters with rich presentation |
| lazyFileLoad.ts | Advanced lazy loading file system utility with intelligent caching and type safety |
| logger.ts | Advanced dual-channel logging system for VS Code extension development |
| messageProvider.ts | Comprehensive internationalization engine with intelligent language detection and message orchestration |
| messageReference.ts | Comprehensive multilingual message repository with advanced localization support |
| morseCode.ts | Comprehensive Morse code translation system with International Morse Code compliance |
| processConfiguration.ts | Advanced configuration management and settings orchestration for AsperHeader |
| querier.ts | Advanced user interaction system with intelligent prompting and comprehensive dialog management |
| randomLogo.ts | Comprehensive ASCII art logo management and interactive display system |
| watermark.ts | Advanced ASCII art watermark and author signature system with comprehensive font management |
| ▼ test | |
| commentGenerator.test.ts | Test suite for the CommentGenerator header generation system |
| constants.test.ts | Comprehensive test suite for extension constants validation and integrity |
| darling.test.ts | Comprehensive unit tests for the Darling character showcase system |
| extension.test.ts | Comprehensive test suite for AsperHeader extension core functionality |
| lazyFileLoad.test.ts | Comprehensive test suite for LazyFileLoader with real file operations |
| logger.test.ts | Comprehensive unit tests for the Logger dual-channel logging system |
| messageProvider.test.ts | Comprehensive test suite for MessageProvider with message template validation |
| morse.test.ts | Comprehensive test suite for Morse code translation functionality |
| processConfiguration.test.ts | Comprehensive unit tests for the processConfiguration module |
| querier.test.ts | Comprehensive test suite for the Query user interaction system |
| randomLogo.test.ts | Comprehensive unit tests for the RandomLogo ASCII art management system |
| watermark.test.ts | Comprehensive unit tests for the Watermark ASCII art signature system |
| ▼ utils | |
| jsoncLoader.ts | Universal JSONC parser loader with dual module system support |
| constants.ts | Global constants and configuration values for AsperHeader extension |
| extension.ts | Main extension entry point for AsperHeader VS Code extension |
| esbuild.js | Custom build script for VSCode extension packaging |
| LICENSE |