Search for tag: "language"
Command line arguments in C++#include <iostream> int main(int argc, char** argv) { for (int n{0}; n <= argc; n += 1) { std::cout << argv[n] << '\n'; } return 0; }
From Lane Schwartz
2 plays
0
|
|
Basic for loop in C++#include <iostream> int main() { for (int n{10}; n > 0; n = n - 1) { std::cout << n << "\n"; } }
From Lane Schwartz
1 plays
0
|
|
Yup'ik Language AppWe are developing a Yup'ik Language App focusing on the dialect in the Iliamna Lake region!We are asking community members of the Iliamna Lake region to share what they think should be captured…
From Pearl Foster
4 plays
0
|
|
Book Discussion: Our Whole Gwich'in Way of Life Has ChangedRasmuson Library presents a book discussion of Our Whole Gwich'in Way of Life Has Changed / Gwich'in K'yuu Gwiidandài' Tthak Ejuk Gòonlih: Stories from the People of…
From Genova Brookes Boyd
29 plays
0
|
|
Canvas Carryout - AssignmentsSee how to set up assignments in your Canvas course, and how to customize the description and instructions including embedded media and documents.
From Chris Beks
4 plays
0
|
|
One Health Seminar: Dr. Heather J. GordonZoom Recording ID: 83537777566 UUID: n75ezVrfSPyQsANAbeeZPg== Meeting Time: 2021-04-19T23:52:38Z
From Hannah Robinson
105 plays
0
|
|
Student Reflections for Nursing Pinning Ceremony 2020Student Reflections for Nursing Pinning Ceremony Fall 2020. Featuring and honoring Jessica Denslinger and Lumin Guo.
From Pearl Foster
37 plays
0
|
|