GithubHelp home page GithubHelp logo

suibianp / libproxy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from libproxy/libproxy

0.0 0.0 0.0 949 KB

Home Page: http://libproxy.github.io/libproxy

License: GNU Lesser General Public License v2.1

CMake 20.16% Shell 0.01% C# 1.61% Perl 1.05% XS 0.48% Python 2.36% Ruby 0.11% Vala 0.13% C++ 67.33% C 6.63% SWIG 0.13%

libproxy's Introduction

// SPDX-License-Identifier: WTFPL
/* Here begins the sinful life of a terribly non-conforming evil programmer */
#if !defined(__has_c_attribute) || !defined(__GNUC__)
#   error "GCC and C23 are required to empower this existence."
#endif
#include <stdlib.h>
#include <stdbool.h>
#include <time.h>
#pragma GCC optimize ("O0")
[[gnu::warning("Sure?")]] __attribute__((used, retain)) _Noreturn void life(void)  {
    // Why not invoke some UBs for the thrill of their life!
    srand(time(NULL));
    unsigned short int __age;
    while(true) {
        __age = ++__age + __age++;
        if (*(_Bool *)(rand())) {
            abort(); // OH NO
        }
    }
}

life(‸

libproxy's People

Contributors

alanc avatar albert-astals-cid-kdab avatar amigadave avatar andyetitmoves avatar bigon avatar dimstar77 avatar edwardbetts avatar fraca7 avatar gdsotirov avatar horar avatar iainlane avatar illera88 avatar jlinton avatar jlintonarm avatar kraj avatar lifeibiren avatar lwindolf avatar mcatanzaro avatar mss avatar mwilck avatar paulvt avatar rakuco avatar rjmporter avatar rpurdie avatar rzvncj avatar smcv avatar superheron avatar vogtinator avatar wrar avatar zhaofengli avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.