Programming Languages
azw3 |eng | 2016-08-31 | Author:Raschka, Sebastian & Julian, David & Hearty, John [Raschka, Sebastian]
Data from databases We generally interact with databases via a query language. One of the most popular query languages is MySQL. Python has a database specification, PEP 0249, which creates ...
( Category:
Programming Languages
September 4,2017 )
epub |eng | | Author:2017
Data from databases We generally interact with databases via a query language. One of the most popular query languages is MySQL. Python has a database specification, PEP 0249, which creates ...
( Category:
Programming Languages
September 4,2017 )
epub, azw3, pdf |eng | 2017-05-22 | Author:Bruce Schneier
Designing a Block Cipher It is easy to design a block cipher. If you think of a 64-bit block cipher as a permutation of the 64-bit numbers, it is clear ...
( Category:
Security & Encryption
September 4,2017 )
epub |eng | | Author:2013
And we define the query that joins these two queries.(def census-joined (<- [?name ?pop100 ?hu100 ?families ?white ?black ?indian ?asian ?hawaiian ?other ?multiple] (family-data ?geoid _ _ ?name ?pop100 ?hu100 ...
( Category:
Web Development & Design
September 3,2017 )
epub |eng | | Author:Don Syme, Adam Granicz & Antonio Cisternino
( Category:
Programming
September 3,2017 )
mobi, pdf |eng | 2012-10-29 | Author:Pat Shaughnessy
Just like JRuby, Rubinius has a command line option that allows you to see the VM instructions your code is compiled into: $ cat simple.rb puts 2+2 $ rbx compile ...
( Category:
Programming Languages
September 3,2017 )
epub |eng | 2015-09-03 | Author:Kathy Sierra
In what order can the following methods be called if walking the directory tree from x? (Choose all that apply.) I: preVisitDirectory x II: preVisitDirectory x/y III: postVisitDirectory x/y IV: ...
( Category:
Programming Languages
September 3,2017 )
epub, pdf |eng | 2013-01-30 | Author:Jack Franklin [Franklin, Jack]
accordion.on("showParagraph", "p", function() { paragraphs.slideUp("normal"); $(this).slideDown("normal"); }); }); This might not seem easier. In fact, your code is a bit easier, but it’s also more efficient, thanks to delegation, and ...
( Category:
Programming
September 3,2017 )
mobi, epub |eng | | Author:2013
On inspection of the Clojure 1.5.1 source code, we can find that the thread pool for low-latency actions is named pooledExecutor (a bounded thread pool initialized to a maximum of ...
( Category:
Programming Languages
September 3,2017 )
epub, pdf |eng | 2012-12-19 | Author:Charles Bell [Bell, Charles]
/* send the fields "Database" and "Size" */ field_list.push_back(new Item_empty_string("Database",50)); field_list.push_back(new Item_return_int("Size_in_bytes", 7, MYSQL_TYPE_LONGLONG)); if (protocol->send_result_set_metadata(&field_list, Protocol::SEND_NUM_ROWS | Protocol::SEND_EOF)) DBUG_RETURN(TRUE); /* get database directories */ find_files_result res = find_files(thd, &dbs, ...
( Category:
Software
September 3,2017 )
epub |eng | 2015-04-14 | Author:Grus, Joel
For example, if 50% of spam messages have the word viagra, but only 1% of nonspam messages do, then the probability that any given viagra-containing email is spam is: A ...
( Category:
Databases & Big Data
September 3,2017 )
epub |eng | 2016-09-03 | Author:Mark Michaelis & Eric Lippert
* * * // ... BubbleSort(items, (first, second) => { return first < second; } ); // ... * * * In general, explicitly declared parameter types are optional in ...
( Category:
Programming Languages
September 3,2017 )
epub |eng | 2015-06-17 | Author:Dawn Griffiths & David Griffiths
When the Create Order action item is clicked, it will create an intent that starts OrderActivity. We’ll show you the full MainActivity.java code on the next page. The full MainActivity.java ...
( Category:
Programming Languages
September 3,2017 )
epub |eng | 2014-02-14 | Author:Christian Nagel & Jay Glynn & Morgan Skinner
The following table summarizes the problems that can occur as a result of setting the most commonly used transaction isolation levels: The following code segment shows how the isolation level ...
( Category:
Programming
September 3,2017 )
epub, mobi |eng | 2015-09-03 | Author:Derek Runberg
Driving Shapes Making something move on the screen in response to the keyboard or mouse is a basic building block of video game development. Let’s start simple and use the ...
( Category:
Other Media
September 3,2017 )
Categories
Ada | Ajax |
Assembly Language Programming | Borland Delphi |
C & C++ | C# |
CSS | Compiler Design |
Compilers | DHTML |
Debugging | Delphi |
Fortran | Java |
Lisp | Perl |
Prolog | Python |
RPG | Ruby |
Swift | Visual Basic |
XHTML | XML |
XSL |
Popular ebooks
Deep Learning with Python by François Chollet(12568)Hello! Python by Anthony Briggs(9912)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9795)
The Mikado Method by Ola Ellnestam Daniel Brolund(9777)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8293)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7775)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7760)
Grails in Action by Glen Smith Peter Ledbrook(7693)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7557)
Windows APT Warfare by Sheng-Hao Ma(6806)
Layered Design for Ruby on Rails Applications by Vladimir Dementyev(6529)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6409)
Blueprints Visual Scripting for Unreal Engine 5 - Third Edition by Marcos Romero & Brenden Sewell(6399)
Kotlin in Action by Dmitry Jemerov(5062)
Hands-On Full-Stack Web Development with GraphQL and React by Sebastian Grebe(4316)
Functional Programming in JavaScript by Mantyla Dan(4037)
Solidity Programming Essentials by Ritesh Modi(3985)
WordPress Plugin Development Cookbook by Yannick Lefebvre(3774)
Unity 3D Game Development by Anthony Davis & Travis Baptiste & Russell Craig & Ryan Stunkel(3717)
The Ultimate iOS Interview Playbook by Avi Tsadok(3694)
