echo 21; exec meme_22.cfg;
increasing each number with every file#include <stdio.h>
#include <stdlib.h>
#define M 1000
#define N 1000
#define P 1000
int main() {
double B[M][P];
for (int m = 0; m < M; m++) {
for (int p = 0; p < P; p++) {
B[m][p] = rand() / (double)RAND_MAX;
}
}
double C[P][N];
for (int p = 0; p < P; p++) {
for (int n = 0; n < N; n++) {
C[p][n] = rand() / (double)RAND_MAX;
}
}
printf("%f\n", B[0][0]);
printf("%f\n", C[0][0]);
}
e40539c
Settings Tabs Animations - Banana090
c02086a
Fixes - Banana090
9b3d996
More UI Animation settings, more tabs animated - Banana090
b6d94a8
Visual Improvements, Fixed check-style - Banana090
b18d72d
using time_get_mircoseconds and storing it as int64 val - Banana090
7e180f9
Fix rarest bug and typedef in UI animations - Banana090
119625d
Merge branch 'master' into pr_animations_hud - Banana090
e234776
Merge branch 'master' into pr_animations_hud - Banana090
82faad3
Fix clang-format - def-
0f9f71d
Merge #3409 - bors[bot]Variable declaration, 'homebrew_sdkroot' has value '/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk'
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/cmath:317:9: error: no member named 'signbit' in the global namespace
look at this, what am I supposed to do about that?rm -rf /Library/Developer/CommandLineTools
xcode-select --install
?-I/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include
to the compiler line, no idea what adds it, don't have any way to debug itxcode-select --install
caused a update popup for xcode-c
how do I delete it?/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include
which is correct, but I can't have that passed as -I
as includes that are part of the system are treated differently-isystem
?/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/stdlib.h:20:15: fatal error: 'stdlib.h' file not found
now I completely broke itSQLite3_INCLUDEDIR:PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include
SQLite3_INCLUDE_DIR:PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/usr/include
Here riddle me this one, what could be the possible reason for this?xcrun
xcrun
links to libxcselect.dylib
which it immediately calls into and does nothing elselibxcselect.dylib
upon this call loads another lib libxcrun.dylib
dynamically and calls into thatlibxcselect.dylib
it's almost like italian bureucracystrcmp(s, "f") && strcmp(s, "find")
extern "C"
things only_cltools_lookup_boot_system_sdk
, but CommandLineTools ships with SDK 11.0, and cmake finds that and uses the latest SDKcmake .. && sed -i "" 's/10\.15/11.0/g' CMakeCache.txt && ninja && install_name_tool -change "/usr/local/opt/sdl2/lib/libSDL2-2.0.0.dylib" "/Users/learath2/Desktop/C/SDL/build/libSDL2-2.0.0.dylib" ./DDNet
pkg-config --variable=prefix <pkg>
SDKROOT=$(xcrun --show-sdk-path) cmake -GNinja ..
print Server()->ClientName()
in the debugger\"
tune_message 1 "abc bind x \"+fire;+jump\""