ºÝºÝߣshows by User: choose / http://www.slideshare.net/images/logo.gif ºÝºÝߣshows by User: choose / Thu, 17 Nov 2016 09:54:47 GMT ºÝºÝߣShare feed for ºÝºÝߣshows by User: choose Dissecting State-of-the-Art Android Malware Using Static and Dynamic Analysis /slideshow/dissecting-stateoftheart-android-malware-using-static-and-dynamic-analysis/69179852 investigatingmalware-161117095447
Steven Arzt — CHOOSE Talk — 2016-11-15 http://www.choose.s-i.ch/events/arzt-2016/ Android malware is getting more and more sophisticated. So-called "sleeper" applications only trigger their malicious behavior after a certain time has passed or event has happened, effectively evading many dynamic analysis techniques. Other techniques include integrity checks as well as detectors for emulators, rooted devices, and hooks. If any such sign is detected, the malware refrains from its actual malicious behavior. For countering static analyses, these apps apply code encryption, packers, and code obfuscators. Together, these features render most automated analyses ineffective, leaving a manual analysis as the only viable option — a very difficult and time-consuming undertaking. To alleviate the problem, we propose CodeInspect, a new integrated reverse-engineering environment extending the Eclipse IDE and targeting sophisticated state-of-the-art malware apps for Android. CodeInspect not only features an interactive debugger that can work on the bytecode level, but also various static and dynamic analyses that support the human analyst. One can display data flows inside the app, check which permissions are used where in the code, what strings are computed or decrypted at runtime, which code is dynamically loaded and more. Reverse engineers can even add new Java source classes or projects into the application, which can then be called from the original app’s code. This is especially useful when implementing decryption methods which can be directly tested in place.]]>

Steven Arzt — CHOOSE Talk — 2016-11-15 http://www.choose.s-i.ch/events/arzt-2016/ Android malware is getting more and more sophisticated. So-called "sleeper" applications only trigger their malicious behavior after a certain time has passed or event has happened, effectively evading many dynamic analysis techniques. Other techniques include integrity checks as well as detectors for emulators, rooted devices, and hooks. If any such sign is detected, the malware refrains from its actual malicious behavior. For countering static analyses, these apps apply code encryption, packers, and code obfuscators. Together, these features render most automated analyses ineffective, leaving a manual analysis as the only viable option — a very difficult and time-consuming undertaking. To alleviate the problem, we propose CodeInspect, a new integrated reverse-engineering environment extending the Eclipse IDE and targeting sophisticated state-of-the-art malware apps for Android. CodeInspect not only features an interactive debugger that can work on the bytecode level, but also various static and dynamic analyses that support the human analyst. One can display data flows inside the app, check which permissions are used where in the code, what strings are computed or decrypted at runtime, which code is dynamically loaded and more. Reverse engineers can even add new Java source classes or projects into the application, which can then be called from the original app’s code. This is especially useful when implementing decryption methods which can be directly tested in place.]]>
Thu, 17 Nov 2016 09:54:47 GMT /slideshow/dissecting-stateoftheart-android-malware-using-static-and-dynamic-analysis/69179852 choose@slideshare.net(choose) Dissecting State-of-the-Art Android Malware Using Static and Dynamic Analysis choose Steven Arzt — CHOOSE Talk — 2016-11-15 http://www.choose.s-i.ch/events/arzt-2016/ Android malware is getting more and more sophisticated. So-called "sleeper" applications only trigger their malicious behavior after a certain time has passed or event has happened, effectively evading many dynamic analysis techniques. Other techniques include integrity checks as well as detectors for emulators, rooted devices, and hooks. If any such sign is detected, the malware refrains from its actual malicious behavior. For countering static analyses, these apps apply code encryption, packers, and code obfuscators. Together, these features render most automated analyses ineffective, leaving a manual analysis as the only viable option — a very difficult and time-consuming undertaking. To alleviate the problem, we propose CodeInspect, a new integrated reverse-engineering environment extending the Eclipse IDE and targeting sophisticated state-of-the-art malware apps for Android. CodeInspect not only features an interactive debugger that can work on the bytecode level, but also various static and dynamic analyses that support the human analyst. One can display data flows inside the app, check which permissions are used where in the code, what strings are computed or decrypted at runtime, which code is dynamically loaded and more. Reverse engineers can even add new Java source classes or projects into the application, which can then be called from the original app’s code. This is especially useful when implementing decryption methods which can be directly tested in place. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/investigatingmalware-161117095447-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Steven Arzt — CHOOSE Talk — 2016-11-15 http://www.choose.s-i.ch/events/arzt-2016/ Android malware is getting more and more sophisticated. So-called &quot;sleeper&quot; applications only trigger their malicious behavior after a certain time has passed or event has happened, effectively evading many dynamic analysis techniques. Other techniques include integrity checks as well as detectors for emulators, rooted devices, and hooks. If any such sign is detected, the malware refrains from its actual malicious behavior. For countering static analyses, these apps apply code encryption, packers, and code obfuscators. Together, these features render most automated analyses ineffective, leaving a manual analysis as the only viable option — a very difficult and time-consuming undertaking. To alleviate the problem, we propose CodeInspect, a new integrated reverse-engineering environment extending the Eclipse IDE and targeting sophisticated state-of-the-art malware apps for Android. CodeInspect not only features an interactive debugger that can work on the bytecode level, but also various static and dynamic analyses that support the human analyst. One can display data flows inside the app, check which permissions are used where in the code, what strings are computed or decrypted at runtime, which code is dynamically loaded and more. Reverse engineers can even add new Java source classes or projects into the application, which can then be called from the original app’s code. This is especially useful when implementing decryption methods which can be directly tested in place.
Dissecting State-of-the-Art Android Malware Using Static and Dynamic Analysis from CHOOSE
]]>
280 2 https://cdn.slidesharecdn.com/ss_thumbnails/investigatingmalware-161117095447-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Continuous Architecting of Stream-Based Systems /slideshow/pooyan-jamshidi-choose-talk-20161101/69081541 pooyanchoosetalk-161116085838
Pooyan Jamshidi CHOOSE Talk 2016-11-01 Big data architectures have been gaining momentum in recent years. For instance, Twitter uses stream processing frameworks like Storm to analyse billions of tweets per minute and learn the trending topics. However, architectures that process big data involve many different components interconnected via semantically different connectors making it a difficult task for software architects to refactor the initial designs. As an aid to designers and developers, we developed OSTIA (On-the-fly Static Topology Inference Analysis) that allows: (a) visualizing big data architectures for the purpose of design-time refactoring while maintaining constraints that would only be evaluated at later stages such as deployment and run-time; (b) detecting the occurrence of common anti-patterns across big data architectures; (c) exploiting software verification techniques on the elicited architectural models. In the lecture, OSTIA will be shown on three industrial-scale case studies. See: http://www.choose.s-i.ch/events/jamshidi-2016/]]>

Pooyan Jamshidi CHOOSE Talk 2016-11-01 Big data architectures have been gaining momentum in recent years. For instance, Twitter uses stream processing frameworks like Storm to analyse billions of tweets per minute and learn the trending topics. However, architectures that process big data involve many different components interconnected via semantically different connectors making it a difficult task for software architects to refactor the initial designs. As an aid to designers and developers, we developed OSTIA (On-the-fly Static Topology Inference Analysis) that allows: (a) visualizing big data architectures for the purpose of design-time refactoring while maintaining constraints that would only be evaluated at later stages such as deployment and run-time; (b) detecting the occurrence of common anti-patterns across big data architectures; (c) exploiting software verification techniques on the elicited architectural models. In the lecture, OSTIA will be shown on three industrial-scale case studies. See: http://www.choose.s-i.ch/events/jamshidi-2016/]]>
Wed, 16 Nov 2016 08:58:38 GMT /slideshow/pooyan-jamshidi-choose-talk-20161101/69081541 choose@slideshare.net(choose) Continuous Architecting of Stream-Based Systems choose Pooyan Jamshidi CHOOSE Talk 2016-11-01 Big data architectures have been gaining momentum in recent years. For instance, Twitter uses stream processing frameworks like Storm to analyse billions of tweets per minute and learn the trending topics. However, architectures that process big data involve many different components interconnected via semantically different connectors making it a difficult task for software architects to refactor the initial designs. As an aid to designers and developers, we developed OSTIA (On-the-fly Static Topology Inference Analysis) that allows: (a) visualizing big data architectures for the purpose of design-time refactoring while maintaining constraints that would only be evaluated at later stages such as deployment and run-time; (b) detecting the occurrence of common anti-patterns across big data architectures; (c) exploiting software verification techniques on the elicited architectural models. In the lecture, OSTIA will be shown on three industrial-scale case studies. See: http://www.choose.s-i.ch/events/jamshidi-2016/ <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/pooyanchoosetalk-161116085838-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Pooyan Jamshidi CHOOSE Talk 2016-11-01 Big data architectures have been gaining momentum in recent years. For instance, Twitter uses stream processing frameworks like Storm to analyse billions of tweets per minute and learn the trending topics. However, architectures that process big data involve many different components interconnected via semantically different connectors making it a difficult task for software architects to refactor the initial designs. As an aid to designers and developers, we developed OSTIA (On-the-fly Static Topology Inference Analysis) that allows: (a) visualizing big data architectures for the purpose of design-time refactoring while maintaining constraints that would only be evaluated at later stages such as deployment and run-time; (b) detecting the occurrence of common anti-patterns across big data architectures; (c) exploiting software verification techniques on the elicited architectural models. In the lecture, OSTIA will be shown on three industrial-scale case studies. See: http://www.choose.s-i.ch/events/jamshidi-2016/
Continuous Architecting of Stream-Based Systems from CHOOSE
]]>
148 3 https://cdn.slidesharecdn.com/ss_thumbnails/pooyanchoosetalk-161116085838-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Modelling and Programming: Isn&rsquo;t it all the same? /slideshow/programming-tomodeling/16504405 programmingtomodeling-markusvolter-130213062608-phpapp01
Presented by Markus Volter at CHOOSE Forum 2012]]>

Presented by Markus Volter at CHOOSE Forum 2012]]>
Wed, 13 Feb 2013 06:26:08 GMT /slideshow/programming-tomodeling/16504405 choose@slideshare.net(choose) Modelling and Programming: Isn&rsquo;t it all the same? choose Presented by Markus Volter at CHOOSE Forum 2012 <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/programmingtomodeling-markusvolter-130213062608-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Presented by Markus Volter at CHOOSE Forum 2012
Modelling and Programming: Isn&rsquo;t it all the same? from CHOOSE
]]>
501 2 https://cdn.slidesharecdn.com/ss_thumbnails/programmingtomodeling-markusvolter-130213062608-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Practical Models in Practice /choose/practical-models-in-practice choose-forum-lukasrenggli-130213062508-phpapp01
presented by Lukas Renggli at the CHOOSE Forum 2012]]>

presented by Lukas Renggli at the CHOOSE Forum 2012]]>
Wed, 13 Feb 2013 06:25:08 GMT /choose/practical-models-in-practice choose@slideshare.net(choose) Practical Models in Practice choose presented by Lukas Renggli at the CHOOSE Forum 2012 <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/choose-forum-lukasrenggli-130213062508-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> presented by Lukas Renggli at the CHOOSE Forum 2012
Practical Models in Practice from CHOOSE
]]>
531 2 https://cdn.slidesharecdn.com/ss_thumbnails/choose-forum-lukasrenggli-130213062508-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Services and Models in a Large IT System /choose/services-and-models-in-a-large-it-system choose2012-servicesandmodelsinalargeitsystem-130213060442-phpapp01
Presentation by Carl Worms and Ksenia Wahler at CHOOSE Forum 2012]]>

Presentation by Carl Worms and Ksenia Wahler at CHOOSE Forum 2012]]>
Wed, 13 Feb 2013 06:04:42 GMT /choose/services-and-models-in-a-large-it-system choose@slideshare.net(choose) Services and Models in a Large IT System choose Presentation by Carl Worms and Ksenia Wahler at CHOOSE Forum 2012 <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/choose2012-servicesandmodelsinalargeitsystem-130213060442-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Presentation by Carl Worms and Ksenia Wahler at CHOOSE Forum 2012
Services and Models in a Large IT System from CHOOSE
]]>
851 3 https://cdn.slidesharecdn.com/ss_thumbnails/choose2012-servicesandmodelsinalargeitsystem-130213060442-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Choose'10: Uwe Zdun - Compliance in service-oriented architectures: A model-driven and view-based approach /slideshow/uwe-zdun-compliance-in-serviceoriented-architectures-a-modeldriven-and-viewbased-approach-5677188/5677188 uwezdun-compliancebernweb-101105074117-phpapp02
Presented at the Choose Forum 2010 in Bern.]]>

Presented at the Choose Forum 2010 in Bern.]]>
Fri, 05 Nov 2010 07:41:11 GMT /slideshow/uwe-zdun-compliance-in-serviceoriented-architectures-a-modeldriven-and-viewbased-approach-5677188/5677188 choose@slideshare.net(choose) Choose'10: Uwe Zdun - Compliance in service-oriented architectures: A model-driven and view-based approach choose Presented at the Choose Forum 2010 in Bern. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/uwezdun-compliancebernweb-101105074117-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Presented at the Choose Forum 2010 in Bern.
Choose'10: Uwe Zdun - Compliance in service-oriented architectures: A model-driven and view-based approach from CHOOSE
]]>
650 2 https://cdn.slidesharecdn.com/ss_thumbnails/uwezdun-compliancebernweb-101105074117-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Choose'10: Jean-Marie Favre - Domain and Technique Specific Languages – A Journey through the Ages, Languages and Technologies /slideshow/jeanmarie-favre-domain-and-technique-specific-languages-a-journey-through-the-ages-languages-and-technologies/5667223 choose2010-7-3web-101104091607-phpapp02
Jean-Marie Favre's presentation at the Choose Forum 2010, in Bern]]>

Jean-Marie Favre's presentation at the Choose Forum 2010, in Bern]]>
Thu, 04 Nov 2010 09:15:53 GMT /slideshow/jeanmarie-favre-domain-and-technique-specific-languages-a-journey-through-the-ages-languages-and-technologies/5667223 choose@slideshare.net(choose) Choose'10: Jean-Marie Favre - Domain and Technique Specific Languages – A Journey through the Ages, Languages and Technologies choose Jean-Marie Favre's presentation at the Choose Forum 2010, in Bern <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/choose2010-7-3web-101104091607-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Jean-Marie Favre&#39;s presentation at the Choose Forum 2010, in Bern
Choose'10: Jean-Marie Favre - Domain and Technique Specific Languages – A Journey through the Ages, Languages and Technologies from CHOOSE
]]>
611 2 https://cdn.slidesharecdn.com/ss_thumbnails/choose2010-7-3web-101104091607-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Choose'10: Stephane Ducasse - Powerful DSL engineering in Smalltalk /slideshow/2010-dslchooseducasse/5666475 2010-dsl-choose-ducasse-101104075121-phpapp02
Presented at the Choose Forum 2010 in Bern.]]>

Presented at the Choose Forum 2010 in Bern.]]>
Thu, 04 Nov 2010 07:51:17 GMT /slideshow/2010-dslchooseducasse/5666475 choose@slideshare.net(choose) Choose'10: Stephane Ducasse - Powerful DSL engineering in Smalltalk choose Presented at the Choose Forum 2010 in Bern. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/2010-dsl-choose-ducasse-101104075121-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Presented at the Choose Forum 2010 in Bern.
Choose'10: Stephane Ducasse - Powerful DSL engineering in Smalltalk from CHOOSE
]]>
826 3 https://cdn.slidesharecdn.com/ss_thumbnails/2010-dsl-choose-ducasse-101104075121-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Choose'10: Ralf Laemmel - Dealing Confortably with the Confusion of Tongues /slideshow/dealing-confortably-with-the-confusion-of-tongues/5664790 ralf-laemmel-choose2010-101104045155-phpapp02
Presented by Ralf Laemmel at the Choose Forum 2010 in Bern. ]]>

Presented by Ralf Laemmel at the Choose Forum 2010 in Bern. ]]>
Thu, 04 Nov 2010 04:51:43 GMT /slideshow/dealing-confortably-with-the-confusion-of-tongues/5664790 choose@slideshare.net(choose) Choose'10: Ralf Laemmel - Dealing Confortably with the Confusion of Tongues choose Presented by Ralf Laemmel at the Choose Forum 2010 in Bern. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/ralf-laemmel-choose2010-101104045155-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Presented by Ralf Laemmel at the Choose Forum 2010 in Bern.
Choose'10: Ralf Laemmel - Dealing Confortably with the Confusion of Tongues from CHOOSE
]]>
791 1 https://cdn.slidesharecdn.com/ss_thumbnails/ralf-laemmel-choose2010-101104045155-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Ralph Jocham The Risks Of Scrum Handout /choose/ralph-jocham-the-risks-of-scrum-handout ralphjochamtherisksofscrumhandout-091209035643-phpapp01
These are the notes from the slides used by Ralph Jocham for the CHOOSE Talk he gave on December 8, 2009]]>

These are the notes from the slides used by Ralph Jocham for the CHOOSE Talk he gave on December 8, 2009]]>
Wed, 09 Dec 2009 03:56:30 GMT /choose/ralph-jocham-the-risks-of-scrum-handout choose@slideshare.net(choose) Ralph Jocham The Risks Of Scrum Handout choose These are the notes from the slides used by Ralph Jocham for the CHOOSE Talk he gave on December 8, 2009 <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/ralphjochamtherisksofscrumhandout-091209035643-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> These are the notes from the slides used by Ralph Jocham for the CHOOSE Talk he gave on December 8, 2009
Ralph Jocham The Risks Of Scrum Handout from CHOOSE
]]>
462 3 https://cdn.slidesharecdn.com/ss_thumbnails/ralphjochamtherisksofscrumhandout-091209035643-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds document Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Ralph Jocham The Risks Of Scrum /slideshow/ralph-jocham-the-risks-of-scrum/2680228 ralphjochamtherisksofscrum-091209034903-phpapp02
This set of slides were used by Ralph Jocham for the CHOOSE talk he gave on December 8, 2009.]]>

This set of slides were used by Ralph Jocham for the CHOOSE talk he gave on December 8, 2009.]]>
Wed, 09 Dec 2009 03:48:52 GMT /slideshow/ralph-jocham-the-risks-of-scrum/2680228 choose@slideshare.net(choose) Ralph Jocham The Risks Of Scrum choose This set of slides were used by Ralph Jocham for the CHOOSE talk he gave on December 8, 2009. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/ralphjochamtherisksofscrum-091209034903-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> This set of slides were used by Ralph Jocham for the CHOOSE talk he gave on December 8, 2009.
Ralph Jocham The Risks Of Scrum from CHOOSE
]]>
1227 5 https://cdn.slidesharecdn.com/ss_thumbnails/ralphjochamtherisksofscrum-091209034903-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Denker - Pharo: Present and Future - 2009-07-14 /slideshow/pharo-present-and-future/1752055 denker-pharo-2009-07-14-090722025616-phpapp01
This set of slides was used by Marcus Denker for his CHOOSE SIGBeer given on July 14, 2009 in Bern: http://choose.s-i.ch/events/2009-07-14-denker]]>

This set of slides was used by Marcus Denker for his CHOOSE SIGBeer given on July 14, 2009 in Bern: http://choose.s-i.ch/events/2009-07-14-denker]]>
Wed, 22 Jul 2009 02:56:10 GMT /slideshow/pharo-present-and-future/1752055 choose@slideshare.net(choose) Denker - Pharo: Present and Future - 2009-07-14 choose This set of slides was used by Marcus Denker for his CHOOSE SIGBeer given on July 14, 2009 in Bern: http://choose.s-i.ch/events/2009-07-14-denker <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/denker-pharo-2009-07-14-090722025616-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> This set of slides was used by Marcus Denker for his CHOOSE SIGBeer given on July 14, 2009 in Bern: http://choose.s-i.ch/events/2009-07-14-denker
Denker - Pharo: Present and Future - 2009-07-14 from CHOOSE
]]>
402 3 https://cdn.slidesharecdn.com/ss_thumbnails/denker-pharo-2009-07-14-090722025616-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Hausi Müller - Towards Self-Adaptive Software-Intensive Systems /slideshow/muller-choose2008-post-presentation/933981 mullerchoose2008post-1232448631667830-3
This set of slides was used by Prof. Hausi Müller for an invited talk given at the CHOOSE Forum 2008.]]>

This set of slides was used by Prof. Hausi Müller for an invited talk given at the CHOOSE Forum 2008.]]>
Tue, 20 Jan 2009 05:07:50 GMT /slideshow/muller-choose2008-post-presentation/933981 choose@slideshare.net(choose) Hausi Müller - Towards Self-Adaptive Software-Intensive Systems choose This set of slides was used by Prof. Hausi Müller for an invited talk given at the CHOOSE Forum 2008. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/mullerchoose2008post-1232448631667830-3-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> This set of slides was used by Prof. Hausi Müller for an invited talk given at the CHOOSE Forum 2008.
Hausi M端ller - Towards Self-Adaptive Software-Intensive Systems from CHOOSE
]]>
782 3 https://cdn.slidesharecdn.com/ss_thumbnails/mullerchoose2008post-1232448631667830-3-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Ralf Laemmel - Not quite a sales pitch for C# 3.0 and .NET's LINQ - 2008-03-05 /slideshow/ralf-laemmel-not-quite-a-sales-pitch-for-c-30-and-nets-linq-20080305/296357 ralf-laemmel-not-quite-a-sales-pitch-for-c-30-and-nets-linq-20080305-120487726947531-2
This set of slides was used by Ralf Laemmel for a CHOOSE Talk on 05.03.2008]]>

This set of slides was used by Ralf Laemmel for a CHOOSE Talk on 05.03.2008]]>
Fri, 07 Mar 2008 00:07:50 GMT /slideshow/ralf-laemmel-not-quite-a-sales-pitch-for-c-30-and-nets-linq-20080305/296357 choose@slideshare.net(choose) Ralf Laemmel - Not quite a sales pitch for C# 3.0 and .NET's LINQ - 2008-03-05 choose This set of slides was used by Ralf Laemmel for a CHOOSE Talk on 05.03.2008 <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/ralf-laemmel-not-quite-a-sales-pitch-for-c-30-and-nets-linq-20080305-120487726947531-2-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> This set of slides was used by Ralf Laemmel for a CHOOSE Talk on 05.03.2008
Ralf Laemmel - Not quite a sales pitch for C# 3.0 and .NET's LINQ - 2008-03-05 from CHOOSE
]]>
2096 3 https://cdn.slidesharecdn.com/ss_thumbnails/ralf-laemmel-not-quite-a-sales-pitch-for-c-30-and-nets-linq-20080305-120487726947531-2-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
2008 02 01 Zeller https://de.slideshare.net/slideshow/2008-02-01-zeller/256533 2008-02-01-zeller-1202393127747235-4
Andreas Zeller - Die Programmierumgebung der Zukunft]]>

Andreas Zeller - Die Programmierumgebung der Zukunft]]>
Thu, 07 Feb 2008 06:05:29 GMT https://de.slideshare.net/slideshow/2008-02-01-zeller/256533 choose@slideshare.net(choose) 2008 02 01 Zeller choose Andreas Zeller - Die Programmierumgebung der Zukunft <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/2008-02-01-zeller-1202393127747235-4-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Andreas Zeller - Die Programmierumgebung der Zukunft
from CHOOSE
]]>
551 25 https://cdn.slidesharecdn.com/ss_thumbnails/2008-02-01-zeller-1202393127747235-4-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
https://cdn.slidesharecdn.com/profile-photo-choose-48x48.jpg?cb=1522782940 CHOOSE is the Swiss Group for Object-Oriented Systems and Environments, and is a special interest group of the Swiss Informatics Society. choose.s-i.ch https://cdn.slidesharecdn.com/ss_thumbnails/investigatingmalware-161117095447-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/dissecting-stateoftheart-android-malware-using-static-and-dynamic-analysis/69179852 Dissecting State-of-th... https://cdn.slidesharecdn.com/ss_thumbnails/pooyanchoosetalk-161116085838-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/pooyan-jamshidi-choose-talk-20161101/69081541 Continuous Architectin... https://cdn.slidesharecdn.com/ss_thumbnails/programmingtomodeling-markusvolter-130213062608-phpapp01-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/programming-tomodeling/16504405 Modelling and Programm...