Dbignore – .gitignore for Dropbox 12 years ago
It shouldn't be too hard with linux. LD_PRELOAD should be able to accomplish the same thing as DYLD_INSERT_LIBRARIES. Windows will probably be a little harder as lstat does not exist.
HN user
It shouldn't be too hard with linux. LD_PRELOAD should be able to accomplish the same thing as DYLD_INSERT_LIBRARIES. Windows will probably be a little harder as lstat does not exist.
That is exactly how it works. lstat and open are hooked so that they mark the file as non-existant if it is in the .dbignore file.
I enjoy programming in Haskell, and this was an opportunity to practice. I initially wrote it in Objective-C++, but I found a good trie implementation in Haskell. Eventually, I want to make the entire project Haskell.
Everyone seems to forget that there are explicit solutions for the N queens problem.
http://en.wikipedia.org/wiki/Eight_queens_puzzle#Explicit_so...