This file contains hidden or 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
#our cmake | |
find_package( OpenCV COMPONENTS highgui videoio ) | |
#find_package(OpenCV COMPONENTS world) | |
if (OPENCV_VIDEOIO_FOUND) | |
ADD_EXECUTABLE( capture_tags capture_tags.cpp) | |
INCLUDE_DIRECTORIES(${OpenCV_INCLUDE_DIRS}) | |
#TARGET_LINK_LIBRARIES(capture_tags tinytag ${OpenCV_LIBS}) | |
TARGET_LINK_LIBRARIES( capture_tags tinytag libopencv_world.so) | |
if ("${OpenCV_VERSION_STATUS}" STREQUAL "-dev") |
This file contains hidden or 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
diff --git a/CMakeLists.txt b/CMakeLists.txt | |
index 8493559..93555fb 100644 | |
--- a/CMakeLists.txt | |
+++ b/CMakeLists.txt | |
@@ -27,7 +27,7 @@ if (NOT GO_EXECUTABLE) | |
endif() | |
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") | |
- set(C_CXX_FLAGS "-Wall -Werror -Wformat=2 -Wsign-compare -Wmissing-field-initializers -ggdb -fvisibility=hidden") | |
+ set(C_CXX_FLAGS "-Wall -Wformat=2 -Wsign-compare -Wmissing-field-initializers -ggdb -fvisibility=hidden") |
This file contains hidden or 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
/* | |
* File: main.cpp | |
* Author: lighta | |
* | |
* Created on November 18, 2017, 4:17 AM | |
*/ | |
#include <cstdlib> | |
#include <string> | |
#include <iostream> |
This file contains hidden or 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
lvl =0 | |
100, 100, 100, 100, 100, 100, 100, 100, 70, 100, 0, 0, | |
100, 25, 100, 150, 90, 100, 75, 100, 100, 100, 0, 0, | |
100, 100, 25, 90, 150, 100, 75, 100, 100, 100, 0, 0, | |
100, 90, 150, 25, 100, 100, 75, 100, 100, 125, 0, 0, | |
100, 175, 90, 100, 25, 100, 75, 100, 100, 100, 0, 0, | |
100, 100, 125, 125, 125, 0, 75, 50, 100, -25, 0, 0, | |
100, 100, 100, 100, 100, 100, 0, 125, 100, 150, 0, 0, | |
100, 100, 100, 100, 100, 50, 125, 0, 100, -25, 0, 0, | |
70, 100, 100, 100, 100, 100, 75, 75, 125, 100, 0, 0, |
This file contains hidden or 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 0x406817 ra::unit_tests::crashDump_createDump() + 25 | |
2 0x40685c ra::unit_tests::test_crashDump() + 24 | |
3 0x4067db do_init + 20 | |
4 0x4088d9 main + 348 | |
5 0x7ffff632603a __libc_start_main + 234 | |
6 0x40671a _start + 42 |
This file contains hidden or 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
static void duel_set(const unsigned int did, struct map_session_data* sd) { | |
int lOldChangeMap = sd->state.changemap; | |
int lOldWarping = sd->state.warping; | |
sd->state.changemap = 1; | |
sd->state.warping = 1; | |
// As you move to a different plane, ground effects need to be cleared | |
skill_clear_unitgroup(&sd->bl); | |
skill_unit_move(&sd->bl, gettick(), 2); | |
skill_cleartimerskill(&sd->bl); |
This file contains hidden or 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
# - Returns a version string from Git tags | |
# | |
# This function inspects the annotated git tags for the project and returns a string | |
# into a CMake variable | |
# higly adapted from https://raw.githubusercontent.com/google/benchmark/master/cmake/GetGitVersion.cmake | |
# lighta | |
# | |
# get_git_version() | |
# | |
# - Example |
This file contains hidden or 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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by configure, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure | |
## --------- ## | |
## Platform. ## |
This file contains hidden or 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
"EXEC_ECLIPSE=eclipse.exe -no-indexer -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data C:\Projets\EPayKit\eclipse_workspace\v860 -build 'CoreWinDesjDll^|CoreWinBaseTest^|HostWinDemoApp^|HostWinDesjTest^|CoreWinDesjDll^|CoreWinBaseTest^|IpdvWinDesjTest^|IpdvWinTransportsTest^|PaymentEngineWinDesjApp^|PaymentEngineWinDesjTest^|PaymentWinTools^|PlatformBridgeWinApp^|SpedVerifoneDesjTest^|SpedWinDemoApp^|UiWinDemoApp^|UiWinDesjTest^|ExposeDictionariesToPython^|TestHarness/Release' --launcher.suppressErrors -vmargs -Dorg.eclipse.cdt.core.console=org.eclipse.cdt.core.systemConsole" |
This file contains hidden or 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
#!/bin/bash | |
# This script is to build a busybox system | |
# Requirement | |
# fedora : curl, ncurses-devel, qemu-system-$BUSYBOX_ARCH | |
# author : MMoreau | |
# uncomment next lines for debugging (logging) | |
#logfile=/tmp/build_busybox.log |