Pinned Loading
-
(*nix) Merge two dirs w/o copying
(*nix) Merge two dirs w/o copying 1#define _GNU_SOURCE
2#include <stdio.h>
3#include <stdlib.h>
4#include <string.h>
5#include <errno.h>
-
LGE HotKey driver
LGE HotKey driver 1#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
23#include <linux/kernel.h>
4#include <linux/module.h>
5#include <linux/init.h>
-
infix expression evaluator in sed (i...
infix expression evaluator in sed (integers in decimal base only) 1#!/bin/sed -nf
2x ; s/^$/\n/ ; x ; t scan_unop
3:scan_unop
4/^[ ]*[-+][ ]*)/{i\
5unary op expected an operand, got ')'
-
A pure ST monad transformer with coe...
A pure ST monad transformer with coercible references 1{-# OPTIONS_HADDOCK show-extensions #-}
2{-# LANGUAGE CPP #-}
3{-# LANGUAGE Rank2Types #-}
4{-# LANGUAGE ExistentialQuantification #-}
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.