oss books

Learn about oss books, we have the largest and most updated oss books information on alibabacloud.com

Buy books if you have time

I went to Zhongguancun Book Building today to buy several books, plus six books I bought two days ago. I was carrying a book that was a little heavy, and met several former colleagues (originally the company was not far away from Zhongguancun's book). They looked at my book and were surprised. Some people even made fun of me, said: "There are a lot of e-books to

Sorting and recommendation of reference books for mathematics majors

Tags: Io OS, using Ar Java for strong data sp I want to read more books in mathematics, but it is hard for beginners to know those books well. I collected them online and sorted them out based on my own experience:Start with mathematical analysis:Mathematical Analysis is the most important course in the Mathematics Department. It will often extend a course in the future at one point, and it will be the bas

More practical Linux development website set & e-books

software.1.08 http://www.rpmfind.netProvides RPM package search and links1.09 http://oss.sgi.com/projects/SGI open source Linux Project1.10 http://oss.software.ibm.com/linux/IBM open source Linux Project1.11 http://www-124.ibm.com/developerworks/oss/Open source Linux project on IBM developerworks1.12 http://www.kerneltrap.orgKernel development information and forums1.13 http://kernelnewbies.orgGood kernel learning website1.14 http://www.kernelhacking

Recommended Books for Linux technology learning-that's what Linux should learn

growth experience, found that the past suffered setbacks, pain is not completely worthless, but it implies far-reaching significance. Now I, around the people and things, have more tolerant, more understanding, and no longer obsessed with personal gains and losses, so some people say " setbacks, pain behind the growth of space ." Period of study, self-struggle is, of course, the foundation, butpractice and humbly consultis even more critical. In theUniversity, every setback I met, every difficu

Recommended Books for Linux technology learning-that's what Linux should learn

-reaching significance. Now I, around the people and things, have more tolerant, more understanding, and no longer obsessed with personal gains and losses, so some people say " setbacks, pain behind the growth of space ." Period of study, self-struggle is, of course, the foundation, butpractice and humbly consultis even more critical. In theUniversity, every setback I met, every difficulty, there wasTeachers,friends and classmates of the enthusiastic help, and every little bit of success, also h

Python Advanced Section Essence--those books won't tell you the pit

Recursive directory Generator mode, else in the TMP display to obtain yield is indispensable, in the recursive algorithm to use the generator, you need to explicitly get all yield values in the generator's original function (first call)def get_file_recur(path): children = os.listdir(path) for child in children: qualified_child = os.path.join(path,child) if os.path.isfile(qualified_child): yield qualified_child else: tmp = get_file_recur(qualified_

[Book]awesome-machine-learning Books

prediction Naturual Language Processing Coursera Course Book on NLP NLTK NLP W/python Foundations of statistical Language processing Probability Statistics Thinking Stats-book + Python Code From algorithms to Z-scores-book The Art of R Programming-book (not finished) All of Statistics Introduction to statistical thought Basic probability theory Introduction to probability Principle of uncertainty Probability Statistics Cookbo

Memory CPU Cache Books

Http://www.amazon.com/Consistency-Coherence-Synthesis-Lectures-Architecture/dp/1608455645/ref=pd_sim_14_1?ie= Utf8dpid=416va%2b7gpildpsrc=simsprest=_ac_ul160_sr129%2c160_refrid=0nsddkf5mwv2fxy1qtvqA Primer on Memory consistency and Cache Coherence (Synthesis Lectures on computer Architecture)multi-core Cache Hierarchies (Synthesis Lectures on computer Architecture)Shared-memory Synchronization (Synthesis Lectures on computer Architecture)Http://www.amazon.com/Multi-Core-Hierarchies-Synthesis-Lec

Some of the less common C-language functions in books

of the C standard I/O library is the location in the user space I/o buffer. For example, read a byte with fgetc, fgetc it is possible to read from the kernel 1024 bytes to the I/O buffer, and then return the first byte, when the file is recorded in the kernel read and write location is 1024, and in the file structure recorded in the read and write location is 1. Note that the return value type is ssize_t, which represents the signed size_t, which can return either a positive number of bytes, 0

Java from small white to architecture normal University cattle must read books

must read.6, "Unix Programming Art", Open your eyes.5. Outside Java1, "UNIX Network Programming", learning Network programming must read.2, "C + + network programming" up and down two volumes, introduced Ace, but the application of various modes of the introduction of the very value of the first reading.3, "Joel said software", programming culture4, "People's Month myth", "Human pieces"5, "Effective programmer", give me a great inspiration of a book.6. The path of programmer's cultivation7, the

Office Plug-in test: Subtitles loaded, stored as audio books

Microsoft today started a public test of two office plug-ins, "STAMP" (subtitling add-in for Microsoft powerpoint,powerpoint subtitle loading) and "Save As Daisy", These two plug-ins can help people with hearing, eyesight, or dyslexia to use Office Office software. Stamp can help users add hidden captions to video or audio files in PowerPoint presentations (the audio portion of a TV signal is superimposed with a program description signal and displayed on a television screen, primarily for deaf

Very good Linux books, recommend everyone to see

sites.The 10th chapter uses the VSFTPD service to transfer files.The 11th chapter uses Samba or NFS for file sharing.The 12th chapter uses bind to provide the domain name resolution service.The 13th chapter uses DHCP to dynamically manage host addresses.The 14th chapter uses postfix and Dovecot to send and receive e-mails.The 15th chapter uses squid to deploy the proxy cache service.16th. Deploy networked storage using iSCSI services.The 17th chapter deploys the directory service using OPENLDAP

Multi-threaded grab watercress programming books (Linux\windows can be run)

BeautifulSoup Import BeautifulSoup host = ' http://www.douban.com/tag/%E7%BC%96%E7%A8%8B/book?start= ' queue = Queue.queue () Out_queue = Queue.queue () class Threadurl (threading. Thread): Def __init__ (self,queue,out_queue): Threading. Thread.__init__ (self) self.queue = Queue Self.out_queue = Out_queue def run (self): while True: Host = self.queue.get () URL = urllib2.urlopen (host) chunk = Url.read () self.out_q Ueue.put (Chunk) Self.queue.task_done () class Dataminethread (threa

Java Classic Books recommended

": The Java EE Enterprise Design pattern, is a summary of the experience of several generations of programmersRefactoring: Improving the design of existing code: the classic work of refactoring by Martin Flower, an oo godfather."Code reading": Ms's authoritative writer, is also a classic.Java and Patterns: A good book written by the Chinese about design patterns. A little wordy.Software Engineering (The following two are praised as "software engineering" of the double, to understand that they re

Advanced Java Books

1. "In-depth understanding of Java Virtual machines: JVM advanced features and best practices"2. "Hotspot Combat"3. Java concurrency Programming in action Brian Goetz4. Java multithreaded Programming Core technology (Gaohong)5. "Effective Java Chinese version"6. In-depth analysis of Java Web Technology Insider Xilingpo7. The core principle and case analysis of large web site technology architecture Hae8. "Large-scale website system and Java middleware practice" Zeng Xianjie9. Principles and prac

A few books that Java programmers must read (for reference only) __java

Java Programming Ideas:Need a certain Java basic skills, suggest to read a little Java basic knowledge of the book later to see. The main reason this book became a classic is because it speaks the basics very well (like streams, interfaces, objects, and so on) and tells you that Java is good there, not enough, and so on. If you are a beginner and want to know something about the inside of Java, this book is a good primer. Data structure and algorithm Analysis (Java Edition):Data struc

Web Standard Learning resources (books, websites) Recommendation _ Experience Exchange

Web Standard learning books recommended 1, "Web site reconfiguration-application Web standards for design" screen.width*0.7) {this.resized=true; this.width=screen.width*0.7 this.alt= ' Click here to open new Window\nctrl+mouse Wheel to zoom in/out ';} ' Border=0> Author: (US) Seldaman Translator: Wang Zongyi/Fuche/Shang Number of pages: 358 Publishing House: Electronics Industry Publishing House Price: 38 Binding: Paperback Published year: 2004-5

How does iphone6 import e-books in ibook? ibook Import ebook Tutorial

Step 1: In the computer we find ITunes, and then in the menu we click "Edit-Preferences" as shown in the following image click it. Step 2: Then we open the preferences to the "book" Item, click the "OK" button. Step 3: We click on the "Books" category in the Open repository and drag the PDF ebook from the computer to the itunes edit box. Step 4: Okay, now that the ebook has been imported into itunes, now we'll clic

Java Internet directions need to read books

Java Learning route: As a Java programmer, the most painful thing is to choose too wide, can read too many books, often easily confused. I would like to choose some of the technical books I have read, according to the Order of study, recommend to everyone, especially those who want to constantly improve their technical level of Java programmers. In addition, you can join 457036818 Exchange groups and share

Programmers don't read books-but you should

Repost an article about programmer reading. Address: http://www.codinghorror.com/blog/2008/04/programmers-dont-read-books----but-you-should.html One of the central themes of stackoverflow.com is that software developers no longer learn programming from books, as Joel mentioned: Programmers seem to have stopped reading books. The market for

Total Pages: 15 1 .... 9 10 11 12 13 .... 15 Go to: Go

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.