Usefull snippets to be used in a WordPress theme.
Copy what you need from the copy-to-functions.php file to your functions.php file. Copy the corresponding files from the inc folder to a inc folder in your theme folder.
If needed, copy the css files to you theme folder.
You can try copying the content of the included file directly to functions.php if require(...); causes any problems (eg. user can't log out).