Skip to content

Instantly share code, notes, and snippets.

View 0ffffffffh's full-sized avatar
🏠
Working from home

Oguz Kartal 0ffffffffh

🏠
Working from home
View GitHub Profile
using System;
using System.Diagnostics;
using System.Runtime.CompilerServices;
namespace byteswapper
{
class Program
{
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static uint FastSwap32(uint v)
~pena
ssg
2/15/1999 12:00:00 AM
gitar calmak icin kullanilan minik plastik garip nesne.
~amiga
ssg
2/15/1999 12:00:00 AM
ispanyolca'da "kiz arkada$".
~amiga
ssg
@0ffffffffh
0ffffffffh / rcdemo.c
Created November 17, 2015 23:46
Race condition test program
//Race condition demo program.
//Written by Oguz Kartal
//Date: 11/17/2015 7:21 PM
#include <Windows.h>
#include <stdio.h>
#define NVA(i) ( (i+1) >= argc ) ? "" : argv[i+1]
/*
string switch-case statement macro support for c,c++
coder: oguz kartal
date: 10/8/2013 4:39 pm
*/
#include <stdio.h>
#include <stdlib.h>