Skip to content
#

education

Here are 817 public repositories matching this topic...

LibreLingo
kantord
kantord commented Jun 16, 2022

On all pages that are associated with a course, the LibreLingo logo on the top left corner of the page should lead back to the main page of the course, rather than the main landing page. This is because most people are most likely to only study one language, so most likely they will want to go back to that page. Once the landing page is improved, we can add an alternative way to go back to that pa

good first issue
alexmojaki
alexmojaki commented Dec 30, 2021

If you call input("Reasonable length prompt: ") then the shell scrolls to the right, hiding the content on the left. The reason for this is a bit of CSS width: calc(100% - 2.5em) on a div wrapping the <input> tag where the user types into the shell. But removing that leaves the input element short so that if you enter a long line of code it doesn't show the full thing. I don't know what a go

bug help wanted good first issue frontend
hedy
kevin-w-du
kevin-w-du commented Sep 28, 2020

Our current firewall lab is quite simple, mostly because it is hard to set up a complicated network environment using virtual machines. We are limited on the number of VMs that can be used in the lab. With the container technology, this limitation is lifted. We are also limited to the industry experience, so a person who has real-world experience on firewalls can help us a lot.

I would like to

good first issue help wanted network
adamancer
adamancer commented Mar 18, 2021

Describe the bug
Using ep.plot_rgb() with stretch=True fails when plotting a masked array when the original array contains NaNs. Plotting returns a black plot and gives the following warning "UserWarning: One or more intensity levels are NaN. Rescaling will broadcast NaN to the full image. Provide intensity levels yourself to avoid this. E.g. with np.nanmin(image), np.nanmax(image)."

I th

bug good first issue

Improve this page

Add a description, image, and links to the education topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the education topic, visit your repo's landing page and select "manage topics."

Learn more