Kirjojen hintavertailu. Mukana 12 390 323 kirjaa ja 12 kauppaa.

Kirjahaku

Etsi kirjoja tekijän nimen, kirjan nimen tai ISBN:n perusteella.

15 kirjaa tekijältä Mikael Olsson

C++ Quick Syntax Reference

C++ Quick Syntax Reference

Mikael Olsson

APress
2013
nidottu
The C++ Quick Syntax Reference is a condensed code and syntax reference to the C++ programming language. It presents the essential C++ syntax in a well-organized format that can be used as a handy reference.You won’t find any technical jargon, bloated samples, drawn out history lessons, or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any C++ programmer.In the C++ Quick Syntax Reference, you will find:A concise reference to the C++ language syntax. Short, simple, and focused code examples. A well laid out table of contents and a comprehensive index allowing easy review.
C# Quick Syntax Reference

C# Quick Syntax Reference

Mikael Olsson

APress
2013
nidottu
The C# Quick Syntax Reference is a condensed code and syntax reference to the C# programming language. It presents the essential C# syntax in a well-organized format that can be used as a handy reference. You won’t find any technical jargon, bloated samples, drawn out history lessons or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any C# programmer. In the C# Quick Syntax Reference, you will find: · A concise reference to the C# language syntax. · Short, simple and focused code examples. · A well laid out table of contents and a comprehensive index allowing easy review.
Build a Profitable Online Business
Build a Profitable Online Business: The No Nonsense Guide is a highly condensed step-by-step guide on how to build and run profitable websites. Serial web entrepreneur Mikael Olsson gives you in a nutshell all the tools, tips, and savvy you’ll need to create and operate online businesses that will automatically generate streams of effortless income for you. He shows you all the tricks and shortcuts for building your own amazing website and running your own online business profitably and efficiently, without wasting a nickel or a minute. You won’t find any technical jargon, drawn-out lessons, or feel-good fluff in this book. What you will find is an expert guide that pulls no punches in serving up the clean hits of hard information that any web entrepreneur needs to succeed at all aspects of an online business: website construction, SEO, marketing, monetization, and conversion.
JavaScript Quick Syntax Reference
JavaScript Quick Syntax Reference is a condensed syntax reference to the JavaScript language. It presents the essentials of JavaScript in a well-organized format that can be used as a handy reference. This includes the latest ECMAScript 5, JSON (JavaScript Object Notation) and DOM (Document Object Model) specifications and implementations.You won’t find any technical jargon, bloated samples, drawn out history lessons or witty stories in this book. What you will find is a JavaScript reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any JavaScript programmer or Web developer.In JavaScript Quick Syntax Reference, you will find a concise reference to JavaScript programming language syntax; has short, simple and focused code examples; and includes a well laid out table of contents and a comprehensive index allowing easy review.
Modern C Quick Syntax Reference
Discover how C's efficiency makes it a popular choice in a wide variety of applications and operating systems with special applicability to wearables, game programming, system level programming, embedded device/firmware programming and in Arduino and related electronics hobbies in this condensed code and syntax guide. This book presents the essential C syntax in a well-organized format that can be used as a quick and handy reference. In this book, you will find short, simple, and focused code examples; and a well laid out table of contents and a comprehensive index allowing easy review. You won’t find any technical jargon, bloated samples, drawn out history lessons, or witty stories. What you will find is a language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any C programmer. What You Will Learn Code for some of today's modern and popular firmware and systemsHow to do embedded programming found in Arduino and related hardware boardsProgram microcontrollers for robots and boardsHandle low-level programming and memory managementLeverage operating systems such as Linux and Unix Who This Book Is For Those with experience in programming, particularly C programming, looking for a quick, handy reference.
CSS3 Quick Syntax Reference

CSS3 Quick Syntax Reference

Mikael Olsson

APress
2019
nidottu
The CSS3 Quick Syntax Reference is a 150-page syntax reference to the Cascading Style Sheets language. It presents the essentials of CSS3 in a well-organized format that can be used as a handy reference. You won’t find any technical jargon, bloated samples, drawn-out history lessons or witty stories in this book. What you will find is a CSS reference that is concise, to the point, and highly accessible. The book is packed with useful information and is a must-have for any CSS programmer or web developer.What You Will LearnUse the various selectors available in CSS3Leverage various other CSS propertiesDesign and build web UIs using color, text, spacing, fonts, background, and moreWork with lists, tables, and media in CSS3Employ CSS3 best practices Who This Book Is ForExperienced programmers and web developers new to CSS3 or even new to CSS in general.
C++20 Quick Syntax Reference

C++20 Quick Syntax Reference

Mikael Olsson

APress
2020
nidottu
This quick C++ 20 guide is a condensed code and syntax reference to the popular programming language, fully updated for C++20. It presents the essential C++20 code syntax in a well-organized format that can be used as a handy reference. This edition covers topics including designated initializers, lambdas and lambda captures, the spaceship operator, pack expressions, string literals as template parameters, atomic smart pointers, and contracts. It also covers library changes including extended futures, latches and barriers, task blocks, and text formatting. In the C++20 Quick Syntax Reference, you will find short, simple, and focused code examples. This book includes a well-laid-out table of contents and a comprehensive index allowing for easy review. You won’t find any technical jargon, bloated samples, drawn out history lessons, or witty stories in this book. What you will find is a language reference that is concise, to the point, and highly accessible. The book is packed with useful information and is a must-have for any C++ programmer. What You'll LearnDiscover the key C++20 featuresWork with concepts to constrain template argumentsUse modules as a replacement for header filesTake advantage of the three-way comparison operatorCreate immediate functions using the consteval keywordMake use of constexpr, constinit and designated initializers Who This Book Is For Experienced C++ programmers. Additionally, this is a concise, easily-digested introduction for other programmers new to C++.
PHP 8 Quick Scripting Reference
This pocket reference has been updated with the new PHP 8 release. It is a condensed, code-rich scripting and syntax handbook for the PHP scripting language. You won’t find any technical jargon, bloated samples, drawn-out history lessons or witty stories in this book. What you will find is a web scripting language reference that is concise, to the point, and highly accessible. The book is packed with useful information and is a must-have for any PHP programmer or web developer. In it, you will find a concise reference to the PHP 8 scripting language syntax. It includes short, simple, and focused code examples; a well-laid-out table of contents; and a comprehensive index allowing easy review. PHP 8 Quick Scripting Reference presents the essentials of PHP in a well-organized format, including new features in PHP 8 such as the just in time (JIT) compiler, union types, nullsafe operator, null coalescing assignment operator, match expressions, named arguments, throw expressions, static return type, non-capturing catches, reclassified engine warnings and constructor property promotion. What You Will Learn Discover what is new in PHP 8 and how to get started with itWork with variables, operators, strings, arrays, conditionals, loops, and other constructsGroup and reuse code with functions, methods, and namespacesUse object-oriented features such as classes, inheritance, abstract classes, and interfacesImport files and retrieve user data Make use of type declarations and type conversions Test variables, create references, and use overloading methodsStore user data with cookies and sessionsDeal with errors through error handling, exception handling, and assertions Who This Book Is For Experienced PHP programmers and web developers who may be new to PHP.
Java 17 Quick Syntax Reference
Quickly gain the insight necessary to address a multitude of Java coding challenges using this succinct reference guide, Java 17 Quick Syntax Reference, Third Edition. Short, focused code examples will help you learn and master various existing and new Java source code elements. This edition includes the following additions to Java SE and OpenJDK, through Java 17: Pattern matching for switch and instanceof, Sealed classes and interfaces, Switch expressions, Text block multiline strings, Java module system, Private methods in interfaces, and Type inference for local variables. You won’t find any technical jargon, bloated samples, drawn out history lessons or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any Java programmer.What You Will LearnRun a Java file with a single commandLearn what a switch expression is and how to use itUse pattern matchingCode with Java modulesCreate text blocks to handle multiline stringsLearn what sealed classes are and how to use these and moreWho This Book Is ForThose with prior experience with Java who want a quick and handy reference.
C# 10 Quick Syntax Reference

C# 10 Quick Syntax Reference

Mikael Olsson

APRESS
2022
nidottu
Discover what's new in C# and .NET for Windows programming. This book is a condensed code and syntax reference to the C# programming language, updated with the latest features of version 10 for .NET 6. You'll review the essential C# 10 and earlier syntax, not previously covered, in a well-organized format that can be used as a handy reference. Specifically, unions, generic attributes, CallerArgumentExpression, params span, Records, Init only setters, Top-level statements, Pattern matching enhancements, Native sized integers, Function pointers and more.You'll find a concise reference to the C# language syntax: short, simple, and focused code examples; a well laid out table of contents; and a comprehensive index allowing easy review. You won’t find any technical jargon, bloated samples, drawn-out history lessons, or witty stories. What you will find is a language reference that is to the point and highly accessible. The book is a must-have for any C# programmer.What You Will LearnEmploy nullable reference types Work with ranges and indices Apply recursive patterns to your applicationsUse switch expressions Who This Book Is ForThose with some experience in programming, looking for a quick, handy reference. Some C# or .NET recommended but not necessary.
Har du träffat nån? : ur männens perspektiv

Har du träffat nån? : ur männens perspektiv

Mikael Olsson

Recito Förlag AB
2009
nidottu
Varför stannar vissa män kvar i förhållanden som varken är bra för dem själva eller deras partner? Här berättar elva helt vanliga svenska män öppet om toppar och dalar i sina förhållanden. Hur de tänkte och kände. Och framför allt hur de kom vidare i sina liv. Det handlar om män som helt enkelt träffat helt fel kvinnor och av olika anledningar haft svårt att ta sig ur förhållandet."Jag har aldrig dansat nykter" "Hon villa vara en slampa" "Nu har jag tagit kommandot över mitt liv" ...och fler berättelser. En tänkvärd, inspirerande och lättläst bok som du kan ha med dig överallt. En del av intäkterna för boken går till Stiftelsen Läkare mot AIDS Forskningsfond. Post- och bankgiro 90 06 95-8. www.aidsfond.se
Suedi bara-yi Farsi-zabanan (Svenska för persisktalande)

Suedi bara-yi Farsi-zabanan (Svenska för persisktalande)

Katayoun Keshavarzi; Mikael Olsson

Café 60 Media
2016
nidottu
"Svenska för persisktalande" är en bok för dem som vill eller behöver lära sig svenska på ett sätt som är anpassat för deras eget modersmål, d.v.s. persiska (eller dari talande från Afghanistan). Genom bl.a. dialoger får man lära sig ord som behövs i vardagliga situationer. Grammatiken byggs upp gradvis från grunden och förklaras på persiska. Tipsa era vänner och bekanta som behöver bättra på sina svenska kunskaper eller lära sig språket från grunden.
Svenska för persisktalande Bok 2

Svenska för persisktalande Bok 2

Katayoun Keshavarzi; Mikael Olsson

cafe 60 Media
2017
nidottu
Svenska för persisktalande är en lärobok i svenska språket speciellt anpassad för dem som har persiska (eller dari) som modersmål. Varje kapitel utgår från en vardaglig dialog och grammatiken presenteras gradvis på ett pedagogiskt sätt. Svenska för persisktalande är ett bra val för den som vill lära sig svenska från grunden, vare sig det sker inom ramen för en kurs eller som självstudier. För inlärning av uttal finns ljudfiler att ladda ner på förlagets hemsida. Detta är den andra boken i serien Svenska för persisktalande.