Random Chitchat 2012-2016
Github changed something in their interface again. I like this change though. You can now see if a pull request didn't compile or if it didn't as a list:
[Image: d2250a74e0.png]
Thanks given by:
I think that was visible before as well, only on the right side, not next to the text. This change makes it somewhat chaotic when you're specifically looking for PRs that did compile or didn't compile.
Thanks given by:
Aww, why did I try Portal demo?
Now I must buy it Sad
Thanks given by:
Portal? As in the really old one?
Why don't you play Narbacular Drop, then? It's the predecessor that is for free Smile
http://theportalwiki.com/wiki/Narbacular_Drop

Or ASCII pOrtal Smile
https://www.youtube.com/watch?v=MnvxDk2sAZg
Thanks given by:
I'm toying with Mojang API and with SQLiteCpp. I think you'll like what I've been coming up with. Smile We will have a cMojangAPI class that will cache the queried results for some time. Finally a centralized place for those UUIDs.
Thanks given by:
I can't compile anymore (master branch, using clang).
Code:
In file included from /home/franz/Schreibtisch/MCServer/src/Generating/ComposableGenerator.cpp:18:
/home/franz/Schreibtisch/MCServer/src/Generating/FinishGen.h:166:25: error:
      comparison of integers of different signs: 'int' and 'unsigned long'
      [-Werror,-Wsign-compare]
                for (int idx = 0; idx < ARRAYCOUNT(m_IsAllowedBelow); ++idx)
                                  ~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/franz/Schreibtisch/MCServer/src/Generating/FinishGen.h:178:25: error:
      comparison of integers of different signs: 'int' and 'unsigned long'
      [-Werror,-Wsign-compare]
                for (int idx = 0; idx < ARRAYCOUNT(m_IsBiomeAllowed); ++idx)
Thanks given by:
Quote:When using C, you might shoot yourself in the foot. In C++, you might accidentally create a dozen instances of yourself and shoot them all in the foot. When using PHP, you might T_PAAMAYIM_NEKUDOTAYIM your foot. When doing front-end work for older versions of IE, you might not have ever had a foot to shoot in the first place. Or legs. Or a brain.

Source: http://www.reddit.com/r/talesfromtechsup..._actually/

For the record, I disagree with the IE comment for versions > IE9.
Thanks given by:
Thanks given by:
Thanks given by:
Hurray. I created my first program that does some networking.
It's written in Lua, and it keeps the clipboard of my desktop and laptop in sync. It also required some multithreading due to the socket blocking everything while waiting for connections. Now I have to work on the security. Smile
Thanks given by:




Users browsing this thread: 8 Guest(s)