Skip to content

Instantly share code, notes, and snippets.

View hmaarrfk's full-sized avatar

Mark Harfouche hmaarrfk

View GitHub Profile
@hmaarrfk
hmaarrfk / ubuntu_16.04_xps_9560.md
Last active November 5, 2019 16:53
Installing Ubuntu 16.04 on XPS 15 9560

I recently (July 2018) installed Ubuntu 16.04 on my XPS 15 9560.

my main usecase is to be able to run and test cuda programs localy when developing image processing software.

I chose Ubuntu 16.04 mostly because of compatibility with software like cuda, pytorch, tensorflow, and matlab. My previous Fedora 28 worked well, but had too much incompatiblity with software that was stuck on an older GCC. Fedora is leading the pack with GCC 8 and it is simply too aggressive for larger peices of software. They also renamed lib to lib64 which I think was a mistake.

Creating a USB

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hmaarrfk
hmaarrfk / dask_list_vs_array.ipynb
Last active June 29, 2018 21:06
Dask array vs lists
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# - Find an elastix installation or build tree.
# When elastix is found, the ElastixConfig.cmake file is sourced to setup the
# location and configuration of elastix. Please read this file, or
# ElastixConfig.cmake.in from the elastix source tree for the full list of
# definitions. Of particular interest is ELASTIX_USE_FILE, a CMake source file
# that can be included to set the include directories, library directories,
# and preprocessor macros. In addition to the variables read from
# ElastixConfig.cmake, this find module also defines
# Elastix_DIR - The directory containing ElastixConfig.cmake.
# - Find an ITK installation or build tree.
# When ITK is found, the ITKConfig.cmake file is sourced to setup the
# location and configuration of ITK. Please read this file, or
# ITKConfig.cmake.in from the ITK source tree for the full list of
# definitions. Of particular interest is ITK_USE_FILE, a CMake source file
# that can be included to set the include directories, library directories,
# and preprocessor macros. In addition to the variables read from
# ITKConfig.cmake, this find module also defines
# ITK_DIR - The directory containing ITKConfig.cmake.
#!/usr/bin/env python
#############################################################################
##
## Copyright (C) 2013 Riverbank Computing Limited.
## Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
## Contact: http://www.qt-project.org/legal
##
## This file is part of the documentation of the Qt Toolkit.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.