Skip to content

Instantly share code, notes, and snippets.

View valegui's full-sized avatar

Valeria Guidotti valegui

  • NeuralWorks
  • Santiago, Chile
View GitHub Profile
@courtneyfaulkner
courtneyfaulkner / devices.c
Created December 11, 2013 22:20
List OpenCL platforms and devices
#include <stdio.h>
#include <stdlib.h>
#ifdef __APPLE__
#include <OpenCL/opencl.h>
#else
#include <CL/cl.h>
#endif
int main() {
@valegui
valegui / index.html
Last active December 18, 2016 00:22
Horas promedio de trabajo doméstico no remunerado / TREEMAP MALO
<!doctype html>
<meta charset="utf-8">
<script src="//d3plus.org/js/d3.js"></script>
<script src="//d3plus.org/js/d3plus.js"></script>
<div id="viz"></div>
<script>
var data = [
@valegui
valegui / index.html
Last active December 24, 2016 16:45
Horas promedio de trabajo doméstico no remunerado
<!doctype html>
<meta charset="utf-8">
<script src="//d3plus.org/js/d3.js"></script>
<script src="//d3plus.org/js/d3plus.js"></script>
<div id="viz"></div>
<script>
var data = [
@pourmand1376
pourmand1376 / git-lfs-install.md
Last active April 22, 2025 20:17
Single User Installation of Git-LFS without sudo

I wanted to install GIT-Lfs on my user account without access to server root account. I write this to my future self.

  1. Download tar.gz file from git-lfs website.
wget https://github.com/git-lfs/git-lfs/releases/download/v3.2.0/git-lfs-linux-amd64-v3.2.0.tar.gz

2.Untar it

tar xvf git-lfs-linux-amd64-v3.2.0.tar.gz