This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "localVariables": [], | |
| "m_GUID": -8488175240376223000, | |
| "m_actionList": [ | |
| { | |
| "m_delayInMilliSeconds": 0, | |
| "m_delayInSeconds": 5, | |
| "m_useAlarm": false, | |
| "m_SIGUID": -6807105463704047000, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Assemble with: | |
| # gcc -no-pie -g -o oddifier oddifier.s | |
| # From: CSE1400 Lab Course Manual | |
| # Delft University of Technology | |
| .text | |
| welcome: .asciz "\nWelcome to our program!\n" | |
| prompt: .asciz "\nPlease enter a positive number:\n" | |
| input: .asciz "%ld" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Text editor | |
| abbr -a -g m micro | |
| alias hex='hx' | |
| abbr -a -g hx helix | |
| abbr -a -g v nvim | |
| export EDITOR=nvim | |
| export MANPAGER='nvim +Man!' | |
| export BROWSER=librewolf | |
| export NNN_PLUG='z:autojump;f:finder;o:fzopen;d:diffs' |
NewerOlder