An artist-friendly tool for throwing stuff around inside Blender
natecraddock/AddonDevelopmentTool 11
A Blender addon to aid in the development of Blender addons by providing quick access to repetitive operations
A 2.80 update of the classic Blender addon. Dr Epilepsy will melt your brain!
A script that allows the user to select a directory, and it will create crossfades between all the files!
natecraddock/node-group-library 3
A small but handy addon for Blender
A Python 3 ncurses tool to facilitate grading student submissions on the zyBooks online programming system
our asset manager add-on
A Blender python addon that allows for very easy audio visualizations.
A small python script to batch-resize a directory of input images
Merges (zips) right and left captured pages of books
push eventnatecraddock/zygrader
commit sha bc7e380b3fa8ed5f65e779a924cd1d56935cde9f
Fix: Missing return in load_labs
commit sha 16099d47f5e85f6a478c6d9bfa441d7dc052875b
Create ClassSections data and file management
commit sha 555b3f1979372c4ac493027a5dab6b7be45f6fcf
Add Class Section Manager to admin menu Move lab managing and class section managing to sub-menus to de-clutter the main Class Manager menu
commit sha 8085b8dbb45b5aa3287e4fda8fdd9dbd15d8c27c
Add Class Section Manager implementation Allow creation and editing of class sections
commit sha c3437fd6bd32af56ac7ecebd985ce4547bd3a585
DatetimeSpinner: Add Period field
commit sha 1295b3d8311fd2a12104fb850a79ff91a4972970
DatetimeSpinner: Add bool include_date parameter Allow selection of a time not associated with any date
commit sha 8467ca6dccd86403a00a27d9eb5444ebeacf376d
Fix: Finish converting to Datetime Spinner with no date
commit sha 93c63158d4760cf9dbbdcbccffaf72a5786ecd6c
Class Section Manager: Add Sort Class Sections option
commit sha 3b01bc745988dae69456f755e70ffc620de2d473
ZybookSectionSelector: Add padding to section numbers
commit sha 40a104d6e8341aebe5538aff85cae32f4f98e1ae
GradePuller: Use stored default due times for sections When first presented with the due time selector, initialize the due times to the default due times
commit sha 80941aec8b9109bab08d335790ffb11a0e834226
Pad Class Section Numbers in displays
commit sha 77dc2c78f4aac18c871e74659ad4be6000151c24
GradePuller: Create default name for upload file
commit sha 4d805dcd015b69cda5a3d6cd053847af4f3fa844
Cleanup: Wrap long lines of code in grade_puller.py
commit sha 4b49c29a9b3c8d775f5263e99fa95e747b8fbad4
GradePuller: Finer-tuned carrying of selected due times across all sections
commit sha 32772e09fb7f5d08423bc34712f9116f445724e5
Window: Add shifted navigation keys
commit sha 10885b87ce32dbb2c29bf267d211a7b34d0869bb
TextInput: Add support for marking selected text
commit sha dd1e6b31f76917cb4e6545253c894d9595839ad5
Fix: Crash with canceling new class section The case where the text/datespinner returns None was not handled.
commit sha d25f9cb6a63d72b73378215f914d89f328bf707b
Merge branch 'default-due-times'
commit sha 408390392adf7a4f3e1770a30db7259f4cbc1096
Cleanup: Remove `Marks` label from text input
commit sha 15f2989572c802a01eddc3cef569f12f571f267a
Vim: Add VISUAL (mark) mode Uses the regular keybinds, v to enter visual mode, esc to exit.
push time in 3 hours
created tagnatecraddock/zygrader
A Python 3 ncurses tool to facilitate grading student submissions on the zyBooks online programming system
created time in 3 hours
push eventnatecraddock/zygrader
commit sha dd1e6b31f76917cb4e6545253c894d9595839ad5
Fix: Crash with canceling new class section The case where the text/datespinner returns None was not handled.
push time in 5 hours
push eventmacio97/asset-manager
commit sha f855530a69508f7295a5e6d6511ed10922339656
Cache: Add a basic cache implementation The cache is not connected to the database and is still untested...
push time in 4 days
push eventmacio97/asset-manager
commit sha 91ff3b034eff230b99e2c91596232e0aa661d50f
Database: Initial commit The basics of the database
push time in 5 days
push eventmacio97/asset-manager
commit sha 76e96d1c397d5b7119f80564412fc4fa1a2f4fb1
Schema: Move individual assets into category file This makes management easier
push time in 5 days
push eventmacio97/asset-manager
commit sha 6d21a26ad86f5208ec6ea5d155b420db67e2f26e
Fix dielectrics
push time in 5 days
push eventmacio97/asset-manager
commit sha b23d7fad921193dc37855f9b2df3f71be9e1d441
Fix materials.json
push time in 5 days
push eventmacio97/asset-manager
commit sha 63882c7529b08a010117aa9ee7cf5e27818b28f9
Update json files
push time in 5 days
created tagnatecraddock/zygrader
A Python 3 ncurses tool to facilitate grading student submissions on the zyBooks online programming system
created time in 5 days
push eventnatecraddock/zygrader
commit sha 897355ca4fb301efc2722432a0055e7ae51b45e6
Grader: Fix display of students with no submission Students with no submission were passing through to the grader if the assignment had an attached due date, rather than showing the "No Submission" popup. This modifies the code a bit to always show the grader, but to show a more descriptive message when a student has not submitted, either at all, or before the due date.
commit sha c8f50db4a7aaeb04abfc2c875de466121ed80353
Fix: Crash picking submission on late student
commit sha ada1686e90b663c0fe61009c7ba216550804f186
PairProgramming: Fix missing "Pick Submission" option
commit sha a87ed01c845a07eb3c5f49119a7f0dfe861278b5
Fix: Prevent viewing files when no submission
push time in 5 days
push eventnatecraddock/zygrader
commit sha badc8e56bb89372e568668204bedfb9ce12172eb
Fix: Missing quotes for diffing When the paths contain spaces, the diff fails. Oops.
push time in 5 days
created tagnatecraddock/zygrader
A Python 3 ncurses tool to facilitate grading student submissions on the zyBooks online programming system
created time in 5 days
push eventnatecraddock/zygrader
commit sha c189f0aab84da4b4d2d08e03bd08ae1cfb1f1672
Class Manager: Use section selector from Grade Puller in selecting lab parts Pulled ZybooksSectionSelector into common utils.py to be used in both the Grade Puller and the Class Manager
commit sha a42460e286547714bc12b14f3ff91bb4a349fb1b
Cleanup: Move ZybookSectionSelector to templates.py
commit sha 1123eddf1cb9a77cf1bcced5c9148c69c3677ab5
ZybookSectionSelector: Pad chapter numbers for alignment Just to keep things pretty :)
commit sha 12aa8fd9c6b00a0ef876b866081c9b8c931413c2
Cleanup: Move Filepath Input to templates
commit sha c7ec57c6a02dba823e72c984991c14b5d4452a8d
Versioning: Bump to 4.3.0
push time in 6 days
created tagnatecraddock/zygrader
A Python 3 ncurses tool to facilitate grading student submissions on the zyBooks online programming system
created time in 6 days
created tagnatecraddock/zygrader
A Python 3 ncurses tool to facilitate grading student submissions on the zyBooks online programming system
created time in 7 days
push eventnatecraddock/zygrader
commit sha 06e2d643ff294b0c3d0ab3b3eef897a016d99619
Fix: Line wrapping removing blank lines
commit sha c852f61294959100e9f441b385060c781c533866
Versioning: Bump to 4.2.0
push time in 7 days
push eventnatecraddock/zygrader
commit sha 3d5c9c1cdb249c4938504f2be205e155cc6c3dbd
create DatetimePicker
commit sha 499cdaa9ee87ce2ccf78e56de87567fe04a15224
Merge branch 'master' of https://github.com/natecraddock/zygrader into datetime-spinner
commit sha fc449e513deb444d3fb5e4cf9b830a079df3a2a3
DatetimeSpinner: add spinning functionality
commit sha 4fb0e0444dfbb9b89f8f135b1aee9e88f8391383
DatetimeSpinner: add text-entry and tab navigation
commit sha 7e4f945eee08e66a28f9a067e028dd55e3336daa
DatetimePicker: fix month guess for sep-dec
commit sha adaa563ac8ae6cbd8f3dd3e5fc6691c6c524268e
GradePuller: Replace textinput with DatetimeSpinner
commit sha b85da1b9bb93db9949b712f484f74aca62e47ee1
Class Manager: Use Datetime spinner for setting lab due dates The new spinner component (Thanks Teikn!) is much more intuitive than typing in the date as a string.
commit sha 8d7930829b83819a4d43ad2cf1aaf2f991849890
Fix: Esc key not returning UI_GO_BACK
commit sha 6fbf4667d6e993c28c159d9c15136a50fbcb22ab
DatetimeSpinner: Add Confirm and No Date options Enter only confirms the date when the field selector is over Confirm. No Date returns the DatetimeSpinner.NO_DATE string which can be used in cases where a date is optional. ESC can be used to abandon modifications.
commit sha d2d02e71597ae4b881ae294141fd521c7b34d110
DatetimeSpinner: Make the 'No Date' field an optional parameter Passing optional=True shows the No Date field in the cases where that makes sense.
commit sha 0570d1ea874b02533a14fdc2d405e062cb693b73
DatetimeSpinner: Move FIELDS to self.fields
commit sha 295c7ef9ffbf80934b5cd4da237ec77df0e66cfd
UI: Hide cursor on popups
commit sha 1cf9f3c3795072479913c50fde8a7e585d3a87ab
DatetimeSpinner: Refactor confirm functions Encapsulate the spinner better
commit sha 041516d31cea97091957b3bdd8c594b7760614e9
Merge branch 'datetime-spinner'
commit sha d500dc3f98cc4513f7ab414b4eec9ffa9cec867d
Popups: Add text wrapping to messages It breaks on spaces and forward slashes
commit sha dbe6025bc7a504ee3609dfc30c41df5698176d6c
Window: Add Tab and Backtab as popup nagivation keys
push time in 7 days
push eventnatecraddock/zygrader
commit sha 1cf9f3c3795072479913c50fde8a7e585d3a87ab
DatetimeSpinner: Refactor confirm functions Encapsulate the spinner better
push time in 7 days
push eventnatecraddock/zygrader
commit sha 0570d1ea874b02533a14fdc2d405e062cb693b73
DatetimeSpinner: Move FIELDS to self.fields
commit sha 295c7ef9ffbf80934b5cd4da237ec77df0e66cfd
UI: Hide cursor on popups
push time in 7 days
push eventnatecraddock/zygrader
commit sha b85da1b9bb93db9949b712f484f74aca62e47ee1
Class Manager: Use Datetime spinner for setting lab due dates The new spinner component (Thanks Teikn!) is much more intuitive than typing in the date as a string.
commit sha 6fbf4667d6e993c28c159d9c15136a50fbcb22ab
DatetimeSpinner: Add Confirm and No Date options Enter only confirms the date when the field selector is over Confirm. No Date returns the DatetimeSpinner.NO_DATE string which can be used in cases where a date is optional. ESC can be used to abandon modifications.
commit sha d2d02e71597ae4b881ae294141fd521c7b34d110
DatetimeSpinner: Make the 'No Date' field an optional parameter Passing optional=True shows the No Date field in the cases where that makes sense.
push time in 7 days
startedantirez/sds
started time in 9 days
PR opened macio97/Real-Camera
Wrap the global in a class to better store state.
pr created time in 10 days
push eventnatecraddock/Real-Camera
commit sha 7b45085abacd467cc86facb84abae492d634ff5e
Fix: Draw handler occasionally failing to disable Wrap the global in a class to better store state.
push time in 10 days
Real Camera Addon for Blender
fork in 10 days
push eventnatecraddock/reckless-drivin
commit sha 01460860d3d64290e523eee3b8cd5ed1a5b17e38
Cleanup: Packs Prepare packs for testing.
commit sha be0d5ebddb0b0d9d49469e66e2f4287cba5f2052
Packs: Add note
commit sha 4b4f0322170c946daf4e028983e6d77cedd7a17e
Fix: Missing header guard
commit sha 1ca2815f03b085059e475ff1610b991a91ec261e
Remove CodeWarrior project The project isn't needed anymore. Will use make and potentially cmake as the build system.
push time in 11 days
push eventnatecraddock/zygrader
commit sha a03f6d390f6bc10a1d0082a9ed747241f30352b1
Class Manager: Fix crash on bad section ID in "Add Lab"
commit sha 7df9782dd55703c58c18ac48fc8d6e0bb33af350
Class Manager: Close the lab popup after removing a lab Add support to the options popup callbacks for a bool return value. A value of True will close the popup.
commit sha 085866052ec88b01d82cd53ff965fc371fde446d
Versioning: Bump to 4.1.2
push time in 11 days
created tagnatecraddock/zygrader
A Python 3 ncurses tool to facilitate grading student submissions on the zyBooks online programming system
created time in 11 days
created tagnatecraddock/zygrader
A Python 3 ncurses tool to facilitate grading student submissions on the zyBooks online programming system
created time in 11 days
push eventnatecraddock/zygrader
commit sha 850d28c007432b5984a360d2b5d8605f3f3af5be
Fix: Zygrader not fetching labs on first startup Versioning occurs after loading data, so add a check to see if the class code even exists.
commit sha b389c065ac2edc6a0b207fa1857f72acdb67bf64
Windows: Fix missing titles on popups The border replaced the titles, swap the order of drawing to always show the title.
commit sha fc9da020a9a436a3d91f201700a4d754ec039a4e
User: Always download roster after login Always ensure zygrader is using an up-to-date roster. The time required to download and store the json is trivial so it is logical to always do this rather than wait to bug an "admin" user to pull in new students.
push time in 11 days
created tagnatecraddock/zygrader
A Python 3 ncurses tool to facilitate grading student submissions on the zyBooks online programming system
created time in 12 days
push eventnatecraddock/zygrader
commit sha 95e232d66beed1f288e25f0f4688a7dd15f38dd8
Args: add -s as a short for --set-data-dir
commit sha 1b2a31e066587685001b1b127fdb3e309c0d15ba
Preferences: Add class code override Add a new preference to override the current class code. Choose "No Override" to use the shared class code. Setting the code will automatically update the list of students and labs.
commit sha 19034c1ab79f8a806a3f0a7f53a88368a3c36abc
Window: Allow dynamic header text and show class code in main menu
commit sha b4a00e90e7d9e4d196c50174b6b25549418c478d
Cleanup: Remove shared data duplication
commit sha 8f9b32b67fc059a4d81eff26e9a68e991bd9ff04
Versioning: Update changelog
push time in 12 days
push eventnatecraddock/zygrader
commit sha d2a6ceac0eba533b4584c339e99bf6bb52a4587f
Popups: Allow dynamic text updates Allow passing an object rather than a list for the popup message. The object must implement __iter__ and __next__ to generate the lines of text for the message body in the popup. Use for the submission picker. The submission text updates after picking a new submission.
commit sha 480c231841b2ae189dcb86a3a71fbefb93d1abe4
Readme: Fix development typos
push time in 13 days
created tagnatecraddock/zygrader
A Python 3 ncurses tool to facilitate grading student submissions on the zyBooks online programming system
created time in 13 days
startedcarlini/printf-tac-toe
started time in 18 days
push eventnatecraddock/reckless-drivin
commit sha f2e6a6005d839d55f84b954c88d5db6df2ad5582
Add game code
push time in 19 days
push eventnatecraddock/reckless-drivin
commit sha 4a22e1f17522eb877edc5096ed79b8b3b609552c
Cleanup: typo
push time in 21 days
push eventnatecraddock/reckless-drivin
commit sha 35d1df86466dcb2f4cf820ca64e5d9618228d23c
Cleanup: Replace nil with NULL Include stdlib.h where needed
commit sha a5526b4821ba8af5c063cd06e47585614ad31824
Cleanup: Remove unneeded pointer casts
push time in 21 days
push eventnatecraddock/reckless-drivin
commit sha d0fe3a42f487c773a7bcbc178a67bbc6e297254f
Cleanup: Braces
commit sha dfa37d1c2fc13c95da57547f473f88f17340764d
Cleanup: Use stdbool.h for booleans Replace Boolean with bool and include the library
push time in 21 days
push eventnatecraddock/reckless-drivin
commit sha 9cb7ec21881b7e69ccb6e03e12ef8ad196d2b8d3
Cleanup: Adjust clang-format Adjust break before else. Add .clang-format file.
push time in 24 days
push eventnatecraddock/reckless-drivin
commit sha 32b723c0aa32c9c7005efbd88b1cf57814c87306
Cleanup: Add more types from Mac SDK The goal at the moment is to make the code readable and remove include errors.
commit sha aa8df4f6287c6b7b6a9838e0aad353ac14735973
Cleanup: Headers use braces on conditions Better style to use braces.
push time in 24 days
push eventnatecraddock/reckless-drivin
commit sha d8d05ceb5555fd91152e5ec7b112f628f5a1c198
Cleanup: Comments and spelling
push time in 25 days
push eventnatecraddock/reckless-drivin
commit sha e5b941f4efe6893a791d8d83a5dfd6cf46eca8fa
Cleanup: Add file ending newlines
commit sha 7c5e9ae393e0989d804e4fd80476ddf03ea64422
Cleanup: Use <stdint.h> for integer types UInt8, SInt16, and other variations were used throughout the code. Use the standard types instead.
commit sha 7480842d127b0e4550c2a189665bf1754e8267e1
Cleanup: Add char array typedefs Add a new headers/defines.h file that contains typedefs for the various strings throughout the code. Other typedefs can be placed here later on.
push time in 25 days
startednatecraddock/reckless-drivin
started time in a month
created tagnatecraddock/zygrader
A Python 3 ncurses tool to facilitate grading student submissions on the zyBooks online programming system
created time in a month
push eventnatecraddock/zygrader
commit sha 86bb2bd94a4f93e51685f5a05e0a4dff682fc643
Versioning: Use semantic versioning Rather than storing floats, use semantic versioning (see semver.org) MAJOR.MINOR.PATCH In following with semantic versioning practices, this is a MAJOR version so this release will be 4.0.0. Remove all old versioning code.
commit sha caf7032d5b3bb8a62041104950760028590c7b5b
Readme: small developer fixes
commit sha b1806dee006db505eb6b69a5efa47ef2c4feed15
Fix: Flagged and locked lines in themes
commit sha 5c09414e088b9d2925b137bc142352e42c35dab2
Versioning: Release version 4.0.0
push time in a month
created tagnatecraddock/zygrader
A Python 3 ncurses tool to facilitate grading student submissions on the zyBooks online programming system
created time in a month
push eventnatecraddock/reckless-drivin
commit sha d581f22f4c54efd2139ac2b069be57c3cf46aae7
Git: Add .gitignore
commit sha 502ca54c3277bfd90feae98348fda7c53e732ac8
Clang Format: Format all source and header files Use the default clang-formatter on all source files to make things more consistent and easy to read. Still need to go through style in other ways, but that can't be automated.
push time in a month
push eventnatecraddock/zygrader
commit sha 85f8dcc4d49e91884cb7dc0e8590cec5ddbd6bf1
UI: Add true light theme The dark theme was purely dark, now add a light theme that is completely light. Use borders around popups for UI separation.
push time in a month
created tagnatecraddock/zygrader
A Python 3 ncurses tool to facilitate grading student submissions on the zyBooks online programming system
created time in a month
push eventnatecraddock/zygrader
commit sha 154b55b35a54b58a719e2e955e6535e98aabfd4f
Fix: broken fstring in updater
commit sha fafc600a148ef7777c1b9ce6b211c138ddeae615
Fix: Wrong versioning number
commit sha bdad0976676621a7df823c2afa197e2958f96680
UI: Fix header updates The header updated too many times each draw cycle. Also fix vim mode indicator.
push time in a month
push eventnatecraddock/zygrader
commit sha 521335e9527f2f3e6a76a1d80ed3f4696fe90191
Readme: Update venv documentation
commit sha 913f389fc7581dace43da23f6d3a9c6098be11f5
Readme: Add VSCode documentation
push time in a month
push eventnatecraddock/blender
commit sha 15a24f3d7fed0d50f544f86cdb72298338e33e2d
GPUMaterial: Fix shader compilation when using UDIM textures
commit sha 51cd6d22c5cce631739c398ade3e1d89406af317
Cleanup: GPUMaterilal: Texture Node: Remove unused functions
commit sha de9c04c28741ba907977674bf93f26d51a9d58a8
Cleanup: clang format, warning
commit sha dbb1f56e5537d19faf6797ecea9cdc5e0b57f9e8
Fix T77290: Crash displaying vertex colors in edit mode Regression from deaff945d0b9, follow logic from d98ae27f02c794a.
commit sha ef0ff4aaf2515a34fd850d576f883a6b16515345
GPencil: Fix unreported error in Dots Strokes material initialization The materials was not initializated in the right mode.
commit sha 26aa64b6885b3e752e4e2e63372e2b8e948c3d10
Fix broken split layout in encoding options The "Max B-frames" options were misplaced. Uses the usual layout of a checkbox together with the number button now. Reported by Peter Fog (@tintwotin), thanks!
commit sha fc1bb36668d1d1faacd1165023825c3ded31e821
LibOverride: fix debug timing code.
commit sha 2cdfc1b4af21d765e575441a6d4f1385f99e97bd
LibOverride: Make constraints fully overrideable. All settings of constraints should be overrideable now. Modifiers will follow tomorrow. Part of T77083.
commit sha bd68312cb67b98576c1360fdd50f4cba15a8491c
LibOverride: Make camera data-block properties overrideable. Note that you still have to make overrides of obdata IDs by hand (and deal with remapping of pointers yourself) for now.
commit sha 86385d7ebd1306c19e61c8d60aae371b3a5b39c3
Fix build error for Cycles standalone This does not affect the Blender release. Ref D7915
commit sha 0849af45910ee9536999ca1a8c94434d67ece536
Linux: update appdata for 2.83 release
commit sha a4e0bccb87bbcc6ff6f36a428aa402576de5f9ec
Cleanup: Use ELEM Macro
commit sha b94ab93dfb82275c5c6241f8de1556c4f4be934c
Eyedropper: Support get samples from other windows This fix T77226 Differential Revision: https://developer.blender.org/D7910
commit sha 67b10fcc22602486b39d597c38c9952c3402ea2a
Fix error in recent fix for T77290
commit sha e723ec04fb616157365f86b53651c950e6a98560
UI: more informative light energy description based on light type
commit sha 7aa47083d07ea572fca548ecd35857d68176e10c
Cleanup: update sections for wm_files.c
commit sha 67a617e1962b4cb332b0d5d6c5c2a42948f77416
Cleanup: move auto-execute operators into userpref_ops.c
commit sha fe13f3db81962b5decb4e52660ee9d62d46414be
UV: use selection for 'Seams from Islands' Use bmesh connectivity data to simplify logic.
commit sha 244ed645e08e73083d9cecfb74cf06da2910db78
GPencil: Improve selection in Fill areas Now when use selection if the selection area is inside a filled area, the stroke is selected. Before it was necessary to select the border of the stroke.
commit sha f9892bd6cf13a19343691bfa2a13e554b1d34c17
Fix T77264: Mantaflow: Liquid checkbox doesn't turn on while switching between fluid types When switching to gas, the fluids were not actually destroyed, leading to the situation that they were then destroyed when actually switching to liquid. Maniphest Tasks: T77264 Differential Revision: https://developer.blender.org/D7907
push time in a month
push eventnatecraddock/reckless-drivin
commit sha 2449e547441310e6352770b5e79edd99f22c44f6
Readme: Add description of project goals Add a description of the goals of this project, to port Reckless Drivin' to a modern system.
push time in a month
push eventnatecraddock/zygrader
commit sha fda1f6a322647dd694abe575acd70bb8802bc247
Fix: Wrong path in __main__.py
push time in a month
push eventnatecraddock/zygrader
commit sha aed980604c936170157d7089ed8683f957e0a857
.gitignore: Ignore .egg-info files
push time in a month
push eventnatecraddock/zygrader
commit sha 632dbdba55d9fd1ced5e7aae9d0db01e083f98d8
Readme: Finalize development section Add details about the use of virtualenv
push time in a month
push eventnatecraddock/zygrader
commit sha 61d2ed5f4053cb24acf398407b079b73fc64ed93
Zygrader: Update readme and show version number in header Rename zygrader.py to main.py for the initial module. Show version number in the header
commit sha 5cdaeecc9c3182add66cb72fb0f9197314f78b7a
Args: Add arguments to downgrade and skip updates For future-prooofing zygrader, add commandline arguments to skip the update check and another argument to specify and older release to install. The arguments are there but the behavior is not yet written.
commit sha 8cd9b599a210c3540a1f6121e6f95a0dfc787fbd
Preferences: properly decode password Some versions of python don't support implicit conversion to utf-8.
commit sha 30d2f73d0d4ba28354e10c9a8699bd8c311d60ec
Readme: Add more development notes The development section is still WIP though.
commit sha 49613cfed1a76a67afa494957b6b6b94da561b39
Updater: Add option to downgrade zygrader
commit sha 414ad8c9684cfccbfe0a798dedb9d7d7b04e8564
.gitignore: ignore virtualenv
push time in a month
push eventnatecraddock/zygrader
commit sha d34d22b9527909ef2475d10848773a3a281fda6a
Fix: Accidental popup message left in zygrader That's not good :P
push time in a month
created tagnatecraddock/zygrader
A Python 3 ncurses tool to facilitate grading student submissions on the zyBooks online programming system
created time in a month
created tagnatecraddock/zygrader
A Python 3 ncurses tool to facilitate grading student submissions on the zyBooks online programming system
created time in a month
push eventnatecraddock/zygrader
commit sha bff1ff578a7eba401326d08c73df68629f8bf1e1
Versioning: Release version 3.6
push time in a month
push eventnatecraddock/zygrader
commit sha 4028a52043fb6b3940120102fffa77bb2caba459
Updater: Add a utility to auto-update In the process of updating zygrader to a package, it will be nice to automatically update if new versions exists. This provides the ability to do so.
commit sha e96b4e68d318d059e4a5554b6ad9c38e472ba62e
Readme: Small tweaks
commit sha bbffa93c6ca1c00576524af2ac99fc9437b04250
Zygrader: package as a module for pip install Many changes
commit sha bccb90759c819e566242232e044d52cdf0257b5d
Merge branch 'rebase'
commit sha 45183904843881d97f8aaf2a6c6b758b64e69561
Merge branch 'master' of https://github.com/natecraddock/zygrader
push time in a month
created tagnatecraddock/zygrader
A Python 3 ncurses tool to facilitate grading student submissions on the zyBooks online programming system
created time in a month
push eventnatecraddock/zygrader
commit sha b2c72052f17072a6f3cfd39ca7dee82cee46c88b
3.56
push time in a month
push eventnatecraddock/zygrader
commit sha c3d8a9650e5f4253760f936474b8c64fcce738b1
Readme: Add Development toc link
push time in a month
created tagnatecraddock/zygrader
A Python 3 ncurses tool to facilitate grading student submissions on the zyBooks online programming system
created time in a month
push eventnatecraddock/zygrader
commit sha b069ed76c9bad24f12d937ff0df49cb859b5f992
Readme: Add development section This describes to future developers how to develop and push updates to zygrader.
commit sha 177437c484fdd23db3d9483d42143d991f38d455
Remove changelog popup
commit sha 5cf4695a096367793337669a546ed4dc51ffd65e
Version 3.55
push time in a month
push eventnatecraddock/zygrader
commit sha 64272188f36d3307d0e79d50573d67546eae5452
Version 3.54
push time in a month
created tagnatecraddock/zygrader
A Python 3 ncurses tool to facilitate grading student submissions on the zyBooks online programming system
created time in a month
created tagnatecraddock/zygrader
A Python 3 ncurses tool to facilitate grading student submissions on the zyBooks online programming system
created time in a month
created tagnatecraddock/zygrader
A Python 3 ncurses tool to facilitate grading student submissions on the zyBooks online programming system
created time in a month
push eventnatecraddock/zygrader
commit sha 3380ec226d79edab29d058db62e24b013111b435
3.52: Changelog fixed
push time in a month
created tagnatecraddock/zygrader
A Python 3 ncurses tool to facilitate grading student submissions on the zyBooks online programming system
created time in a month
push eventnatecraddock/zygrader
commit sha f8ecd63d3740ed3ec4feff62be8d8ca3ea81a401
Fix changelog
push time in a month
created tagnatecraddock/zygrader
A Python 3 ncurses tool to facilitate grading student submissions on the zyBooks online programming system
created time in a month
push eventnatecraddock/zygrader
commit sha 2971bc2688b5999dfc98e95ce0655c54477429d4
Updater: Fetch tarball URL from the tag Fetch the latest tagged release and use the url from there for installation
commit sha b72aac79d3cad9061cb4c93b9d7ef9f1ec088272
Readme: Update for new install instructions
commit sha dcfef7265d5fce8566bdb211a610c911bf730237
3.5
push time in a month
created tagnatecraddock/zygrader
A Python 3 ncurses tool to facilitate grading student submissions on the zyBooks online programming system
created time in a month