justinhj's profile picture

Functional[Justin]

Principal Software Engineer. Streaming data at scale. Generative AI. Functional Programming. Neovim. Emacs.

  • All Posts
  • Popular Posts
  • YouTube Channel
  • Speaking Events
  • Privacy

Posts about 'Cygwin'

  • May 27, 2009

    Linux: Looking at files changed recently

    This is really handy (on Linux and Cygwin) when you're working on a project that may not be in source control and you want to see what you changed recently....

    linux cygwin
  • Apr 2, 2009

    Securely copying files to another machine

    Quick post about copying files between computers over a secure connection.Linux and Cygwin comes with scp, a secure version of cp.Usage... in this case I'm copying a file from my...

    cygwin secure-file-transfer scp
  • Mar 9, 2009

    Using tags in emacs on windows

    This requires you install the Gunwin32 tools or Cygwin, and describes how to build a tags table for the project you're working on, when using emacs to edit the source.First...

    emacs tags win32 etags emacs cygwin
  • Sep 7, 2007

    Fixing up windows pathnames to use in cygwin

    I use emacs within Cygwin, and often I want to paste a pathname from an explorer window into emacs and use it there. Unfortunately you have to edit it by...

    cygwin win32