
FUNTHOMAS424242.WORDPRESS.COM
FunThomas Blog (de) | Entwickler BlogEntwickler Blog
http://funthomas424242.wordpress.com/
Entwickler Blog
http://funthomas424242.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.6 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
7
SSL
EXTERNAL LINKS
21
SITE IP
192.0.78.13
LOAD TIME
0.562 sec
SCORE
6.2
FunThomas Blog (de) | Entwickler Blog | funthomas424242.wordpress.com Reviews
https://funthomas424242.wordpress.com
Entwickler Blog
FunThomas424242 | FunThomas Blog (de)
https://funthomas424242.wordpress.com/author/funthomas4242
Java Entwickler mit Projekten auf Github und Sourceforge.net. Getting Class values from Annotations in an AnnotationProcessor. 30 November 2014 – 20:14. Ein sehr hilfreicher Blogeintrag zum Verarbeiten von Annotationen ab Java6. Peter Mount's Blog. Well inside retepTools we have an AnnotationProcessor that checks to ensure that certain annotations are used correctly, specifically the @ReadLock. Videos vom Desktop erstellen. 17 November 2014 – 22:51. Aktuell nutze ich Ubuntu und habe mir dort Kazam instal...
Cheaten per Sheet | FunThomas Blog (de)
https://funthomas424242.wordpress.com/2014/11/17/eclipse-committer-werden-2
Und so fand ich. Dies ist eine Plattform auf welcher sich auf einfachste Art einfache Cheat Sheets erstellen lassen. Zunächst muss man sich registrieren😦 Ja ohne Daten geht es leider nicht und ein brauchbares Video ob sich die Registrierung lohnt war auch nicht im Netz zu finden. Darum hab ich das für Sie mal ausprobiert und muss sagen es lohnt sich. Nach der Registrierung kann man direkt loslegen. Anzahl der gewünschten Spalten festlegen und Hintergrundfarbe definieren und los geht es. Or leave a track...
Code mittels NDepend analysieren | FunThomas Blog (de)
https://funthomas424242.wordpress.com/2014/04/13/code-mittels-ndepend-analysieren
Code mittels NDepend analysieren. Ein sehr guter Post von Johnny Graber – sehr lesenswert. Um möglichst schnell in ein komplexeres Projekt einzusteigen hilft einem eine gute Übersicht. Visual Studio bietet je nach Ausgabe eine recht gute Code Analyse. Will man mehr wissen oder ist man an bestimmten Konstellationen im Code interessiert, stösst man aber schnell an Grenzen. Hier benötigt man einmal mehr die Werkzeuge und Ergänzungen von Drittherstellern. Als ich vor einigen Wochen gebeten wurde mir NDepend.
Huluvu424242 | FunThomas Blog (de)
https://funthomas424242.wordpress.com/author/huluvu424242
Das Leben des Entwicklers FunThomas424242. DSL Projekt aufsetzen (mit Xtext). 29 Mai 2016 – 21:03. Da es ein wenig Mühe bereitet hat und ich nach einem Jahr nicht noch einmal den Aufwand investieren möchte schreibe ich hier eine kleine Anleitung wie man ein DSL Projekt unter folgenden Randbedingungen aufsetzt:. Als Entwicklungsumgebung wird eclipse eingesetzt. Zur Sicherstellung einer einheitlichen eclipse Installation wird yatta-profiles genutzt. Zur Modellierung der DSL wird Xtext verwendet. Bleibt das...
Getting Class values from Annotations in an AnnotationProcessor | FunThomas Blog (de)
https://funthomas424242.wordpress.com/2014/11/30/getting-class-values-from-annotations-in-an-annotationprocessor
Getting Class values from Annotations in an AnnotationProcessor. Ein sehr hilfreicher Blogeintrag zum Verarbeiten von Annotationen ab Java6. Peter Mount's Blog. Well inside retepTools we have an AnnotationProcessor that checks to ensure that certain annotations are used correctly, specifically the @ReadLock. Annotations. It’s invalid for those annotations to be used together on the same method. It’s also invalid for a method to be annotated with one and then overridden. Teilen Sie dies mit:. Ihr Blog kan...
TOTAL PAGES IN THIS WEBSITE
7
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.
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.
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...
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...
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!
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.
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...
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...
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.
TOTAL LINKS TO THIS WEBSITE
21
ThomasAlexander blogja
Ebben a blogban szeretném megosztani Veletek az élményeimet, életem minden pillanatát, valamint a tervek szerint az ingyenes zeneletöltést is használatba vehetitek. Baby Gabi-Neked Adtam letöltése. Elvesztettem a Nagy Ő-t? Nem lehet letölteni a számot. Fel tudnád tölteni még egyszer? 200910.19. 12:04 ). Baby Gabi-Neked Adtam letöltése. Szió,szeretnék kérni tőled egy számot. Barbee-Ámor nyíla ha felrakod azt nagyon megköszönném! 200901.19. 20:42 ). Christina Aguilera 20 év után lemosta a sminket. És ők má...
FunThomas.de – Produkttests
So gelingen epische Kamerafahrten. Yi M1 Kamera - erster Eindruck. Wärmebildkamera für den Yuneec H520. Zum weltweit ersten Test. Günstige Alternative zur GoPro. Das ist der neue ALEXA Show. Amazfit Equator - Design trifft Fitnessarmband. Mini Drohne E013 Eachine. Die wohl kleinste Drohne mit Kamera im Test. Maze Alpha 4G - Randloses Smartphone. Zum Test des XL Telefons zum kleinen Preis. Emicro one - der perfekte E-Scooter. Das alles kann amazon ALEXA. Yuneec H520 im exclusiven Test. Endlich, Fernseher ...
37.59.49.72 — Coming Soon
FunThom@$ův nepodstatný webík
Aktuality (staršího data) ;o) a jiné nesmysly. Když spí osud, nesmíš spát ty. Pro zvědavé jsou tady pravidelně nepravidelné. Necelých 10h a 35minut mi trvalo, než jsem se v srpnu 2007 stal železným mužem. Stálo to míň sil, než se stát tím trapným bakalářem, a vážím si toho víc! Konečně jsem naprogramoval použitelný řešidlo na sudoku:). Zjistil jsem, jak zahltit freemailovou schránku:). Nezapomeňte si přečíst poezii proti cestujícím.
FunThomas Blog (de) | Entwickler Blog
34c3 – CTF. Diesmal habe ich beim 34c3 in Leipzig ein für mich neues Spiel kennengelernt – CTF (capture the flag). Für mich klang es zunächst langweilig bis ich in der praktischen Übung feststellen mußte, dass ich keine Aufgabe gelöst bekommen habe – auch die nicht von denen mir die Lösung glas klar vor Augen erschien. Da ich nach dem Kongress noch etwas Zeit hatte habe ich mal ein bisl nach CTF Seiten im Neuland gesucht. Ja natürlich die Hauptseite ist wohl jene unter https:/ ctftime.org/. Auch an der S...
funThomasik (Tomas) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 8 Years. This deviant's full pageview. Last Visit: 14 weeks ago. This is the place where you can personalize your profile!
Funthomas UK Blog | Pozor na podvodníky v UK!
Pozor na podvodníky v UK! Na co si dát pozor? June 23, 2010. Blog at WordPress.com.
BRETT THOMAS - funthommo.com
COMEDIAN - VOCAL IMPRESSIONIST - SINGER - MULTI INSTRUMENTALIST. Brett Thomas has cruised extensively with P&O and Princess Cruises and has been nominated for, and received 8 Mo’s for Comedy! He's also written, produced and performed in many Theatre Restaurant Productions with Thomas and Moore while appearing in numerous TV Commercials and TV shows as an Actor over the past 40 years. Welcome to the official website of. Fun's just the start of it with Brett Thomas! It's a Simon by Design.
funthong.com
The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois).
この夏売れ筋の最新水着
きて行く予定のワイシャツが蚊取り線香のせいでくっさいLoli Pop0618 えっえっ多分知らな、い しのぴしゃんが好きなアパレルさんかなー 時間ある時にちょっと見てみよう、かな/ / / あとチョコミント関係ないんだけど、しのぴしゃんAmavelって知ってるかなぁ ここのお洋服も可愛いの. Merorin910 とりあえずパンツとブラジャーの代わりにきてみよかな٩ ๑ `๑ ۶笑p1nkstars アパレルだよー. ふと思い出す九州のバカ仲間の一人、クマ俺 おい、お前、チャック全開やんw ク あ あぁ、ファッションだよ 俺 え しばらくして、チャックを閉めてたから、あれは冗談なんだと気づいたが、落ち着きすぎてて(マジか、こいつッ )って本気で思ったw. つまり、ワイパー凍るような外に出なくてよかったみたい 02273310 ありがとう これでおれもアパレルの仲間入りや こちら. むらたがアパレルだと 遊びいって安くしてもらお( દ ). A6 1011 え、そなの 期待して上ワイシャツ下トレーナーっていうリスクで外飛びたしたさっきの私返して. 女 性教育 か ヌエック に反応したのだろうか。