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 <stdlib.h> | |
#include "clamav_init_engines.hpp" | |
#include "clamav_scan_engines.hpp" | |
#include <iostream> | |
int main(int argc, char **argv) { | |
const std::string file_path = "/home/chatsiri/settings.txt"; | |
const std::string file_included_virus = "/home/chatsiri/clamav/clamav-devel/test/clam-upack.exe"; | |
if(clamav_logger::logger::instance().initLogger(file_path)) |
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
[Core] | |
Filter="%Severity% >= 2" | |
[Sink:1] | |
Destination=Console | |
Format="%TimeStamp% *** %_%" | |
Filter="%Tag% | %Severity% > 3" |
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
make[1]: Leaving directory `/home/chatsiri/NVIDIA_GPU_Computing_SDK/C/src/eigenvalues' | |
Finished building all |
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
9>------ Build started: Project: sigtool, Configuration: Debug Win32 ------ | |
10>------ Build started: Project: clamdscan, Configuration: Debug Win32 ------ | |
10> output.c | |
9> vba.c | |
10> misc.c | |
9> sigtool.c | |
10>j:\clamavdev\shared\misc.c(49): fatal error C1083: Cannot open include file: 'libclamav/version.h': No such file or directory | |
10> actions.c | |
9> tar.c | |
10> proto.c |
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
1>------ Build started: Project: libclamunrar, Configuration: Debug Win32 ------ | |
2>------ Build started: Project: libclamav, Configuration: Debug Win32 ------ | |
2> misc.c | |
1> Creating library J:\clamavdev\win32\Win32\Debug\libclamunrar.lib and object J:\clamavdev\win32\Win32\Debug\libclamunrar.exp | |
2> version.c | |
2> Generating Code... | |
1> libclamunrar.vcxproj -> J:\clamavdev\win32\Win32\Debug\libclamunrar.dll | |
3>------ Build started: Project: libclamunrar_iface, Configuration: Debug Win32 ------ | |
2> bzlib.c | |
3> Creating library J:\clamavdev\win32\Win32\Debug\libclamunrar_iface.lib and object J:\clamavdev\win32\Win32\Debug\libclamunrar_iface.exp |
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
public class ChangeMakeProblem { | |
private int sumValue; | |
private int[] changeValue(int[] typeCoins, int inputValue){ | |
sumValue = 0; | |
int indexResultChange = typeCoins.length+1; | |
//define result default zero | |
int [ ] resultChange = new int[typeCoins.length]; | |
for(int countResultChange = 0; countResultChange < resultChange.length; countResultChange++){ | |
resultChange[countResultChange] = 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
AttributeError: 'module' object has no attribute 'Iterable': | |
File "/san01/home/chatsiri/workspacecpp/gpuocelot/ocelot/SConstruct", line 19: | |
exports={'mode':'release'}) | |
File "/san01/home/chatsiri/workspacecpp/scons-2.1.0//lib/scons-2.1.0/SCons/Script/SConscript.py", line 614: | |
return method(*args, **kw) | |
File "/san01/home/chatsiri/workspacecpp/scons-2.1.0//lib/scons-2.1.0/SCons/Script/SConscript.py", line 551: | |
return _SConscript(self.fs, *files, **subst_kw) | |
File "/san01/home/chatsiri/workspacecpp/scons-2.1.0//lib/scons-2.1.0/SCons/Script/SConscript.py", line 260: | |
exec _file_ in call_stack[-1].globals | |
File "/san01/home/chatsiri/workspacecpp/gpuocelot/ocelot/SConscript", line 48: |
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
Can't locate Autom4te/ChannelDefs.pm in @INC (@INC contains: /san01/home/chatsiri/workspacecpp/autoconf-2.68/share/autoconf /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 .) |
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 "../src/cli_load.h" | |
#include<string.h> | |
#if HAVE_CONFIG_H | |
#include "clamav-config.h" | |
#endif | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <limits.h> |
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
#if HAVE_CONFIG_H | |
#include "clamav-config.h" | |
#endif | |
#include "../src/cli_load.h" | |
#include <string.h> | |
#include "check_common.h" | |
//#include "../tests/check_common.h" | |
#include <stdio.h> |