User Manager Application

Submitted by Jeff Nyak on
User management application, where you can add users, username, lastname, phone number etc, edit, update and delete. This simple project is coded in PHP(OOP) and bootstrap as the front end framework. For more info get in touch [email protected]. You can also find the source code in my github account, https://github.com/jeffnyalik/usermanager

WPF Listview Demo Project for beginners

Submitted by [email protected] on
Hi to all, I am also beginner in c#. I just started to learn c# WPF code. Here's a sample source code for beginners to implement listview in wpf.(if download not works please use the link below) https://drive.google.com/drive/folders/1OCKdgpoA5DQnq736D5B4kM0XNPIIHio0?usp=sharing Regarding this, if you have any queries please let me know. [email protected] The same time I am stuck some where to

Safelock 0.5

Submitted by Mohamed Feddad on
Simple drag & drop file encryption tool. based on python and uses PyCrypto to encrypt the inputted files with AES encryption. Then sqlite database file is generated with a unique key to store the encrypted files and folders in binary blobs for later decryption. More info and binaries

Coin Run - A Simple Retro Arcade Game For Android/IOS

Submitted by razormist on
In this tutorial I will show you on how to create a popular game like “Pac man” using a Unity Game Engine and a C# script. Unity is an all-purpose game engine that supports 2D and 3D graphics, drag and drop functionality and scripting through C#. Unity Script is a proprietary scripting language which is syntactically similar to JavaScript. Unity is notable for its ability to target games for multiple platforms.