[C#] SmartLock
Smartlock is a tool developed to let the users encrypt and decrypt data using Windows Hello features. This allows the users to protect their data using their face or fingerprints without needing a password every time.
Smartlock is a tool developed to let the users encrypt and decrypt data using Windows Hello features. This allows the users to protect their data using their face or fingerprints without needing a password every time.
This is a simple tool used for work/task management. It is used along with an Outlook installation and it is able to retrieve tasks automatically from the mail using the Outlook categories functionality. To retrieve tasks from Outlook : You set a mail category on outlook that you will use to mark the mails related …
STLReader is a very simple class that can be used to read STL files (Standard Triangle Language files)
PopUP.js is a simple script to easily display interactive popups on top of your website.
This is a static class with a collection of different useful general purpose tools that can be used on almost any ABAP development.
Keep record of everything you have copied. Multibin is capable of keeping record of every text, image and file you have copies so you can easily recall later. The shortcut CTRL+SHIFT+SPACE is used to open and interact with MultiBin.
This is a class that is able to handle multiple events that can be triggered with different keyboard key combination How to use -> Create an instance of the class in your main project -> Use method AddEvent to assign an event to a specific keystroke public void AddEvent(string name, Keys[] keyStroke, object instance, string method, object[] …
Create and display an ALV on ABAP easily. This is a class used to create an dynamic output table combining fields from different table that you have some data in order to display your data all together without the need to create a new output table structure statically in the code. How to use :
ABAP CSV Creator A simple static class to make the creation of a csv file easy in ABAP How to use : To add an instruction on what should the output has (they are column instructions, so for every instruction you add a column) : cl_save_to_csv=>add_instruction( table_reference , column_header, column_name, fixed_value ) table_reference : the …
SSM have been created to add a necessary missing feature to SAP and that is secure connection shortcuts. With SSM you can manage your SAP connections and create connection shortcuts easily and securely. All passwords are stored securely encrypted locally.