Kalkulator sederhana untuk memudahkan dosen penguji yang malas menghitung hasil penilaian ujian/sidang TA/skripsi.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

39 lignes
942 B

il y a 5 ans
  1. # ---> VisualStudioCode
  2. .vscode/*
  3. !.vscode/settings.json
  4. !.vscode/tasks.json
  5. !.vscode/launch.json
  6. !.vscode/extensions.json
  7. # ---> SublimeText
  8. # Cache files for Sublime Text
  9. *.tmlanguage.cache
  10. *.tmPreferences.cache
  11. *.stTheme.cache
  12. # Workspace files are user-specific
  13. *.sublime-workspace
  14. # Project files should be checked into the repository, unless a significant
  15. # proportion of contributors will probably not be using Sublime Text
  16. # *.sublime-project
  17. # SFTP configuration file
  18. sftp-config.json
  19. # Package control specific files
  20. Package Control.last-run
  21. Package Control.ca-list
  22. Package Control.ca-bundle
  23. Package Control.system-ca-bundle
  24. Package Control.cache/
  25. Package Control.ca-certs/
  26. Package Control.merged-ca-bundle
  27. Package Control.user-ca-bundle
  28. oscrypto-ca-bundle.crt
  29. bh_unicode_properties.cache
  30. # Sublime-github package stores a github token in this file
  31. # https://packagecontrol.io/packages/sublime-github
  32. GitHub.sublime-settings