Merge pull request #14 from forks-by-kieran/main

fix: Typos and Link Cleanup
pull/1/head
Starbeamrainbowlabs 2022-10-03 21:51:08 +01:00 committed by GitHub
commit 38297d6e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 15 deletions

View File

@ -77,13 +77,12 @@
- [Interview Bit](https://www.interviewbit.com/practice/) - A platform to learn and practice coding interview questions. Has learning paths for various roles as well.
- [Leetcode](https://leetcode.com/) - A great platform for mastering Data Structures and Algorithms. An essential part of the preparation for SDE interviews.
- [DMOJ](https://dmoj.ca/) - An Archive of great coding problems. Also there are contest on this site.
- [CSES](https://cses.fi/problemset/) - A problem set reknowned to be a one set package for getting ready for competitive programming.
- [CSES](https://cses.fi/problemset/) - A problem set renowned to be a one set package for getting ready for competitive programming.
- [CP Algorithms](https://cp-algorithms.com/) - A collection of important algorithms written in C++.
- [Atcoder](https://atcoder.jp/) - AtCoder is a programming contest site for anyone from beginners to experts.
- [Clist.by](https://clist.by/) - Get updates of upcoming competetive programming contests.
- [TopCoder](https://www.topcoder.com/) - All in one site for CP , ML/AI , Developement
- [TopCoder](https://www.topcoder.com/) - All in one site for CP , ML/AI , Development
- [SPOJ](https://www.spoj.com/) - Beginner friendly website for CP
- [HackerEarth](https://www.hackerearth.com/) - Great free-site for Developement and Coding
- [HackerEarth](https://www.hackerearth.com/) - Great free-site for Development and Coding
- [Codedrills](https://codedrills.io/) - Best site for ACM-ICPC Mock Rounds (Indian Regionals and Prelims)
- [USACO](https://usaco.guide/) - American Website for CP
@ -102,5 +101,5 @@
- [C++Tricks](https://codeforces.com/blog/entry/15643) - Many Tricks are explained well.
- [DSA](https://codeforces.com/blog/entry/13529) - Best blog for resources like Data Structures and Algorithms.
- [Way-To-Practice-CP](https://codeforces.com/blog/entry/66909) - Guide to Improve Ratings
- [YouTube-Tutorial-For-CP](https://codeforces.com/blog/entry/43578) - Nicee YT Tutorials
- [YouTube-Tutorial-For-CP](https://codeforces.com/blog/entry/43578) - Nice YT Tutorials
- [Almost-all-Algo-and-Practice-Problems](https://codeforces.com/blog/entry/90912) - Best Blog to learn and practice simultaneously

View File

@ -15,7 +15,7 @@
Ontop of the great VMware resources below there are other hypervisors for running containers and virtual machines.
Hypervisors are classified as Type 1 or Type 2 hypervisors. Type 1 are often known as bare metal hypervisors. It's installed on bare metal, e.g. it is not installed as an application on top of an operating system. A Type 2 hypervisor is an application which is installed on the operating system.
Type 2 Hypervisors can be SLOW. In most reviews and experience, they perform at roughly 30-40% hardware capability. That means an Guest Operating Systems in a virtual machine hosted on a Type 2 hyperviosor will likely perform at best like it has an 800 MHz CPU if you have 2 GHz physical CPU.
Type 2 Hypervisors can be SLOW. In most reviews and experience, they perform at roughly 30-40% hardware capability. That means an Guest Operating Systems in a virtual machine hosted on a Type 2 hypervisor will likely perform at best like it has an 800 MHz CPU if you have 2 GHz physical CPU.
If you use a Type 1 Hypervisor, you get much better performance (based on experience and reviews) typically get 80-90% hardware capability - so that same virtual machines hosted on the same 2 GHz CPU should operate more like it has a 1.6 GHz CPU instead of 800 Mhz.
@ -34,7 +34,7 @@ Type 1 (Bare Metal Hypervisors)
- [VMware vSphere Hypervisor (ESXi)](https://my.vmware.com/en/web/vmware/evalcenter?p=free-esxi7) - Available for free, or full version - Available for free if a Student of The Department of Computer Science and Technology. All this software is FREE here - [VMware IT Academy Program](https://www.vmware.com/uk/company/it-academy.html)
- [KVM/QEmu](https://www.linux-kvm.org/page/Main_Page) - KVM is built into the linux kernel, just like Hyper-V in Windows
There are many frontends / management tools for KVM, including but not limited to
There are many front ends / management tools for KVM, including but not limited to
- [Gnome Boxes](https://wiki.gnome.org/Apps/Boxes)
- [virt-manager](https://virt-manager.org/)

View File

@ -29,14 +29,14 @@ List originally comprised by [@closebracket](https://github.com/closebracket)
## Student Discount / Free stuff <a name="freestuff"></a>
- [Github Student Pack](https://education.github.com/pack).
- [Microsoft Azure Dev Tools for Teaching](https://azure.microsoft.com/en-gb/free/students/). FREE Microsoft licenses for Windows 10 and 11, Visual Studio and other Windows server operating systems, excludes Micresoft Office!
- [Microsoft Azure Dev Tools for Teaching](https://azure.microsoft.com/en-gb/free/students/). FREE Microsoft licenses for Windows 10 and 11, Visual Studio and other Windows server operating systems, excludes Microsoft Office!
- [VMware IT Academy Program](https://www.vmware.com/uk/company/it-academy.html)
> VMware IT Academy is a similar program to the [Microsoft Azure Dev Tools for Teaching](https://azure.microsoft.com/en-gb/free/students/), and allows students to obtain Software Products and Licensing for most of the VMware Products for FREE e.g. VMware Workstation, VMware vSphere, VMware Fusion.
> If you are a student of The Department of Computer science and Technology you would have been enrolled automatically. However sometimes your information may have "fallen through the cracks!", if so please reach out to me Andy Hancock via <http://support.hull.ac.uk> and mention Andy Hancock!
> If you are a student of The Department of Computer science and Technology you would have been enrolled automatically. However sometimes your information may have "fallen through the cracks!", if so please reach out to me Andy Hancock via <https://support.hull.ac.uk> and mention Andy Hancock!
- [Learning Python Book](https://cfm.ehu.es/ricardo/docs/python/Learning_Python.pdf)
- [Google Workspace for Education](https://edu.google.com/intl/ALL_in/products/workspace-for-education/) Gives students and teachers access to all premium Google Workspace tools. With access to various colaboration and productivity tools, it provides extra cloud storage to all authorised users.
- [Google Workspace for Education](https://edu.google.com/intl/ALL_in/workspace-for-education/editions/overview/) Gives students and teachers access to all premium Google Workspace tools. With access to various collaboration and productivity tools, it provides extra cloud storage to all authorised users.
## Hull University Related <a name="hulluniversity"></a>
@ -46,8 +46,8 @@ List originally comprised by [@closebracket](https://github.com/closebracket)
- [The Yellow Book](https://www.robmiles.com/s/CSharp-Book-2019-Refresh.pdf) - A fantastic intro to C# from former Hull Lecturer, [Rob Miles](https://www.robmiles.com/). He also has other publications available [here](https://www.amazon.co.uk/s?i=stripbooks&rh=p_27:Rob%20Miles&s=relevancerank&text=Rob%20Miles&ref=dp_byline_sr_book_1).
- [Rob Miles Youtube](https://www.youtube.com/channel/UC4OEadKEwxD7TxR9hKhxtuQ).
- [HullBlogs](https://hullblogs.com/) - A collection of blogs from UoH staff, alumni and current students.
- [Freeside Discord](https://discord.gg/qAZ8dAp).
- [#HullCSS Discord](https://hullcss.org/discord).
- [Freeside Discord](https://discord.freeside.co.uk).
- [#HullCSS Discord](https://discord.com/invite/8kYtKWT2VA).
- [Hull Gaming Society Discord](https://discord.gg/Rm5gepFQWA).
- [Hull Robotics Society Discord](https://discord.gg/pYP5kqE).
- [University of Hull Unofficial Discord Server](https://discord.gg/PPrvttzFSW)
@ -95,8 +95,8 @@ List originally comprised by [@closebracket](https://github.com/closebracket)
- [Spyse](https://spyse.com/) Internet assets registry that scan, collect, analyze, and provide information on internet entities💰.
- [The Things Network](https://www.thethingsnetwork.org/)
- [Programmable Web APIs](https://www.programmableweb.com/)
- [A list of publically available APIs](https://github.com/public-apis/public-apis)
- [GitHub Gist](https://gist.github.com/) - For sharing code quicky and privately.
- [A list of publicly available APIs](https://github.com/public-apis/public-apis)
- [GitHub Gist](https://gist.github.com/) - For sharing code quickly and privately.
## Software <a name="software"></a>
@ -110,7 +110,7 @@ List originally comprised by [@closebracket](https://github.com/closebracket)
- [Dockstation](https://dockstation.io/) - Docker GUI for Windows, Mac and Linux
- [Tush](https://github.com/darius/tush/) - a literate testing shell
- [Haven Self Hosted Blog](https://github.com/havenweb/haven) - A self hosted private blog built with ruby on rails.
- [Fritzing](https://fritzing.org/) - A software for desinging circuits, PCBs and testing them virtually.
- [Fritzing](https://fritzing.org/) - A software for designing circuits, PCBs and testing them virtually.
- [Katakoda](https://www.katacoda.com/) - Katacoda provides a platform to build live interactive demo and training environments.
- [CodeSandbox](https://codesandbox.io/) - CodeSandbox is an online code editor and prototyping tool that makes creating and sharing web apps faster.