close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Sep 1, 2009, 11:33:23 PM (16 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v6
|
v7
|
|
| 14 | 14 | ~/MultiBoost$ make |
| 15 | 15 | }}} |
| | 16 | {{{ |
| | 17 | #!diff |
| | 18 | diff -Naur MultiBoost/src/IO/ClassMappings.cpp MultiBoost.new/src/IO/ClassMappings.cpp |
| | 19 | --- MultiBoost/src/IO/ClassMappings.cpp 2006-02-17 05:13:23.000000000 +0800 |
| | 20 | +++ MultiBoost.new/src/IO/ClassMappings.cpp 2009-09-01 23:26:50.000000000 +0800 |
| | 21 | @@ -25,6 +25,7 @@ |
| | 22 | #include "Defaults.h" // for MB_DEBUG |
| | 23 | #include <fstream> // for ifstream |
| | 24 | #include <iostream> // for cerr |
| | 25 | +#include <cstdlib> // for exit |
| 16 | 26 | |
| | 27 | ////////////////////////////////////////////////////////////////////////////////////////////// |
| | 28 | ////////////////////////////////////////////////////////////////////////////////////////////// |
| | 29 | diff -Naur MultiBoost/src/Utils/Args.cpp MultiBoost.new/src/Utils/Args.cpp |
| | 30 | --- MultiBoost/src/Utils/Args.cpp 2006-02-17 05:14:15.000000000 +0800 |
| | 31 | +++ MultiBoost.new/src/Utils/Args.cpp 2009-09-01 23:28:27.000000000 +0800 |
| | 32 | @@ -19,6 +19,7 @@ |
| | 33 | */ |
| | 34 | |
| | 35 | #include "Args.h" |
| | 36 | +#include <cstdlib> // for exit |
| | 37 | |
| | 38 | namespace nor_utils { |
| | 39 | |
| | 40 | diff -Naur MultiBoost/src/WeakLearners/MultiStumpLearner.h MultiBoost.new/src/WeakLearners/MultiStumpLearner.h |
| | 41 | --- MultiBoost/src/WeakLearners/MultiStumpLearner.h 2006-02-17 05:14:39.000000000 +0800 |
| | 42 | +++ MultiBoost.new/src/WeakLearners/MultiStumpLearner.h 2009-09-01 23:29:04.000000000 +0800 |
| | 43 | @@ -36,6 +36,7 @@ |
| | 44 | #include <vector> |
| | 45 | #include <fstream> |
| | 46 | #include <cassert> |
| | 47 | +#include <limits> // for numeric_limits |
| | 48 | |
| | 49 | using namespace std; |
| | 50 | |
| | 51 | diff -Naur MultiBoost/src/WeakLearners/SingleStumpLearner.h MultiBoost.new/src/WeakLearners/SingleStumpLearner.h |
| | 52 | --- MultiBoost/src/WeakLearners/SingleStumpLearner.h 2006-02-17 05:14:39.000000000 +0800 |
| | 53 | +++ MultiBoost.new/src/WeakLearners/SingleStumpLearner.h 2009-09-01 23:11:52.000000000 +0800 |
| | 54 | @@ -36,6 +36,7 @@ |
| | 55 | #include <vector> |
| | 56 | #include <fstream> |
| | 57 | #include <cassert> |
| | 58 | +#include <limits> // for numeric_limits |
| | 59 | |
| | 60 | using namespace std; |
| | 61 | }}} |
| 17 | 62 | * [備忘] 用 ffmpeg 轉換 JPG 成 FLV |
| 18 | 63 | * [http://stackoverflow.com/questions/751003/converting-stream-of-jpg-files-to-flv-stream Converting stream of jpg files to FLV stream] |