The Wayback Machine - https://web.archive.org/web/20220131094908/https://github.com/topics/local-database
Skip to content
#

local-database

Here are 46 public repositories matching this topic...

Akul2010
Akul2010 commented Dec 31, 2021

When I run the program with the command python PyPassword.py, it gives an error saying No Module named python_password. I am using vscode, which shouldn't make a difference.

Steps to reproduce the behavior:

  1. Click on save and run.
  2. Or click on save and then put in the terminal, python PyPassword.py

I had expected to see the password manager.

Screenshots
![image](https://use

Contacts is a sample Application which I developed while learning Xamarin Forms. I developed this project in MVVM architecture and can be able to run in both iOS and Android devices.I have used SQLite local Database and imlpemented many more features. I think this project will help lot of new developers who started learning Xamarin development.
  • Updated Jul 22, 2020
  • C#

Encipher is C# Windows Form App where you can store your user login information offline. Encipher incorporates Google Authenticator to login into the program. It encrypts the user inputted data into AES-256 bit encryption which is then saved on the local database created by the program.
  • Updated Mar 1, 2018
  • C#

The BurnSoft Application Profiler was created to help automate performance and log gathering from applications that you create and use. Most of the time when you create an application, you have to spend time testing it out before sending it to others to test. While you are testing you application you may or may not be concerned on the amount of cpu is being used, the memory usage, handles and threads, even then, there is also if your application dumped anything into the log files. This application will help gather all that information while you are using it normally and dump the information in a database. It is designed to run as a service and look for any of the projects applications running in task manager, once it see’s the process in task manager it will start collection data on the application. When the application ends, it will check to see if there are any logs, dump the results in the database and clear the log file, this way you can just go back and view the sessions to see the performance of the application and the details that where dumped in the log file. Worried about not being able to gather this information when you are using your application while disconnected from the office? Don’t be, the agent will see that it cannot connect to the main database and it will continue on using the local database the dump the data in there, once you are able to connect to the office and the agent can connect to the main database, it will dump the information that is the local database to the main database. UPDATES: 3/8/2017 - Working on Web Interface to read the data. 2/15/2017 - Agent functions are up and running
  • Updated Oct 14, 2019
  • JavaScript

A webapp for students to share their ideas using Django. Features include a unique user tag system similar to discord, custom user authentication, posting, searching and page navigation. Development of this project has been discontinued but many of the features like commenting and voting are completed in the backend but not in the front end. Lots of this code would be useful for anyone undertaking a forum system using Django.
  • Updated Aug 15, 2021
  • JavaScript

Improve this page

Add a description, image, and links to the local-database topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the local-database topic, visit your repo's landing page and select "manage topics."

Learn more