Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
Former-commit-id: c2f5e5839476ccc0f0fbf05d3069726e6010b49f [formerly e998fd2] [formerly 814d23d6443010150a3922a7b58e2d90cc938b08] [formerly d5e11bc3c40e775901a227b40a559ab6afb0122f [formerly 022295429eb0fe814364600260338d4f4d712d63]] [formerly 03be099fa0ac9e528a3c54e0441dad43c9e488ff [formerly 2420759]]
Former-commit-id: 04369550192eb29c05c56daba250c3a0b3b98f7e
Former-commit-id: 1c12f25
Former-commit-id: 8fa891c2e932fa11e90d5793892c2f75757c93a0 [formerly 40d6bb9]
Former-commit-id: 254a2dddae8be82d0c8c50158324cc670d5ac467
Former-commit-id: 099fe44
  • Loading branch information
smortezah committed Dec 10, 2018
1 parent 387d062 commit b4bbcec
Show file tree
Hide file tree
Showing 49 changed files with 6 additions and 7 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified .travis.yml
100644 → 100755
Empty file.
Empty file modified .vscode/c_cpp_properties.json
100644 → 100755
Empty file.
Empty file modified .vscode/launch.json
100644 → 100755
Empty file.
Empty file modified .vscode/settings.json
100644 → 100755
Empty file.
Empty file modified CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified ab.pos
100644 → 100755
Empty file.
Binary file modified bye
100644 → 100755
Binary file not shown.
Empty file modified hi
100644 → 100755
Empty file.
Empty file modified medium.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified mori
100644 → 100755
Empty file.
Empty file modified mori.pos
100644 → 100755
Empty file.
Empty file modified out.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified paper/cfg.tex
100644 → 100755
Empty file.
Empty file modified paper/experiment.tex
100644 → 100755
Empty file.
Empty file modified paper/method.tex
100644 → 100755
Empty file.
Empty file modified paper/ref.bib
100644 → 100755
Empty file.
Empty file modified paper/references.tex
100644 → 100755
Empty file.
Empty file modified paper/result.tex
100644 → 100755
Empty file.
Empty file modified paper/sup.bbl
100644 → 100755
Empty file.
Empty file modified paper/sup.blg
100644 → 100755
Empty file.
Empty file modified paper/sup.tex
100644 → 100755
Empty file.
Empty file modified paper/title.tex
100644 → 100755
Empty file.
Empty file modified paper/tool.tex
100644 → 100755
Empty file.
Empty file modified plot.py
100644 → 100755
Empty file.
Empty file modified rtest
100644 → 100755
Empty file.
Empty file modified rtest-ttest.pos
100644 → 100755
Empty file.
Empty file modified rtest.n2
100644 → 100755
Empty file.
Empty file modified script/run.sh
100644 → 100755
Empty file.
Empty file modified small.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed smashpp-inv-rep
Binary file not shown.
1 change: 1 addition & 0 deletions smashpp-inv-rep.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
081261acc21fa29312aa6abb43acc6e0610ad90b
2 changes: 1 addition & 1 deletion smashpp.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
60f94b22879cfff5a2a3e71ed9d4078a923567b7
98bcb7476015dabee7739d5329f009cb43ee0ccb
Empty file modified src/.vscode/settings.json
100644 → 100755
Empty file.
Empty file modified src/container.hpp
100644 → 100755
Empty file.
Empty file modified src/exception.hpp
100644 → 100755
Empty file.
Empty file modified src/file.hpp
100644 → 100755
Empty file.
10 changes: 4 additions & 6 deletions src/invRep.cpp
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,17 @@ int main (int argc, char* argv[]) {
inFile.read(buffer.data(), size);
inFile.close();

// reverse(buffer.begin(), buffer.end());
reverse(buffer.begin(), buffer.end());

// // for (auto& c : buffer)
// // c = REV[static_cast<unsigned char>(c)];
for (auto& c : buffer)
c = REV[static_cast<unsigned char>(c)];

// for (auto it=buffer.data();it<buffer.data()+size;++it)
// *it = REV[static_cast<unsigned char>(*it)];



ofstream outFile(outFileName);
outFile.write(buffer.data(), size);
outFile.close();

return 0;
}
}
Empty file modified src/naming.hpp
100644 → 100755
Empty file.
Empty file modified src/number.hpp
100644 → 100755
Empty file.
Empty file modified src/string.hpp
100644 → 100755
Empty file.
Empty file modified src/svg.cpp
100644 → 100755
Empty file.
Empty file modified src/svg.hpp
100644 → 100755
Empty file.
Empty file modified src/time.hpp
100644 → 100755
Empty file.
Empty file modified tarm
100644 → 100755
Empty file.
Empty file modified tars
100644 → 100755
Empty file.
Empty file modified ttest
100644 → 100755
Empty file.

0 comments on commit b4bbcec

Please sign in to comment.