This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include<stdio.h> | |
#include "uv.h" | |
int main() | |
{ | |
size_t size = 100; | |
char HOME_DIR[size]; | |
uv_os_homedir(HOME_DIR, &size); | |
return 0; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(yoda_test) aswin@ThinkPad-L440:~/project/yoda_test/stuff$ yoda chat hello | |
Traceback (most recent call last): | |
File "/home/aswin/project/yoda_test/bin/yoda", line 11, in <module> | |
load_entry_point('yoda==0.2.0', 'console_scripts', 'yoda')() | |
File "/home/aswin/project/yoda_test/lib/python3.5/site-packages/click/core.py", line 722, in __call__ | |
return self.main(*args, **kwargs) | |
File "/home/aswin/project/yoda_test/lib/python3.5/site-packages/click/core.py", line 697, in main | |
rv = self.invoke(ctx) | |
File "/home/aswin/project/yoda_test/lib/python3.5/site-packages/click/core.py", line 1066, in invoke | |
return _process_result(sub_ctx.command.invoke(sub_ctx)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://phoronix-test-suite.com/releases/repo/pts.debian/files/phoronix-test-suite_7.8.0_all.deb |