ganymede.ch
Michael Pfeuti » 2015 » June
http://www.ganymede.ch/2015/06
Greetings From Bern, Switzerland #. Brigitte Hulliger's USA Blog. Bug Tracking on Ganymede. Last value of a data range. June 25th, 2015 under Excel. I was faced with the problem of finding the last value of a data range in Excel. Assume the range resides in the column A. Today there are 50 values in A1:A50. Over the time new values will be added and the goal is to get the most recent (the last) value. Gives the answer as long as there aren’t any empty cells between the values. Last value of a data range.
ganymede.ch
Michael Pfeuti » 2013 » February
http://www.ganymede.ch/2013/02
Greetings From Bern, Switzerland #. Brigitte Hulliger's USA Blog. Bug Tracking on Ganymede. February 2nd, 2013 under This And That. How The Economic Machine Works by Ray Dalio. Toggle all Charts between Logarithmic and Linear Scale. Calculate Expected Shortfall in SQL. Last value of a data range. CMake and Compiler target architecture. On Destructors and Interfaces in C. 8220;Kids, you tried your best and you failed miserably. The lesson is, never try. ”. Is Mambo/Wordpress Theme made by Ekta Paneri.
ganymede.ch
Michael Pfeuti » Windows
http://www.ganymede.ch/category/windows
Greetings From Bern, Switzerland #. Brigitte Hulliger's USA Blog. Bug Tracking on Ganymede. Multiple Desktops on Windows. June 29th, 2011 under Windows. I tested a few others but none was a elaborate as virtualwin. It lets you configure the multiple desktop just as you know it from *nix systems. It has still some minor issues but overall an amazing tool. If you’re like me, and you like working with multiple desktops you should definitely give it a try. How The Economic Machine Works by Ray Dalio.
ganymede.ch
Michael Pfeuti » Projects
http://www.ganymede.ch/projects
Greetings From Bern, Switzerland #. Brigitte Hulliger's USA Blog. Bug Tracking on Ganymede. December 9th, 2006. Here are all my computer science projects listed in chronological order (latest first, oldest last). Ssat (simple server admin tool). How The Economic Machine Works by Ray Dalio. Toggle all Charts between Logarithmic and Linear Scale. Calculate Expected Shortfall in SQL. Last value of a data range. CMake and Compiler target architecture. On Destructors and Interfaces in C.
ganymede.ch
Michael Pfeuti » Publications
http://www.ganymede.ch/publications
Greetings From Bern, Switzerland #. Brigitte Hulliger's USA Blog. Bug Tracking on Ganymede. January 20th, 2010. Twist Triviality of Canonical Seifert Surfaces. February 2015. 2015, Michael Pfeuti. Twist Triviality of Canonical Seifert Surfaces. Master’s Thesis, Institute of Mathematics, University of Bern, February 2015. [ pdf. 2015, Michael Pfeuti. Real-time Rendering of Refractive Objects in Participating Media. 2009, Michael Pfeuti. The Logic of Justified Belief. 2008, Michael Pfeuti.
ganymede.ch
Michael Pfeuti » Astro
http://www.ganymede.ch/category/astro
Greetings From Bern, Switzerland #. Brigitte Hulliger's USA Blog. Bug Tracking on Ganymede. Piggyback With Meade ETX-90. September 11th, 2007 under Astro. I found a cheap way to build my own piggyback mount for my etx-90. All I needed was (Price in CHF):. Clamp 10.4cm diameter(7.-). Super Glue (4.-). M6 Metal Screw (0.70). Here you can see how I assembled everything. How The Economic Machine Works by Ray Dalio. Toggle all Charts between Logarithmic and Linear Scale. Calculate Expected Shortfall in SQL.
ganymede.ch
Michael Pfeuti » 2012 » February
http://www.ganymede.ch/2012/02
Greetings From Bern, Switzerland #. Brigitte Hulliger's USA Blog. Bug Tracking on Ganymede. Pointer and Non-Pointer Overloading For Template Functions. February 10th, 2012 under Programming. Yesterday, I run into the problem that function templates cannot be partially specialized. My goal was to distinguish between pointers and non-pointers. So trying something like. Click to toggle codeblock. T t ). T t ). Click to toggle codeblock. T t ). Click to toggle codeblock. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16.
ganymede.ch
Michael Pfeuti » Website Status
http://www.ganymede.ch/category/website-status
Greetings From Bern, Switzerland #. Brigitte Hulliger's USA Blog. Bug Tracking on Ganymede. December 29th, 2007 under Website Status. After several hours struggling with my corrupted Gentoo Linux, I decided to switch to FreeBSD. Almost all functionality is available now. Still, some issues are present. Hopefully, I’ll get rid of them in the next day. If someone should find a bug, please send me an email. July 6th, 2007 under Website Status. As the webmail interface. June 28th, 2007 under Website Status.
ganymede.ch
Michael Pfeuti » OpenGL
http://www.ganymede.ch/category/opengl
Greetings From Bern, Switzerland #. Brigitte Hulliger's USA Blog. Bug Tracking on Ganymede. GlTexImage2D doesn’t load sequential RGB data correctly. January 7th, 2011 under OpenGL. I wanted to render the image I had in memory with OpenGL. The image data are stored as. Data without padding. The colors are represented by RGB (in this order). When I loaded the texture data with. Click to toggle codeblock. GL TEXTURE 2D ,. GL UNSIGNED BYTE ,. GL TEXTURE 2D ,. GL TEXTURE WRAP S ,. GL CLAMP ). GL TEXTURE 2D ,.