Search Articles — Sudonull

Search Results

In this project

Compiler from scratch: lexer parser type inference

https://sudonull.com/compiler-from-scratch-lexer-parser-type-inference

Experience creating a compiler for my own language: from lexer to LLVM IR. Handling generics, lambdas, linking. For middle/senior developers. Learn approaches without deep knowledge.

Compiled vs Interpreted Languages: Key Differences

https://sudonull.com/compiled-vs-interpreted-languages-key-differences

What is the difference between compiled and interpreted languages? Learn performance, use cases, and how to choose the right language for your project. Full comparison guide.

C Compiler in constexpr C++

https://sudonull.com/c-compiler-in-constexpr-c

Implementation of a compile-time compiler for a C subset in C++. Bypassing constexpr limitations, function bindings, bytecode generation. For middle/senior C++ developers.

TypeScript 6.0: new compiler and features

https://sudonull.com/typescript-6-0-new-compiler-and-features

TypeScript 6.0 prepares for tsgo compiler: #/ imports, Temporal API, Map upsert. tsconfig changes for speed. Detailed breakdown for developers.

Solod: Go without GC with compilation to C

https://sudonull.com/solod-go-without-gc-with-compilation-to-c

Solod is a subset of Go with manual memory management, compiles to C11. Benchmarks, features, integration with C. Ideal for systems programming. Learn more.

From the web

Jul 27, 2023 ·

https://itsfoss.com/compiz/

Jul 27, 2023 · Compiz is an open-source X window manager that enables advanced visual effects and desktop enhancements. It provides a wide range of features, including window management, window decorations, desktop effects, animations, and much more, implemented as loadable plugins.

Dec 20, 2025 ·

https://wiki.archlinux.org/title/Compiz

Dec 20, 2025 · Compiz According to Wikipedia: Compiz is a compositing window manager for the X Window System, using 3D graphics hardware to create fast compositing desktop effects for window management. Effects, such as a minimization animation or a cube workspace, are implemented as loadable plugins.

May 7, 2021 ·

https://www.freedesktop.org/wiki/Software/Compiz/

May 7, 2021 · Compiz has a flexible plug-in system and it is designed to run well on most graphics hardware. The implementation of Compiz is based on using the new GLX_EXT_texture_from_pixmap extension of Xgl, AIGLX or NVIDIA for binding redirected top-level windows to texture objects. Compiz Fusion Compiz Fusion is a separate project which builds upon Compiz .

Apr 18, 2017 ·

https://github.com/compiz-reloaded/compiz/releases

Apr 18, 2017 · Add mate-window-decorator: Marco native settings monitor for gwd Add all relevant checks from compiz -manager Remove scripts, modify desktop menu entries and disable by default gtk-window-decorator: Make it possible to build with Gtk3 Add a compiz -decorator script that tries to detect the best suitable decorator

May 14, 2026 ·

https://m.youtube.com/watch?v=E4Fbk52Mk1w

May 14, 2026 · This is a demonstration of the Git version of Compiz Fusion (formerly known as compcomm), which is the remerge of beryl and compiz , and some of its interesting features.

Oct 22, 2023 ·

https://m.youtube.com/watch?v=RL567dc8NZo

Oct 22, 2023 · As asked by a buddy, here is a simple tutorial to install and configure Compiz in Debian.ATTENTION 1: Debian Compiz is NOT the same as Ubuntu Compiz . Ubuntu ...

Trending Now