The Wayback Machine - https://web.archive.org/web/20200828023734/https://github.com/topics/computer-engineering
Skip to content
#

computer-engineering

Here are 230 public repositories matching this topic...

rbaker26
rbaker26 commented Jun 27, 2020

Description:
The Assembler Page in the GUI is feature-complete and is ready for stylizing.

To-Do List

  1. Make Margins and Padding consistent though the page
  2. Create an alignment scheme for the buttons and labels in the two forms
  3. Make button width look uniform or natural
  4. Change the Save button value to Save to File to match the Load from File button
ruanmed
ruanmed commented Oct 19, 2019

Criar um arquivo CONTRIBUTING.md orientando:

  • Tipos de arquivos aceitos;
  • Nomeação recomendada dos arquivos; (eu comecei seguindo {ano}-{nome-completo-minúsculo}.pdf, seria interessante manter um padrão.)
  • Como os discentes podem adicionar seus TCCs; (fazer um fork, colocar o pdf na pasta pdfs e então inserir linha no README na posição correta, colocar o link para os seus repositórios)
JoeBobMiles
JoeBobMiles commented Sep 21, 2019

In the current subleqc source code, stacks and buffers require their memory to be micro-managed. While allocations are automatically handled by the Push() (for stack) and Append() (for buffer) functions, stacks and buffers still require their memory to be manually freed by calling their respective Empty() functions, which perform the operation of deleting their allocated pointe

Improve this page

Add a description, image, and links to the computer-engineering 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 computer-engineering topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.