Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 532
- Application software 520
- Engineering & Applied Sciences 276
- Computer Science 239
- Programming 184
- Computer programming 170
- Web site development 164
- Computer programs 142
- Python (Computer program language) 136
- Java (Computer program language) 126
- JavaScript (Computer program language) 121
- Computer software 120
- Microsoft .NET Framework 114
- Design 110
- Operating systems (Computers) 106
- Web sites 101
- Internet programming 96
- Cloud computing 89
- Linux 81
- Web applications 81
- Android (Electronic resource) 78
- Programming languages (Electronic computers) 77
- Debugging in computer science 76
- Open source software 76
- Computer networks 74
- Software engineering 74
- Mobile computing 72
- Database management 69
- iOS (Electronic resource) 69
- Management 67
-
1661Publicado 2022Tabla de Contenidos: “…-- Pausing the Game -- Circle Struct -- Displaying Health -- Setting Up For Debugging -- Conclusion -- Chapter 6: Enemy AI and Algorithms -- Essential Mathematics for Game Movement Logic -- Sine -- Circular Motions Using Sine and Cosine -- Using The Distance Formula To Enable Behavior -- Other Non-Linear Motion -- Interactions with the Player -- Bosses and Patterns…”
Libro electrónico -
1662Publicado 2015Tabla de Contenidos: “…Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Exploring Xcode; Keyboard shortcuts; Versioning your project; Testing with Playground; Debugging; New Swift features; Some final comments; Summary; Chapter 2: Creating a City Information App with Customized Table Views; Project overview; Setting it up; The first scene; Displaying the cities' information; Coding the initial view controller; Adding the page view controller; Displaying the Wikipedia information; Displaying weather forecasts; Retrieving some pictures…”
Libro electrónico -
1663por Golding, TodTabla de Contenidos: “…Cross-Language SupportDebugging; Mix and Match Nirvana; Summary; Chapter 4: Generic Classes; Parameterizing Types; Inheritance; Fields; Methods; Nested Classes; Consuming Generic Classes; The Default Keyword; System. …”
Publicado 2005
Libro electrónico -
1664Publicado 2003Tabla de Contenidos: “…17.2.5 Registering the LDAP server -- 17.2.6 Creating LDAP user -- 17.3 Configuring Content Manager V8.2 for LDAP -- 17.3.1 Generating the properties file -- 17.3.2 Installing properties file -- 17.3.3 Installing user exit -- 17.4 Configuring Content Manager V8.2 for SSO -- 17.4.1 Enabling single sign-on -- 17.4.2 Creating new privilege set -- 17.5 Importing LDAP users into Content Manager V8.2 -- 17.6 Configuring WebSphere Application Server V5.0 -- 17.6.1 Configuring LTPA -- 17.6.2 Generating LTPA keys -- 17.6.3 Configuring LDAP user registries -- 17.6.4 Enabling LTPA authentication -- 17.6.5 Verifying WebSphere security configuration -- 17.7 Verification -- Part 5 Troubleshooting, debugging, and performance -- Chapter 18. Troubleshooting and debugging -- 18.1 Isolating problems -- 18.2 Tracing eClient -- 18.2.1 Configuring IDM.properties file -- 18.2.2 Sample log file -- 18.3 Tracing EIP Java API -- 18.3.1 Configuring log manager -- 18.3.2 Sample log file -- 18.4 Additional trace information -- 18.5 Debugging your application -- 18.5.1 Debugging Java code using stdout -- 18.5.2 Debugging JavaScript code -- 18.6 Typical problems -- 18.7 Support channels -- 18.7.1 Official support Web site -- 18.7.2 Forums -- Chapter 19. …”
Libro electrónico -
1665por Topley, Kim. author, Olsson, Fredrik. author, Nutting, Jack. author, Mark, David. author, LaMarche, Jeff. authorTabla de Contenidos: “…The ToolbarThe Navigator; The Jump Bar; The Utility Area; Interface Builder; New Compiler and Debugger; A Closer Look at Our Project; Introducing Xcode's Interface Builder; File Formats; The Storyboard; The Library; Adding a Label to the View; Changing Attributes; Some iPhone Polish: Finishing Touches; The Launch Screen; Bring It on Home; Chapter 3: Handling Basic Interaction; The Model-View-Controller Paradigm; Creating Our Project; Looking at the View Controller; Understanding Outlets and Actions; Outlets; Actions; Cleaning Up the View Controller; Designing the User Interface…”
Publicado 2014
Libro electrónico -
1666por Liberty, JesseTabla de Contenidos: “…Case SensitivityThe static Keyword; Developing ""Hello World""; Compiling and Running ""Hello World""; Using the Visual Studio 2008 Debugger; 3. C# Language Fundamentals; Converting built-in types; Variables and Constants; Constants; Enumerations; Strings; Identifiers; Whitespace; Statements; Conditional Branching Statements; Nested if statements; switch statements: an alternative to nested ifs; Switch on string statements; Iteration Statements; The while loop; The do...while loop; The for loop; The foreach statement; The continue and break statements; Operators; Mathematical Operators…”
Publicado 2007
Libro electrónico -
1667
-
1668por Stuttard, Dafydd, 1972-Tabla de Contenidos: “…The Referer HeaderOpaque Data; The ASP.NET ViewState; Capturing User Data: HTML Forms; Length Limits; Script-Based Validation; Disabled Elements; Capturing User Data: Browser Extensions; Common Browser Extension Technologies; Approaches to Browser Extensions; Intercepting Traffic from Browser Extensions; Decompiling Browser Extensions; Attaching a Debugger; Native Client Components; Handling Client-Side Data Securely; Transmitting Data Via the Client; Validating Client-Generated Data; Logging and Alerting; Summary; Questions; Chapter 6 Attacking Authentication; Authentication Technologies…”
Publicado 2011
Libro electrónico -
1669por Mark, DavidTabla de Contenidos: “…Setting Up Your Project in XcodeThe Xcode Workspace Window; The Toolbar; The Navigator View; The Jump Bar; The Utility Pane; Interface Builder; New Compiler and Debugger; A Closer Look at Our Project; Introducing Xcode's Interface Builder; What's in the Nib File?…”
Publicado 2011
Libro electrónico -
1670Publicado 2021Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- What to Buy -- Icons Used in This Book -- Beyond the Book -- Where to Go from Here -- Book 1 Getting Started -- Chapter 1 Starting with Python -- Why Python Is Hot -- Choosing the Right Python -- Tools for Success -- Introducing Anaconda and VS Code -- Installing Anaconda and VS Code -- Writing Python in VS Code -- Choosing your Python interpreter -- Writing some Python code -- Getting back to VS Code Python -- Using Jupyter Notebook for Coding -- Chapter 2 Interactive Mode, Getting Help, and Writing Apps -- Using Python's Interactive Mode -- Opening Terminal -- Getting your Python version -- Going into the Python Interpreter -- Entering commands -- Using Python's built-in help -- Exiting interactive help -- Searching for specific help topics online -- Lots of free cheat sheets -- Creating a Python Development Workspace -- Creating a Folder for Your Python Code -- Typing, Editing, and Debugging Python Code -- Writing Python code -- Saving your code -- Running Python in VS Code -- Learning simple debugging -- Using the VS Code Python debugger -- Writing Code in a Jupyter Notebook -- Creating a folder for Jupyter Notebook -- Creating and saving a Jupyter notebook -- Typing and running code in a notebook -- Adding Markdown text -- Saving and opening notebooks -- Chapter 3 Python Elements and Syntax -- The Zen of Python -- Introducing Object-Oriented Programming -- Discovering Why Indentations Count, Big Time -- Using Python Modules -- Understanding the syntax for importing modules -- Using an alias with modules -- Chapter 4 Building Your First Python Application -- Opening the Python App File -- Typing and Using Python Comments -- Understanding Python Data Types -- Numbers -- Words (strings) -- Booleans…”
Libro electrónico -
1671por Rochkind, Marc. authorTabla de Contenidos: “…""Server Platform""""The LAMP Stack""; ""Server Operating System""; ""Web Server""; ""Database System""; ""Server Programming Language""; ""Client Platform""; ""Client Operating System""; ""Browsers""; ""Dealing with Browser Variants""; ""Browser Extensions""; ""Getting Browsers for Testing""; ""Client Programming Languages""; ""Development Platform and Tools""; ""Development Operating System""; ""Installing a Web Server, MySQL, and PHP""; ""Editors and IDEs""; ""Transferring Files""; ""Debugging Tools""; ""Testing Tools""; ""Version Control""; ""Issue Tracker""; ""Hosting Alternatives""…”
Publicado 2013
Libro electrónico -
1672por Daggett, Mark E. authorTabla de Contenidos: “…""defaultParameters (ECMAScript 6)""""rest (ECMAScript 6)""; ""Function Types""; ""Function Scopes""; ""Arrow Prone (ECMAScript 6)""; ""Function Fu""; ""Expression Closures""; ""Immediately Invoked Function Expressions""; ""Recursive Functions""; ""Higher-Order Functions""; ""Debugging Functions""; ""Summary""; ""Chapter 3: Getting Closure""; ""The Straight Dope on Scope""; ""Thisunderstandings""; ""Let There Be Block Scope""; ""My First Closure""; ""Why Use Closures?""…”
Publicado 2013
Libro electrónico -
1673Publicado 2015Tabla de Contenidos: “…IostatSystem activity report (SAR); Conclusions; References; Chapter 4 - A deeper look into the system; Working with /proc; Hierarchy; Per-process variables; Kernel data; Process space; Examine kernel tunables; Sys subsystem; Memory management; Filesystem management; Network management; SunRPC; Kernel; Sysctl; Conclusions; References; Chapter 5 - Getting geeky - tracing and debugging applications; Working with strace and ltrace; Strace; Options; What you need to know before using strace; Strace from the standpoint of a system administrator; Strace has friends; Basic usage; Test case 1…”
Libro electrónico -
1674Publicado 2015Tabla de Contenidos: “…; Correcting Errors While Working With Git; Amending Errors in the Git Workflow; Undo Git Add; Undo Git Commit; Undo Git Push; Debugging Tools; Git Blame; Git Bisect; Automated Bisect with Unit Tests; Conclusion; What Have You Learned?…”
Libro electrónico -
1675Publicado 2015Tabla de Contenidos: “…; ""Understanding TDD""; ""Red-green-refactor""; ""Speed is the key""; ""It's not about testing""; ""Testing""; ""The black-box testing ""; ""The white-box testing ""; ""The difference between quality checking and quality assurance""; ""Better tests""; ""Mocking""; ""Executable documentation""; ""No debugging""; ""Summary""…”
Libro electrónico -
1676por Wright, Steve. authorTabla de Contenidos: “…""Classroom Online Sample App""""Summary""; ""Chapter 2: Creating and Debugging Apps""; ""Setting Up Your Development Environment""; ""Choosing a Set of APIs""; ""Choosing a Development Tool""; ""Choosing a Target SharePoint Environment""; ""Deploying the Developer Site Template""; ""Creating Apps with Napa""; ""Creating Apps in Visual Studio 2012""; ""Summary""; ""Chapter 3: Managing the App Life Cycle""; ""Life Cycle Overview""; ""App Packaging""; ""Distribution""; ""Publishing to a Private App Catalog""; ""Publishing to the Office Store""; ""Creating a Seller Dashboard""…”
Publicado 2013
Libro electrónico -
1677Publicado 2009Tabla de Contenidos: “…., c -- R Complements -- Dimensions -- Selections -- Projections -- Marginal distributions and scatter plot matrices -- Projection pursuit -- Projections for dimensions 1, 2, 3, ... 7 -- Parallel coordinates -- Sections, conditional distributions and coplots -- Transformations and dimension reduction -- Higher dimensions -- Linear case -- Partial residuals and added variable plots -- Non-linear case -- Example: cusp non-linearity -- Case study: Melbourne temperature data -- Curse of dimensionality -- Case study: body fat -- High dimensions -- Statistical summary -- R as a programming language and environment -- Help and information -- Names and search paths -- Administration and customisation -- Basic data types -- Output for objects -- Object inspection -- System inspection -- Complex data types -- Accessing components -- Data manipulation -- Operators -- Functions -- Debugging and profiling -- Control structures -- Input and output to data streams; external data -- Libraries, packages -- Mathematical operators and functions; linear algebra -- Model descriptions -- Graphic functions -- High-level graphics -- Low-level graphics -- Annotations and legends -- Graphic parameters and Llyout -- Elementary statistical functions -- Distributions, random numbers, densities... -- Computing on the language…”
Libro electrónico -
1678Publicado 2015Tabla de Contenidos: “…Chapter 6: Using Concurrency and Parallelism with SchedulersRxJava's schedulers; Debugging Observables and their schedulers; The interval Observable and its default scheduler; Types of schedulers; The Schedulers.immediate scheduler; The Schedulers.trampoline scheduler; The Schedulers.newThread scheduler; The Schedulers.computation scheduler; The Schedulers.io scheduler; The Schedulers.from(Executor) method; Combining Observables and schedulers; The Observable subscribeOn(Scheduler) method; The Observable observeOn(Scheduler) operator; Parallelism; Buffering, throttling, and debouncing…”
Libro electrónico -
1679por Natarajan, Jay. author, Bruchez, Rudi. author, Coles, Michael. author, Shaw, Scott. author, Cebollero, Miguel. authorTabla de Contenidos: “…""Variable Initialization""""Summary""; ""Chapter 2: Tools of the Trade""; ""SQL Server Management Studio""; ""IntelliSense""; ""Code Snippets""; ""Keyboard Shortcut Schemes""; ""T-SQL Debugging""; ""SSMS Editing Options""; ""Context-Sensitive Help""; ""Graphical Query Execution Plans""; ""Project-Management Features""; ""The Object Explorer""; ""The SQLCMD Utility""; ""SQL Server Data Tools""; ""SQL Profiler""; ""Extended Events""; ""SQL Server Integration Services""; ""The Bulk Copy Program""; ""SQL Server 2014 Books Online""; ""The AdventureWorks Sample Database""; ""Summary""…”
Publicado 2015
Libro electrónico -
1680Publicado 2015Tabla de Contenidos: “…""Forcing the execution of NSE scripts""""Debugging NSE scripts""; ""Scan phases and NSE""; ""NSE script rules""; ""Applications of NSE scripts""; ""Information-gathering""; ""Collecting UPNP information""; ""Finding all hostnames resolving to the same IP address""; ""Advanced host discovery""; ""Discovering hosts with broadcast pings""; ""Listening to your LAN to discover targets""; ""Password auditing""; ""Brute-forcing MySQL passwords""; ""Brute-forcing SMTP passwords""; ""Vulnerability scanning""; ""Detecting insecure MySQL server configurations""…”
Libro electrónico