offline-mode
How to synchronize two git repositories
Rather than making a bare clone, I prefer making a bundle (see “How can I email someone a git repository?”), which generates one file, easier to copy around (on an USB stick for instance). The bonus is that it does have some of the characteristics of a bare repo: you can pull from it or … Read more
Offline mode app in a (HTML5) browser possible?
Yes, that is possible. You need to write the application in Javascript, and detect somehow whether the browser is in offline mode (simplest is to poll a server once in a while). (Edit: see comments for a better way to detect offline mode) Make sure that your application consists of only static HTML, Js and … Read more
Work offline in Team Foundation Server
This extension should solve your problem (for VS 2010): http://visualstudiogallery.msdn.microsoft.com/425f09d8-d070-4ab1-84c1-68fa326190f4?SRC=Home
Haskell offline documentation?
Hoogle is available offline, installable from Cabal: http://hackage.haskell.org/package/hoogle Usage instructions are at http://www.haskell.org/haskellwiki/Hoogle#Command_Line_Search_Flags. Usage: $ hoogle –help Hoogle v4.2.8, (C) Neil Mitchell 2004-2011 http://haskell.org/hoogle hoogle [COMMAND] … [OPTIONS] Commands: [search] Perform a search data Generate Hoogle databases server Start a Hoogle server combine Combine multiple databases into one convert Convert an input file to a … Read more