@dieiaa #Artwashing-#concerts @ #Greenwashing-mega-Event #IAA #IAAmobility...
#Bruckner, #KYTES, #Leony, #Glockenbach, #Elif, #LeventGeiger, #MossKena
An industry building and showing big #SUV for single male use in hottest year ever 2023 because it makes money prooves that #capitalism and #car #industry still want to #destroy planet #earth as a place where humanity can live.
You should not support such an industry event as an #artist, #designer or whatsoever #creative.
#FuckOff #automotive rich scum!
#artwashing #concerts #greenwashing #iaa #IAAMobility #bruckner #kytes #Leony #glockenbach #elif #leventgeiger #mosskena #suv #capitalism #car #industry #destroy #earth #artist #designer #creative #fuckoff #automotive
Durch meinen #aushilfsjob hab ich Geld gehabt um mir Tickets von #sido zu kaufen. Freue mich schon ultra darauf.
Zuerst ist, aber das #elif Konzert dran, was auch denke ich ultra geil werden wird.
Nächstes Jahr ist dann noch #NinaChuba an der Reihe. Das wars dann vorerst mit Konzerten
#aushilfsjob #sido #elif #NinaChuba
Keep me sane. This is the C ++ I write now haha. #programming #gaming #accessibility #if ENGINE == Engine_G2A
void __cdecl sysEvent( void ) { XCALL( 0x005053E0 ) }
#elif ENGINE == Engine_G1
void __cdecl sysEvent( void ) { XCALL( 0x004F6AC0 ) }
#else
void __cdecl sysEvent( void ) { }
#endif
SECTOR zSmartMap::Min;
SECTOR zSmartMap::Max;
SECTOR zSmartMap::CurrentSector;
Array<zCVob*> zSmartMap::GlobalVobList;
Array<oCNpc*> zSmartMap::Humans;
Array<oCNpc*> zSmartMap::Orcs;
Array<oCNpc*> zSmartMap::Monsters;
Array<oCNpc*> zSmartMap::Dragons;
Array<oCItem*> zSmartMap::Items;
Array<oCMobContainer*> zSmartMap::Chests;
Array<zCWaypoint*> zSmartMap::Waypoints;
const wtext Msg_SmartMapEntry[TSystemLangID::Lang_Max] = {
L"ENTER to hear details. Use arrows to move on the map. Press SPACE to enable navigator." // sz
L"Sector %i %i. Press ENTER to hear details. Use arrows to move on the map. Press SPACE to enable navigator." // es
};
const wtext GetLocalisedString( const wtext* stringArray ) {
return stringArray[Union.GetSystemLanguage()];
}
inline void GetWorldSectorBounds( SECTOR& min, SECTOR& max ) {
min.x = -500;
min.y = -500;
max.x = +500;
max.y = +500;
}
void zSmartMap::InitVobList() {
GlobalVobList.Clear();
auto list = ogame->GetGameWorld()->voblist;
while( list ) {
auto vob = list->data;
if( vob ) {
if( vob->type == zVOB_TYPE_ITEM || vob->type == zVOB_TYPE_MOB || vob->type == zVOB_TYPE_WAYPOINT ) {
GlobalVobList.Insert( vob );
}
else if( vob->type == zVOB_TYPE_NSC ) {
oCNpc* npc = static_cast<oCNpc*>(vob);
if( vob->GetPositionWorld() == 0.0f ) {
zVEC3 routPosition = npc->state.GetAIStatePosition();
npc->SetPositionWorld( routPosition );
}
#programming #gaming #accessibility #if #elif #else #endif
wow preprocessors really mess up my logic here :thinkerguns:
int main(int argc, char **argv) {
#ifdef TEST
printf(\"%d\\n\", 0x4141);
#elif TEST2
printf(\"%d\\n\", 0x4242);
#else
printf(\"%d\\n\", 0x4343);
#endif
#ifndef TEST2
int b = c + 3;
#endif
return 0;
}
how do you model this function without combinatorial explosion?
#ifdef #elif #else #endif #ifndef
Sen benim " Elif " imsin.
#polat #elif #polatalemdar #kurtlarvadisi #ilk97 #elif #alicandan
#polat #elif #polatalemdar #kurtlarvadisi #ilk97 #alicandan
Wasn da los? Nach @Kraftklub@twitter.com jetzt @dadimakesmusic@twitter.com?! Wenn @tokiohotel@twitter.com eh schon meine Lieblings-Acts abarbeiten, wünsche ich mir als nächstes #Elif oder #JupiterJones. 😋👍
https://youtu.be/pXWFoMoECs0
Somebody who knows what they're doing #ELIF! If I'm on vmstio, and my friend's on gamedev.place, we can still follow and interact, right? But our moderators differ?
#100DaysOfCode R5D15
Trying to figure out a bit more about preprocessor directives in C e.g. #if #elif. Think I've wrapped my head around the general concept but not sure what these Macros are they speak of...
[Musik-Tipp] Das Album Nacht von Elif
Elif ist schon seit 2009 auf meinem Musikradar, wo sie bei Popstar zum ersten mal öffentlich in Erscheinung trat. Ganz klar, pur und authentisch kommt ihre Simme ganz ohne diesen Vocoder-Fake-Scheiss aus, den die aktuellen deutschen "Chart-Künstler*innen" dieses Genre brauchen um ansatzweise eine Stimme zu haben. Daher kann sie mich immer wi
https://www.literaturlounge.eu/2022/11/musik-tipp-das-album-nacht-von-elif/
#Sonstiges #Elif #MusikTipp #Nacht
#nacht #musiktipp #elif #sonstiges
@jrick I think I solved it. In sys/_null.h, we see this:
#ifndef NULL
#if !defined(__cplusplus)
#define NULL ((void *)0)
#elif __cplusplus >= 201103L
#define NULL nullptr
#elif defined(__GNUG__)
#define NULL __null
#else
#define NULL 0L
#endif
#endif
Commenting out the __cpluplus >= 201103L part of the check lets the code compile.
#ifndef #if #define #elif #else #endif
When you can't figure out a way to have some #cxx #cpp C++ code correctly parsed by #doxygen for documentation, so you just #ifdef , #elif and #endif an implementation visible solely for doxygen so it can generate documentation the way it likes, and you decide to make a post about it.
Then when you post about it you remember that hash symbol # starts both prepro directives in C++ and tags in Mastodon, so you just introduced tags for the C++ preprocessor.
Then you also remember that "elif" is also a name. At least, I seem to recall it in use by some Turkish or Greek #telenovelas.
Which is more or less what your coding adventure with Doxygen was. A telenovela.
#cxx #cpp #doxygen #ifdef #elif #endif #telenovelas #programming
Sorry aber wie toll ist diese Frau bitte? https://www.youtube.com/watch?v=Lwebr1FJ1M0 #elif
Whee! function is allowed to return 0 when results not found... Guess what we are getting. :)
#elif BLADERF_OS_OPENBSD
static inline size_t get_binary_dir(char *buf, size_t max_len)
{
return 0;
}