Pinned Repositories
.bat-script-that-records-current-user-account-and-then-asks-for-password
.bat script that records current user account name (plus domain/system name) and then asks for entering of account password to run a file with administrative privileges [if entered password is correct]
Animate-river-drifter-trajectories
Animate river drifter trajectories
Combine-image-files-into-single-pdf-python-
Python program to combine (convert) image files into a single .pdf file.
Get-list-of-running-processes-and-delete-specified-processs---c-
C++ program to view list of processes (by process handle name) and delete a proccess specified by user
N-Particle-Simulation-of-Newton-s-Universal-Law-of-Gravitation-Matlab-
This repository was created to share source code from my youtube channel as well as act as a source of information (and learning) for anyone wanting to write their own code.
Navier-stokes-2D-numerical-solve-incompressible-flow-with-custom-scenarios-MATLAB-
I have created this repository to share my code for 2D numerical solving of Navier stokes equations (incompressible flow); although it will take a little time for me to completely update the repository
personal-file-encryptor-decryptor-seeded-random-number-
encrypts encoding of files in a specified folder (output file types are ".jim" files) after user specifies seed (number) for random number generator ... the ".jim" files can then be decrypted (and converted back to original file type) if user puts in correct random number seed that was used to encrypt files
Python-program-to-log-process-names-with-establish-ip-address-and-list-ip-physical-location-
A Program to log process (tasks) with established (connected) outgoing ip address and list their; internal ip, foreign (outgoing ip) , Pid and process name as well as physical location related to outgoing ip addresses
Record-videos-of-animated-ouputs-Matlab-
This repository was created to share my code and technique for recording animated figures from Matlab as video file (i.e - avi).
Task-process-lister-and-terminate-selected-process-batch-file-script-
This .bat file (including user interface) simulates a light weight task manager, allows the user to view; running processes and terminate selected processes
JamieMJohns's Repositories
JamieMJohns/Navier-stokes-2D-numerical-solve-incompressible-flow-with-custom-scenarios-MATLAB-
I have created this repository to share my code for 2D numerical solving of Navier stokes equations (incompressible flow); although it will take a little time for me to completely update the repository
JamieMJohns/Get-list-of-running-processes-and-delete-specified-processs---c-
C++ program to view list of processes (by process handle name) and delete a proccess specified by user
JamieMJohns/N-Particle-Simulation-of-Newton-s-Universal-Law-of-Gravitation-Matlab-
This repository was created to share source code from my youtube channel as well as act as a source of information (and learning) for anyone wanting to write their own code.
JamieMJohns/.bat-script-that-records-current-user-account-and-then-asks-for-password
.bat script that records current user account name (plus domain/system name) and then asks for entering of account password to run a file with administrative privileges [if entered password is correct]
JamieMJohns/Animate-river-drifter-trajectories
Animate river drifter trajectories
JamieMJohns/Combine-image-files-into-single-pdf-python-
Python program to combine (convert) image files into a single .pdf file.
JamieMJohns/personal-file-encryptor-decryptor-seeded-random-number-
encrypts encoding of files in a specified folder (output file types are ".jim" files) after user specifies seed (number) for random number generator ... the ".jim" files can then be decrypted (and converted back to original file type) if user puts in correct random number seed that was used to encrypt files
JamieMJohns/Python-program-to-log-process-names-with-establish-ip-address-and-list-ip-physical-location-
A Program to log process (tasks) with established (connected) outgoing ip address and list their; internal ip, foreign (outgoing ip) , Pid and process name as well as physical location related to outgoing ip addresses
JamieMJohns/Record-videos-of-animated-ouputs-Matlab-
This repository was created to share my code and technique for recording animated figures from Matlab as video file (i.e - avi).
JamieMJohns/Task-process-lister-and-terminate-selected-process-batch-file-script-
This .bat file (including user interface) simulates a light weight task manager, allows the user to view; running processes and terminate selected processes
JamieMJohns/Merge-multiple-.pdf-into-a-single-.pdf-with-python
Merge multiple .pdf into a single .pdf with python