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