Jump to content

Diff reader website name?


Go to solution Solved by Shahin,

Recommended Posts

Hello, i have a code but it is in a diff format and i saw a few months back that some users were offering a website for their code which was compressed in a diff line.

Does anyone know that website?

part of code below:

Spoiler

 Srcs/Client/EterLib/GrpBase.cpp               |   44 +-
 Srcs/Client/EterLib/GrpBase.h                 |   19 +-
 Srcs/Client/EterLib/GrpDevice.cpp             |   83 +-
 Srcs/Client/EterLib/GrpFontTexture.cpp        |    8 +
 Srcs/Client/EterLib/GrpFontTexture.h          |    3 +
 Srcs/Client/EterLib/GrpTextInstance.cpp       | 1327 ++++++++++-------
 Srcs/Client/UserInterface/Locale_inc.h        |    1 +
 .../UserInterface/PythonApplication.cpp       |   61 +-
 8 files changed, 953 insertions(+), 593 deletions(-)

diff --git a/Srcs/Client/EterLib/GrpBase.cpp b/Srcs/Client/EterLib/GrpBase.cpp
index a54f8b0..320e561 100644
--- a/Srcs/Client/EterLib/GrpBase.cpp
+++ b/Srcs/Client/EterLib/GrpBase.cpp
@@ -94,7 +94,12 @@ std::vector<TIndex>        CGraphicBase::ms_fillCubeIdxVector;
 LPD3DXMESH                CGraphicBase::ms_lpSphereMesh = NULL;
 LPD3DXMESH                CGraphicBase::ms_lpCylinderMesh = NULL;
 

 

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

  • Management
4 minutes ago, Shahin said:

Hello, i have a code but it is in a diff format and i saw a few months back that some users were offering a website for their code which was compressed in a diff line.

Does anyone know that website?

part of code below:

  Hide contents

 Srcs/Client/EterLib/GrpBase.cpp               |   44 +-
 Srcs/Client/EterLib/GrpBase.h                 |   19 +-
 Srcs/Client/EterLib/GrpDevice.cpp             |   83 +-
 Srcs/Client/EterLib/GrpFontTexture.cpp        |    8 +
 Srcs/Client/EterLib/GrpFontTexture.h          |    3 +
 Srcs/Client/EterLib/GrpTextInstance.cpp       | 1327 ++++++++++-------
 Srcs/Client/UserInterface/Locale_inc.h        |    1 +
 .../UserInterface/PythonApplication.cpp       |   61 +-
 8 files changed, 953 insertions(+), 593 deletions(-)

diff --git a/Srcs/Client/EterLib/GrpBase.cpp b/Srcs/Client/EterLib/GrpBase.cpp
index a54f8b0..320e561 100644
--- a/Srcs/Client/EterLib/GrpBase.cpp
+++ b/Srcs/Client/EterLib/GrpBase.cpp
@@ -94,7 +94,12 @@ std::vector<TIndex>        CGraphicBase::ms_fillCubeIdxVector;
 LPD3DXMESH                CGraphicBase::ms_lpSphereMesh = NULL;
 LPD3DXMESH                CGraphicBase::ms_lpCylinderMesh = NULL;
 

 

Those are git changes, not sure what website "reverses" them.

You can easily apply the changes by hand.

Where you find a "-" it's the line that got removed/edit. Where you find a "+" it's the new line.

raw

raw

Link to comment
Share on other sites

  • Solution
20 minutes ago, Karbust said:

Those are git changes, not sure what website "reverses" them.

You can easily apply the changes by hand.

Where you find a "-" it's the line that got removed/edit. Where you find a "+" it's the new line.

found it!

https://diffy.org/

thank you as well for the help. i appreciate it

  • Think 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.