Sample for creating and accessing SQLite database files in Java
-
Updated
Sep 20, 2024 - Java
A batch file is a script file in DOS, OS/2 and Microsoft Windows. It consists of a series of commands to be executed by the command-line interpreter, stored in a plain text file. A batch file may contain any command the interpreter accepts interactively and use constructs that enable conditional branching and looping within the batch file, such as IF
, FOR
, and GOTO
labels. The term "batch" is from batch processing, meaning "non-interactive execution", though a batch file might not process a batch of multiple data.
Sample for creating and accessing SQLite database files in Java
These are the codes made during my school days, reflecting the early steps of my programming journey.
A simple tic tac toe app using java
Desktop application
CSE231s: Advanced Computer Programming (Lab 6)
Easy-to-use Windows Batch File to executable file converter/wrapper with Swing GUI.
This is a share (stock) trading simulator enabled by Java RMI that can be ran from the CLI
Simple file encrypter and decrypter using XOR encryption with key saver function
encryption and decryption is the software developed for encrypting and decrypting the messages of the user using the list of items to swap the alphabets and make some random string by combining the keys and value to get the job done.
example project
This is an Apple IOS inspired basic calculator for arithmetic operations. The User Interface was designed using SceneBuilder for JavaFX framework in JAVA.
Program startowy po zdalnym zalogowaniu do wyboru aplikacji do uruchomienia
Program w architekturze klient - serwer. Jako klient RMI łączy się z serwerem sklepu, dokonuje zakupu, następnie otrzymany rachunek opłaca na serwerze banku. Ma możliwość pobrania historii opłat z serwera banku. Całość tworzą aplikacje: RMIClient, BankRMIServer oraz StoreRMIServer.
Process Runner is java based library using which one can execute system process or scripts from inside your java program.
I ran out of ideas and wanted to program, so I created this simple game. (IDE USED: NetBeans) https://netbeans.org/
I wanted to challenge myself further, after the Color Chooser Application, and learned how to read and write files. I also learned how to implement those features into a simple program. (IDE USED: NetBeans) https://netbeans.org/
Another simple program I've made in my free time. My brothers and sister used to have issues with score keeping and using paper. So I created a program that allows for easy, simple score keeping. (IDE USED: NetBeans) https://netbeans.org/
This is a simple program I created to generate random numbers. It's fairly self-explanatory how to use, and can be used in various situations. (IDE USED: NetBeans) https://netbeans.org/
I wanted to challenge myself and learn how to use JSliders, constantly changing colors, and adding many options to a program. This took me a while to research and code, but I am proud I completed it. [**Due to how long I worked on this program, it's become my baby.**] (IDE USED: NetBeans) https://netbeans.org/
Created by Microsoft Corporation