User Tools

Site Tools


notes:unix:fall2023:projects:gtf0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notes:unix:fall2023:projects:gtf0 [2023/09/11 18:47] – [DRAWING AN ELLIPSE] gsalcenotes:unix:fall2023:projects:gtf0 [2023/09/13 20:13] (current) – [REPOSITORY STEPS] jbernata
Line 5: Line 5:
 <blockquote> grabit unix gtf0 </blockquote> <blockquote> grabit unix gtf0 </blockquote>
 =====REPOSITORY STEPS===== =====REPOSITORY STEPS=====
 +Use the "hg add" command after you grab the project to add it to the repository.
  
 +Then use the "hg commit -m "(message here)"" command to let yourself know any changes you made before adding it to your repository.
 +
 +Then use the "hg push" command to finalize adding the file with the commit message.
 +
 +On a different system, you can use "hg pull" and "hg update" to update your changes on different systems, allowing you to save and load your work on lab 46 or on your personal system.
 =====RUN THE PROGRAM===== =====RUN THE PROGRAM=====
 To use the gtf0.c program you do not need to compile it. Once you have edited and changed the code with a text editor and saved it, you can run **./gtf0.c** to run it.  To use the gtf0.c program you do not need to compile it. Once you have edited and changed the code with a text editor and saved it, you can run **./gtf0.c** to run it. 
Line 14: Line 20:
 =====VIEW THE IMAGE===== =====VIEW THE IMAGE=====
 To view your picture you go into your file explorer where you put your Unix file and find the "gtf0.png" and then click on it to view your image. To view your picture you go into your file explorer where you put your Unix file and find the "gtf0.png" and then click on it to view your image.
 +
 +You can also view it in a web browser at https://lab46.g7n.org/~username/gtf0.png
 =====LIBGD FUNCTIONALITY===== =====LIBGD FUNCTIONALITY=====
 Documentation:  https://libgd.github.io/manuals/2.3.0/files/preamble-txt.html Documentation:  https://libgd.github.io/manuals/2.3.0/files/preamble-txt.html
notes/unix/fall2023/projects/gtf0.1694458030.txt.gz · Last modified: 2023/09/11 18:47 by gsalce