
Search In
Hello readers !
Here is an example of css3 by using these codes you can make any logo. There is no use of any image. For example I used the same code to make Evon Logo. If you want to use the same code for creating other logo you have to do some min
Hii,
i am sharing an example of css animation effect in which the basic concept of this animation is an easing function which is used here to show cubic bezier effect which is providing the movement of image .
here's the code gi
Java!!
Concurrency Code
You have been given a simple API to buy and print postage. Write a program that submits each incoming order to the API and then prints the shipping label.
Unfortunately each call to the shipping label API is
How to Multiply Custom Weight to TFIDF Value Created by Word Vectors from Tweet Text in Python
Need a lil help with Python coding.
I have a data frame as:
Tweet Text word1 word2 word3 word4
Tweet1 &nb
Each version of Android is having a specific code name since Android version 1.5. These name are English alphabetically and a confectionery theme based (usually , sugary foods). And these names belongs to one or more version names.
Below is the list
Hi all,
An interesting CSS trick is the creation of circles navigation, sometimes we need this type of navigation, mainly for mobile. Hence it can be useful.
You need to know about pseudo elements for better understanding of this type navigation.
It seems like everyone is wearing some sort of fitness tracker or smart watch these days. Sitting in a meeting or at a restaurant, you'll see people look at their watches like they're busy to get somewhere else, when in re
Let’s face it, betting on sports is fun. The rush of backing your favorite team while also knowing you have money on the line is an adrenaline rush. But what if you can’t bet on your favorite teams because your country, bank, or even spou
Two dimensional array is a form of matrix in which users can have rows and columns as per need. We can think of table in which x no.of rows and y no.of columns are available.
Syntax:
int item = a[i,j]
This is a two dimensional array wh
Following are some useful SQL Server Date functions to find specific dates.
1) Today
SELECT GETDATE() 'Today'
2) Yesterday
SELECT DATEADD(d,-1,GETDATE()) 'Yesterday'
3) First Day of Current Week
SELECT DATEADD(wk,DATEDIFF(wk,0,GETDATE()),0) '
