C# and Microsoft 365 – Automatically download your attachments
If you have been trying to figure out how to create a process to work with your Microsoft 365 email attachments, then this article will assist you in accomplishing such a task.
If you have been trying to figure out how to create a process to work with your Microsoft 365 email attachments, then this article will assist you in accomplishing such a task.
Hotkey to your IP Address [Windows Key] > type: cmd > press: [enter] > type: ipconfig > press: [enter] Follow the Images
Using a Loops We could simply right this function like: This function will take k (the max iteration) and will iterate through as a summation. So if k is 5, the function will do 1 + 2 + 3 + 4 + 5 = 15 […]
If you have not yet heard of Alphavantage, it is a Stock market API that gives you many stock charts in JSON. You can obtain a Key for Free, and so long as you keep your API calls limited to 5 API requests per minute; […]
Recently I was asked the difference between polymorphism and abstraction. Abstraction and Polymorphism are terms that if not understood in object-oriented programming, will cause nothing but more work and pain when your program goes beyond a few classes or objects. This explanation will use Java […]
I was feeling a bit patriotic tonight, so I thought I would make a model that had both the silhouette of the United States, and the colors of the flag. It was a random idea, but it turned out pretty well for about an hour […]
Whether you are trying to pick the best stocks, or evaluate the relation between climate and co2 emissions, it is always helpful to see a mathematic trend. This article will go through the process of building an algorithm to assist you in finding linear trends […]
Recently, the email services on one of my WordPress sites hosted on a specific server stopped working. When I investigated other WordPress sites, I noted that they had also stopped sending emails. This type of situation can become quite frustrating, so I wrote down my […]
A common procedure used both in mathematics as well as computer science, involves the process of finding the intersection between 2 lines. 2 lines on a plane are fairly straightforward. Finding an intersection in space or in 3-dimensions has a few more steps, but can […]
Making an http call to your server is simple. When you create a new gate, it becomes instantly accessible. To communicate with your database, in a Unity application your server builds a comprehensive set of Calls that you can make to your Server to communicate […]
Prerequisites A database with knowledge of the username and password for access All Synchrodynamic Connection Manager files uploaded to your server. Installation PART 1 Navigate to the Synchrodynamic Connection Manager Installation Wizard at yourdomain.com/sd-admin/install.php Fill in all input fields with appropriate values. Note: Do not […]
The Go Language is an elegant and powerful programming language that may look slightly strange at first. Although Go is an object-oriented language, it sits in a slightly different paradigm then that of other similar languages. The intention of this article is to: get you […]
With all the languages out there it can be difficult to choose precisely which one will give the most “shov for the push”. To answer this question first let’s get the basics out of the way. 2 Language Domains It is important to consider how […]
When trying to find the best language to start with, or which language your development department should stick to, it can be difficult. The truth is, there just is no way of having a cookie-cutter answer for each individual entity. Everyone’s needs are different. What […]
I recently wanted to move my WordPress site from a Sub-directory to the root directory. This is far more simple then many people on the internet make it out to be. Standard Caution! If you have a grand WordPress site that would be life threatening […]
I had a bit of a lapse the other day while working with a scrollRect, I found myself in a place where nothing I did would make it work. I was building a Dynamic content area, and it was not the first time, so I […]
This covers what I learned when trying to get the best page speed results from stock plugins. Honestly, The purpose of WordPress is to create an extremely easy to use content management system, so, one should be able to get great results with little effort. […]
This is a fairly simple entry for now. For CST add this: date_default_timezone_set(‘America/Chicago’); I would enjoy any help in adding to this, I add more periodically as the subject comes up.
If you are looking to create microservices, schedule tasks, or you plan on running scripts in ubuntu, you will need a tool that will allow for such things. Tmux is a tool that allows multiple sessions that can be “detached” from and thus continue running […]