Discover most interesting websites, include the articles, news, trends, analysis and practical advice about most interesting websites on alibabacloud.com
1. The most powerful "Free ebook" Download Area --
Sina e-book sharing http://ishare.iask.sina.com.cn/(hundreds of thousands of Oh, all are free drops !)
2. Good Performance free network hard drive-cloud disk Network (10g free super large space Oh, support sharing, can encrypt files) http://www.diskes.com/3. Love cool TV series
Http://www.icoolen.com/film
4. The legendary "Tianya 1st town Mountain God stickers "!!! (I understand it first. Do not click on the device with low sub-configuration. W
It is a good thing to have a choice, but it is also troublesome to have too many choices. We searched on the Internet and picked out 50 most useful and interesting websites.
Today, the Internet is already a big business. Whether you want to buy a car, sell family products, do business, or collect hard-to-find information, simply press a few keys on the keyboard to achieve your goal.
This is certainly wonde
Normal 0 7.8 磅 0 2 false false false MicrosoftInternetExplorer4
Several interesting and difficult programming websites are recommended
Author: Lai Yonghao (http://blog.csdn.net/lanphaday)
After a long time in the community, many new friends always asked, "I learned XX language, how can I go deep (or what can I do with it )?" Today, I recommend
The jargon dictionary
Http://info.astrian.net/jargon/
This article introduces some of the sources and interesting little information about the IT industry (especially those of old UNIX programmers ).
Stories, such as Foo, bar, hack, and cyberpunk, are very interesting.
The Easter egg Archive
Http://www.eeggs.com
Websites dedicated to collecting eggs are cla
1,360 degrees High Clear no corner can be arbitrarily enlarged to reduce the site, so that you stand in a difficult to reach the perspective of the magnificent scenery! (warm hint: see a long time will feel dizzy Oh, click on the picture of the helicopter can experience God's perspective)http://www.airpano.com/2, help you sleep, help you quiet websitehttp://www.rainymood.com/Still worrying about sleeping? Still upset about not having an atmosphere without inspiration? Come, let us in the Thunder
1 http://roxik.com/pictaps/index.htmlcan be used to draw small people ~ 3D effect ~ The villain can also dance ~ Super cute ~ Very fond ~ Highly recommended!
2 http://www.imagechef.com/ic/product.jsp
You can make cute pictures online ~ Dynamic ~ Bling ~ En ~ The pictures on this site are still very cute ~ Relatively creative
3 http://pic.sdodo.com/tool/hphoto/
Online production of large posts ~ There are many image styles ~ Girls who like to take a big picture to watch it ~
4 http://
Some time ago, I often saw someone else's blog in the garden have a pretty dazzling thing. I checked it online and it turned out to be snapshots. Today, I also got a whimsy. The original steps were so simple.
Http://www.snap.com/about/shots1.php
The second is a statistical traffic, there are a lot of pictures can choose, http://www.amazingcounters.com/sign-up.php
The third is to generate a Website Logo, interesting http://h-master.net/web2.0/inde
Online production of Wanted Orders
No registration is required, as long as there is a photo,
After opening the page, press browse. However, Chinese characters are not supported.
Address
Http://www.glassgiant.com/wanted/
Create a German ID card online
This website is in German. It seems to be in German. I don't know it. The page is simple with you. Just click in.
Http://onlinewahn.de/generator/
Online logo Creation
This website is better. The webmaster should like it. The logo made in it is also
(From: http://www.cnblogs.com/zrlhappy/archive/2007/05/12/744245.html)
1. Generate seal and text address: http://home.kele8.com/smallgame/signetImg/default.aspx
For example:
2. All kinds of dynamic text and signature effects: http://ghlp.igogo8.com/ghlp_more.htmlHttp://2007.igogo8.com/Haha, there are many types of results! Super fun !!For example:(Meng's husband prefers this Olympic Fuwa! ^_^)
3. Mail, chat tools and other address Image Generation: http://www.eoool.com/Sevice.aspx? Typeid =
A Web chat is implemented using the free smart chat interface provided by the Turing robot. If you are interested, you can try talkingrobot. sinaapp. comliangzai. php does not have $ apiKey's own apiKey; $ apiURLwww. tuling123.comopenapiapi?
Differences between responsive websites and adaptive websites: responsive websites
1. Adaptive website
Adaptive website source code features:
(1) Layout of width percentage
(2) text rem (em) setting size
Presentation form: Adaptive is used to display the same webpage on devices of different sizes,The content and layout of the website have not changed..
Interesting IT interview questions and interesting IT interview questions
A piece of C code looks simple, and the expected result is the output array.
#include
After the code is compiled and run, the result is not the desired array, but a null value. Many people will think of macro definition, because macro definition cannot obtain the length of the array.
But we can change the for loop to different resul
Some interesting interview questions (Continuous updates) and interesting interview questions
1. Write an efficient C language program to calculate the number of 1 in an unsigned integer.
For (count = 0; x; count ++) x = X-1; similarly, calculate the number of digits of 0: for (count = 32; x; count --) x = X-1;
2. Given the strings S1 and S2, write a program to determine whether S2 can be rotated by S1.
07: Interesting jump, 07: Interesting jump07: Interesting jumps
View
Submit
Statistics
Question
Total time limit:
1000 ms
Memory limit:
65536kB
Description
There is an "interesting jump" in a sequence with a length of n (n> 0). Currently, only when the absolute values of
An interesting Microsoft pen question and an interesting Microsoft pen question
The answer to the physics test of teacher d is lost in the classroom. Today, there are 5 classes in the classroom, and 3 in the classroom.It can be stolen by a, B, and c.Known: 1. a has two lessons.2. B took three lessons3. Class c: four lessons4. Each of a, B, and c has two lessons from teacher d.5. In the five classes, the co
Several interesting JS scripts and several interesting js scripts
1. Obtain the real IP addresses of the Intranet and Internet (reference addresses)
Obtain the Intranet IP address (online address)
2. Obtain the flash version (online address)
3. Scan the HTTP port (online version)
4. Scan FTP port (online version),Relatively slow
Other series of online demos:
Http://jsbin.com/ziwununivoHttp://jsbi
Interesting code and interesting code
Package ex01.pyrmont; public class Son extends Father {public void a () {System. out. println ("a from son"); super. a ();} public void B () {System. out. println ("B from son");} public static void main (String [] args) {Son son Son = new son (); son. a ();}}
Package ex01.pyrmont; public class Father {public void a () {System. out. println ("a from father"); B ()
Interesting functions in python and interesting functions in python
Filter (function, sequence): Execute function (item) in sequence for items in sequence, and combine items whose execution result is True into a List/String/Tuple (depending on the sequence type) return: >>> def f (x): return x % 2! = 0 and x % 3! = 0 >>> filter (f, range (2, 25) [5, 7, 11, 13, 17, 19, 23] >>> def f (x ): return x! = 'A'> fi
Interesting CSS pixel art and interesting CSS pixel Art
Address: https://css-tricks.com/fun-times-css-pixel-art/#article-header-id-4
Friendly reminder: CodePen may not be opened or slow due to domestic network reasons. Please be patient!
Pixel art, as a form of lost art, is eclipsed by ultra-clear and high-resolution images. I accidentally discovered some pixel art while browsing on CodePen, which reminds
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.