<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Super Book Depot &#187; bookshelf</title>
	<atom:link href="http://www.superbookdepot.com/blog/tag/bookshelf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.superbookdepot.com/blog</link>
	<description>This blog brings to our readers the new releases books, the bestsellings books and many more.</description>
	<lastBuildDate>Mon, 12 Dec 2011 10:33:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>The Linux Programming Interface: A Linux and UNIX System Programming Handbook</title>
		<link>http://www.superbookdepot.com/blog/2010/11/28/the-linux-programming-interface-a-linux-and-unix-system-programming-handbook/</link>
		<comments>http://www.superbookdepot.com/blog/2010/11/28/the-linux-programming-interface-a-linux-and-unix-system-programming-handbook/#comments</comments>
		<pubDate>Sun, 28 Nov 2010 20:05:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Professional & Technical]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[addition]]></category>
		<category><![CDATA[bookshelf]]></category>
		<category><![CDATA[classic]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[war]]></category>

		<guid isPermaLink="false">http://www.superbookdepot.com/blog/2010/11/28/the-linux-programming-interface-a-linux-and-unix-system-programming-handbook/</guid>
		<description><![CDATA[ISBN: 1593272200 &#160;Author: Michael Kerrisk The Linux Programming Interface is the definitive guide to the Linux and UNIX programming interface?the interface employed by nearly every application that runs on a Linux or UNIX system. In this authoritative work, Linux programming expert Michael Kerrisk provides detailed descriptions of the system calls and library functions that you [...]]]></description>
			<content:encoded><![CDATA[<div style="float:right;margin:0px 0px 0px 0px;"></div><p><img class="dtse-img dtse-post-3888" style="margin: 0px 20px 7px 0px; float: left; border: 3px solid #000000;" src="http://www.superbookdepot.com/images-super/books/1593272200.jpg" width="155" height="`190" alt="1593272200 : The Linux Programming Interface: A Linux and UNIX System Programming Handbook" title="1593272200 : The Linux Programming Interface: A Linux and UNIX System Programming Handbook" /><br /><span style="border:double 5px #000033; -moz-border-radius: 15px; -khtml-border-radius: 15px; -webkit-border-radius: 15px; border-radius:15px; background: #1A67B8; color: #fff; padding: 5px;">ISBN: 1593272200</span>
</p>
<p>&nbsp;<br /><span style="color: #CC3300;"><b>Author: Michael Kerrisk</b></span></p>
<div>
<p><i>The Linux Programming Interface</i> is the definitive guide to the Linux and UNIX programming interface?the interface employed by nearly every application that runs on a Linux or UNIX system.</p>
<p>In this authoritative work, Linux programming expert Michael Kerrisk provides detailed descriptions of the system calls and library functions that you need in order to master the craft of system programming, and accompanies his explanations with clear, complete example programs.</p>
<p>You&#8217;ll find descriptions of over 500 system calls and library functions, and more than 200 example programs, 88 tables, and 115 diagrams. You&#8217;ll learn how to:</p>
<ul>
<li>Read and write files efficiently</li>
<li>Use signals, clocks, and timers</li>
<li>Create processes and execute programs</li>
<li>Write secure programs</li>
<li>Write multithreaded programs using POSIX threads</li>
<li>Build and use shared libraries</li>
<li>Perform interprocess communication using pipes, message queues, shared memory, and semaphores</li>
<li>Write network applications with the sockets API</li>
</ul>
<p>While <i>The Linux Programming Interface</i> covers a wealth of Linux-specific features, including <i>epoll</i>, <i>inotify</i>, and the <i>/proc</i> file system, its emphasis on UNIX standards (POSIX.1-2001/SUSv3 and POSIX.1-2008/SUSv4) makes it equally valuable to programmers working on other UNIX platforms. </p>
<p><i>The Linux Programming Interface</i> is the most comprehensive single-volume work on the Linux and UNIX programming interface, and a book that&#8217;s destined to become a new classic.</p>
<p><b>Praise for <i>The Linux Programming Interface</i></b></p>
<p> &#8220;If I had to choose a single book to sit next to my machine when writing software for Linux, this would be it.&#8221; ?Martin Landers, Software Engineer, Google</p>
<p> &#8220;This book, with its detailed descriptions and examples, contains everything you need to understand the details and nuances of the low-level programming APIs in Linux . . . no matter what the level of reader, there will be something to be learnt from this book.&#8221; ?Mel Gorman, Author of <i>Understanding the Linux Virtual Memory Manager</i></p>
<p> &#8220;Michael Kerrisk has not only written a great book about Linux programming and how it relates to various standards, but has also taken care that bugs he noticed got fixed and the man pages were (greatly) improved. In all three ways, he has made Linux programming easier. The in-depth treatment of topics in <i>The Linux Programming Interface</i> . . . makes it a must-have reference for both new and experienced Linux programmers.&#8221; ?Andreas Jaeger, Program Manager, openSUSE, Novell</p>
<p> &#8220;Michael&#8217;s inexhaustible determination to get his information right, and to express it clearly and concisely, has resulted in a strong reference source for programmers. While this work is targeted at Linux programmers, it will be of value to any programmer working in the UNIX/POSIX ecosystem.&#8221; ?David Butenhof, Author of <i>Programming with POSIX Threads</i> and Contributor to the POSIX and UNIX Standards</p>
<p> &#8220;. . . a very thorough?yet easy to read?explanation of UNIX system and network programming, with an emphasis on Linux systems. It&#8217;s certainly a book I&#8217;d recommend to anybody wanting to get into UNIX programming (in general) or to experienced UNIX programmers wanting to know &#8216;what&#8217;s new&#8217; in the popular GNU/Linux system.&#8221; ?Fernando Gont, Network Security Researcher, IETF Participant, and RFC Author</p>
<p> &#8220;. . . encyclopedic in the breadth and depth of its coverage, and textbook-like in its wealth of worked examples and exercises. Each topic is clearly and comprehensively covered, from theory to hands-on working code. Professionals, students, educators, this is the Linux/UNIX reference that you have been waiting for.&#8221; ?Anthony Robins, Associate Professor of Computer Science, The University of Otago</p>
<p> &#8220;I&#8217;ve been very impressed by the precision, the quality and the level of detail Michael Kerrisk put in his book. He is a great expert of Linux system calls and lets us share his knowledge and understanding of the Linux APIs.&#8221; ?Christophe Blaess, Author of <i>Programmation systeme en C sous Linux</i></p>
<p> &#8220;. . . an essential resource for the serious or professional Linux and UNIX systems programmer. Michael Kerrisk covers the use of all the key APIs across both the Linux and UNIX system interfaces with clear descriptions and tutorial examples and stresses the importance and benefits of following standards such as the Single UNIX Specification and POSIX 1003.1.&#8221; ?Andrew Josey, Director, Standards, The Open Group, and Chair of the POSIX 1003.1 Working Group</p>
<p> &#8220;What could be better than an encyclopedic reference to the Linux system, from the standpoint of the system programmer, written by none other than the maintainer of the man pages himself? <i>The Linux Programming Interface</i> is comprehensive and detailed. I firmly expect it to become an indispensable addition to my programming bookshelf.&#8221; ?Bill Gallmeister, Author of <i>POSIX.4 Programmer&#8217;s Guide: Programming for the Real World</i></p>
<p> &#8220;. . . the most complete and up-to-date book about Linux and UNIX system programming. If you&#8217;re new to Linux system programming, if you&#8217;re a UNIX veteran focused on portability while interested in learning the Linux way, or if you&#8217;re simply looking for an excellent reference about the Linux programming interface, then Michael Kerrisk&#8217;s book is definitely the companion you want on your bookshelf.&#8221; ?Loic Domaigne, Chief Software Architect (Embedded), Corpuls.com</p>
</div>
<table width="100%">
<tr>
<td width=50%><b>Pages: </b>1552<br />&nbsp;</td>
<td width=50%><b>Binding: </b>Hardcover<br />&nbsp;</td>
</tr>
<tr>
<td><b>Publisher: </b>No Starch Press</td>
<td><b>Year: </b>2010</td>
</tr>
</table>
<p><b><a href="http://www.superbookdepot.com/index.php?k=1593272200+&#038;c=blended"><img class="dtse-img dtse-post-3888" src="http://superbookdepot.com/images-super/Click here to buy 3.png" target="_blank" width="180" height="55" /></a></b></p>



		<!-- Added by WP-DragToShare-eXtended Plugin -->
		<script type="text/javascript">
			dtsv.dtse_post_3888_permalink = 'http://www.superbookdepot.com/blog/2010/11/28/the-linux-programming-interface-a-linux-and-unix-system-programming-handbook/';
			dtsv.dtse_post_3888_title = 'The Linux Programming Interface: A Linux and UNIX System Programming Handbook';
		</script>
		<!-- End of WP-DragToShare-eXtended Plugin --><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.superbookdepot.com%2Fblog%2F2010%2F11%2F28%2Fthe-linux-programming-interface-a-linux-and-unix-system-programming-handbook%2F&amp;title=The%20Linux%20Programming%20Interface%3A%20A%20Linux%20and%20UNIX%20System%20Programming%20Handbook"><img src="http://www.superbookdepot.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a> </p>
	Tags: <a href="http://www.superbookdepot.com/blog/tag/addition/" title="addition" rel="tag">addition</a>, <a href="http://www.superbookdepot.com/blog/tag/bookshelf/" title="bookshelf" rel="tag">bookshelf</a>, <a href="http://www.superbookdepot.com/blog/tag/classic/" title="classic" rel="tag">classic</a>, <a href="http://www.superbookdepot.com/blog/tag/import/" title="import" rel="tag">import</a>, <a href="http://www.superbookdepot.com/blog/tag/library/" title="library" rel="tag">library</a>, <a href="http://www.superbookdepot.com/blog/category/best-sellings/professional-technical/" title="Professional &amp; Technical" rel="tag">Professional &amp; Technical</a>, <a href="http://www.superbookdepot.com/blog/tag/reference/" title="Reference" rel="tag">Reference</a>, <a href="http://www.superbookdepot.com/blog/category/best-sellings/science/" title="Science" rel="tag">Science</a>, <a href="http://www.superbookdepot.com/blog/tag/science/" title="Science" rel="tag">Science</a>, <a href="http://www.superbookdepot.com/blog/tag/war/" title="war" rel="tag">war</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.superbookdepot.com/blog/2010/11/28/the-linux-programming-interface-a-linux-and-unix-system-programming-handbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Macmillan Subsidiary</title>
		<link>http://www.superbookdepot.com/blog/2010/03/09/new-macmillan-subsidiary/</link>
		<comments>http://www.superbookdepot.com/blog/2010/03/09/new-macmillan-subsidiary/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 12:31:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Books Industry]]></category>
		<category><![CDATA[Barnes & Noble]]></category>
		<category><![CDATA[bookshelf]]></category>
		<category><![CDATA[Brian Napack]]></category>
		<category><![CDATA[charles grisham]]></category>
		<category><![CDATA[class content]]></category>
		<category><![CDATA[class textbook]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[Coutts Information Services]]></category>
		<category><![CDATA[custom publishing]]></category>
		<category><![CDATA[digital publishing]]></category>
		<category><![CDATA[Ingram Marketing Group Inc]]></category>
		<category><![CDATA[interactive environment]]></category>
		<category><![CDATA[lightning source]]></category>
		<category><![CDATA[media assets]]></category>
		<category><![CDATA[print on demand]]></category>
		<category><![CDATA[teaching]]></category>
		<category><![CDATA[textbook content]]></category>
		<category><![CDATA[virginia students]]></category>
		<category><![CDATA[VitalSource Technologies]]></category>
		<category><![CDATA[york business]]></category>

		<guid isPermaLink="false">http://www.superbookdepot.com/blog/?p=3092</guid>
		<description><![CDATA[NEW YORK &#8211; (Business Wire) DynamicBooks, a new subsidiary of Macmillan, unveiled today a new digital publishing platform that allows instructors to freely customize and modify some of today’s most respected textbooks. Using the DynamicBooks’ editing tools, instructors can tailor world-class content to suit their classroom needs by editing existing content or adding new text [...]]]></description>
			<content:encoded><![CDATA[<div style="float:right;margin:0px 0px 0px 0px;"></div><p>NEW YORK &#8211; (Business Wire) DynamicBooks, a new subsidiary of Macmillan, unveiled today a new digital publishing platform that allows instructors to freely customize and modify some of today’s most respected textbooks. Using the DynamicBooks’ editing tools, instructors can tailor world-class content to suit their classroom needs by editing existing content or adding new text or media assets. Once instructors “publish” their custom book, their students can choose to purchase either a fully featured digital text or a printed version of the new book.<em><strong><span id="more-3092"></span></strong></em></p>
<p>DynamicBooks was created in close partnership with Ingram Content Group Inc. and utilizes Ingram’s successful VitalSource Bookshelf platform and Lightning Source print-on-demand capability.</p>
<p>DynamicBooks seeks to lower costs to students and is working with its publisher partners to do so. As an example, Bedford, Freeman and Worth books will be available in digital form for 40-50 percent of the price of traditional books.</p>
<p>“DynamicBooks strives to put control of world-class textbook content into the hands of instructors. Our easy-to-use custom publishing platform allows instructors to create tailored versions of many of today’s most popular textbooks, and then instantly publish them for their students in both digital and print versions,” said Clancy Marshall, General Manager of DynamicBooks. (Marshall will demonstrate DynamicBooks at the O’Reilly Tools of Change conference in New York on Wed, Feb 24 at 8:30 a.m. in the Broadway North room.)</p>
<p>“Most college students don’t read textbooks anymore,” said Charles Grisham, professor of chemistry at the University of Virginia. “Students jump from point to point as they do on the Internet. It’s also safe to say that no textbook has completely matched every instructor’s syllabus. DynamicBooks offers instructors and authors a better way to convey content that is more relevant and creative-minded, and that mirrors the always interactive environment in which students live.”</p>
<p>Brian Napack, President of Macmillan, said: “DynamicBooks is a win for everyone. Instructors and students get more engaging, more relevant textbooks; our authors get a more engaged community of instructors; and publishers get to deliver more powerful content, made so through collaboration with their customers.” He continued, “The rapid launch of DynamicBooks represents an extension of our deep partnership with Ingram, who were uniquely positioned to deliver both state-of-the-art e-book and print-on-demand platforms.”</p>
<p>David “Skip” Prichard, President and CEO of Ingram Content Group Inc. said: “Ingram Content Group has invested in innovative technology tools to enable the creation of customized textbooks. We are excited that Macmillan has chosen VitalSource to offer this capability to educators.”</p>
<p>The digital textbook package includes online access; a downloadable version; and an iPhone application. Students can annotate or highlight and search terms or their notes in their DynamicBook and can print from within the application. Printed, bound versions are also available in black and white or full color. Students can order these books from retailers such as Barnes &amp; Noble, Amazon and Follett.<br />
Read more: <a href="http://www.earthtimes.org/articles/show/new-macmillan-subsidiary-dynamicbooks-redefines-interactive-textbooks-for-higher-education,1173765.shtml#ixzz0hgLBgsRw">http://www.earthtimes.org/articles/show/new-macmillan-subsidiary-dynamicbooks-redefines-interactive-textbooks-for-higher-education,1173765.shtml#ixzz0hgLBgsRw</a></p>



		<!-- Added by WP-DragToShare-eXtended Plugin -->
		<script type="text/javascript">
			dtsv.dtse_post_3092_permalink = 'http://www.superbookdepot.com/blog/2010/03/09/new-macmillan-subsidiary/';
			dtsv.dtse_post_3092_title = 'New Macmillan Subsidiary';
		</script>
		<!-- End of WP-DragToShare-eXtended Plugin --><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.superbookdepot.com%2Fblog%2F2010%2F03%2F09%2Fnew-macmillan-subsidiary%2F&amp;title=New%20Macmillan%20Subsidiary"><img src="http://www.superbookdepot.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a> </p>
	Tags: <a href="http://www.superbookdepot.com/blog/tag/barnes-noble/" title="Barnes &amp; Noble" rel="tag">Barnes &amp; Noble</a>, <a href="http://www.superbookdepot.com/blog/category/books-industry/" title="Books Industry" rel="tag">Books Industry</a>, <a href="http://www.superbookdepot.com/blog/tag/bookshelf/" title="bookshelf" rel="tag">bookshelf</a>, <a href="http://www.superbookdepot.com/blog/tag/brian-napack/" title="Brian Napack" rel="tag">Brian Napack</a>, <a href="http://www.superbookdepot.com/blog/tag/charles-grisham/" title="charles grisham" rel="tag">charles grisham</a>, <a href="http://www.superbookdepot.com/blog/tag/class-content/" title="class content" rel="tag">class content</a>, <a href="http://www.superbookdepot.com/blog/tag/class-textbook/" title="class textbook" rel="tag">class textbook</a>, <a href="http://www.superbookdepot.com/blog/tag/conference/" title="Conference" rel="tag">Conference</a>, <a href="http://www.superbookdepot.com/blog/tag/coutts-information-services/" title="Coutts Information Services" rel="tag">Coutts Information Services</a>, <a href="http://www.superbookdepot.com/blog/tag/custom-publishing/" title="custom publishing" rel="tag">custom publishing</a>, <a href="http://www.superbookdepot.com/blog/tag/digital-publishing/" title="digital publishing" rel="tag">digital publishing</a>, <a href="http://www.superbookdepot.com/blog/tag/ingram-marketing-group-inc/" title="Ingram Marketing Group Inc" rel="tag">Ingram Marketing Group Inc</a>, <a href="http://www.superbookdepot.com/blog/tag/interactive-environment/" title="interactive environment" rel="tag">interactive environment</a>, <a href="http://www.superbookdepot.com/blog/tag/lightning-source/" title="lightning source" rel="tag">lightning source</a>, <a href="http://www.superbookdepot.com/blog/tag/media-assets/" title="media assets" rel="tag">media assets</a>, <a href="http://www.superbookdepot.com/blog/tag/print-on-demand/" title="print on demand" rel="tag">print on demand</a>, <a href="http://www.superbookdepot.com/blog/tag/teaching/" title="teaching" rel="tag">teaching</a>, <a href="http://www.superbookdepot.com/blog/tag/textbook-content/" title="textbook content" rel="tag">textbook content</a>, <a href="http://www.superbookdepot.com/blog/tag/virginia-students/" title="virginia students" rel="tag">virginia students</a>, <a href="http://www.superbookdepot.com/blog/tag/vitalsource-technologies/" title="VitalSource Technologies" rel="tag">VitalSource Technologies</a>, <a href="http://www.superbookdepot.com/blog/tag/york-business/" title="york business" rel="tag">york business</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.superbookdepot.com/blog/2010/03/09/new-macmillan-subsidiary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

