All public logs
Combined display of all available logs of Soma-notes. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:11, 4 March 2021 Soma talk contribs created page Game Engines 2021W Lecture 11 (Created page with "<pre> Lecture 11 ---------- - Anil show and tell - design plan - what I've got (it isn't much) - planning for rest of course - show and tell (everyone else) I owe y...")
- 18:25, 1 March 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 13 (Created page with "==Video== Video from the lecture given on March 1, 2021 will be available shortly. ==Notes== <pre> Midterm Review -------------- * assignment 2 solutions * answer questions...")
- 21:54, 26 February 2021 Soma talk contribs created page Mobile App Dev 2021W: Tutorial 5 (Created page with "==Code== ===res/values/strings.xml=== <syntaxhighlight lang="xml" line> <resources> <string name="app_name">Temperature Converter</string> <string name="message">Ent...")
- 21:38, 24 February 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 12 (Created page with "==Video== Video from the lecture given on February 24, 2021 [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/lectures/comp1601-2021w-lec12-20210224.m4v is now available]....")
- 21:04, 22 February 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 11 (Created page with "==Video== Video for the lecture give on February 22, 2021 [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/lectures/comp1601-2021w-lec11-20210222.m4v is now available]....")
- 02:11, 13 February 2021 Soma talk contribs created page Mobile App Dev 2021W: Assignment 2 (Created page with "'''This assignment is still being developed.''' ==Code== <syntaxhighlight lang="swift" line> // // ContentView.swift // 1601picviewer-2 // COMP 1601 Winter 2021, Carleton...")
- 18:35, 10 February 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 10 (Created page with "==Video== Video from the lecture given on February 10, 2021 [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/lectures/comp1601-2021w-lec10-20210210.m4v is now available].")
- 18:39, 8 February 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 9 (Created page with "==Video== Video from the lecture given on February 8, 2021 [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/lectures/comp1601-2021w-lec09-20210208.m4v is now available]....")
- 04:50, 8 February 2021 Soma talk contribs created page Mobile App Dev 2021W: Tutorial 4 (Created page with "'''This tutorial is still in development.''' In this tutorial you will be playing with [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/code/1601picviewer-1.zip 1601picvi...")
- 15:07, 4 February 2021 Soma talk contribs created page Game Engines 2021W Lecture 8 (Created page with "Lecture 8 --------- Idea: Polytopia is fun, but has poor support for co-op multiplayer - no in-game support for teams Can we make a polytopia-like game (simplified civ game...")
- 18:16, 3 February 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 8 (Created page with "==Video== Video from the lecture given on February 3, 2021 will be available later today. ==Code== Below is the modified version of drag-demo that was created in class. <s...")
- 17:11, 2 February 2021 Soma talk contribs created page Game Engines 2021W Lecture 7 (Created page with "==Resources== * [http://beagle.applearchives.com/the_posters/poster_1.html Beagle Bros quick reference poster] (with Apple II memory map) * [https://en.wikipedia.org/wiki/IRI...")
- 01:53, 2 February 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 7 (Created page with "==Video== Video from the lecture given on February 1, 2021 [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/lectures/comp1601-2021w-lec07-20210201.m4v is now available]....")
- 06:54, 31 January 2021 Soma talk contribs created page Mobile App Dev 2021W: Tutorial 3 (Created page with "==Code== [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/code/drag-demo.zip drag-demo.zip] <syntaxhighlight lang="swift" line> // // ContentView.swift // drag_demo i...")
- 22:53, 28 January 2021 Soma talk contribs created page Game Engines 2021W Lecture 6 (Created page with "==Notes== <pre> Lecture 6 --------- comments on journal Show & Tell concurrency in game engines & godot using gdb with godot (to debug the engine) Journal comments - many...")
- 18:06, 27 January 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 6 (Created page with "==Video== ==Notes== <pre> Lecture 6 ------------ Domain specific languages (DSL) - versus general purpose languages - language designed to specify solutions in a specific...")
- 15:12, 27 January 2021 Soma talk contribs moved page Mobile App Development 2021W: Assignment 1 to Mobile App Dev 2021W: Assignment 1 without leaving a redirect (naming consistency fix)
- 14:58, 27 January 2021 Soma talk contribs created page Mobile App Development 2021W: Assignment 1 (Created page with "'''This assignment is still being developed.''' ==Questions== <ol> <li>[3] Change getConversion in main.swift as follows: <ol style="list-style-type:lower-alpha"> <li>[1] Ma...")
- 17:25, 26 January 2021 Soma talk contribs created page Game Engines 2021W Lecture 5 (Created page with "==Notes== <pre> Lecture 5 --------- - project proposal, see class wiki How will technical scope be graded? - clean design - doable implementation in time given - testing...")
- 01:29, 26 January 2021 Soma talk contribs created page Game Engines 2021W Project Guidelines (Created page with "This page contains guidelines on the class project. This page will be updated based on questions and feedback. ==Project Proposal== Your project proposal should be a relati...")
- 21:33, 25 January 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 5 (Created page with "==Video== Video from the lecture given on January 25, 2021 [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/lectures/comp1601-2021w-lec05-20210125.m4v is now available]....")
- 04:53, 24 January 2021 Soma talk contribs created page Mobile App Dev 2021W: Tutorial 2 (Created page with "==Code== * [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/code/Convert2Cmd.zip Convert2Cmd.zip] * [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/code/Converter2.z...")
- 22:51, 21 January 2021 Soma talk contribs created page Game Engines 2021W Lecture 4 (Created page with "==Notes== <pre> Lecture 4 --------- - show & tell - coming up with new ideas How do you come up with ideas? - most ideas have never been thought of - most things have ne...")
- 20:49, 20 January 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 4 (Created page with "==Video== Video from the lecture given on January 20, 2021 [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/lectures/comp1601-2021w-lec04-20210120.m4v is now available].")
- 16:18, 19 January 2021 Soma talk contribs created page Game Engines 2021W Lecture 3 (Created page with "==Notes== <pre> Lecture 3 --------- what is the best game engine? - and what does this question even mean? If time and effort are no object, the best game engine is the on...")
- 03:38, 19 January 2021 Soma talk contribs created page Mobile App Development 2021W Lecture 3 (Created page with "==Video== Video from the lecture given on January 18, 2020 [https://homeostasis.scs.carleton.ca/~soma/mad-2021w/lectures/comp1601-2021w-lec03-20210118.m4v is now available].")
- 06:36, 17 January 2021 Soma talk contribs created page File:Converter-1-xcode.jpg
- 06:36, 17 January 2021 Soma talk contribs uploaded File:Converter-1-xcode.jpg
- 05:26, 17 January 2021 Soma talk contribs created page Mobile App Dev 2021W: Tutorial 1 (Created page with "'''This tutorial is still being developed.''' In this tutorial you will extend and study a simple app for temperature conversion. ==Getting Started== First, you should Mo...")
- 03:09, 17 January 2021 Soma talk contribs created page File:Xcode-splash.jpg
- 03:09, 17 January 2021 Soma talk contribs uploaded File:Xcode-splash.jpg
- 03:09, 17 January 2021 Soma talk contribs created page File:Xcode-install.jpg
- 03:09, 17 January 2021 Soma talk contribs uploaded File:Xcode-install.jpg
- 03:08, 17 January 2021 Soma talk contribs created page File:Xcode-Setup-vc-2.jpg
- 03:08, 17 January 2021 Soma talk contribs uploaded File:Xcode-Setup-vc-2.jpg
- 03:08, 17 January 2021 Soma talk contribs created page File:Xcode-Setup-vc-1.jpg
- 03:08, 17 January 2021 Soma talk contribs uploaded File:Xcode-Setup-vc-1.jpg
- 03:07, 17 January 2021 Soma talk contribs created page File:Xcode-ProjectOptions.jpg
- 03:07, 17 January 2021 Soma talk contribs uploaded File:Xcode-ProjectOptions.jpg
- 03:07, 17 January 2021 Soma talk contribs created page File:Xcode-create-project-2.jpg
- 03:07, 17 January 2021 Soma talk contribs uploaded File:Xcode-create-project-2.jpg
- 03:07, 17 January 2021 Soma talk contribs created page File:Xcode-create-project-1.jpg
- 03:07, 17 January 2021 Soma talk contribs uploaded File:Xcode-create-project-1.jpg
- 03:06, 17 January 2021 Soma talk contribs created page File:Xcode-choosing-platform.jpg
- 03:06, 17 January 2021 Soma talk contribs uploaded File:Xcode-choosing-platform.jpg
- 03:06, 17 January 2021 Soma talk contribs created page File:Xcode-cert-create-2.jpg
- 03:06, 17 January 2021 Soma talk contribs uploaded File:Xcode-cert-create-2.jpg
- 03:06, 17 January 2021 Soma talk contribs created page File:Xcode-cert-create-1.jpg
- 03:06, 17 January 2021 Soma talk contribs uploaded File:Xcode-cert-create-1.jpg
- 03:05, 17 January 2021 Soma talk contribs created page File:Xcode-App-template.jpg