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()
wallacepolsom

oozey mess
let's talk about Bridgerton tea, my ask is open
No title available
AnasAbdin
will byers stan first human second

pixel skylines

祝日 / Permanent Vacation
Acquired Stardust
noise dept.

izzy's playlists!
Monterey Bay Aquarium
sheepfilms

JVL
we're not kids anymore.
$LAYYYTER
hello vonnie
cherry valley forever

ellievsbear

JBB: An Artblog!
seen from United States
seen from Kenya
seen from United States
seen from Philippines
seen from Spain
seen from Portugal

seen from Italy

seen from Malaysia

seen from United Kingdom
seen from United States

seen from United States
seen from United States
seen from United States

seen from Canada

seen from India
seen from Nigeria
seen from United States
seen from United Kingdom
seen from United States

seen from Australia
@prve17
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()
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.
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
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
11_May_2022 learning
Today I learned
again classful addressing, subnets, subnet masking in computer networks
clustering sampling and stratified sampling in business analytics.
10_May_2022 learning
Today I learned
classful addressing, subnets, subnet masking in computer networks
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
22_april_2022 learning
Today I learned
STL in c++
21_april_2022 learning
Today I learned
socket programming in computer networks
and works on cypher query language in knowledge graph
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 .
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
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
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 .
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
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.
8 Feb 2022 learning
Today I learned
AWS basics (intro) and made an aws account
started php basics
installed virtual linux(ubuntu) on my windows host through oracle virtual box
Revise time complexity aand space complexity