Results 11 to 20 of 20 | « previous
- Beginning Visual Basic 2012 / by Newsome, Bryan,1971-(CARDINAL)472175;
"Using the time-tested Wrox approach, this guide provides a step-by-step format that gets beginners up and running quickly and confidently. Essential topics covered include writing Windows applications, working with dialog boxes and menus, object oriented programming techniques, programming for graphics, using Visual Basic with ASP.NET for web apps, and dealing with data access and SQL Server."--Publisher.
- Subjects: BASIC (Computer program language); Visual Basic (Computer program language);
- Available copies: 1 / Total copies: 1
-
unAPI
- SQL / by Taylor, Allen G.,author.(CARDINAL)759158;
Getting started with SQL. Relational database fundamentals ; SQL fundamentals ; The components of SQL -- Using SQL to build databases. Building and maintaining a simple database structure ; Building a multi-table relational database -- Storing and retrieving data. Manipulating database data ; Handling temporal data ; Specifying valuse ; Using advanced SQL value expressions ; Zeroing in on the data you want ; Using relational operators ; Delving deep with nested queries ; Recursive queries -- Controlling operations. Providing database security ; Protecting data ; Using SQL within applications -- Taking SQL to the real world. Accessing data with ODBC and JDBC ; Operating on SML data with SQL ; SQL and JSON -- Advanced topics. Stepping through a dataset with cursors ; Adding procedural capabilities with persistent stored modules ; Handling errors ; Triggers -- The part of tens. Ten common mistakes ; Ten retrieval tips -- Appendix: ISO/IEC SQL: 2016 reserved words.Get ready to make SQL easy! Updated for the latest version of SQL, the new edition of this perennial bestseller shows programmers and web developers how to use SQL to build relational databases and get valuable information from them. Covering everything you need to know to make working with SQL easier than ever, topics include how to use SQL to structure a DBMS and implement a database design; secure a database; and retrieve information from a database; and much more. SQL is the international standard database language used to create, access, manipulate, maintain, and store information in relational database management systems (DBMS) such as Access, Oracle, SQL Server, and MySQL. SQL adds powerful data manipulation and retrieval capabilities to conventional languages--and this book shows you how to harness the core element of relational databases with ease. --
- Subjects: SQL (Computer program language); Database management.;
- Available copies: 1 / Total copies: 1
-
unAPI
- Networking all-in-one for dummies / by Lowe, Doug,1959-author.(CARDINAL)324610;
Whether you're in charge of a small network or a large network, Networking All-in-One is full of the information you'll need to set up a network and keep it functioning. Fully updated to capture the latest Windows 10 releases through Spring 2018, this is the comprehensive guide to setting up, managing, and securing a successful network. Inside, nine minibooks cover essential, up-to-date information for networking in systems such as Windows 10 and Linux, as well as best practices for security, mobile and cloud-based networking, and much more.Book 1: Networking basics. Welcome to networking ; Network infrastructure ; Switches, routers, and VLANS ; Servers and virtualization ; Cloud computing -- Book 2: Understanding network protocols. Network protocols and standards ; TCP/IP and the internet ; IP addresses ; Routing ; DHCP ; DNS ; TCP/IP tools and commands -- Book 3: Planning a network. Local area networks ; Wide area networks ; Server architecture ; Virtualization architecture ; Storage architecture -- Book 4: Implementing a network. Network hardware ; Wireless networks ; Windows clients ; Mac networking ; Network printers ; Virtual private networks -- Book 5: Implementing virtualization. Hyper-V ; VMware ; Azure ; Amazon web services ; Desktop virtualization -- Book 6: Implementing Windows server 2016. Installing Windows server 2016 ; Configuring Windows server 2016 ; Configuring active directory ; Configuring user accounts ; Configuring a file server ; Using group policy ; Configuring internet information services ; Configuring exchange server 2016 ; Configuring SQL server 2014 ; Windows commands ; Using PowerShell -- Book 7: Implementing Linux. Installing a Linux server ; Configuring Linux ; Basic Linux network configuration ; Running DHCP and DNS ; Doing the samba dance ; Running Apache ; Running sendmail ; Linux commands -- Book 8: Managing a network. Welcome to network administration ; Managing remotely ; Managing network assets ; Managing the help desk ; Solving network problems ; Managing software deployment ; Managing email retention ; Managing mobile devices -- Book 9: Managing cybersecurity. Welcome to cybersecurity ; Managing firewalls and virus protection ; Managing spam ; Managing backups ; Managing disaster recovery and business continuity planning -- Appendix A: Directory of useful websites -- Appendix B: Glossary.
- Subjects: Computer networks.;
- Available copies: 2 / Total copies: 3
-
unAPI
- The language of SQL / by Rockoff, Larry.(CARDINAL)599866;
Relational Databases and SQL -- Basic Data Retrieval -- Calculated Fields and Aliases -- Using Functions -- Sorting Data -- Selection Criteria -- Boolean Logic -- Inner Joins -- Outer Joins -- Self Joins and Views -- Subqueries -- Set Logic -- Stored Procedures and Parameters -- Modifying Data -- Maintaining Tables -- Conditional Logic -- Summarizing Data -- Subtotals and Crosstabs -- Principles of Database Design -- Strategies for Displaying DataMany SQL texts attempt to serve as an encyclopedic reference on SQL syntax -- an approach that is often counterproductive, because that information is readily available in online references published by the major database vendors. For SQL beginners, it&#x;s more important for a book to focus on general concepts and to offer clear explanations and examples of what various SQL statements can accomplish. This is that book. A number of features make The Language of SQL unique among introductory SQL books. First, you will not be required to download software or sit with a computer as you read the text. The intent of this book is to provide examples of SQL usage that can be understood simply by reading. Second, topics are organized in an intuitive and logical sequence. SQL keywords are introduced one at a time, allowing you to grow your understanding as you encounter new terms and concepts. Finally, this book covers the syntax of three widely used databases: Microsoft SQL Server, MySQL, and Oracle. Special "Database Differences" sidebars clearly show you any differences in syntax among these three databases, and instructions are included on how to obtain and install free versions of the databases. This is the only book you need to gain a quick working knowledge of SQL and relational databases. Learn How to use SQL to retrieve data from relational databases, apply functions and calculations to data, group and summarize data in a variety of useful ways, use complex logic to retrieve only the data you need, update data and create new tables, design relational databases so that data retrieval is easy and intuitive, use spreadsheets to transform your data into meaningful displays, retrieve data from multiple tables via joins, subqueries, views, and set logic, create, modify, and execute stored procedures, install Microsoft SQL Server, MySQL, or Oracle. -- Provided by publisher.
- Subjects: SQL (Computer program language); Relational databases.;
- Available copies: 2 / Total copies: 3
-
unAPI
- PHP & MySQL in easy steps / by McGrath, Mike,1956-author.(CARDINAL)422694;
Assuming no prior knowledge, PHP & MySQL in easy steps will ease you into writing PHP server-side scripts and MySQL database queries. You'll be producing your very own data-driven web pages in no time. It begins by showing how to install a free web server, the PHP interpreter and MySQL database server, to create an environment in which you can produce data driven server-side web pages.Includes index.
- Subjects: MySQL (Electronic resource); PHP (Computer program language); SQL (Computer program language); Web sites;
- Available copies: 1 / Total copies: 2
-
unAPI
- SQL in easy steps / by McGrath, Mike,1956-author.(CARDINAL)422694;
SQL (Structured Query Language) is THE standard language used world-wide for database communication on all popular database software. It allows the storage and manipulation of data both on Windows platforms and on Unix-based platforms, such as Linux. SQL in easy steps, 4th edition begins by explaining how to download and install the free MySQL database server on both Windows and Linux platforms. This allows you to establish an environment in which to develop and administer your own databases. This book makes no assumption that you will have previous knowledge of any programming or scripting language so it's ideal for the newcomer to SQL. Each chapter builds your knowledge of executing database queries. The book contains exciting chapters on how to selectively extract data from within one, or more, databases and there are complete examples that illustrate each aspect of SQL. By the end of this book you will have gained a sound understanding of the Structured Query Language and be able to write your own SQL scripts to insert, extract, and manipulate data.
- Subjects: SQL (Computer program language); Database management.; Relational databases.;
- Available copies: 3 / Total copies: 4
-
unAPI
- PHP and MySQL web development : a beginner's guide / by Matthews, Martin S.,author. ;
Machine generated contents note: Part I: Getting Ready -- Ch 1: Setting Up Your Programming Workstation -- Ch 2: Building Web Pages with HTML -- Ch 3: Using CSS and Templates -- Ch 4: Adding Dynamic Elements with JavaScript -- Part II: Exercising the Server with PHP -- Ch 5: Introduction to PHP -- Ch 6: Fundamentals of PHP -- Ch 7: Reading and Writing Files -- Ch 8: User Authentication and Error Handling -- Part III: Creating and Using a Relational Database with MySQL -- Ch 9: Introduction to Databases, SQL, and MySQL -- Ch 10: Fundamentals of MySQL -- Ch 11: Adding, Modifying, and Deleting Tables and Records -- Part IV: Powering Databases with PHP and MySQL -- Ch 12: Connecting to and Accessing a MySQL Database with PHP -- Ch 13: Registering Users and Responding to Their Needs -- Ch 14: Providing For and Handling Online Purchases."This step-by-step tutorial shows you how to use PHP and MySQL to power websites with dynamic content. PHP and MySQL Web Development: A Beginner's Guide takes you from building static pages to ones with PHP and MySQL dynamic elements. Hands-on projects get you started using new skills right away!This solutions-oriented book is organized around real-world web scenarios that demonstrate the use of PHP and MySQL. These scenarios can be directly used to build web pages with dynamic content. Security topics such as validation, authentication, and encryption are addressed throughout. Each chapter teaches practical techniques that can be immediately applied Covers the basics of what drives many of today's most popular sites Ready-to-use code examples from the book available for download "--
- Subjects: PHP (Computer program language); MySQL (Electronic resource); Web site development.;
- Available copies: 1 / Total copies: 1
-
unAPI
- Web security for developers : real threats, practical defense / by McDonald, Malcolm(Computer programmer),author.;
Let's hack a website -- Part 1: The basics: How the internet works -- how browsers work -- how web servers work -- how programmers work -- Part 2: The threats: Injection attacks -- cross-site scripting attacks -- cross-site request forgery attacks -- compromising authentication -- session hijacking -- permissions -- information leaks -- encryption -- third-party code -- XML attacks -- don't be an accessory -- denial-of-service attacks."Explores common attacks and vulnerabilities that web developers need to look out for. The first half of the book describes security concepts every developer should know ; the second half delves into individual vulnerabilities, such as SQL injection and cross-site scripting, offering real-world examples and code samples"--
- Subjects: Computer networks; Hacking.;
- Available copies: 0 / Total copies: 1
-
unAPI
- Principles of robotics & artificial intelligence / by Renneboog, Richard,editor.(CARDINAL)891845;
Includes bibliographical references (pages 429-467) and index.Extreme Value Theorem -- F -- Facial Recognition Technology in Surveillance -- Fuzzy Logic -- G -- Game Theory -- Geoinformatics -- Go -- Grammatology -- Graphene -- Graphics Technologies -- H -- Holographic Technology -- Human-Computer Interaction (HCI) -- Hypertext Markup Language (HTML) -- I -- Integral -- Internet of Things (IoT) -- Interoperability -- K -- Kinematics -- L -- Language Model for Dialogue Applications (LaMDA) -- Limit of a Function -- Linear Programming -- Linux -- Local Area Network (LAN) -- M -- Machine Code -- Machine Learning -- Machine Translation -- Magnetic Storage -- Mechatronics -- Microcomputer -- Microprocessor -- Motion (Physics) -- Multitasking -- N -- Nanotechnology -- Network Interface Controller (NIC) -- Network Topology -- Neural Engineering -- Nouvelle Artificial Intelligence -- Numerical Analysis -- O -- Object-Oriented Programming (OOP) -- Optical Storage -- P -- Parallel Computing -- Pattern Recognition -- Photogrammetry -- Pneumatics -- Probability and Statistics -- Programming Languages for Artificial Intelligence -- Proportionality -- Public-Key Cryptography -- Python -- Q -- Quantum Computing -- R -- R -- Replication -- Robotic Arms -- Robotic Process Automation (RPA) -- Robotics -- Robotics and Robotic Systems -- Ruby -- S -- Scale Model -- Scratch -- Self-Management -- Semantic Web -- Sequence -- Series -- Set Notation -- Siri -- Smart City -- Smart Homes -- Smart Label -- Smartphone -- Soft Robotics -- Solar Cell -- Space Drone -- Space Robotics -- Speech Recognition -- Stem-and-Leaf Plots -- Structured Query Language (SQL) -- Stuxnet -- Supercomputer -- T Tablet Computer -- Turing Test -- U -- UNIX -- V -- Video Game Design and Programming -- Virtual Reality -- Z -- Z3 -- Zombie -- Bibliography -- Glossary -- Organizations -- Index.Table of Contents -- Publisher's Note -- Introduction -- Contributors -- A -- Abstraction -- Advanced Encryption Standard (AES) -- Agile Robotics -- Algorithmic Bias -- Algorithms -- Analysis of Variance (ANOVA) -- Application Programming Interface (API) -- Artificial Consciousness -- Artificial Intelligence (AI) -- Artificial Intelligence and Terrorism -- Artificial Intelligence Cold War -- Artificial Intelligence in Cognitive Psychology -- Artificial Intelligence in Education -- Artificial Intelligence and Robotics in Cinema -- Artificial Intelligence and Robotics in Gaming -- Artificial Intelligence and Robotics in Literature -- Augmented Reality (AR) -- Automated Processes and Servomechanisms -- Automatons, Mechanical Creatures, and Artificial Intelligence in Mythology -- Autonomous Car -- Avatars and Simulation -- B -- Behavioral Neuroscience -- Binary Pattern -- Biomechanical Engineering -- Biomechanics -- Biomimetics -- Bionics and Biomedical Engineering -- C -- C -- C++ -- Charles Babbage's Difference and Analytical Engines -- Chatbot -- ChatGPT (software) -- Client-Server Architecture -- CNC Milling -- Cognitive Science -- Combinatorics -- Computed Tomography -- Computer Engineering -- Computer Languages, Compilers, and Tools -- Computer Memory -- Computer Networks -- Computer Simulation -- Computer Software -- Computer Viruses and Worms -- Computer-Aided Design and Manufacturing (CAD/CAM) -- Computing Devices in History -- Continuous Random Variable -- Cryptography and Encryption -- Cybernetics -- Cybersecurity -- Cyberspace -- D -- The Dark Side of Artificial Intelligence -- Data Analytics (DA) -- Deep Learning -- Deep Reinforcement Learning (deep RL) -- Deepfake -- Digital Fraud -- Digital Logic -- DNA Computing -- Domain-Specific Language (DSL) -- E -- Evaluating Expressions -- Existential Risk from Artificial General Intelligence -- Expert System."This volume provides readers with the important information they need to understand the basic concepts of artificial intelligence as well as ways that both AI and robotics can be successfully incorporated into manufacturing, transportation, education, and medicine. This new edition has been updated and expanded to include the latest developments in artificial intelligence, including ChatGPT and other chatbots, machine learning, and open-source AI. The text also discusses the role AI and robotics play in popular culture and modern society, recent calls to regulate the artificial intelligence industry and how the industry is expected to evolve in the future. More than 120 easy-to-understand entries, many with illustrations and photographs, cover: Augmented Reality; Machine Learning; Knowledge Acquisition; Pattern Recognition; Self-Management; Virtual Reality. These entries cover many important aspects of AI and robotics, including basic principles of robotic motion and engineering, neural engineering and human-computer interaction, programming languages and operating systems, and the mathematics that govern computation. The role of robotics and AI in war, fraud, and terrorism is also examined, as well as how these fields are portrayed in popular culture, which ultimately reflects how we perceive the line between human and machine. Entries begin by specifying related Fields of Study, followed by an Abstract and then a list of Key Concepts summarizing important points; all entries end with a helpful Further Reading section." -From publisher.
- Subjects: Reference works.; Robotics.; Artificial intelligence.;
- Available copies: 3 / Total copies: 3
-
unAPI
- Hackers : aprende a atacar y defenderte / by Gómez López, Julio,Author(DLC)no2007126015; Guillén Núñez, Pedro,Author(DLC)ns2018000305; Castro Simón, Miguel Ángel de,Author(DLC)ns2018000304;
"The security of computer systems is a crucial element that any administrator must assume as one of its main objectives. The large number of services offered through networks and the Internet has made it vitally important to secure systems against different attacks by hackers. Faced with this problem, the administrator must be prepared to face any attack that may compromise the security of the system. To find a solution to this conflict, the administrator must put himself in the shoes of a hacker and analyze or exploit the security of the system. But is an administrator a hacker? Both have extensive computer skills and analyze the security of companies in search of failures. But the difference lies in their ethics and professionalism. While a hacker ""examines"" a computer system with dubious purposes (economic, revenge, fun, ...) an administrator does it to protect the system against possible hacker attacks. The second edition of the book is presented as an updated edition where you will learn the techniques used to find and check the security failures of a system computer Topics included: ? Chapter 1. Basic concepts, types of attacks and training platforms. ? Chapter 2. Find an attack vector. Location and analysis of an objective, plot of routes and port scanning. ? Chapter 3. Systems hacking. Scanning of vulnerabilities, exploitation of vulnerabilities of a system, attacks against passwords and countermeasures. ? Chapter 4. Network hacking. Man in the middle, Sniffers, Phising, network break wireless, anonymous navigation and countermeasures. ? Chapter 5. Web server hacking. Search for vulnerabilities, attacks by brute force, XSS, RFI, LFI, SQL injection, CSRF and countermeasures. ? Chapter 6. Application hacking. Crack, Hotfuzz, keyloggers, viruses, trojans, rootkits and hiding for the antivirus. "
- Subjects: Computer security.; Data protection.; Hackers.;
- Available copies: 1 / Total copies: 1
-
unAPI
Results 11 to 20 of 20 | « previous