Giter Club home page Giter Club logo

ntnu's Introduction

NTNU subjects

Courses attended at NTNU, and the files/code created and used in the course.

Status

Updated Apr 11 with possible missing project files. Most for the pleasure of not having anything to commit.

Subjects

  • IO1000 - Leadership in a Practical Context
  • it1103 -
  • IT2805 - Web Technologies
  • IT3010 - Research Methodology in Computer and Information Science
  • PSY1010 - History of Psychology
  • PSY1012 - Cognitive Psychology I
  • PSY1013 - Biological Psychology I
  • PSY1015 - Developmental Psychology I
  • PSY2012 - Cognitive Psychology II
  • PSY2019 - Work and Organizational Psychology
  • TDT4100 - Object-Oriented Programming
  • TDT4117 - Information Retrieval
  • TDT4136 - Introduction to Artificial Intelligence
  • TDT4150 - Advanced Database Management Systems
  • TDT4165 - Programming Languages
  • TDT4171 - Artificial Intelligence Methods
  • TDT4186 - Operating Systems
  • TDT4190 - Distributed Systems
  • TDT4215 - Web Intelligence
  • TDT4235 - Software Quality and Process Improvement
  • TDT4240 - Software Architecture
  • TDT4242 - Requirements and Testing
  • TDT4250 - Model-Driven Development of Information Systems
  • TDT4252 - Enterprise Modeling and Enterprise Architecture
  • TDT4258 - Energy Efficient Computer Systems
  • TDT4280 - Multi Agent Systems and Game Theory
  • TDT4300 - Data Warehousing and Data Mining
  • TDT4853 - Experts in Teamwork - The Intelligent Transport System
  • TIO4116 - Microeconomics and Investment Science
  • TIO4146 - Finance for Science and Technology Students
  • TIO4161 - Project and Human Resource Management
  • TIO4265 - Strategic Management
  • TIO4345 - Management of Business Relationships and Networks
  • TTK4145 - Real-time Programming

ntnu's People

Contributors

dependabot[bot] avatar magnuskiro avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

ntnu's Issues

Something about NewPortObject2

Sorry, I am not confused with the NewPortObject2 function in the CTMCP book, I search this on google, and find this repo, can you tell me how does the Sin work in this function.

fun {NewPortObject2 Proc}
   Sin in
   thread for Msg in Sin do {Proc Msg} end end
   {NewPort Sin}  
end

I find that in the previous section, the NewPort needs two argument, but there are just one, what does this means.. And When I create a port object in this way.

proc {ClientProc Msg}
   case Msg
   of work(Y) then Y1 Y2 in
      {Send Server calc(10.0 Y1)}
      {Wait Y1}
      {Send Server calc(20.0 Y2)}
      {Wait Y2}
      Y=Y1+Y2
   end
end 
Client={NewPortObject2 ClientProc}

And send message to the port objects, does this just append the Sin stream. I am really confused with this. And I don't find any community on CTMCP. Can you help me with this. Thanks so much.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.