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
-
3121por Likness, Jeremy“…Coverage includes • Creating robust app interfaces with the newest XAML controls, including flyouts and command bars • Saving data in a persistent “roaming zone” for syncing across Windows 8.1 devices • Using Visual State Manager (VSM) to build apps that adapt to various device resolutions and orientations • Integrating virtually any form of data into your apps • Connecting with web services, RSS, Atom feeds, and social networks • Securing apps via authentication, encrypting, signing, and single sign-on with Microsoft Account, Facebook, Google, and more • Leveraging Windows 8.1 media enhancements that improve battery life and app performance • Networking more effectively with Windows 8.1’s revamped HTTP implementation and new location APIs • Using Tiles and Toasts to keep apps alive and connected, even when they aren’t running • Enabling users to send content between devices via NFC tap and send • Ensuring accessibility and globalizing your apps • Efficiently debugging, optimizing, packaging, and deploying your apps • Building sideloadable apps that don’t have to be published in Windows Store “This book doesn’t just focus on singular concepts, it also provides end-to-end perspective on building an app in WinRT. …”
Publicado 2014
Libro electrónico -
3122Publicado 2013“…Practical, example-rich coverage of: C programming fundamentals Compiling and debugging with GNU gcc and gdb, and Visual C++® Key new C11 standard features: Type generic expressions, anonymous structures and unions, memory alignment, enhanced Unicode® support, _Static_assert, quick_exit and at_quick_exit, _Noreturn function specifier, C11 headers C11 multithreading for enhanced performance on today’s multicore systems Secure C Programming sections Data structures, searching and sorting Order of evaluation issues, preprocessor Designated initializers, compound literals, bool type, complex numbers, variable-length arrays, restricted pointers, type generic math, inline functions, and more. …”
Libro electrónico -
3123Publicado 2023“…You'll then learn different approaches for testing your services and debugging your API endpoints. Finally, you'll get to grips with deploying the application services via Docker images and Kubernetes. …”
Libro electrónico -
3124Publicado 2016“…The video lessons cover the following topics: Bash scripting fundamentals Creating your first shell script Working with variables and parameters Transforming input Using essential external tools Using conditional statements Using advanced scripting options Script debugging and analyzing Scripting by example Advanced Bash Scripting Reviewing basics Scripting best practices Understanding syntax differences Using advanced awk, sed, and regular expressions Analyzing advanced scripts Writing a complex script Scripting for performance Beyond Bash; scripting in Python About the Instructor Sander van Vugt is an independent Linux trainer, author, and consultant living in the Netherlands. …”
-
3125Publicado 2019“…You'll go case by case as you explore important scenarios and challenges for object design and then walk through a simple web application that demonstrates how different types of objects can work together effectively. about the technology Well-written OO code is a pleasure to read, modify, and debug. Elevate your coding style by mastering the universal best practices for object design presented in this book. …”
Grabación no musical -
3126Publicado 2022“…It will include the following learning objectives: Work with logic in Python, assigning variables and using different data structures Create functions and classes of different types Write, run, and debug tests using Pytest to validate your work Manipulate data with Pandas Create and modify NumPy arrays Index This course is divided into content for 4 weeks, with 3 lessons per week: Week 1: Introduction to Python Reference GitHub Repository Working with variables and types Introduction to Python data structures Adding and extracting data from data structures Week 2: Python functions and Classes Reference GitHub Repository Working with functions Building classes and using methods Modules and advanced usage Week 3: Testing in Python Reference GitHub Repository Introduction to testing Writing useful tests Test failures Week 4: Introduction to Pandas and Numpy Reference GitHub Repository Basic Pandas usage Working with datasets Introduction to NumPy Resources Week 1 GitHub repository: Introduction to Python Week 2 GitHub repository: Python Functions and Classes Week 3 GitHub repository: Testing In Python Week 4 GitHub repository: Introduction to Pandas and Numpy Python dictionaries Learn Module Testing In Python book Minimal Python book Python for Beginners Learn Path Practical MLOps book…”
Video -
3127Seguridad informática y Malwares Análisis de amenazas e implementación de contramedidas (2a edición)Publicado 2020“…Para realizar análisis extremadamente técnicos, el libro incluye un capítulo completo dedicado a la técnica de reverse engineering (o ingeniería inversa), donde el autor explica las bases del ensamblador (x86 y x64) y el uso de herramientas de análisis estático como Ghidra y Radare2 o de depuradores como Immunity Debugger y WinDBG. Como complemento a esta técnica de reverse engineering, se desarrolla un capítulo que explica las técnicas de ofuscación utilizadas por los malwares, tales como la ofuscación de cadenas de caracteres o el uso de packers. …”
Acceso con credenciales UPSA.
Libro electrónico -
3128Publicado 2018“…You will understand the difference between running and debugging your tests on .NET Core on LINUX versus Windows and Visual Studio. …”
Libro electrónico -
3129Publicado 2015“…HTML File Using JavaScript Convert Celsius to Fahrenheit Create an Image Rollover Create a Function to Output User Messages Demonstrate the Scope of Variables Display Information Using the navigator Object Read the Date and Time Implement a Simple Spam Detector Function Manipulate Array Values Extend Your Spam Detector Extend an Object Using prototype Extend JavaScript's Own Objects Use the childNodes Property Use getElementsByTagName() Replace Child Elements Create Dynamic Page Menus Manipulate JSON Objects Move a Ball Using Drag and Drop in HTML5 Interact with the Local File System Set Style Properties Select a Particular Stylesheet Control Lighting Effects Use the getElements() Method Create a Simple jQuery Animation Drag and Drop with jQuery UI Code an Ajax Form with jQuery Write Cookies Use Cookies Check Out const Understand the MVC Framework Through a Real-World Example Use a Basic AngularJS Application Create a Chrome Extension to Get Airport Information Convert Code into Unobtrusive Code Use Your Browser's Debugging Tools Write a Banner-Cycling Script Apply a Home-Cook..…”
-
3130Publicado 2018“…What You Will Learn Set up your Unity development environment and navigate its tools Import and use custom assets and asset packages to add characters to your game Build a 3D game world with a custom terrain, water, sky, mountains, and trees Animate game characters, using animation controllers, and scripting Apply audio and particle effects to the game Create intuitive game menus and interface elements Customize your game with sound effects, shadows, lighting effects, and rendering options Debug code and provide smooth error handling In Detail The Unity game engine has revolutionized the gaming industry with its complete set of intuitive tools and rapid workflows, which can be used to create interactive 3D content. …”
Libro electrónico -
3131Publicado 2022“…What you will learn Gain intermediate-level knowledge of Azure the data infrastructure Design and implement data lake solutions with batch and stream pipelines Identify the partition strategies available in Azure storage technologies Implement different table geometries in Azure Synapse Analytics Use the transformations available in T-SQL, Spark, and Azure Data Factory Use Azure Databricks or Synapse Spark to process data using Notebooks Design security using RBAC, ACL, encryption, data masking, and more Monitor and optimize data pipelines with debugging tips Who this book is for This book is for data engineers who want to take the DP-203: Azure Data Engineer Associate exam and are looking to gain in-depth knowledge of the Azure cloud stack. …”
Libro electrónico -
3132Publicado 2016“…What You Will Learn Install Qt on your system Understand the basic concepts of every Qt game and application Develop 2D object-oriented graphics using Qt Graphics View Build multiplayer games or add a chat function to your games with Qt's Network module Script your game with Qt Script Program resolution-independent and fluid UI using QML and Qt Quick Control your game flow as per the sensors of a mobile device See how to test and debug your game easily with Qt Creator and Qt Test In Detail Qt is the leading cross-platform toolkit for all significant desktop, mobile, and embedded platforms and is becoming more popular by the day, especially on mobile and embedded devices. …”
Libro electrónico -
3133Publicado 2019“…Course Covers Basics of Google Script how to use the online editor and overview of the functionality How to create a bound script to your Google Sheet Add new rows and get contents from Google Spreadsheet Sort and update Google Sheet data How to select sheet contents How to use HTTP service to output an HTML file within Google Web apps Use web apps to create interactive content Use JavaScript within Google Apps and Google client-side pages Setup a Google site and embed your Google script Use session values and other powerful built-in script methods Fine tune and tweak debug web apps All this and more Build a nice interactive project from scratch alongside the lessons within the course. …”
-
3134Publicado 2016“…After quickly taking you through C# and how .NET works, we'll dive into the internals of the .NET class libraries, covering topics such as performance, monitoring, debugging, internationalization, serialization, and encryption. …”
Libro electrónico -
3135Publicado 2023“…What You Will Learn Develop an understanding of object-oriented programming in Python Learn how to use various Python libraries and frameworks Learn to create desktop programs, web/data apps, APIs, web scrapers Learn other programming tools like SQL, HTML, deployment, and debug Explore how to use JSON, CSV, Excel, NumPy, and Android APK files Learn data analysis and visualization with Matplotlib and PostgreSQL Audience The course exclusively delivers content for people who have not programmed before and assumes you have no previous programming knowledge. …”
Video -
3136Publicado 2017“…You will then build, test, and debug your first web application very quickly. Once you understand the basic structure of ASP.NET Core 2.0 web applications, you'll dive deeper into more complex concepts and scenarios. …”
Libro electrónico -
3137por Kanjilal, Joydip“…Incorporate ASP.NET Ajax into any new or existing web site or application Use ASP.NET architecture, key concepts, and client-side scripting techniques Design and build a complete e-commerce application Use ASP.NET Ajax to create higher-performance web applications Use all the key Ajax Server Extensions, including the Ajax Control Toolkit Work with the ASP.NET Ajax authentication and profile services Extend the Microsoft Ajax Library Efficiently debug and trace ASP.NET Ajax code Leverage the benefits of Ajax by implementing a sample application Joydip Kanjilal, honored by Microsoft as an ASP.NET MVP, writes frequently on ASP.NET and other .NET technologies for web sites such as www.asptoday.com, www.devx.com, www.aspalliance.com, and www.aspnetpro.com. …”
Publicado 2009
Libro electrónico -
3138Publicado 2010“…Coverage includes Planning high-level game design, components, and difficulty levels Using game loops to make sure the right events happen at the right time Rendering images, creating sprite sheets, and building basic animations Using tile maps to build large game worlds from small reusable images Creating fire, explosions, smoke, sparks, and other organic effects Delivering great sound via OpenAL and the iPhone’s media player Providing game control via iPhone’s touch and accelerometer features Crafting an effective, intuitive game interface Building game objects and entities and making them work properly Detecting collisions and ensuring the right response to them Polishing, testing, debugging, and performance-tuning your game Learning iOS Game Programming focuses on the features, concepts, and techniques you’ll use most often—and helps you master them in a real-world context. …”
Libro electrónico -
3139Publicado 2023“…What You Will Learn Download, install, and navigate the interface of Access 2021 Create tables and fields for organized data structure Understand index fields and primary keys for data integrity Craft lookup menus for enhanced data interaction Import data from Excel and text files, enriching your dataset Write, edit, debug, and run VBA code along with building advanced queries Audience This course is tailor-made for individuals at the absolute beginner level or those seeking to refresh their foundational skills in database management. …”
Video -
3140Publicado 2024“…There are tips on code generation, debugging, and troubleshooting code. You'll see how simpler and AI-powered agents work and discover tool calling. …”
Libro electrónico