-
Updated
Jul 14, 2020
student
Here are 1,671 public repositories matching this topic...
-
Updated
Aug 13, 2021 - PHP
-
Updated
Sep 14, 2019 - Java
-
Updated
May 7, 2021 - C
-
Updated
Jun 10, 2021 - Python
-
Updated
Jan 24, 2021 - Shell
-
Updated
Jul 27, 2021
Deliverable -
-
The integration of delete broadcast feature with the backend
-
A message showing
No Broadcast Found!should be displayed on theAll Broadcastand in each sectionBroadcastspage if there isn't any broadcast available.
Ref - The deleteBroadcast api can be found [here](https://github.com/HITK-TECH-Community/Community-Website/blob/main/backend/app/routes/broad
-
Updated
Oct 22, 2020 - C++
-
Updated
Mar 29, 2019 - Makefile
Is your feature request related to a problem? Please describe.
Make the layout of edit.html as the design.
Describe the solution you'd like
The design folder is present in the root of the master branch. It has all the assets and inspirational designs.
The name is form.png Use that
Describe alternatives you've considered
You can add your own insights but don't modify it consi
-
Updated
Jan 13, 2021 - Dart
-
Updated
Feb 7, 2021 - Python
-
Updated
Apr 23, 2021 - Kotlin
-
Updated
Mar 24, 2021 - Python
-
Updated
Jul 16, 2019 - PHP
-
Updated
Feb 22, 2021 - JavaScript
-
Updated
Oct 20, 2018
-
Updated
Mar 15, 2020 - TeX
-
Updated
Sep 21, 2020 - Dart
-
Updated
Jun 18, 2020 - CSS
-
Updated
Jul 7, 2021 - Python
-
Updated
Jan 22, 2021 - Java
Improve this page
Add a description, image, and links to the student topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the student topic, visit your repo's landing page and select "manage topics."
If a user wants to import code from multiple URLs before running their own code, I believe the current way to do it looks something like:
importCodeURL('url1', () => { importCodeURL('url2', userCode) })with additional URLs creating a larger daisy chain. I think requiring multiple calls to importCodeURL looks bad (though maybe I should just suck it up). This is somewhat relevant becaus