Skip to content

Instantly share code, notes, and snippets.

View jeff-luszcz's full-sized avatar

Jeff Luszcz jeff-luszcz

View GitHub Profile
@jeff-luszcz
jeff-luszcz / 4.txt
Created August 9, 2022 00:08
5 and 4 letter words from lock
aids
alan
also
alto
anal
andy
anna
anne
anti
area
@jeff-luszcz
jeff-luszcz / Alpha2.py
Created August 20, 2020 19:18
Alpha2.py
# This gist is used to show off how Gists look in the Github interface
# call exampleFun with a value b which is the number of Foos in your Bar
# Copyright 2020 Jeffrey Luszcz
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAI
# This gist is used to show off how Gists look in the Github interface
# call exampleFun with a value b which is the number of Foos in your Bar
def exampleFun(b):
print("This is my useful utility")
a = 12345 + b / 345;
return a