github repository created add task?
I created a repository on GitHub. I was also able to upload IntelliJ code.
What's the best way to add an image of the assignment? I usually have the assignments as PDF files.
greeting
I created a repository on GitHub. I was also able to upload IntelliJ code.
What's the best way to add an image of the assignment? I usually have the assignments as PDF files.
greeting
In the following code, the methods .send and .awaitReaction are underlined. "Unresolved function or method send()" I've already installed discord.js and other stuff. Do I need to import anything else for .send and other things to work? const { Client, MessageEmbed, Intents } = require('discord.js'); const client = new Client({ intents: [Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES] }); const…
Hello I've always wanted to program a platformer game. My idea is a combination of GTA 1 and 2, Zelda, and Undertale. But I only have a little experience with Scratch and Tigerjthon. Design and animations aren't a problem. For the engine, I was thinking of GameMaker. Now for the actual question: How long do…
Hello, I wanted to ask if the Casio FX 991 DE CW ClassWiz is programmable because I need it for school and will probably use it at home too, but it would be practical if it was programmable. I would even go so far as to solder something else as long as the "original functions"…
Hello first of all, I wanted to ask if I have a chance of training to be an IT specialist for systems integration even though I'm not that good at math. I'm doing quite well at school, I only get Bs and maybe the occasional C, but math is my problem. I'm in the 9th…
Hi, I have the following image as a .png file: How can I insert text in the form of strings into fixed areas of an image in C#? For example, I would define the following layout beforehand: So that I can then fill in the text in C# and then have the image with the…
Hello, This is my first time working with a .NET MAUI app. I'm currently developing a statistics app. I'm having trouble getting images onto the interface. At least none are displayed. the images are in the folder Resources -> subfolder Images C:\Users\klase\source\repos\InusMobil\InusMobil\Resources\Images\ MainPage.xaml (where the images are inserted) <ContentPage xmlns=" http://schemas.microsoft.com/dotnet/2021/maui " xmlns:x=" http://schemas.microsoft.com/winfx/2009/xaml "…
Add the PDF to git and place it in the root directory. Or you make a link to it in the Readme.
If the PDF cannot be published, simply insert the task in the Readme itself.
Readme?
For a repository, one basically puts a file to the “Readme.md”.
.md is the ending for Markdown (sets the format in which you write your text).
The Readme is read out by Git hosts such as GitHub, GitLab etc. and displayed in the repository.
For a task, therefore, the best place. Just like a link if you commit the PDF.
Example of my repo: DubskySteam/.dotfiles: My current .dotfiles + install scripts (github.com)