xaizek / d2if (License: GPLv2+) (since 2018-12-07)
Simple dzen2 input formatter, which is supposed to not waste CPU time for nothing and provides a number of builtin "widgets" for displaying system information.
Commit e4acd66622999b3a76695e027eed561aad03ff8b

Fix header guard of DelimOstreamIterator.hpp
Author: xaizek
Author date (UTC): 2016-03-02 18:00
Committer name: xaizek
Committer date (UTC): 2016-03-02 18:00
Parent(s): e46f5c8384068e80ded99bc68ae8b807523cb9dc
Signing key:
Tree: 9649d9edab3654fee1a0df664f9cf1118487b1fc
File Lines added Lines deleted
src/DelimOstreamIterator.hpp 3 3
File src/DelimOstreamIterator.hpp changed (mode: 100644) (index 4cc227e..d1a8bd5)
15 15 // along with this program; if not, write to the Free Software // along with this program; if not, write to the Free Software
16 16 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
17 17
18 #ifndef DELIMOSTREAMITERATOR_HPP__
19 #define DELIMOSTREAMITERATOR_HPP__
18 #ifndef D2IF__DELIMOSTREAMITERATOR_HPP__
19 #define D2IF__DELIMOSTREAMITERATOR_HPP__
20 20
21 21 #include <iterator> #include <iterator>
22 22 #include <iosfwd> #include <iosfwd>
 
... ... private:
95 95 bool first; bool first;
96 96 }; };
97 97
98 #endif // DELIMOSTREAMITERATOR_HPP__
98 #endif // D2IF__DELIMOSTREAMITERATOR_HPP__
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/d2if

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/d2if

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master