Skip to content

Instantly share code, notes, and snippets.

View dgavedissian's full-sized avatar

David Avedissian dgavedissian

  • GitHub Staff
  • United Kingdom
View GitHub Profile

Keybase proof

I hereby claim:

  • I am dgavedissian on github.
  • I am dga (https://keybase.io/dga) on keybase.
  • I have a public key whose fingerprint is 542D E645 A60E A60D 9140 7F65 4F1C 6BE8 DE1D 20D5

To claim this, I am signing this object:

@dgavedissian
dgavedissian / SpatialOutputDevice.cpp
Last active May 24, 2022 12:57
UE4 SpatialOS output device
#include "SpatialOutputDevice.h"
FSpatialOutputDevice::FSpatialOutputDevice(USpatialOS* SpatialOSInstance, FString LoggerName)
{
SpatialOS = SpatialOSInstance;
Name = LoggerName;
FilterLevel = ELogVerbosity::All;
FOutputDeviceRedirector::Get()->AddOutputDevice(this);
}
@dgavedissian
dgavedissian / FindRakNet.cmake
Created September 5, 2015 11:35
FindRakNet.cmake
# Locate RakNet
#
# The CMake variable RAKNET_DIR can be used to point this module to where the library
# is located.
#
# This module defines:
# RAKNET_FOUND - Set to TRUE if the system has RakNet
# RAKNET_INCLUDE_DIR - Set to the include directory
# RAKNET_LIBRARIES - Set to the path of the library to link against
@dgavedissian
dgavedissian / PKGBUILD
Created July 10, 2014 22:05
PKGBUILD for gtk-theme-bsm-simple
# Maintainer: H.Gökhan Sarı <th0th@returnfalse.net>
pkgname=gtk-theme-bsm-simple
pkgver=1.3
pkgrel=2
pkgdesc="A small, light and smooth theme for GTK based desktops."
arch=(any)
url="http://gnome-look.org/content/show.php/BSM+Simple?content=121685"
license=('GPL')
depends=('gtk-engines')
source=(http://gnome-look.org/CONTENT/content-files/121685-BSM%20Simple%2013.tar.gz)