Skip to content

Instantly share code, notes, and snippets.

View Gumichan01's full-sized avatar
💻
I am back (or not)

LuxonJP Gumichan01

💻
I am back (or not)
  • Paris
View GitHub Profile
@robatwilliams
robatwilliams / useful-names.md
Last active January 10, 2025 02:41
List of names that tend to be useful in programming

Useful names

List of names that tend to be useful in programming. On their own, or for building names.

A thesaurus is also useful.

Things

  • action, operation
  • attribute, property
  • buffer, queue
@mbrehin
mbrehin / msoffice_ooffice_pdf_diffs_with_git.md
Last active February 27, 2026 20:16
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?