Programming
epub, azw3 |eng | 2019-05-06 | Author:Sergey Bratus & Eugene Rodionov & Alex Matrosov [Sergey Bratus]

( Category: Testing May 2,2019 )
epub |eng | 2019-03-22 | Author:James Freeman

tasks: - name: create a directory file: path: /srv/whiskey/alpha state: directory - name: create another directory file: path: /srv/whiskey/beta state: directory When we run this, as expected, our two directories ...
( Category: Linux & UNIX Administration May 2,2019 )
epub |eng | 2017-11-05 | Author:Ruben Oliva Ramos & Shantanu Bhadoria [Ruben Oliva Ramos]

( Category: Single Board Computers April 29,2019 )
epub |eng | 2019-05-12 | Author:Boris Cherny [Boris Cherny]

( Category: Software Development April 29,2019 )
epub |eng | | Author:Sander Vugt

The user is owner of the directory where the file exists. Notice that this means that sticky bit cannot be used to prevent users to remove files from their home ...
( Category: Software Development April 25,2019 )
epub, mobi |eng | 2013-02-13 | Author:Michael J. Hernandez [Hernandez, Michael J.]

* * * Note I commonly create an ID field (such as EMPLOYEE ID, VENDOR ID, DEPARTMENT ID, CATEGORY ID, and so on) and use it as an artificial candidate ...
( Category: Relational Databases April 24,2019 )
epub, pdf |eng | | Author:Irv Kalb

import random MAX_GUESSES = 5 # maximum number of guesses allowed MAX_RANGE = 20 # highest possible number #Show introduction print 'Welcome to my Guess the Number program.' print 'Guess ...
( Category: Object-Oriented Design April 24,2019 )
epub |eng | 2012-06-19 | Author:Joseph Albahari [Joseph Albahari and Ben Albahari]

Note You can track a task’s execution status via its Status property. Wait Calling Wait on a task blocks until it completes and is the equivalent of calling Join on ...
( Category: Object-Oriented Design April 20,2019 )
epub |eng | | Author:Clive Thompson

If you want to understand why cypherpunks—and many coders in general—care so much about privacy, and so distrust authority, it’s worth pausing to look at some history. The attitudes, it ...
( Category: Programming April 20,2019 )
epub, mobi, pdf |eng | 2018-09-02 | Author:Nicolás Bevacqua

4.1.3 Frameworks: The Good, the Bad, and the Ugly Conventions are useful because they allow for better self-direction among developers, without causing lagoons of inconsistency to spread across our codebase. ...
( Category: Testing April 18,2019 )
epub, mobi, pdf |eng | 2018-02-22 | Author:Callum Macrae

The Data Object The data object is where you specify attributes that will affect the component or element. If you were writing a template, that’s everything that goes between the ...
( Category: Software Development April 18,2019 )
epub, mobi, pdf |eng | 2016-07-17 | Author:Kyran Dale

dataframe_to_mongo(df_winners_all, 'nobel_prize', 'winners_all') With our cleaned data in the database, we’re ready to start exploring it in the next chapter. Summary In this chapter, you learned how to clean a ...
( Category: Software Development April 18,2019 )
azw3, epub |eng | 2019-03-17 | Author:Bradley, Peter [Bradley, Peter]

Using Subs A sub is the simplest way to reduce the size of the code, packaging method that appears in the Macro dialog box. Consequently, the one place where you ...
( Category: VBA April 8,2019 )
epub |eng | | Author:Seth Kenlon

-- draw table background ground = love.graphics.newQuad(0,0,WIDE,HIGH,150,150) tile = love.graphics.newImage('img' .. d .. 'tile.jpg') tile:setWrap('repeat','repeat') end The first card you generate is the “top” of the draw deck for the ...
( Category: Object-Oriented Design April 8,2019 )
epub |eng | 2018-11-29 | Author:Cody Jackson

Using SQL to query a database To query a table using SQL, you simply tell the database what it is you're trying to do. If you want to get a ...
( Category: Object-Oriented Design April 8,2019 )