Text
22_June_2022 learning
Today I solved
#4th day of code
Problem: Between Two Sets from HackerRank
and I learned
the difference between size() and sizeof()
1 note
·
View note
Text
18_June_2022 learning
Today I solved
#3rd day of code
Problem Code:TLG from codechef
and I learned
linked list further i.e. circular linked list and insertion , deletion in it.
0 notes
Text
17_June_2022 learning
Today I solved
#2nd day of code
Problem Code: HS08TEST from codechef
and I learned
box shadowing , header in css
linked list
1 note
·
View note
Text
16_June_2022 learning
Today I started
100 days of code for dsa
#1 day
Quicksort
Problem Code: KTTABLE from codechef
and I revised
html,css
1 note
·
View note
Text
11_May_2022 learning
Today I learned
again classful addressing, subnets, subnet masking in computer networks
clustering sampling and stratified sampling in business analytics.
2 notes
·
View notes
Text
10_May_2022 learning
Today I learned
classful addressing, subnets, subnet masking in computer networks
1 note
·
View note
Text
23_april_2022 learning
Today I learned
again learned STL in c++
done SVM algorithm on diabetes dataset of Sklearn
solve two coding questions of medium level
1 note
·
View note
Text
22_april_2022 learning
Today I learned
STL in c++
1 note
·
View note
Text
21_april_2022 learning
Today I learned
socket programming in computer networks
and works on cypher query language in knowledge graph
1 note
·
View note
Text
19_apr_2022 learning
Today I learned
space complexity and auxiliary space and their differences in data structure.
and request for student developer pack provided by github .
1 note
·
View note
Text
12_apr_2022 learning
Today I revised
Decision tree algorithm in Machine learning
i.e.
1)ID3 algorithm
2)C4.5 algorithm
3)CART algorithm
1 note
·
View note
Text
11_apr_2022 learning
Sorry for no posts since 11_feb_2022
Today I learned
git init (adding git to that folder ..means intialize git in that folder)
git status (to check the status .. is it added or committed or not)
git add --a/git add .(means send file from working area to staging area)
git add file1 file2 file3 (add more than two files on staging area)
git add [filename] (means send some particular file from working area to staging area)
git rm --cached [filename](unsend file from staging area)
git commit -m "first commit"(send files on git repo)git branch -m branch_name (use to change branch on remote area from main to master and master to main) git push -u origin branch_name (use to upload our code on main or master branch of remote area) git checkout -b "branch_name" (to make new branch and switch to that branch parallely)
generating ssh keys
ssh-keygen(to generate keys) eval "$(ssh-agent -s)" cat ~/.ssh/id_rsa.pub
1 note
·
View note
Text
15_feb_2022 learning
Today I learned
I further proceeded in my current frontend of a website that I am currently working .
how the container and container-fluid class work in bootstrap and I learned how to add carousal of swiper .
1 note
·
View note
Text
11_feb_2022 learning
Today I learned
I explored EC2 services of AWS cloud and created an instance , also I learned about the key-pair in EC2 and cloud watch
I installed and run ROS Noetic on the AWS cloud
1 note
·
View note
Text
9_feb_2022 learning
Today I learned
the IAM roles in AWS and explore AWS services
I installed XAMPP and further worked in php and learn about carousel designs in swiper.js.com , also learned about the bootstrap cdn link and their connection in my current project on which I am working nowadays.
1 note
·
View note