Saturday, August 21, 2021

Day 2: html practice

 <!DOCTYPE html>

<html>

<body>

<h1 style="background-color:Tomato;">Tomato</h1>

<h1 style="background-color:Orange;">Orange</h1>

<h1 style="background-color:DodgerBlue;">DodgerBlue</h1>

<h1 style="background-color:MediumSeaGreen;">MediumSeaGreen</h1>

<h1 style="background-color:Gray;">Gray</h1>

<h1 style="background-color:SlateBlue;">SlateBlue</h1>

<h1 style="background-color:Violet;">Violet</h1>

<h1 style="background-color:LightGray;">LightGray</h1>

</body>

</html

output:



Friday, August 20, 2021

Lets learn mysql from beginner: codewithme

 day1:

lets learn mysql queries to create table and database;

lets take one table sample from that we will write queries later we will learn to create the table and data base

photo from w3school 
once we create the above table and to display all the details as above we need to write the query as:
SELECT SYNATX: SELECT column1,column2.... FROM  tablename
here for us we use * to select all columns and table name is Customer.
SELECT * FROM Customer;

it will display all the details 

To display a particular row we can retrieve using customerID as it is a primary key.

Example:

SELECT * FROM Customer where CustomerID=2;

2 Ana Trujillo Emparedados y helados  Ana Trujillo  Avda. de la Constitución 2222  México D.F. 05021 Mexico

TO select ANY COLUMN from customers then we can use any column name.
example: SELECT City FROM Customers;
it will display all the cities.

To display different values of a particular column we can use keyword "DISTINCT"
example: SELECT DISTINCT Country FROM Customers;
only countries that are different wil be displayed. if any country is repeated many times it will be displayed only once.

WHERE clause: it used to filter the records more  to get more specific data
Syntax: SELECT col1,col2,col3 FROM table_name WHERE= condition;

 


Sunday, August 15, 2021

HTML basics: Learn with me

 In this article we will be learning the basic html tags. HTML is an scripting language. It is the skeleton of any websites. HTML is widely used for web development along with css and javascript. 

Lets dive into HTML

DAY 1

<!DOCTYPE html>

<html>

<head><title></title>

<body>

</body>

</html>

This is the  basic structure of the html

Following shows the inline styling :

<body style="background-color:powderblue">

<p style="background-color:tomato">I am normal</p>

<p style="color:red;">I am red</p>

<p style="color:blue;">I am blue</p>

<p style="font-size:50px;">I am big</p>

<p style="text-align:center;">this is centered text</p>

<p style="font-family:courier;">hello mr. subash neupane</p>

<p style="font-size:300%;">hi im alex  </p>

different styles in html:

<p><b>this text is bold</b></p>

<p><i>this text is italic</i></p>

<p>this is <sub>subscript</sub> and this is <sup>superscript</sup></p>

<p><strong>This text is strong</strong></p>

<p><em>This text is emphasized similar to italic</em></p>

<p><del>This text is deleted</del></p>

<p><ins>This text is inserted</ins></p>

<p><small>This text is small</small></p>

<p><big>This text is big</big></p>

<p>Do not forget to buy <mark>milk</mark> today.</p>

<p>My favorite color is <del>blue</del> <ins>red</ins>.</p>

<p>Hello <q> im alex </q></p>

for citation, quotes and blockquote:

<blockquote cite="http://www.worldwildlife.org/who/index.html">

For 50 years, WWF has been protecting the future of nature.

The world's leading conservation organization.

</blockquote>

<p>the <abbr title="world health organization">who</abbr> was founded in 1948</p>

<p> my address is :</p>

<address>shree krishna gandaki 09<br> 

mirmee syagja<br>

gandaki state neppal</address>

<p>hi <q>who_is_subash</q></p>

<!--cite tag-->

<p><cite> Dracula_alex</cite> nick name to alex</p>

<!--bidirectional override of the text-->

<p><bdo dir="rtl">this will be printed from right to left in browser</bdo></p>

<p> for commenting in html tag is [<!--<br>#-->]

<!--for html colors-->

<h1 style="background-color:Tomato;">tomato</h1>

<h2 style="background-color:Silver;">silver</h2>

<h2 style="background-color:LightGray;">lightgray</h2>

<h2 style="background-color:Violet;">voilet</h2>

<h2 style="background-color:Gold;">gold</h2>

<h2 style="background-color:SlateBlue;">slateblue</h2>

<h2 style="background-color:MediumSeaGreen;">mediumseagreen</h2>

<h1 style="background-color:DodgerBlue;">Hello World</h1>

<p style="color:green;">text is green in color</p>

Border:

<h1 style="border: 2px solid red;">border is set for this text with red color </p><br>

for rgba color:

<h1 style="background-color:rgba(99,100,200,0.7);">im alex</h1>

<h1 style="background-color:hsla(120,50%,30%,0.9);">im  alex</h1>

if you want to add saturation ,hue and lightness:

<!--hue saturation light alpha-->

<h1 style="color:hsla(120,50%,30%,0.9);">im alex</h1>

<!--hue saturation light alpha-->

We will learn further in Day 2. Stay safe <^^>


Monday, March 15, 2021

The second IoT Expo 2021 was completed with 5,000 observers

 Kathmandu,

A four-day I.O.T. Expo organized by Software College of IT and Commerce on how to make daily living smart through computing solutions. The exhibition has been observed by five thousand people. Samples of 30 projects including Autonomous Vehicle, Smart Wheelchair, Smart Delivery Scooter, Smart Garden, Search and Rescue Drone, Smart Float Management, Robotic Hand were displayed in the program held in Dillibazaar from March 11 to 15.

Bijnan Shrestha, president of the college, said that the smart vehicle was built at the college level for the first time in Nepal. The modules of Smart Solutions displayed in the exhibition have been prepared by the students studying at the undergraduate level in Computing and Cyber security at Software College.






Pramod Poudel, principal of the college, said that the exhibition was organized with the objective of producing skilled manpower by emphasizing on experimental studies and introducing the concept of computing solution to the general public. The exhibition, which has free admission, features state policy makers, the private sector, students, parents and IT professionals. Mr. Poudel said that the exhibition has helped to make our life easier by making use of technology. The Softwarica College, which teaches IT courses at Coventry University in the UK, has also set up an innovation hub for BIT students. The current exhibition has been prepared by the students in the same innovation hub.

The Innovation Hub is envisaged so that students can focus on research as well as college studies. Amrit Thapa, director of the college, said that the college has made arrangements to provide a grant of up to Rs. 500,000 for the best projects with commercial potential so as not to let the lack of funds affect the research.

mahabir pun from national innovation center visited the expo

image source: softwarica college


Friday, January 29, 2021

Earn free crypto and also Donate fund to wikipedia, khan academy without doing anything

Wikipedia, Khan academy are the open source project. Not only these, there are many open 

source projects which are providing service selflessly. They are running from public

support. In such cases you can help these projects to provide continuous service by

funding through BAT tokens. 

Image source: basicattentiontoken.org

Yes you can easily make BAT tokens just by ads of brave browser. Download the brave browser

and allow ads to come which helps you to earn free BAT tokens. You can earn as many as BAT 

tokens simply from ads. Ads are nothing but just like notifications. They do not bother and disturb you.

The earned BAT tokens can be withdrawn and also be given as tip to these organization which provide 

free service to people. So earn while you help.

Wednesday, January 27, 2021

Earn free TNC coins from Real Research in 2021 100% payment

This is a new earning to get free cryptocurrency in 2021 easily and very fast. This app

is very easy to use and the earnings are very fast. In this app , you just need to do the 

survey for which you will receive 8-10 TNC coins which can be easily exchanged to bitcoin

 or us dollars.

The survey consists of 5-10 mcq questions which can be easily done within a moment.

This site really pays the allocated amount and it is real and legit. To be eligible for 

doing the surveys you need to pass the KYC level which is up to 23. once you reached the level 

23 then you will be able to do surveys.

There is no need to worry about KYC because no any sensitive details will be asked.

The questions will be like about smoking, drinking, annual income, brand clothes, cars

and all other household materials that we use in daily life. These questions are very easy to 

do and you will be surprised because this type of KYC is never seen before.

img source: screenshot

Moreover the fastest way to make TNC coins is referring this app to your family and friends

which is very easy to do. For each valid referral you will earn 5 TNC coins. valid referral

will be counted once he/she reaches KYC level 3. For each refer who reaches KYC level 3 

you will receive the 5-10 TNC coins

Withdrawal is instant once you reach your balance to 100 TNC and withdrawal is instant to your wallet.

1 TNC value is now $0.00062 and its value is increasing. The more you earn the more 

profit you will make. 

The withdrawal is possible in exchange sites like HitBTC, HotBit, Aladdin25 etc. which is very easy to

 do and takes less charge fee.

Register Here for Real Survey

Happy Earning 2021... stay tuned for more updates on free earning..

Sunday, January 24, 2021

CoinPoT shutting down its services: withdraw your balance 2021

 Coinpot shutting down Faucets no longer available to claim. The multi crypto currency accepting website Coinpot is now ending its service this January. It has already given the notice that the users will no longer be available to claim the free faucet like moonbitco, moondash, moonliteco, moondoge, moonbitcoincash etc. These will all be permanently shutting down this January.

Coinpot has given time till 31st January 2021 and after 4 weeks on 28 January conversion. sign in/out and withdrawal from the sites could not be made. Later it also mentioned that mining will be continued and people can mine coins in the Coinpot. Coinpot is one of the trusted and best website to claim the different cryptocurrency. 



Coinpot is suddenly shutting down what's the reason behind this no one knows. The pop-up message regarding this is placed in all the faucet sites.

Coinpot will be replaced by the holding page advising the closure.

Make your withdrawal from Coinpot  and be safe from any unusual incident

Happy earning 2021.. stayed tuned for more updates on free earning

 

Thursday, January 21, 2021

Pornhub supports digital assets XRP,BNB,USDC and DOGECOIN as payment options

 Famous adult entertainment website Porn hub has added four new crypto coins to its list as a supportive payment options  which include XRP, BNB, USDC, and  DOGECoin which means Pornhub's more than 120 million  visitors can now  easily pay for premium  subscriptions in the four different digital currency. In the meantime,  Porn hub has removed the support of  privacy-oriented coins like Dashcoin and PumaPay token, which were supported till  mid-December.  


 The latest improvement increases the number of Porn hub's supported coins from fourteen to sixteen. It mentioned that Porn hub  only supports crypto as the payment option for some countries like the U.S., the U.K., and Singapore while for some EU nations, such as Germany, it supports only bank wires.



Recently Pornhub removed the support of credit card payments  after facing a ban from Visa and Mastercard last month. The two payment  system giants cut ties with Porn hub following allegations that the pornographic website showed child abuse and rape videos but Porn hub has denied  the such allegations.

Wednesday, January 20, 2021

chance to win 15000$ worth bitcoins,Rolex watch and iPhone 12 pro max daily from free coupon in 2021

To celebrate the seventh anniversary of their website and with the start of 2021 free bitcoin has brought the new feature where users can win the 1500$ cost  iPhone 12 pro max or  $15000 Rolex watch without any lottery ticket or referral system. Free bitcoin daily sends an email to its user at the bottom of each promotional email there is a coupon added. 

Users must click it and subscribe it in order to get those free coupons. Once subscribed the user daily can claim the coupons and get the chance to spin the wheel of fortune aka chance to win free 15000$ worth money. You cannot cheat the system and its available once a day.  Not only this you can win 50-5000 satoshies, 50 rewards, 50-150 lottery tickets daily. This also increases your daily claim and more lottery tickets.

Register here

In summary what you can win

-$15,000 Rolex

-$1500 IPHONE 12 Pro Max

-Free Amazon Gift cards

-Free Golden Tickets

-Free BTC & Lottery Tickets, 



The best way to get more coupons for free is to register more members and tell them to check the free bitcoin mails and to spin the wheel of fortune once a day. The more coupons you have the more chances you may win the 15000$ iphone or Rolex watch.

Join here . Happy free bitcoins 2021.

Tuesday, January 19, 2021

Get free Zcash and Dogecoins free and instant payment on your wallet 2021

This is another website where we can get free money directly to our any wallet. This isn't a scam on as there is no any restriction for withdrawal because once you set your wallet and then claim all the amount will be seen on your wallet. check your wallet after 2-3 hours. 

Not only this, there are many options to make more money. Link your Gmail account, Facebook account and twitter account account to get more bonus. You can double the amount by using brave browser. 

 It also offers referral system . There are multi-level referral system where you can passively make money  without any hard work. This website offer paid referral that means you can buy the referral members. Daily login bonus is also available. So claim it in every 24 hours daily. Its just a 1 minute work to do.

Moreover they give reward every month who makes most referrals. Following chart shows the top 10 rank rewards for most referrals made.




Pipeflare offers 3 games which are free to play. If you became top 10 player ,you will have the opportunity to get free 10-0.33 zec cash easily. TO play is unlimited.

Above image is the daily payment that i receive on my wallet from Pipeflare. This website pays you daily once you claim, isn't is worthy and trusty.
There are more to comes from Pipeflare so grab it early.
Join  here



Saturday, January 16, 2021

Get free organic traffic and increase revenue of your websites all for free in 2021

You can promote your websites all free  in an easy way. You can free organic traffics daily in your website and moreover you can boost the website traffics.

 For this you can simply join mellowads where you can create the ads of your website and place them all in mellowads which will drive traffics to your website.You can boost your referal links, airdrop links and any link that you want to get more clicks. 

This website provides for free for that you can daily login and  claim the faucet which gives you 500-3000 satoshis while 500 satoshi is minimum paid. These satoshies cannot be withdrawn but can be used to publish your ads. Its all free of cost.

Just collect free bitcoins and use them to promote your personal stuffs. There is no any deposit required or anything that you need to pay from you pocket. Its free, easy to use and get advantages more. Use best of mellowads .

click here to join 


Increase the revenue and boost your business free of cost  and easily.

Happy ending.

Get free litecoins instant with payment proof 2021

 There are many sites and faucets where you can get free cryptos but most of them turned to be scam. Many of them keep high fees for withdrawal and most of them have high minimum withdrawal amount. Most of the sites do not allow us to  make withdrawal in exchange wallets like binance, coinbase, trust wallet they ask for the main wallet . 

Here i  made the withdrawal yesterday within an hour i saw my balance in my exchange wallet. They offer high amount rather than any other faucet or sites. There are multiple ways to make money if you engage in this. 

Firstly I also thought as scam because it still offers high amount rather than others but when i made the withdrawal i confirmed it as legit site to make the crypto. The value of all crypto is going high as bitcoin is moving high. The best way is to grab other coins rather than bitcoin as bitcoin only be bought and cannot be gain freely.

link to join: Register here


This is my withdrawal just made yesterday and i received within an hour. Hope you guys loved to make free cryptos. This is legit and trustworthy to make free money. Grab it soon wihle value is less else it will go high and difficult to make.

Featured post

Major Challenges for economic development of Nepal | Loksewa old Question Paper 2078

Q. Wha t do you mean by Economic Growth and Economic Development?  What are the main challenges of economic development of Nepal? Give your ...

Popular Posts