Skip to content

Instantly share code, notes, and snippets.

View dmac90712's full-sized avatar

Derek McCrary dmac90712

View GitHub Profile
def myfunc(*args):
out = []
for num in args:
if num%2==0:
out.append(num)
return out
@dmac90712
dmac90712 / msoffice_ooffice_pdf_diffs_with_git.md
Created February 19, 2022 20:50 — forked from mbrehin/msoffice_ooffice_pdf_diffs_with_git.md
Microsoft Office, Open Office, PDF diffs with Git

Sometimes when working with Git you'd like to commit binary files.
But those files won't have clean comparisons with Git standard diff command.
Fortunately Git is a great tool that comes with a lot of possibilities…

MS Office

If, as a developer, you are under company constraints and must use MS Office,
you'll encounter some issues when trying to diff MS Office files.

Maybe you're asking yourself: what's the problem with that?

@dmac90712
dmac90712 / assignment-structuring-a-page-of-content.markdown
Created October 1, 2020 18:57
Assignment: Structuring a page of content