Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 693
- Application software 600
- Engineering & Applied Sciences 492
- Historia 486
- History 440
- Java (Computer program language) 404
- Computer Science 396
- Python (Computer program language) 308
- Computer programming 291
- Classes socials 233
- Web site development 227
- Design 223
- Programming 222
- Història 212
- Microsoft .NET Framework 193
- Education 188
- Management 181
- Web sites 178
- Computer software 177
- Programming languages (Electronic computers) 171
- Clases sociales 170
- Ensenyament 158
- JavaScript (Computer program language) 155
- Computer programs 154
- Object-oriented programming (Computer science) 154
- C# (Computer program language) 151
- Social aspects 138
- C++ (Computer program language) 133
- Social conditions 128
- Software engineering 122
-
10301Publicado 2021Tabla de Contenidos: “…-- Mustang Paul -- The Power of Positive Feedback -- Passed-On Behaviours -- On the House -- Keep on Knocking -- World Class -- 3 Personal -- A Gooner's Thank You -- Uncle Pete -- Fossils Found -- Vicky -- For Féah -- A Load Off My Mind -- Happy Days -- Kettle's On -- Keeping It Clean -- Hilltop Journey -- Two-Wheel Therapy…”
Libro electrónico -
10302Publicado 2023Tabla de Contenidos: “…-- In Short -- Models -- Unpack Your Assessments -- Parcel Them Out and Practice Them -- Provide Feedback -- Principles -- Make the Time for In-Class Practice -- Space It Out -- Practice Mindfully -- Small Teaching Quick Tips: Practice -- Conclusion -- Chapter 7 Mapping -- What's the Theory? …”
Libro electrónico -
10303por Organisation for Economic Co-operation and Development StaffTabla de Contenidos: “…Indicator D2 - What is the student-teacher ratio and how big are Classes?Indicator D3 - How much are teachers paid?…”
Publicado 2012
Libro electrónico -
10304por Stephens, RodTabla de Contenidos: “…Chapter 14: More Network AlgorithmsTopological Sorting; Cycle Detection; Map Coloring; Maximal Flow; Summary; Exercises; Chapter 15: String Algorithms; Matching Parentheses; Pattern Matching; String Searching; Calculating Edit Distance; Summary; Exercises; Chapter 16: Cryptography; Terminology; Transposition Ciphers; Substitution Ciphers; Block Ciphers; Public-Key Encryption and RSA; Other Uses for Cryptography; Summary; Exercises; Chapter 17: Complexity Theory; Notation; Complexity Classes; Reductions; NP-Hardness; Detection, Reporting, and Optimization Problems; NP-Complete Problems…”
Publicado 2013
Libro electrónico -
10305por Rosanova, DanTabla de Contenidos: “…Avoid using atomic scopes to call .NET methodsDon't use XmlDocument for a message type... ever; Avoid loading messages into classes via the XmlSerializer; Use direct bound ports and Content Based Routing; Leverage filters in orchestrations; Use distinguished fields instead of xpath; Avoid unnecessary looping on collections; Pipelines; What are pipelines?…”
Publicado 2011
Libro electrónico -
10306por Gassner, David L.Tabla de Contenidos: “…Creating Flash-based ComponentsSummary; Chapter 6: Debugging Flex Applications; Debugging Basics; Using trace() and the Logging API; Using Breakpoints; Profiling Flex Applications; Using the Network Monitor; Summary; Chapter 7: Working with Events; The Flex Event Architecture; Handling Events in MXML; Handling Events with addEventListener(); Using Event Bubbling; Using Custom Events; Using Custom Event Classes; Summary; Part II: Designing Flex Applications; Chapter 8: Using Flex Visual Controls; Instantiating and Customizing Controls; Using Spark Text Controls; Using Layout Controls…”
Publicado 2010
Libro electrónico -
10307por Pimpler, EricTabla de Contenidos: “…Selecting features and rows with the Select Layer by Attribute toolSelecting features with the Select by Location tool; Combining a spatial and attribute query with the Select by Location tool; Chapter 9: Using the Arcpy Data Access Module to Select, Insert, and Update Geographic Data and Tables; Introduction; Retrieving features from a feature class with a SearchCursor; Filtering records with a where clause; Improving cursor performance with geometry tokens; Inserting rows with InsertCursor; Updating rows with an UpdateCursor; Deleting rows with an UpdateCursor…”
Publicado 2013
Libro electrónico -
10308por Wempen, FaitheTabla de Contenidos: “…Introduction to Style Sheets; Understanding Styles; Constructing Style Rules; Creating Styles for Nested Tags; Creating Classes and IDs for Applying Styles; Applying Styles to Hyperlinks…”
Publicado 2011
Libro electrónico -
10309Publicado 2016Tabla de Contenidos: “…Understanding application statesApple's iOS security model; Device-level security; System-level security; An introduction to the secure boot chain; System software authorization; Secure Enclave; Data-level security; Data-protection classes; Keychain data protection; Changes in iOS 8 and 9; Network-level security; Application-level security; Application code signing; The iOS app sandbox; iOS isolation; Process isolation; Filesystem isolation; ASLR; Stack protection (non-executable stack and heap); Hardware-level security; iOS permissions; The iOS application structure; Jailbreaking…”
Libro electrónico -
10310Publicado 2016Tabla de Contenidos: “…Declaring a propertyUsing a property; Time for action - adding properties to the board class; Designing GUIs; Time for action - designing the game configuration dialog; Time for action - polishing the dialog; Accelerators and label buddies; The tab order; Signals and slots; Using designer forms; Direct approach; The multiple-inheritance approach; The single inheritance approach; Time for action - the logic of the dialog; An application's main window; The Qt resource system; Time for action - the main window of the application; Time for action - adding a pull-down menu…”
Libro electrónico -
10311Publicado 2018Tabla de Contenidos: “…Introduction Missing values Outliers Modelling and testing for data quality --Comparisons, Comparisons, Comparisons Introduction Making comparisons Making visual comparisons Comparing group effects graphically Comparing rates visually Graphics for comparing many subsets Graphics principles for comparisons Modelling and testing for comparisons --Graphics for Time Series Introduction Graphics for a single time series Multiple series Special features of time series Alternative graphics for time series R classes and packages for time series Modelling and testing time series --Ensemble Graphics and Case Studies Introduction What is an ensemble of graphics? …”
Libro electrónico -
10312Publicado 2016Tabla de Contenidos: “…Uploading imagesCreating a form layout with django-crispy-forms; Downloading authorized files; Filtering object lists; Managing paginated lists; Composing class-based views; Generating PDF documents; Implementing a multilingual search with Haystack; Introduction; Arranging the base.html template; Including JavaScript settings; Using HTML5 data attributes; Opening object details in a modal dialog; Implementing a continuous scroll; Implementing the Like widget; Uploading images by Ajax; Introduction; Following conventions for your own template filters and tags…”
Libro electrónico -
10313Publicado 2017Tabla de Contenidos: “…-- Implementing a unit test example -- Important built-in assert functions -- Understanding TDD -- The TDD workflow - red, green, and refactor -- Red -- Green -- Refactor -- TDD in Xcode -- An example of TDD -- Red - example 1 -- Green - example 1 -- Refactor - example 1 -- Red - example 2 -- Green - example 2 -- Refactor - example 2 -- A recap -- Finding information about tests in Xcode -- Test Navigator -- Tests overview -- Running tests -- Running one specific test -- Running all tests in a test case -- Running a group of tests -- The setUp() and tearDown() methods -- Debugging tests -- Breakpoint that breaks on test failure -- The test again feature -- The advantages of TDD -- The disadvantages of TDD -- What to test -- Summary -- Chapter 2: Planning and Structuring Your Test-Driven iOS App -- The task list view -- The task detail view -- The task input view -- The structure of the app -- The table view controller, the delegate, and the data source -- Table view cells -- The model -- Other view controllers -- The development strategy -- Getting started with Xcode -- Setting up useful Xcode behaviors for testing -- Useful build behaviors -- Testing behaviors -- Summary -- Chapter 3: A Test-Driven Data Model -- Implementing the ToDoItem struct -- Adding a title property -- Adding an itemDescription property -- Removing a hidden source of bugs -- Adding a timestamp property -- Adding a location property -- Implementing the Location struct -- Adding a coordinate property -- Implementing the ItemManager class -- Count -- Adding and checking items -- Equatable -- Removing all items…”
Libro electrónico -
10314Publicado 2015Tabla de Contenidos: “…The build lifecycle revisitedModule tasks; Adding modules to a project; Adding a Java library; Adding an Android library; Integrating Android Wear; Using Google App Engine; Analyzing the build file; Using the backend in an app; Custom tasks; Tips and best practices; Running module tasks from Android Studio; Speeding up multimodule builds; Module coupling; Summary; Chapter 6: Running Tests; Unit tests; JUnit; Robolectric; Functional tests; Espresso; Test coverage; Jacoco; Summary; Chapter 7: Creating Tasks and Plugins; Understanding Groovy; Introduction; Classes and members; Methods; Closures…”
Libro electrónico -
10315por Freeman, Adam, 1972-Tabla de Contenidos: “…Defining the CodeDealing with the Global Namespace; Using Self-Executing Functions; Using Strict Mode; Understanding Windows App Namespaces; Defining a Global Navigation Function; Displaying the Initial Page; Adding the Musical Note Font; Defining the App-Wide CSS; Adding the Selector Page; Defining the Selector Page CSS; Using the CSS Grid Layout; Adding the Music Font and Styles; Defining the Selector Page JavaScript Code; Handling the Button Clicks; Summary; CHAPTER 4 Completing the App; Revisiting the Example App; Defining the Notes Data; Windows JavaScript Classes; Creating Namespaces…”
Publicado 2012
Libro electrónico -
10316
-
10317por Baldock, Sarah. authorTabla de Contenidos: “…Rearranging and Removing VariablesRenaming Variables; Variable Classes; Calculating New Numeric Variables; Dividing a Continuous Variable into Categories; Working with Factor Variables; Manipulating Character Variables; Concatenating Character Strings; Extracting a Substring; Searching a Character Variable; Working with Dates and Times; Adding and Removing Observations; Adding New Observations; Removing Specific Observations; Removing Duplicate Observations; Selecting a Subset of the Data; Selecting a Subset According to Selection Criteria; Selecting a Random Sample from a Dataset…”
Publicado 2014
Libro electrónico -
10318Publicado 2015Tabla de Contenidos: “…Frameworks versus PackagesDeveloping the App; Var Dumper; Database Connection; Repo and First Push; HTML Form; index.php vs index.html; The HTML Form; Second Push; Creating the Comment Class and the Database Table; Third Push; Development vs Production Database; Fourth Push; Posting and Displaying Comments; Posting; Validation: Never Trust User Input!…”
Libro electrónico -
10319Publicado 2015Tabla de Contenidos: “…Chapter 4: Creating Custom Logstash PluginsLogstash plugin management; Plugin lifecycle management; Installing a plugin; Updating a plugin; Uninstalling a plugin; Structure of a Logstash plugin; Required dependencies; Class declaration; Configuration name; Configuration options setting; Plugin methods; Input plugin; Filter plugin; Output plugin; Codec plugin; Writing a Logstash filter plugin; Building the plugin; Summary; Chapter 5: Why Do We Need Elasticsearch in ELK?…”
Libro electrónico -
10320Publicado 2015Tabla de Contenidos: “…Build a regression-test suiteMind your code; Be patient; Gather as much data as you can; Preprocess your data; Visualize your data; Summary; Chapter 2: The Profilers; Getting to know our new best friends: the profilers; cProfile; A note about limitations; The API provided; The Stats class; Profiling examples; Fibonacci again; Tweet stats; line_profiler; kernprof; Some things to consider about kernprof; Profiling examples; Back to Fibonacci; Inverted index; Summary; Chapter 3: Going Visual: GUIs to Help Understand Profiler Output; KCacheGrind - pyprof2calltree; Installation; Usage…”
Libro electrónico