Coder Social home page Coder Social logo

// 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(‸

Hu Jialun's Projects

cap-su-late icon cap-su-late

Browser extension script to simplify calculation of CAP when considering S/U declaration

cpuset icon cpuset

Automatically exported from code.google.com/p/cpuset

llvm-project icon llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.

lumitex icon lumitex

Extracting LaTeX math from LumiNUS quiz and convert to more MATLAB®-like format

mini-aspire icon mini-aspire

Laravel Code Challenge of Aspire backend internship

nusmods icon nusmods

🏫 Official course planning platform for National University of Singapore.

oremo_unicode icon oremo_unicode

An OREMO distribution with amendments regarding non-Japanese encoding issues and Unicode support.

shiro icon shiro

Phoneme-to-speech alignment toolkit based on liblrhsmm

snacklib-resurrected icon snacklib-resurrected

Some fixes to keep snack compilable 11 years later, and provide CI for Windows 64-bit (Cygwin), Linux, and newer Mac OS X. Aqua cannot be supported since this directly interfaces X11, hence XQuartz will always be a dependency for newer Mac OS X.

ust2lrc icon ust2lrc

A tool to generate basic/advanced lyric file from existing UTAU project.

utau-zh-docs icon utau-zh-docs

UTAU相关各种文档的简体中文翻译堆积处。

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.