Programming Languages
epub, mobi, pdf |eng | 2017-10-19 | Author:Carl Albing & JP Vossen
Warning The restricted shell is not proof against a determined attacker. It can also be difficult to lock down as well as you think you have, since many common applications, ...
( Category:
Operating Systems
May 20,2019 )
epub, mobi |eng | 2018-09-03 | Author:Stephen Haney
let encounterManager = EncounterManager() At the bottom of the didMove function, call addEncountersToScene to add each encounter node as a child of the GameScene node: encounterManager.addEncountersToScene(gameScene: self) Since the EncounterManager ...
( Category:
Programming
May 20,2019 )
epub |eng | 2016-12-27 | Author:Adrian Kaehler & Gary Bradski
Keypoint finder Start by taking a look at (a somewhat simplified version of) the blob detector’s declaration: class SimpleBlobDetector : public Feature2D { public: struct Params { Params(); float minThreshold; ...
( Category:
DSPs
May 20,2019 )
mobi |eng | 2009-06-12 | Author:Steven Bird, Ewan Klein, and Edward Loper
Individual features make their contribution to the overall decision by “voting against” labels that don’t occur with that feature very often. In particular, the likelihood score for each label is ...
( Category:
Object-Oriented Design
May 19,2019 )
epub |eng | 2009-06-12 | Author:Steven Bird, Ewan Klein & Edward Loper
Naive Bayes Classifiers In naive Bayes classifiers, every feature gets a say in determining which label should be assigned to a given input value. To choose a label for an ...
( Category:
Object-Oriented Design
May 19,2019 )
epub, mobi, pdf |eng | 2016-12-06 | Author:Jake VanderPlas
In[11]: plt.imshow(I, cmap=plt.cm.get_cmap('Blues', 6)) plt.colorbar() plt.clim(-1, 1); Figure 4-56. A discretized colormap The discrete version of a colormap can be used just like any other colormap. Example: Handwritten Digits For ...
( Category:
Software Development
May 19,2019 )
epub, mobi, pdf |eng | 2017-08-17 | Author:Juan Nunez-Iglesias, Stéfan van der Walt, Harriet Dashnow
import numpy as np pred = np.array([0, 1, 0, 0, 1, 1, 1, 0, 1, 1]) You can check how well you’ve done by comparing it to a vector of ...
( Category:
Data Processing
May 19,2019 )
epub |eng | | Author:Jason Lengstorf & Keith Wald
Start Time: 2016-01-22 17:00:00 End Time: 2016-01-22 19:00:00 Description: Five-course meal with wine pairings at John’s house After clicking the “Create new event” button, the calendar is updated with the ...
( Category:
Programming Languages
May 19,2019 )
epub |eng | 2014-08-05 | Author:Matt Telles
Now, in programming, when you have a problem like this, there are two ways you can deal with it. You can handle the problem—in this case, an exception (I’ll talk ...
( Category:
Programming
May 17,2019 )
epub, pdf |eng | 2018-12-17 | Author:Randall Koutnik [Randall Koutnik]
( Category:
Web Services
May 14,2019 )
epub |eng | 2017-07-25 | Author:Paul P. Daniels & Luis Atencio [Paul P. Daniels and Luis Atencio]
( Category:
Object-Oriented Design
May 14,2019 )
epub |eng | 2018-10-11 | Author:Mario Fusco & Alan Mycroft & Raoul-Gabriel Urma [Mario Fusco]
( Category:
Software Development
May 12,2019 )
epub |eng | 2019-03-29 | Author:Carlos Santana Roldán
this.handleEvent = this.handleEvent.bind(this); } Second, we implement the generic event handler: handleEvent(event) { switch (event.type) { case 'click': console.log('clicked'); break; case 'dblclick': console.log('double clicked'); break; default: console.log('unhandled', event.type); } } ...
( Category:
Internet & Social Media
May 12,2019 )
epub |eng | 2017-12-02 | Author:Eric Mann [Eric Mann]
Stored XSS The second form of Cross-Site Scripting attack involves storing the attacker’s payload in your own datastore. This can happen merely because the application neglected to sanitize user input ...
( Category:
Programming Languages
May 9,2019 )
epub |eng | 2018-11-25 | Author:Abraham Marín-Pérez & Daniel Bryant [Abraham Marín-Pérez]
( Category:
Software Development
May 9,2019 )
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(12566)Hello! Python by Anthony Briggs(9911)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9795)
The Mikado Method by Ola Ellnestam Daniel Brolund(9775)
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(7758)
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(6796)
Layered Design for Ruby on Rails Applications by Vladimir Dementyev(6521)
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(6389)
Kotlin in Action by Dmitry Jemerov(5062)
Hands-On Full-Stack Web Development with GraphQL and React by Sebastian Grebe(4315)
Functional Programming in JavaScript by Mantyla Dan(4037)
Solidity Programming Essentials by Ritesh Modi(3980)
WordPress Plugin Development Cookbook by Yannick Lefebvre(3769)
Unity 3D Game Development by Anthony Davis & Travis Baptiste & Russell Craig & Ryan Stunkel(3712)
The Ultimate iOS Interview Playbook by Avi Tsadok(3687)
