Programming Languages
epub, pdf |eng | 2018-10-20 | Author:Robin Nixon
( Category:
Web Development & Design
October 21,2018 )
epub |eng | 2018-08-31 | Author:Steven F. Daniel
// Add the Starting and Ending Latitude and Longitude // Coordinates customMap.RouteCoordinates.Add(new Xamarin.Forms.Maps.Position( origPosition.Result.Latitude, origPosition.Result.Longitude)); customMap.RouteCoordinates.Add(new Xamarin.Forms.Maps.Position( _viewModel.Latitude, _viewModel.Longitude)); // Create and Initialise a map region within a // one-kilometre ...
( Category:
Mobile Phones, Tablets & E-Readers
October 21,2018 )
epub |eng | 2018-05-31 | Author:Dinesh Rajput
Let's look at these topics in detail. Declarative REST client – Feign basics According to the Feign documentation: "Feign is a Java to HTTP client binder inspired by Retrofit, JAXRS-2.0, ...
( Category:
Software
October 20,2018 )
epub |eng | 2018-03-23 | Author:Deepu K Sasidharan
Setting up Jenkins Let's use Jenkins as the CI tool for our application. We first need to set up a local Jenkins instance: If you are already familiar with Docker, ...
( Category:
Web Development & Design
October 20,2018 )
epub |eng | | Author:Boost.Asio C++ Network Programming by John Torjo
The preceding code snippet will generate the following code: server echoed our John says hi: OK server echoed our so does James: OK server echoed our Lucy just got home: ...
( Category:
Programming Languages
October 20,2018 )
epub |eng | 2018-05-30 | Author:Parth Ghiya
Circuit breakers and its role In the practical world, errors do occur. Services can timeout, become unreachable, or take longer to complete. Being a distributed system, the entire system should ...
( Category:
Web Development & Design
October 19,2018 )
epub |eng | | Author:Mayur Ramgir
These few steps will help you go and create a trial-and-error cycle that will bring you a better understanding of the platform you are using, the needs of your application, ...
( Category:
Mobile Phones, Tablets & E-Readers
October 19,2018 )
epub |eng | | Author:Ranga Rao Karanam
Any exception for which a custom exception handler is not defined; will be handled by the preceding method. Response Status One of the important things to focus on with REST ...
( Category:
Programming
October 19,2018 )
epub |eng | 2018-07-04 | Author:Diogo Resende
rethinkdb.table("images").filter({ name : image }).limit(1).run(db, (err, images) => { if (err) return res.status(404).end(); images.toArray((err, images) => { if (err) return res.status(500).end(); if (!images.length) return res.status(404).end(); req.image = images[0]; return next(); ...
( Category:
Web Development & Design
October 19,2018 )
epub |eng | 2018-06-29 | Author:Dmitrijs Cudihins
Questions Please answer the following questions: What is the purpose of corner detection? How can corner detection help to identify areas with text? How does the increase of the threshold ...
( Category:
Programming Languages
October 19,2018 )
epub |eng | 2018-03-20 | Author:Bhaskar Chaudhary
Although core Tkinter has many useful widgets, it is far from complete. For us, the tooltip or Balloon widget is not provided as a core Tkinter widget. Therefore, we look ...
( Category:
Software
October 19,2018 )
epub |eng | 2018-08-29 | Author:Tarik Guney
log.Println("Doing some logging here...") log.Fatalln("Fatal: Application crashed!") } When we run the preceding code, a new file called log_file is created with the following content: You may wonder what the ...
( Category:
Programming
October 19,2018 )
epub |eng | 2018-08-31 | Author:Eduonix Learning Solutions
We have one more thing left to do: we have to go to the index.html file and paste the reference that we used from our first project to Font Awesome: ...
( Category:
Programming Languages
October 19,2018 )
epub |eng | 2018-09-21 | Author:Ivo Balbaert
There is an even simpler literal notation: to concatenate two matrices a and b with the same number of rows to a matrix c, just execute c = [a b]. ...
( Category:
Databases & Big Data
October 18,2018 )
epub |eng | 2018-08-31 | Author:Nisheeth Joshi
An introduction to rule-based systems with Prolog Now, we'll look at how to create a knowledge base and apply inference in Prolog. Let's start by looking at the Prolog environment: ...
( Category:
Graphics & Design
October 18,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(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(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(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(6800)
Layered Design for Ruby on Rails Applications by Vladimir Dementyev(6527)
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(6393)
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(3983)
WordPress Plugin Development Cookbook by Yannick Lefebvre(3772)
Unity 3D Game Development by Anthony Davis & Travis Baptiste & Russell Craig & Ryan Stunkel(3715)
The Ultimate iOS Interview Playbook by Avi Tsadok(3689)
