Skip to content

yohan.jasdid

Module Headers AutoGenerated Code (Bash – C++)

Versión en español de esta publicación.
Some time ago when I started designing Phoxonics I had some problems related to generating module includes. Phoxonics has multiple modules that have dependencies between them, and when adding a new header class it was necessary to add an entry for this header class in the global module header file in order to know what classes were part of this module.
Read More »Module Headers AutoGenerated Code (Bash – C++)

Installing Nvidia Drivers and CUDA 7.5 in Debian Jessie

Versión en español de esta publicación.
This tutorial explains how to install CUDA 7.5 Production Release in a Debian Jessie system, the first thing we have to do is to download the graphics driver from Nvidia website and select the current model of the graphics card we have, in my case I have a server with 2 Nvidia cards the first one is a GeForce GTX660 and the second one is a GeForce GTX650, if you’re not sure of which driver version you should install, you can check the driver versions and models in the following linkRead More »Installing Nvidia Drivers and CUDA 7.5 in Debian Jessie

Installing Nvidia Drivers and CUDA 7.0 in Debian Wheezy

Versión en español de esta publicación.
This tutorial explains how to install CUDA 7.0 Production Release in a Debian Wheezy system, the first thing we have to do is to download the graphics driver from Nvidia website and select the current model of the graphics card we have, in my case I have a server with 2 Nvidia cards the first one is a GeForce GTX660 and the second one is a GeForce GTX650, if you’re not sure of which driver version you should install, you can check the driver versions and models in the following linkRead More »Installing Nvidia Drivers and CUDA 7.0 in Debian Wheezy

Matrix Operations

Versión en español de esta publicación.
Some time ago I was presented with some algorithms common problems related to matrices, today I just found some code in my Windows virtual machine and I through that maybe it was a good idea to publish it here just to keep it online.

I remember I was looking for an algorithm to print a square matrix in spiral, and I found some code in the internet as usual which used a nice approach, I had to modify it because it was in another language and I needed it to be in C#,Read More »Matrix Operations

Google Apps Scripting

Versión en español de esta publicación.
Recently, I had some problems with my google calendar. A few days ago I made a mistake while trying to import a custom calendar that I needed into my google calendar account,

The custom calendar events got imported correctly into my google calendar account but it was too late when I noticed that the calendar I imported was the wrong one, ohhh, I was shocked to discover that there is no way to undo the long list of imported events from my calendar, at least not in an intuitive way as I through it could be.Read More »Google Apps Scripting