| name | language | licence |
|---|---|---|
| kqueues | C | Other |
| Method Replacement (swizzle) | Objective-C | Other |
| Safe respondsToSelector: override | Objective-C | Other |
| Convert NSScreen visibleFrame to screen coordinates | Objective-C | Other |
| Printing callstacks | Objective-C | Other |
| Draw single-pixel on top of splitview | Objective-C | Other |
| raw fsevents | C | Other |
| NSCollectionView Finding View Items in mouseDown: | Objective-C | Other |
< 1 2 3 4 >
language: C
licence: Other
raw fsevents
options: view full snippet • send to code collector
#include <stdio.h> #include <fcntl.h> #include <sys/types.h> #include <sys/uio.h> #include <unistd.h> #include <sys/ioctl.h> #include <errno.h> #include <sys/sysctl.h> #include <pwd.h> #include <grp.h> //#include "fsevents.h" // The following defines and fsevent_clone_args definition is taken // from darwin fsevents.h. If you have the fsevents.h, you can un-comment



library
objective-c (22)