Skip to content

Rebus hieroglyph-by-hieroglyph analyzer of shenus or cartouches and frescoes of ancient Egypt for Windows .NET

License

Notifications You must be signed in to change notification settings

Ordisoftware/Hieroglyphics-Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: PML 2.0  GitHub repo size  GitHub code size in bytes  Lines of code 
OS: Windows  UI: WinForms  Framework: .Net  IDE: Visual Studio  Lang: C#  DB: SQLite 
Ordisoftware.com Project  Manufacturing Software Guidelines 

Hieroglyphics Decoder

A libre and open-source software written in C# that helps for the rebus hieroglyph-by-hieroglyph study and analysis of shenus or cartouches and frescoes of ancient Egypt.

Table of content

  1. Functionalities
  2. Requirements
  3. Frequently asked questions
  4. Keyboard shortcuts
  5. Changelog

Functionalities

  • Hieroglyphs database with their customizable meanings.
  • Analyze a shenu hieroglyph-by-hieroglyph to get a sentence describing its sense.
  • Online research using several dictionaries.
  • Store results in a notebook.
  • Copy the result or a screenshot to the clipboard.
  • English, French.

Requirements

  • Screen 1024x768 or higher
  • Windows 7 SP1 x32/x64 or higher
  • Framework .NET 4.8
  • SQLite 3.45

Frequently asked questions

What code analyzers are used in addition to Visual Studio?

IDE Extension Project NuGet
SonarLint
Roslynator
F0.Analyzers
Parallel Helper
Parallel Checker
AsyncFixer
Async Method Name Fixer
U2U Consult Performance Analyzers
TSQL Analyzer
Serilog Analyzer
Security Code Scan
Puma Scan
SharpSource
Inclusiveness Analyzer
Microsoft.CodeAnalysis.NetAnalyzers
Microsoft.VisualStudio.Threading.Analyzers
MultithreadingAnalyzer
Meziantou.Analyzer
GCop.All.Common
ReflectionAnalyzers
IDisposableAnalyzers
ErrorProne.NET.CoreAnalyzers
ErrorProne.NET.Structs





What to do if the check update tells that the SSL certificate is wrong or expired?

The software verifies the validity of the certificate of the update server in addition to the SHA-512 checksum of the installation file before downloading and running it.

You can manually check the latest version available online in case of problem.

What to do if the application does not work normally despite restoring settings?

Use the Start Menu link:

Ordisoftware\Hieroglyphics Decoder\Reset Hieroglyphics Decoder settings

This will erase all settings as well as those of old versions, which should resolve issues if there is a conflict, otherwise please contact support.

What is the Windows double-buffering?

When enabled, this will speed up rendering of the main form when it is displayed, but it may cause a slight black flicker.

When disabled, top menu and some controls painting may cause latency, and dynamic items can be generated slowly the larger the number.

Keyboard shortcuts

Keys Actions
Ctrl + Tab Next view
Shift + Ctrl + Tab Previous view
F1 Analysis view
F2 Data view
F3 Notebook view
F5 (or Ctrl + F) Search
Alt + N New window
Alt + T Tools menu
Alt + L Web links menu
Alt + S Settings menu
Alt + I Information menu
F9 Preferences
F10 Log file window
F11 Usage statistics window
F12 About
Alt + F4 (or Escape) Exit application

Changelog

2021.10.02

  • GitHub repo created.