Die Suche ergab 114 Treffer
- 19. Jan 2018 09:41
- Forum: Offtopic
- Thema: Formale Bedingungen fürs Outsourcing
- Antworten: 0
- Zugriffe: 780
Formale Bedingungen fürs Outsourcing
Hallo Zusammen, es gab mal einen Satz an formalen Bedingungen die erfüllt werden müssen, damit es sich "lohnt" Dienstleistungen aus einer Firma zu outsourcen. Ich erinnere mich nur leider nicht mehr an die Veranstaltung oder den Foliensatz in denen die erhalten waren, sie trafen es aber ziemlich auf...
- 16. Dez 2016 15:49
- Forum: Jobs
- Thema: Werkstudent Entwickler
- Antworten: 0
- Zugriffe: 297
Werkstudent Entwickler
Zur Verstärkung unseres Teams in Deutschland suchen wir zum sofortigen Einstieg mehrere Entwickler (m/w) für folgende Aufgaben : - Betreuung unserer Softwarelösungen Netfira Enterprise Buyer und Seller, Netfira Apps für Lieferanten und Kunden, Netfira Portal und Netfira Webshop - Administration von ...
- 10. Sep 2014 22:57
- Forum: Jobs
- Thema: MS ERP: Dynamics AX
- Antworten: 0
- Zugriffe: 295
MS ERP: Dynamics AX
Moin, wir suchen derzeit jemanden, der sich mit dem Einsatz und oder der Entwicklung von Microsofts ERP System Dynamics AX auskennt. Gibt es unter den mitlesenden Damen und Herren jemanden, der sich angesprochen fühlt? Details zur Vergütung etc. können wir dann individuell besprechen. Wir sind hier ...
Re: Klausur
Hallo, ich möchte mich meinen Vorrednern anschließen und würde mich auch sehr zu Informationen bezüglich des Charakters der Klausur freuen. Leider konnte ich die Vorlesung nur selten besuchen, da ich Freitags arbeiten muss und bin daher nicht wirklich im Bilde was klausurrelevante Themen und möglich...
- 22. Okt 2012 13:10
- Forum: Archiv
- Thema: Gruppensuche
- Antworten: 4
- Zugriffe: 996
Re: Gruppensuche
Hast Post.
Grüße!
Grüße!
- 19. Okt 2012 17:57
- Forum: Kommunikationsnetze 2
- Thema: Moodle PW [solved]
- Antworten: 17
- Zugriffe: 3839
Re: Moodle PW [solved]
Same here, I was unable to attend the lecture.
Would somebody please send me the password as well?
Thanks in advance!
//Edit: Thanks to pigbird for sending the pw!
Would somebody please send me the password as well?
Thanks in advance!
//Edit: Thanks to pigbird for sending the pw!
- 21. Aug 2012 17:33
- Forum: Archiv
- Thema: Exam Check-List: Discussion on Part 03 - Functions Part 2
- Antworten: 6
- Zugriffe: 798
Re: Exam Check-List: Discussion on Part 03 - Functions Part
Of course, you are absolutely right. I admit, I haven't checked my implementation and foldl is not as intuitive as foldr ;) Here is the correct code: (define (foldl combine-op init l) (cond [(empty? l) init] [else (foldl combine-op (combine-op (first l) init) (rest l))] ) ) Regards, C0RNi666
- 21. Aug 2012 14:26
- Forum: Archiv
- Thema: Exam Check-List: Discussion on Part 03 - Functions Part 2
- Antworten: 6
- Zugriffe: 798
Exam Check-List: Discussion on Part 03 - Functions Part 2
Follow up with the second part of my solution for possible tasks on the topic of functions. Feel free to correct me if I'm wrong. [Spoiler Alert] Describe the environment (including the environments stored in closures) at certain points in the given program. The environment is the dynamic context in...
- 21. Aug 2012 13:24
- Forum: Archiv
- Thema: Exam Check-List: Discussion on Part 03 - Functions Part 1
- Antworten: 2
- Zugriffe: 1012
Exam Check-List: Discussion on Part 03 - Functions Part 1
Hi, I would also like to participate in the discussion points about possible tasks for the exam. Here is the first part on Functions. What is a higher order function? What is a first-class function? What is a higher order function? What is a first-class function? Higher order functions can take othe...
- 12. Aug 2012 10:49
- Forum: Archiv
- Thema: Bonus System
- Antworten: 4
- Zugriffe: 602
Re: Bonus System
Thanks for the replies which make me believe that I have understood the bonus system correctly. Yes, the system can be viewed linear regarding the applied points, but it is highly unlinear regarding the grade jumps. Regarding the grade level jumps, I suppose there are many cases where it doesn't mak...
- 10. Aug 2012 13:40
- Forum: Archiv
- Thema: Bonus System
- Antworten: 4
- Zugriffe: 602
Bonus System
Hallo, bin mir nicht ganz sicher, ob ich das Bonussystem richtig verstanden habe. So wie ich das gerade sehe ist es nur moeglich einen 0,7 Sprung in der Note zu erreichen, wenn man >=100% der Uebungsbonuspunkte erreicht hat. Bedeutet, dass mit 99% erreichter Uebungsbonuspunkte ein 0,3er Sprung locke...
- 2. Aug 2012 16:46
- Forum: Archiv
- Thema: UML Tool of your choice
- Antworten: 6
- Zugriffe: 1001
Re: UML Tool of your choice
UMLet
Free UML Tool for Fast UML Diagrams
http://www.umlet.com/
For Free, very lightweight and easy to use with drag & drop of all necessary elements.
Visual Paradigm is more professional, but heavyweight and overloaded and not for free unlimited use (licensing issues)
Free UML Tool for Fast UML Diagrams
http://www.umlet.com/
For Free, very lightweight and easy to use with drag & drop of all necessary elements.
Visual Paradigm is more professional, but heavyweight and overloaded and not for free unlimited use (licensing issues)
- 28. Jul 2012 16:54
- Forum: Archiv
- Thema: [exam] How will the exam look like?
- Antworten: 2
- Zugriffe: 400
Re: Slides & exam preparation
Thanks a lot! That helps 

- 26. Jul 2012 18:12
- Forum: Archiv
- Thema: [exam] How will the exam look like?
- Antworten: 2
- Zugriffe: 400
[exam] How will the exam look like?
Generally speaking, how will the exam look like? I am slightly unsure how to learn and prepare for the exam in an adequate manner. For example, will it be necessary to know definitions? Will the questions of the exam tend to be of a similiar nature as what we have seen during the exercise? Are there...
- 8. Mai 2012 16:52
- Forum: Archiv
- Thema: Ex 3 Hardware Interfaces
- Antworten: 5
- Zugriffe: 397
Re: Ex 3 Hardware Interfaces
Thanks, of course.. That helps! 
