Skip to content

Instantly share code, notes, and snippets.

View christopheredsall's full-sized avatar

Christopher Edsall christopheredsall

View GitHub Profile
@christopheredsall
christopheredsall / isc-attendance.py
Created May 29, 2023 12:10
Plot a graph of attendance at ISC (https://www.isc-hpc.com/ )
#!/usr/bin/env python
# coding: utf-8
# In[1]:
import pandas as pd
import numpy as np
This is an example CSV file
The text at the top here is not part of the data but instead is here
to describe the file. You'll see this quite often in real-world data.
A -1 signifies a missing value.
year;London;Paris;Rome
2001;7.322;2.148;2.547
2006;7.652;;2.627
2008;-1;2.211;
2009;-1;2.234;2.734
@christopheredsall
christopheredsall / CMakeLists.txt
Created November 10, 2019 11:14
cmake file to print results of find_package(OpenGL)
cmake_minimum_required(VERSION 3.3)
find_package(OpenGL)
message( STATUS "OPENGL_FOUND = ${OPENGL_FOUND}" )
message( STATUS "OPENGL_XMESA_FOUND = ${OPENGL_XMESA_FOUND}" )
message( STATUS "OPENGL_GLU_FOUND = ${OPENGL_GLU_FOUND}" )
message( STATUS "OpenGL_OpenGL_FOUND = ${OpenGL_OpenGL_FOUND}" )
message( STATUS "OpenGL_GLX_FOUND = ${OpenGL_GLX_FOUND}" )
message( STATUS "OpenGL_EGL_FOUND = ${OpenGL_EGL_FOUND}" )
message( STATUS "OPENGL_INCLUDE_DIR = ${OPENGL_INCLUDE_DIR}" )
message( STATUS "OPENGL_EGL_INCLUDE_DIRS = ${OPENGL_EGL_INCLUDE_DIRS}" )
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

  • I am christopheredsall on github.
  • I am chrisedsall (https://keybase.io/chrisedsall) on keybase.
  • I have a public key whose fingerprint is F1EA E12E 7014 771E A3FB 05E5 681C 5471 95EF 2134

To claim this, I am signing this object: