martinklinke.com
workaround
http://www.martinklinke.com/tag/workaround
IT's my business. No, it’s just the search term with:public…. Comments Off on Public Waves broken? No, it’s just the search term with:public…. The search term “with:public” in Google Wave seems to be broken and shows only waves in which you are already a participant. Most likely, this is a bug, since it is a more convenient way to see public waves. However, until this is fixed again, use the search term “group:public@a.wave.com” to get to the public waves in the meantime. No public Twitter messages.
martinklinke.com
automation
http://www.martinklinke.com/tag/automation
IT's my business. How to generate C# code in 2016. Today I wanted to generate a bit of rather trivial C# code to provide a convenient facade to an internal library. After creating a T4 template. New CodeGenerator().Generate() #. Next comes the question of how to implement the generator. StringBuilder? Come on, there must be a better way. I checked in another library that I knew was using code generation. Then I saw that the library was using CodeDOM. Continue reading ». Comments Off on MDSD Survey 2010.
martinklinke.com
tools
http://www.martinklinke.com/tag/tools
IT's my business. Interactive coding in Visual Studio with Alive. If you like NCrunch. You should take a look at the Visual Studio plugin Alive. I stumbled upon this tool while researching for my previous post about C# code generation. This short video ( 6 minutes) gives a great first impression so far:. Continue reading ». How to generate C# code in 2016. Today I wanted to generate a bit of rather trivial C# code to provide a convenient facade to an internal library. After creating a T4 template. Have d...
martinklinke.com
charts
http://www.martinklinke.com/tag/charts
IT's my business. Speedometer with JFreeChart in Eclipse. There is a great tutorial on vogella.de. Describing how to add a pie chart with JFreeChart to an Eclipse RCP application or plug-in. The ChartFactory that is used to create the pie chart does not include a method to create a speedometer (or dial) as shown in the sample section of JFreeChart. The following code fragment creates a view that displays a very basic speedometer using the org.jfree.chart.plot.MeterPlot. Author martin * */. On Tools for E...
martinklinke.com
Automatic WordPress upgrades fail? Use PHP 5!
http://www.martinklinke.com/2010/06/29/automatic-wordpress-upgrades-fail-use-php-5
IT's my business. Learn Node.js basics with Learnyounode. Automatic WordPress upgrades fail? If automatic upgrades of plugins or your whole WordPress installation do not work, you might need to enforce PHP 5 usage. This is fortunately very simple. In the root directory of your WordPress installation, look for a file called .htaccess. If it does not exist, create it with the following content:. AddType x-mapp-php5 .php AddHandler x-mapp-php5 .php. Thanks to Schnurpsel for this hint. Blog around the Op!
martinklinke.com
Learn Node.js basics with Learnyounode
http://www.martinklinke.com/2015/04/24/learn-node-js-basics-with-learnyounode
IT's my business. Automatic WordPress upgrades fail? How to generate C# code in 2016. Learn Node.js basics with Learnyounode. There is a nice Node.js. Module that can be installed via npm called learnyounode. It contains 13 exercises that practice the basics of node development. The nice thing is that it gives you instructions for implementing a short node program and then also provides an automated way to verify your solution. See this GitHub page. For more details and installation instructions.
martinklinke.com
google-wave
http://www.martinklinke.com/tag/google-wave
IT's my business. Quick Guide: Embedding Google Wave in a blog post or web site. Comments Off on Quick Guide: Embedding Google Wave in a blog post or web site. Wave id=”googlewave.com! Please see these great articles for more detailed instructions:. Http:/ www.victusspiritus.com/2009/10/15/how-to-embed-google-wave-on-your-wordpress-blog/. No, it’s just the search term with:public…. Comments Off on Public Waves broken? No, it’s just the search term with:public…. Google Wave Robot Capabilities. The title o...
martinklinke.com
Google Wave Robot Capabilities
http://www.martinklinke.com/2009/10/17/google-wave-robot-capabilities
IT's my business. Speedometer with JFreeChart in Eclipse. No, it’s just the search term with:public…. Google Wave Robot Capabilities. The only list of Google Wave Robot capabilities is contained in the API reference documentation of the enum EventType. But unfortunately does not contain a description when the events are triggered. Here is a documented list of what I’ve figured out so far (needs to be completed in the future):. Could not produce this event. Could not produce this event yet. No public Twit...
martinklinke.com
mdsd
http://www.martinklinke.com/tag/mdsd
IT's my business. Comments Off on MDSD Survey 2010. The Generative Software GmbH. Have done a survey about the usage of Model-Driven Software Development approaches with around 300 participants. Almost 90% of the respondents have prior experience with the topic, so the report might give interesting general insights. Please see the MDSD report 2010. Sorry, only in German) for details on the results. Do you make use of MDSD techniques? No public Twitter messages. How to generate C# code in 2016.