Mindblown: a blog about philosophy.

  • JavaScript/HTML/CSS project (Front End)

    Well, i’ve built a web panel front end project while i’m dipping into Front End JavaScript over the past few weeks. Looks like it loads a image from a button, also opens up a few web browser windows. Didn’t quite get the email client link working yet. Programming is much easier now than it was…

  • Pandas and Excel File

    https://github.com/jamie082/pandas_xlsx Typing Pandas Dataframe in Visual Studio code then saving as xlsx Document. Please, enjoy this file. Next to come, JSON and CSV.

  • Image Processing with SciPy

    Hey everyone, i’ve been working with Image Processing with SciPy/Numpy the past few days…this is what i’ve come up with, 1.) Gaussian Blur 2.) Rotate image, of a racoon, and 3.) sharpen Image. https://github.com/jamie082/SciPy_ndimage

  • API in Python…enjoy! (old post) in Visual Studio Code

  • Bash Script to do activity in /var/log

    Simple for loop in Bash Script, was going to echo # lsb_release -a but there was a bug. Enjoy!

  • Search methods in JavaScript

    There are two Search methods in JavaScript i’ve found, out of the four, Includes and IndexOf(), also it would be good to focus on Node.Js as a backend framework in the future (with Flask for Python). The code below, IndexOf() uses a while loop for a string with characters in it, and the array.includes searches…

  • Bash script to do activity in /var/log

    Simple for loop in Bash, was going to echo # lsb_release -a but there was a bug. Enjoy! GitHub: https://github.com/jamie082/sh_log_script

  • Little Bash Script to QUERY a MySQL database

    Hey everyone! Little bash script with MySQL. Access TABLE and query a SQL database. Link on GitHub above, Enjoy https://github.com/jamie082/mysql_bash_script

  • JavaScript Calculator v1.0

    JS calculator written in JavaScript with added clear button, enjoy, here’s GitHub link: https://github.com/jamie082/javascript_calculator Going over the button onclick inside the html file, also using ‘var’ keyword in javascript to define variables. Basic computer programming concepts in each subtract(), multiply(), divide, add(), functions and ClearFields() reminds me of learning C as my first language when…

  • HTML, JavaScript, CSS front END app

    Hello, this Javascript front end app touched on some CSS, HTML, and JavaScript code with a for loop. I didn’t use an external javascript file this time. URL link on GitHub. I will be starting VUE/JS also the documentation mentions Angular. Project GITHUB link: https://github.com/jamie082/javascript_HTML_css Next up, a calculator project… I’m networking on LinkedIn better..

Got any book recommendations?