Skip to content

Instantly share code, notes, and snippets.

View karuvally's full-sized avatar
🐍
Learning

Aswin Babu Karuvally karuvally

🐍
Learning
View GitHub Profile
#include<stdio.h>
#include "uv.h"
int main()
{
size_t size = 100;
char HOME_DIR[size];
uv_os_homedir(HOME_DIR, &size);
return 0;
}
(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))
http://phoronix-test-suite.com/releases/repo/pts.debian/files/phoronix-test-suite_7.8.0_all.deb