Like2Program

Python Definer

I made a new python script that is used to define words using a key or dictionary. It uses regular expressions to find the term in the key and offers the possible definitions as selections. Words can be skipped and lines manually added. It has easy to understand prompts. I made this to be able to search a large dicitonary for custom defintions given by my teacher in digital form. I have tested it and it works great! I offer no warranty that it will work, I just figured it would be a great thing to share


Read More ...

ReloadEvery

I have a great tool to add to Firefox for you this week! It's called ReloadEvery. It automatically reloads a page for you, which can be quite useful for when you want to see the latest stats on a webpage. Here is it's description from the official firefox website:

Reloads web pages every so many seconds or minutes. The function is accessible via the context menu (menu you get when you right click on a web page) or via a drop down menu on the reload button.

Read More ...

Python Script

The prupose of this python program is to generate random dice rolls to a folder called "numbers". It is currently set up to generate 100 files of random dice rolls, but it can be adjusted. It lists both of the dice's roll's, the sum, the mean of each die, the mean of the sum of the dice, the mean deviation and how many times each number occurs in the 100 dice rolls.


Read More ...