Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CS699OutLab2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Roshan Rabinarayan
CS699OutLab2
Commits
af266723
Commit
af266723
authored
Aug 29, 2020
by
Roshan Rabinarayan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://git.cse.iitb.ac.in/sroshan/CS699OutLab2
parents
b28bfd11
8cefbd41
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
4 deletions
+12
-4
CSS699Outlab2/.gitkeep
CSS699Outlab2/.gitkeep
+0
-0
extra/screenshot_googler.png
extra/screenshot_googler.png
+0
-0
extra/zsh_1_installing_ohmysh.PNG
extra/zsh_1_installing_ohmysh.PNG
+0
-0
extra/zsh_2_theme_xiong-chiamiov-plus.PNG
extra/zsh_2_theme_xiong-chiamiov-plus.PNG
+0
-0
q5/.bashrc
q5/.bashrc
+1
-2
q5/Screenshot_problem5.png
q5/Screenshot_problem5.png
+0
-0
q5/bashrc.txt
q5/bashrc.txt
+1
-2
readme.txt
readme.txt
+10
-0
No files found.
CSS699Outlab2/.gitkeep
deleted
100644 → 0
View file @
b28bfd11
extra/screenshot_googler.png
0 → 100644
View file @
af266723
167 KB
extra/zsh_1_installing_ohmysh.PNG
0 → 100644
View file @
af266723
80.5 KB
extra/zsh_2_theme_xiong-chiamiov-plus.PNG
0 → 100644
View file @
af266723
110 KB
q5/.bashrc
View file @
af266723
...
@@ -119,9 +119,8 @@ if ! shopt -oq posix; then
...
@@ -119,9 +119,8 @@ if ! shopt -oq posix; then
fi
fi
fi
fi
alias
q1
=
"ls -lh"
alias
getcourses
=
"wget https://www.cse.iitb.ac.in/archive/page135
; grep -o -e
\"
CS [1-8][0-9][0-9]
\"
page135
"
alias
getcourses
=
"wget https://www.cse.iitb.ac.in/archive/page135
> /dev/null 2>&1 ; grep -o -e
\"
CS [0-9][0-9]*
\"
page135 | uniq
"
...
...
q5/Screenshot_problem5.png
View replaced file @
b28bfd11
View file @
af266723
78.6 KB
|
W:
|
H:
44.2 KB
|
W:
|
H:
2-up
Swipe
Onion skin
q5/bashrc.txt
View file @
af266723
...
@@ -119,9 +119,8 @@ if ! shopt -oq posix; then
...
@@ -119,9 +119,8 @@ if ! shopt -oq posix; then
fi
fi
fi
fi
alias q1="ls -lh"
alias getcourses="wget https://www.cse.iitb.ac.in/archive/page135
; grep -o -e \" CS [1-8][0-9][0-9]\" page135
"
alias getcourses="wget https://www.cse.iitb.ac.in/archive/page135
> /dev/null 2>&1 ; grep -o -e \"CS [0-9][0-9]*\" page135 | uniq
"
...
...
readme.txt
View file @
af266723
203050089 Sanchit Gupta sanchitsgiitb@cse.iitb.ac.in Solved: Q1,Q5
203050068 Sailendra Verma sailendraverma@cse.iitb.ac.in Solved: Q3, EXTRA
203059008 Samarth Joshi samarthjoshi@cse.iitb.ac.in Solved: Q4, EXTRA
203050048 Roshan Sahu sroshan@cse.iitb.ac.in Solved: Q2, Q6
Gitlab Link: https://git.cse.iitb.ac.in/sroshan/CS699OutLab2
references
[1] https://stackoverflow.com/
[2] https://man7.org/linux/man-pages/man1/xargs.1.html
[3] https://github.com/jarun/googler (for extra part 2)
[4] https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment