Difference between revisions of "Class software"

From the Linux and Unix Users Group at Virginia Teck Wiki
Jump to: navigation, search
imported>Cov
(Tmux - Popular terminal multiplexer)
 
(115 intermediate revisions by 12 users not shown)
Line 1: Line 1:
= Required Software Matrix =
+
This page includes information about both libre and non-libre software, rather than having it fragmented in a ton of separate pages across the wiki.
<table border="1">
+
 
<tr>
+
== Libre Applications ==
<th> Class
+
See [[Annotation]] for a more in depth explanation about annotation software.
</th><th> Proprietary Software
+
 
</th><th> VM
+
==== [http://freshmeat.net/projects/jarnal Jarnal] - Java based PDF annotator ====
</th><th> WINE
+
==== [https://en.wikipedia.org/wiki/Okular Okular] - KDE Document viewer ====
</th><th> Native Linux Version
+
==== [http://xournal.sourceforge.net/ Xournal] - GTK+ inking application ====
</th><th> Equivalent FOSS
+
==== [https://gnuradio.org GNURadio] - "Provides signal processing blocks to implement software-defined radios and signal-processing systems." ====
</th><th> Notes
+
==== Used by the Hume Center for research ====
</th></tr>
+
==== [[LaTeX]] - Markup & typesetting system for producing high-quality documents ====
<tr>
+
* The [https://github.com/josephwright/beamer Beamer] is used to create slides/posters
<td> Multiple
+
* See [[LaTeX#Example_LaTeX_documents]] for example documents
</td><td> [[DyKnow]]
+
 
</td><td> yes
+
==== [http://www.mono-project.com/ Mono] - Cross platform .NET compiler and runtime ====
</td><td style="background: rgb(154, 63, 32)"> Garbage
+
* [http://www.monodevelop.com/ MonoDevelop] GUI for Mono
</td><td> no
+
==== [http://pygments.org/ Pygments] - Source code pretty-printer that outpus to many formats ====
</td><td> [http://up.ucsd.edu/ Ubiquitous Presenter] (Free for academic use), completely free version a work in progress
+
==== [https://www.r-project.org/ R] - The programming language for statistics ====
</td><td> Get through installation by deleting the dependency entries.
+
==== [http://pages.cs.wisc.edu/~larus/spim.html SPIM] - MIPS R2000 & R3000 simulator for educational purposes ====
</td></tr>
+
==== [https://en.wikipedia.org/wiki/VirtualBox VirtualBox] - Virtualization software ====
<tr>
+
==== [https://libvirt.org/ LibVirt] - API for manaing virtual machines under QEMU, KVM, or XEN ====
<td> Multiple
+
* [https://en.wikipedia.org/wiki/Virtual_Machine_Manager virt-manager] is a GUI for libvirt
</td><td> [[w:MATLAB|MATLAB]]
+
==== [http://xmonad.org Xmonad] - Haskell based windows manager ====
</td><td> yes
+
* [https://linx.li/ackthetxmonad.txt Ackthet's] configuration
</td><td style="background: gold"> [http://appdb.winehq.org/objectManager.php?sClass=application&amp;iId=49 Gold]
+
==== [http://bluej.org/ BlueJ] - Simple Java IDE ====
</td><td> yes
+
==== [https://github.com/Rip-Rip/clang_complete Clang Complete] - Popular Clang addon for vim ====
</td><td> [[QtOctave]], [http://freemat.sourceforge.net/ FreeMat] (stale?), [http://www.gnu.org/software/octave/ Octave] (console), [http://www.scilab.org/ Scilab] (not syntax-compatible), [http://sagemath.org/ Sage]
+
==== [https://www.gnu.org/software/screen/ Screen] - Popular terminal multiplexer ====
</td><td> [http://computing.ece.vt.edu/wiki/Matlab#Using_the_MPI_parallel_toolbox Parallelize number crunching] using the [http://computing.ece.vt.edu/wiki/Main_Page CVL]. ENGE 1104 requires functions not in Octave/FreeMat.
+
==== [[w:tmux|tmux]] - Popular terminal multiplexer ====
</td></tr>
+
* [[.tmux.conf|User .tmux.conf configs]]
<tr>
+
 
<td> Multiple
+
==== [http://xoscope.sourceforge.net/ Xoscope] - Oscilloscope program ====
</td><td>[http://www.microsoft.com/visualstudio/en-us/default.mspx MS Visual C++] ([http://www.microsoft.com/express/vc/ Express])
+
==== [http://xournal.sourceforge.net/ Xournal] - Notetaking/Sketching/Journal App ====
</td><td>yes
+
==== [[Qucs]] - "Quite Universal Circuit Simulator" ====
</td><td style="background: rgb(154, 63, 32)">[http://appdb.winehq.org/objectManager.php?sClass=version&amp;iId=11210 Garbage]
+
 
</td><td>no
+
==== [https://sourceforge.net/projects/qtoctave.berlios/ QtOctave] - GUI for Octave ====
</td><td>[http://gcc.gnu.org/ GCC] + [http://www.gnu.org/software/gdb/ GDB] + [http://valgrind.org/ Valgrind], [http://www.kdevelop.org/ KDevelop]
+
 
</td><td>
+
== Non-libre Applications ==
</td></tr>
+
{| class='wikitable'
<tr>
+
|-
<td> BIT 2406
+
! Software
</td><td> Microsoft Excel 2007 (Solver)
+
! License
</td><td> yes
+
! WINE?
</td><td style="background: gold"> [http://appdb.winehq.org/objectManager.php?sClass=version&amp;iId=12812 Gold]
+
! VM?
</td><td> no
+
! Native Linux?
</td><td> [http://projects.gnome.org/gnumeric/ Gnumeric] ([http://openoffice.org/product/calc.html OpenOffice.org Calc] does not generate reports)
+
! Equivalent FOSS
</td><td> Absolute values ( such as "1" or "0") can not be used for
+
! Notes
constraints. Multiple cell ranges can not be manipulated at once,
+
|-
making Gnumeric unusable for transshipment problems and goal
+
| [https://www.mathworks.com/products/matlab.html MATLAB]
programming. Cell ranges can only be compared to ranges of equal length
+
| style="background: LightCoral" | Proprietary
and width in constraints. Nonlinear programming is not yet possible.
+
| style="background: gold" | [http://appdb.winehq.org/objectManager.php?sClass=application&amp;iId=49 Gold]
 +
| style="background: LightGreen" | Yes
 +
| style="background: LightGreen" | Yes
 +
| [[QtOctave]], [http://freemat.sourceforge.net/ FreeMat] (stale?), [http://www.gnu.org/software/octave/ Octave] (console), [http://www.scilab.org/ Scilab] (not syntax-compatible), [http://sagemath.org/ Sage]
 +
| [http://computing.ece.vt.edu/wiki/Matlab#Using_the_MPI_parallel_toolbox Parallelize number crunching] using the [http://computing.ece.vt.edu/wiki/Main_Page CVL]
 +
|-
 +
| [https://www.dyknow.com/ DyKnow]
 +
| style="background: LightCoral" | Proprietary
 +
| style="background: LightCoral" | Garbage
 +
| style="background: LightGreen" | Yes
 +
| style="background: LightCoral" | No
 +
| [https://up.ucsd.edu/ Ubiquitous Presenter] (Free for academic use), completely free version a work in progress
 +
| Contains malware.
 +
|-
 +
| [http://www.ni.com/en-us/shop/labview.html LabView]
 +
| style="background: LightCoral" | Proprietary
 +
|
 +
| style="background: LightGreen" | Yes
 +
| style="background: LightGreen" | Yes
 +
|
 +
|
 +
|-
 +
| [http://www.microsoft.com/visualstudio/en-us/default.mspx Microsoft Visual C++]
 +
| style="background: LightCoral" | Proprietary
 +
| style="background: LightCoral" | [http://appdb.winehq.org/objectManager.php?sClass=version&iId=11210 Garbage]
 +
| style="background: LightGreen" | Yes
 +
| style="background: LightCoral" | No
 +
| [http://gcc.gnu.org/ GCC] + [http://www.gnu.org/software/gdb/ GDB] + [http://valgrind.org/ Valgrind], [http://www.kdevelop.org/ KDevelop], [http://www.eclipse.org/cdt/ eclipse-cdt]
 +
|
 +
|-
 +
| Microsoft Excel 2007
 +
| style="background: LightCoral" | Proprietary
 +
| style="background: gold" | [http://appdb.winehq.org/objectManager.php?sClass=version&iId=12812 Gold]
 +
| style="background: LightGreen" | Yes
 +
| style="background: LightCoral" | No
 +
| [http://projects.gnome.org/gnumeric/ Gnumeric]
 +
| Absolute values ( such as "1" or "0") can not be used for constraints. Multiple cell ranges can not be manipulated at once, making Gnumeric unusable for transshipment problems and goal programming. Cell ranges can only be compared to ranges of equal length and width in constraints. Nonlinear programming is not yet possible.
 
Reports are dated in UTC.
 
Reports are dated in UTC.
</td></tr>
+
|-
<tr>
+
| [[w:PSpice|PSpice]]
<td> BIT 2406
+
| style="background: LightCoral" | Proprietary
</td><td> Microsoft Excel 2007 (Analysis Toolpack)
+
| style="background: silver" | [http://appdb.winehq.org/objectManager.php?sClass=version&amp;iId=1026 Silver]
</td><td> yes
+
| style="background: LightGreen" | Yes
</td><td style="background: gold"> [http://appdb.winehq.org/objectManager.php?sClass=version&amp;iId=12812 Gold]
+
| style="background: LightCoral" | No
</td><td> no
+
| [[Qucs]]
</td><td> [http://projects.gnome.org/gnumeric/ Gnumeric]
+
| You can probably replace the Tront PSpice book with the [http://qucs.sourceforge.net/docs/workbook.pdf Qucs workbook].
</td><td>
+
|-
</td></tr>
+
| [http://www.zeitnitz.de/Christian/scope_en Zeitnitz Soundcard Oscilloscope]
<tr>
+
| ?
<td>[[ECE 2074 Electric Circuit Analysis Laboratory]]
+
| style="background: gold" | Gold
</td><td> [[w:PSpice|PSpice]]
+
| ?
</td><td> yes
+
| style="background: LightCoral" | No
</td><td style="background: silver"> [http://appdb.winehq.org/objectManager.php?sClass=version&amp;iId=1026 Silver]
+
| [[xoscope]]
</td><td> no
+
|
</td><td> [[Qucs]]
+
|-
</td><td> You can probably replace the Tront PSpice book with the [http://qucs.sourceforge.net/docs/workbook.pdf Qucs workbook].
+
| [http://www.vellemanusa.com/products/view/?country=us&lang=enu&id=524708 PCLab]
</td></tr>
+
| style="background: LightCoral" | Proprietary
<tr>
+
| style="background: rgb(225, 172, 110)" | [http://appdb.winehq.org/screenshots.php?iAppId=2456&iVersionId= Bronze?]
<td>[[ECE 2074 Electric Circuit Analysis Laboratory]]
+
| Kind of
</td><td> [http://www.zeitnitz.de/Christian/scope_en Zeitnitz Soundcard Oscilloscope]
+
| style="background: LightCoral" | No
</td><td> ?
+
| none, if you want to use this hardware
</td><td style="background: gold"> Gold
+
| bwr is supposedly working on a linux driver so that this 'scope might also work with [[xoscope]]
</td><td> no
+
|-
</td><td> [[xoscope]]
+
| [http://www.logicworks5.com/ LogicWorks]
</td><td>
+
| style="background: LightCoral" | Proprietary
</td></tr>
+
| style="background: gold" | [http://appdb.winehq.org/objectManager.php?sClass=application&amp;iId=4944 Gold]
<tr>
+
| style="background: LightGreen" | Yes
<td>[[ECE 2504 Introduction to Computer Engineering]]
+
| style="background: LightCoral" | No
</td><td> [http://www.logicworks5.com/ LogicWorks]
+
| [[Qucs]]
</td><td> yes
+
|
</td><td style="background: gold">[http://appdb.winehq.org/objectManager.php?sClass=application&amp;iId=4944 Gold]
+
|-
</td><td> no
+
| [[w:MPLAB|MPLAB]]
</td><td> [[Qucs]]
+
| ??
</td><td>
+
| style="background: gold" | [http://appdb.winehq.org/objectManager.php?sClass=application&amp;iId=403 Gold]
</td></tr>
+
| style="background: LightGreen" | Yes
<tr>
+
| style="background: LightGreen" | Yes
<td>[[ECE 2504 Introduction to Computer Engineering]]
+
| [http://piklab.sourceforge.net/ Piklab]
</td><td> [[w:MPLAB|MPLAB]]
+
|
</td><td> yes
+
|-
</td><td style="background: gold"> [http://appdb.winehq.org/objectManager.php?sClass=application&amp;iId=403 Gold]
+
| [[MicroBlaze|Xilinx tools]] (parts GPL'd)
</td><td> no
+
| ??
</td><td> [http://piklab.sourceforge.net/ Piklab]
+
|
</td><td>
+
| Sometimes quirky
</td></tr>
+
| style="background: LightGreen" | Yes
<tr>
+
|
<td>[[ECE 2534 Microprocessor System Design]]
+
| Use 9.x natively with [http://rmdir.de/%7Emichael/xilinx/ libusb-driver].
</td><td> [[MicroBlaze|Xilinx tools]] (parts GPL'd)
+
|-
</td><td> sometimes quirky
+
| [http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2759 WinCupl]
</td><td>
+
| style="background: LightCoral" | Proprietary
</td><td> yes
+
| style="background: gold" | [http://appdb.winehq.org/objectManager.php?sClass=version&amp;iId=2480 Gold]
</td><td>
+
| style="background: LightGreen" | Yes
</td><td> Use 9.x natively with [http://rmdir.de/%7Emichael/xilinx/ libusb-driver].
+
| style="background: LightCoral" | No
</td></tr>
+
|
<tr>
+
| Needs MFC40.dll:
<td>[[ECE 3504 Digital Design I]]
 
</td><td> [http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2759 WinCupl]
 
</td><td>
 
</td><td style="background: gold"> [http://appdb.winehq.org/objectManager.php?sClass=version&amp;iId=2480 Gold]
 
</td><td> no
 
</td><td>
 
</td><td> Needs MFC40.dll:
 
 
<pre>wget http://activex.microsoft.com/controls/vc/mfc40.cab
 
<pre>wget http://activex.microsoft.com/controls/vc/mfc40.cab
 
cabextract mfc40.cab
 
cabextract mfc40.cab
 
wine mfc40.exe</pre>
 
wine mfc40.exe</pre>
</td></tr>
+
|-
 
+
| [[w:Microsoft_Visual_C_Sharp|MS Visual C#]] + [[w:.NET Framework|.NET]]
<tr>
+
| style="background: LightCoral" | Proprietary
<td>[[ECE 4564 Network Application Design]]
+
| ??
</td><td>[[w:Microsoft_Visual_C_Sharp|MS Visual C#]] + [[w:.NET Framework|.NET]]
+
| style="background: LightGreen" | Yes
</td><td>yes
+
| style="background: LightCoral" | No
</td><td>?
+
| [[MonoDevelop]] + [[Mono]]
</td><td>no
+
|
</td><td>[[MonoDevelop]] + [[Mono]]
+
|-
</td><td>
+
| [[VMware]] products
</td></tr>
+
| style="background: LightCoral" | Proprietary
 
+
| style="background: LightCoral" | No
<tr>
+
| ...
<td> ENGE 1104
+
| Some
</td><td> [http://www.freescale.com/webapp/sps/site/homepage.jsp?nodeId=012726 CodeWarrior]
+
| Virtualbox, QEMU
</td><td> no
+
| VMware's tools can generally be used to convert images between VMware and VirtualBox/QEMU formats.
</td><td style="background: rgb(225, 172, 110)"> [http://appdb.winehq.org/objectManager.php?sClass=application&amp;iId=1300 Bronze]
+
|-
</td><td> yes
+
| [https://www.microsoft.com/project/ Microsoft Project]
</td><td>
+
| style="background: LightCoral" | Proprietary
</td><td>
+
| style="background: rgb(225, 172, 110)" | [http://appdb.winehq.org/objectManager.php?sClass=version&iId=18152 Bronze]
</td></tr></table>
+
| style="background: LightGreen" | Yes
 +
| style="background: LightCoral" | No
 +
| [http://live.gnome.org/Planner GNOME Planner]
 +
| Planner lacks resource levelling or constraints
 +
|-
 +
| [http://usa.autodesk.com/ Autodesk Products]
 +
| style="background: LightCoral" | Proprietary
 +
| style="background: LightCoral" | Garbage
 +
| Buggy
 +
| style="background: LightCoral" | No
 +
|
 +
| Success in Wine depends on the Autodesk product used and revisions of all software involved.
 +
|-
 +
| [https://www.microsoft.com/visio/ Microsoft Visio]
 +
| style="background: LightCoral" | Proprietary
 +
| style="background: gold" | [http://appdb.winehq.org/objectManager.php?sClass=version&iId=16692 Gold]
 +
| style="background: LightGreen" | Yes
 +
| style="background: LightCoral" | No
 +
| [http://live.gnome.org/Dia Dia]
 +
| Lots of add-ons for circuit shapes and logic for flowcharts
 +
|-
 +
| [https://www.microsoft.com/visualstudio/en-us Microsoft Visual Studio]
 +
| style="background: LightCoral" | Proprietary
 +
| style="background: LightCoral" | [http://appdb.winehq.org/objectManager.php?sClass=application&iId=892 Garbage]
 +
| style="background: LightGreen" | Yes
 +
| style="background: LightCoral" | No
 +
| [http://gcc.gnu.org/ gcc], [http://www.eclipse.org/cdt/ eclipse-cdt]
 +
| Compiling C++ in g++ is okay, but testing in a Visual Studio environment is recommended to make sure that the project will work correctly before turning it in.
 +
|-
 +
| [https://www.microsoft.com/powerpoint/ Microsoft PowerPoint]
 +
| style="background: LightCoral" | Proprietary
 +
| ?
 +
| style="background: LightGreen" | Yes
 +
| style="background: LightCoral" | No
 +
| [[LibreOffice]] Impress, [[Beamer]]
 +
| Some instructors may require PPTX files, but some may also accept PDF; your mileage will very depending upon your instructor.
 +
|-
 +
| [http://www.sibelius.com/products/scorch/index.html Sibelius Scorch]
 +
| style="background: LightCoral" | Proprietary
 +
| ?
 +
| style="background: LightGreen" | Yes
 +
| style="background: LightCoral" | No
 +
|
 +
|
 +
|-
 +
| [https://www.adobe.com/products/flashplayer.html Adobe Flash Player]
 +
| style="background: LightCoral" | Proprietary
 +
| ?
 +
| style="background: LightGreen" | Yes
 +
| style="background: LightGreen" | Yes
 +
|
 +
|
 +
|-
 +
| [https://www.respondus.com/products/lockdown-browser/ Respondus LockDown Browser]
 +
| style="background: LightCoral" | Proprietary
 +
| style="background: LightCoral" | [https://appdb.winehq.org/objectManager.php?sClass=application&iId=13078 No?]
 +
| style="background: LightCoral" | [http://support.respondus.com/support/index.php?/Knowledgebase/Article/View/201/25/students-see-the-warning-the-browser-cant-be-used-in-virtual-machine-software-such-as-virtual-pc-vmware-and-parallels No]
 +
| style="background: LightCoral" | No
 +
|
 +
| Integrates with Scholar, Canvas for testing; prevents access to other tabs, perhaps other apps (by blacklist), resists running in virtualized environments and some releases of Wine, <em>must be run as administrator</em>
 +
|-
 +
| [http://www.tech-tools.com/index.htm DigiView]
 +
| style="background: LightCoral" | Proprietary
 +
| ??
 +
| style="background: LightGreen" | Yes
 +
| style="background: LightCoral" | No
 +
|
 +
| Integrates with Scholar, Canvas for testing; prevents access to other tabs, perhaps other apps (by blacklist), resists running in virtualized environments and some releases of Wine, <em>must be run as administrator</em>
 +
|}
  
[[Example LaTeX Chem Lab Report]] - An example lab report for CHEM 1045 written in LaTeX.
+
== Course management software ==
 +
==== [http://www.blackboard.com/index.html Blackboard] - ??? - 2010 ====
 +
==== [https://scholar.vt.edu/portal Scholar] - 2010 - 2017 ====
 +
==== [https://canvas.vt.edu Canvas] - 2017 - Current ====
  
==See Also==
+
== See Also ==
* [[:Category:Libre course software|Libre course software]]
+
* [[Computer requirement]]
* [[:Category:Proprietary course software|Proprietary course software]]
 
  
 
[[Category:Software]]
 
[[Category:Software]]
 +
[[Category:Featured content]]
 +
[[Category:Needs restoration]]

Latest revision as of 03:13, 4 January 2019

This page includes information about both libre and non-libre software, rather than having it fragmented in a ton of separate pages across the wiki.

Libre Applications

See Annotation for a more in depth explanation about annotation software.

Jarnal - Java based PDF annotator

Okular - KDE Document viewer

Xournal - GTK+ inking application

GNURadio - "Provides signal processing blocks to implement software-defined radios and signal-processing systems."

Used by the Hume Center for research

LaTeX - Markup & typesetting system for producing high-quality documents

Mono - Cross platform .NET compiler and runtime

Pygments - Source code pretty-printer that outpus to many formats

R - The programming language for statistics

SPIM - MIPS R2000 & R3000 simulator for educational purposes

VirtualBox - Virtualization software

LibVirt - API for manaing virtual machines under QEMU, KVM, or XEN

Xmonad - Haskell based windows manager

BlueJ - Simple Java IDE

Clang Complete - Popular Clang addon for vim

Screen - Popular terminal multiplexer

tmux - Popular terminal multiplexer

Xoscope - Oscilloscope program

Xournal - Notetaking/Sketching/Journal App

Qucs - "Quite Universal Circuit Simulator"

QtOctave - GUI for Octave

Non-libre Applications

Software License WINE? VM? Native Linux? Equivalent FOSS Notes
MATLAB Proprietary Gold Yes Yes QtOctave, FreeMat (stale?), Octave (console), Scilab (not syntax-compatible), Sage Parallelize number crunching using the CVL
DyKnow Proprietary Garbage Yes No Ubiquitous Presenter (Free for academic use), completely free version a work in progress Contains malware.
LabView Proprietary Yes Yes
Microsoft Visual C++ Proprietary Garbage Yes No GCC + GDB + Valgrind, KDevelop, eclipse-cdt
Microsoft Excel 2007 Proprietary Gold Yes No Gnumeric Absolute values ( such as "1" or "0") can not be used for constraints. Multiple cell ranges can not be manipulated at once, making Gnumeric unusable for transshipment problems and goal programming. Cell ranges can only be compared to ranges of equal length and width in constraints. Nonlinear programming is not yet possible.

Reports are dated in UTC.

PSpice Proprietary Silver Yes No Qucs You can probably replace the Tront PSpice book with the Qucs workbook.
Zeitnitz Soundcard Oscilloscope ? Gold ? No xoscope
PCLab Proprietary Bronze? Kind of No none, if you want to use this hardware bwr is supposedly working on a linux driver so that this 'scope might also work with xoscope
LogicWorks Proprietary Gold Yes No Qucs
MPLAB ?? Gold Yes Yes Piklab
Xilinx tools (parts GPL'd) ?? Sometimes quirky Yes Use 9.x natively with libusb-driver.
WinCupl Proprietary Gold Yes No Needs MFC40.dll:
wget http://activex.microsoft.com/controls/vc/mfc40.cab
cabextract mfc40.cab
wine mfc40.exe
MS Visual C# + .NET Proprietary ?? Yes No MonoDevelop + Mono
VMware products Proprietary No ... Some Virtualbox, QEMU VMware's tools can generally be used to convert images between VMware and VirtualBox/QEMU formats.
Microsoft Project Proprietary Bronze Yes No GNOME Planner Planner lacks resource levelling or constraints
Autodesk Products Proprietary Garbage Buggy No Success in Wine depends on the Autodesk product used and revisions of all software involved.
Microsoft Visio Proprietary Gold Yes No Dia Lots of add-ons for circuit shapes and logic for flowcharts
Microsoft Visual Studio Proprietary Garbage Yes No gcc, eclipse-cdt Compiling C++ in g++ is okay, but testing in a Visual Studio environment is recommended to make sure that the project will work correctly before turning it in.
Microsoft PowerPoint Proprietary ? Yes No LibreOffice Impress, Beamer Some instructors may require PPTX files, but some may also accept PDF; your mileage will very depending upon your instructor.
Sibelius Scorch Proprietary ? Yes No
Adobe Flash Player Proprietary ? Yes Yes
Respondus LockDown Browser Proprietary No? No No Integrates with Scholar, Canvas for testing; prevents access to other tabs, perhaps other apps (by blacklist), resists running in virtualized environments and some releases of Wine, must be run as administrator
DigiView Proprietary ?? Yes No Integrates with Scholar, Canvas for testing; prevents access to other tabs, perhaps other apps (by blacklist), resists running in virtualized environments and some releases of Wine, must be run as administrator

Course management software

Blackboard - ??? - 2010

Scholar - 2010 - 2017

Canvas - 2017 - Current

See Also