This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <vector> | |
#include <cmath> | |
int main() | |
{ | |
std::vector<long double> v; | |
{ | |
long double d; | |
while(std::cin >> d) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <memory> | |
struct Base | |
{ | |
virtual ~Base() = default; | |
struct Inner | |
{ | |
Inner(Base &b) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exception in thread "main" InfiniteException | |
at InfiniteException.main(InfiniteException.java:6) | |
Caused by: InfiniteException | |
at InfiniteException.getCause(InfiniteException.java:12) | |
at java.lang.Throwable.printStackTrace(Throwable.java:665) | |
at java.lang.Throwable.printStackTrace(Throwable.java:643) | |
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1061) | |
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1052) | |
at java.lang.Thread.dispatchUncaughtException(Thread.java:1952) | |
Caused by: InfiniteException |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"About": | |
{ | |
"Name": "Lacewing Relay Client" | |
"Author": "James McLaughlin" | |
"Copyright": "Copyright (C) 2007 - 2011 James McLaughlin" | |
"Comment": "This extension acts as a client for the Lacewing Relay protocol. More information is available at http://lacewing-project.org" | |
"URL": "http://www.lacewing-project.org" | |
"Help": "Help/Lacewing.chm" | |
"Identifier": "OCli" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
del /s /f /q .\build\* && for /f %%f in ('dir /ad /b .\build\ ') do rd /s /q .\build\%f | |
title ChessPlusPlus-Build && mkdir build | |
cd build && cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_CXX_FLAGS="-DCHESSPP_TRUNC_LOGS=1 -Wall -Wextra -pedantic -Winit-self -Wredundant-decls -Wcast-align -Wfloat-equal -Wunreachable-code -Wmissing-include-dirs -Wmain -Werror -Wfatal-errors -Wno-unused-parameter -Wno-unused-local-typedefs" -DSTATIC_BUILD=1 -DBOOST_ROOT=C:/MinGW -DSFML_ROOT=C:/MinGW ../ | |
cmd /k "make" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"/hugall": | |
{ | |
"by": "You hug everyone", | |
"all": "%0 hugs you and everyone else" | |
}, | |
"/hug *": | |
{ | |
"by": "You hug %*", | |
"*": "%0 hugs you" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//fix for void returns | |
template<> | |
struct Enforce32bit<void> final | |
{ | |
struct void_0 | |
{ | |
void_0(...) | |
{ | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <tuple> | |
namespace | |
{ | |
template<typename T> | |
using identity = T; | |
template<typename T, typename... V> | |
struct RAII_Set_impl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[23:55] LB has entered the room | |
[23:55] <liquixcat> yeah cause 1111 is 15 | |
[23:55] <Looki> like, the highest bit set | |
[23:55] <LB> not in base 3 | |
[23:55] <Looki> is the magnitude | |
[23:55] LB has left the room | |
[23:56] <Looki> yo LB | |
[23:56] <RootKernel> xD | |
[23:56] <Looki> oh sh | |
[23:56] <RootKernel> quick draw |