[C#] STLReader
STLReader is a very simple class that can be used to read STL files (Standard Triangle Language files)
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 …
To SSM έχει δημιουργηθεί για να καλύψει μία απαραίτητη δυνατότητα την οποία δεν παρέχει το SAP. Αυτή είναι η δημιουργία ασφαλών και κρυπτογραφημένων συντομεύσεων για την σύνδεση σε ένα σύστημα του SAP. Με το SSM μπορείτε να διαχειριστείτε τις συνδέσεις που έχετε στο SAP όπως και δημιουργήσετε ασφαλείς συντομεύσεις στην επιφάνεια εργασίας, με τον κωδικό σας κρυπτογραφημένο, για εύκολή πρόσβαση.
A Snake game that can be easily implemented on any C# .Net application Installation : Add the Block.cs, Blocks.cs, Settings.cs and Game.cs to your project. Initialize the game by creating an instance of Game class : Game game = new Game ( BlocksNumberOnX, BlocksNumberOnY, RefreshRateInMs, DisplayController ); BlocksNumberOnX = Number of blocks on X axis BlocksNumberOnY = Number of blocks on Y axis RefreshRateInMs …
Access required functionality from the desktop easily and quickly. Functionality : Middle click on the arrow when it is pointing right to keep it on the top of every windows Right click on the arrow when it is pointing right to restart the program Left click on the arrow when it is pointing right to …