Programming Languages
epub |eng | 2018-01-25 | Author:Anuj Kumar [Kumar, Anuj]
(def auth {:name ::auth :enter (fn [context] (let [token (-> context :request :headers (get "token"))] (if-let [uid (and (not (nil? token)) (get-uid token))] (assoc-in context [:request :tx-data :user] uid) (chain/terminate ...
( Category:
Programming
August 11,2018 )
epub |eng | 2018-01-23 | Author:Carl Cocchiaro [Cocchiaro, Carl]
Teardown methods For all the methods in a suite of tests, there will be common actions that need to be executed after each suite, test, groups, class, or methods, and ...
( Category:
Programming Languages
August 11,2018 )
epub |eng | 2018-01-30 | Author:Vikash Sharma [Sharma, Vikash]
It's really important to control the access level. With it we can have fine-grain scope for every construct. This keeps the client away from unnecessary details that you might not ...
( Category:
Programming
August 11,2018 )
epub |eng | 2018-01-29 | Author:Juan Antonio Medina Iglesias [Medina Iglesias, Juan Antonio]
( Category:
Internet & Social Media
August 11,2018 )
epub |eng | 2018-02-26 | Author:Primož Gabrijelčič [Gabrijelčič, Primož]
Most common problems Before we start writing multithreaded code, I'd like to point out some typical situations that represent the most common sources of problems in multithreaded programs. After that, ...
( Category:
Programming
August 11,2018 )
epub |eng | | Author:Zocca, Valentino,Spacagna, Gianmario,Slater, Daniel,Roelants, Peter [Неизв.]
Speech recognition pipeline Speech recognition tries to find a transcription of the most probable word sequence considering the acoustic observations provided; this is represented by the following: transcription = argmax( ...
( Category:
Programming Languages
August 11,2018 )
epub |eng | 2018-02-27 | Author:Radomír Sohlich [Sohlich, Radomír]
( Category:
Networking & Cloud Computing
August 11,2018 )
epub |eng | 2018-02-28 | Author:Rambabu Posa [Posa, Rambabu]
( Category:
Programming
August 11,2018 )
epub |eng | 2018-02-27 | Author:Uttam Agarwal [Agarwal, Uttam]
Summary Congratulations on completing this chapter! This is one of the most advanced chapters. We covered many important concepts related to programming paradigm. We discussed passing the data from one ...
( Category:
Programming Languages
August 11,2018 )
epub, mobi |eng | 2008-12-16 | Author:David Flanagan & Yukihiro Matsumoto [David Flanagan]
A Mutable Point The Point class we’ve been developing is immutable: once a point object has been created, there is no public API to change the X and Y coordinates ...
( Category:
Programming Languages
August 11,2018 )
epub, azw3, pdf |eng | 2016-11-24 | Author:Osvaldo Martin [Martin, Osvaldo]
Polynomial regression I hope you are excited about the skills you have learned so far in this chapter. Now we are going to learn how to fit curves using linear ...
( Category:
Programming Languages
August 11,2018 )
epub |eng | | Author:Mike Keith, Merrick Schincariol & Massimo Nardone
query.append("WHERE"); List<String> criteria = new ArrayList<String>(); if (name != null) { criteria.add("e.name = :name"); } if (deptName != null) { criteria.add("e.dept.name = :dept"); } if (projectName != null) { criteria.add("p.name ...
( Category:
Programming Languages
August 10,2018 )
epub, mobi, pdf |eng | 2018-06-21 | Author:Shyam Seshadri
ng g service services/stock This will generate two files, a skeleton stock-service.ts and a dummy test for it in stock-service.spec.ts. We will ignore the latter for now but will return ...
( Category:
Web Development & Design
August 10,2018 )
epub, pdf |eng | 2018-07-09 | Author:Sandi Metz [Metz, Sandi]
6.4.1 Creating an Abstract Superclass Figure 6.6 shows a new class diagram where Bicycle is the superclass of both MountainBike and RoadBike. This is your goal; it’s the inheritance structure ...
( Category:
Programming Languages
August 10,2018 )
epub |eng | 2018-07-17 | Author:Gion Kunz [Gion Kunz]
( Category:
Programming Languages
August 10,2018 )
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)
