Posts

Showing posts with the label Windows

Run/Execute MySQL Queries with C Program on windows PC

Image
set path=TDM-GCC-64\bin gcc -I mysql-5.1.30-winx64 -l mysql -L mysql-5.1.30-winx64\lib\opt test-query.c -o test-query test-query Download Code

Connecting MySQL database with C Program on windows pc

Image
set path=TDM-GCC-64\bin gcc -I mysql-5.1.30-winx64 -l mysql -L mysql-5.1.30-winx64\lib\opt test-connection.c -o test-connection test-connection Download Code

Compiling C program to test mysql client connector on windows pc

Image
set path=TDM-GCC-64\bin gcc -I mysql-5.1.30-winx64 -l mysql -L mysql-5.1.30-winx64\lib\opt test-version.c -o test-version test-version Download Code

Getting started with C Program and MySQL database on windows pc

Image

How to fix .jar launcher in windows without admin right or regedit?

Image
 

How to get unique machine id?

BSD: cat /etc/hostid kenv -q smbios.system.uuid Linux: cat /var/lib/dbus/machine-id cat /etc/machine-id OS X: ioreg -rd1 -c IOPlatformExpertDevice | grep IOPlatformUUID Windows: reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography /v MachineGuid

Installing Red console on Windows

Image
Download Red here https://www.red-lang.org/p/download.html  

⚡ Windows CMD format drive, list all drive names, convert fat to NFTS

Image

✔ Learn C in 2 hours ⚡ C Programming for beginners 🔥 Tecq Mate Tutorials ✌

Image

Java Swing JApplet - Loan EMI calculator

Image
Download code here .

JavaFx Tutorial | Hello World in JavaFx

Image

Python Tutorial for beginners - Learn how to Fetch data from SQLite 3 with Python 3

Image
Download solution here .

Console Login Application Tutorial | JDBC + SQLite3 Tutorial

Image
Part 1 of 3 Part 2 of 3 Part 3 of 3 Download code and database  here . Download jar file here .

Tutorial for beginners: Ajax, SQLite3 & PDO - Country, State & City

Image
Part [1/2] Part [2/2] Download code here .