Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- History 235
- Historia 129
- Development 93
- Management 90
- Engineering & Applied Sciences 78
- Application software 64
- Leadership 60
- Computer Science 46
- Politics and government 42
- Artificial intelligence 39
- Business & Economics 39
- Data processing 39
- Computer security 35
- Filosofía 35
- Business 34
- Crítica e interpretación 34
- Operating systems (Computers) 34
- Computer programming 33
- Computer software 33
- Social aspects 33
- Economic conditions 32
- History and criticism 31
- Technological innovations 31
- Computer networks 30
- Economics 30
- Success in business 30
- Computer programs 28
- Finance 28
- Política y gobierno 27
- Information technology 25
-
2441por Kidman, Matthew, 1968-Tabla de Contenidos: “…; Talk to your next door neighbour; Judgement; All in the conversation; Conclusion; Chapter 6: The nine rules of success; Don't fall in love with yourself; Learn to deal with your mistakes; Say sorry; Work hard on selling; Don't concentrate too hard; Don't let the bank make decisions for you; Watch out for double dipping; Follow the rules of life; Read until you drop; Conclusion; Part III: Ready, set, go!…”
Publicado 2011
Libro electrónico -
2442Publicado 2016Tabla de Contenidos: “…Breeze-viz referenceData visualization beyond breeze-viz; Summary; Chapter 4: Parallel Collections and Futures; Parallel collections; Limitations of parallel collections; Error handling; Setting the parallelism level; An example - cross-validation with parallel collections; Futures; Future composition - using a future's result; Blocking until completion; Controlling parallel execution with execution contexts; Futures example - stock price fetcher; Summary; References; Chapter 5: Scala and SQL through JDBC; Interacting with JDBC; First steps with JDBC; Connecting to a database server…”
Libro electrónico -
2443por Clark, Richard (User interaction designer)Tabla de Contenidos: “…HTML5 won't be finished until 2022.; 4. Now I have to relearn everything!…”
Publicado 2012
Libro electrónico -
2444Publicado 2015Tabla de Contenidos: “…Pattern matchingRegular expressions; Regular expression script; Arithmetic operations using ((; Simple math; Parameter manipulation; Standard arithmetic tests; Summary; Chapter 6: Iterating with Loops ; For loops; Controlling the loop; While loops and until loops; Reading input from files; Creating operator menus; Summary; Chapter 7: Creating Building Blocks with Functions ; Introducing functions; Passing parameters to functions; Returning values from functions; Using functions in menus; Summary; Chapter 8: Introducing sed ; Using grep to display text…”
Libro electrónico -
2445Publicado 2015Tabla de Contenidos: “…operator; Conditional statements and loops; The if statement; The unless statement; The case/when statement; The while loop; The until loop; The for loop; Methods; Blocks; Arrays; Creating an array; Accessing elements of an array; Adding elements to an array; Removing elements from an array; Iterating over an array; Selecting elements of an array; The nondestructive way…”
Libro electrónico -
2446Publicado 2016Tabla de Contenidos: “…Desktop and large devicesSummary; Chapter 4: Applying the Bootstrap Style; Changing our grid layout; Starting over the grid system; The header; The introduction header; The about section; The features section; The price table section; The footer; Forming the forms; Newsletter form; Contact form; The sign-in form; Images; Helpers; Floating and centering blocks; Context colors; Spacing; Responsive embeds; Summary; Chapter 5: Making It Fancy; Using Bootstrap icons; Paying attention to your navigation; Until the navigation collapse; Using different attachments; Coloring the bar; Dropping it down…”
Libro electrónico -
2447Publicado 2023Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedication -- Contributors -- Table of Contents -- Part 1: From PHP to Ruby Basics -- Chapter 1: Understanding the Ruby Mindset and Culture -- Technical requirements -- Ruby is meant to be read as sentences -- Everything is an object -- Transitioning to Ruby -- Summary -- Chapter 2: Setting Up Our Local Environment -- Technical requirements -- Installing Ruby locally -- macOS users -- Windows users -- Linux users -- Using a virtual machine -- VMware -- VirtualBox -- Vagrant -- Using Docker -- Using rbenv -- Summary -- Chapter 3: Comparing Basic Ruby Syntax to PHP -- Technical requirements -- Running Ruby code from the command line -- Running a simple code file -- Loading a source code file with the load method -- Loading a source code file with the require method -- Ruby classes and modules -- The include method -- Interactive Ruby Shell (IRB) -- Exploring types of variables -- Arrays -- Hashes -- Symbols -- Using conditional statements -- The if statement -- The if-else statement -- The ternary operator -- Repeating code with loops -- Using Ruby language enhancements -- The unless sentence -- The until loop -- Automatic returns -- Optional parentheses -- Questionable exclamation method names -- Summary -- Chapter 4: Ruby Scripting versus PHP Scripting -- Technical requirements -- Beyond Hello World -- Text handling -- The upcase method -- The downcase method -- The capitalize method -- File manipulation -- The split() method -- The map() method -- The join() method -- Creating and modifying file contents -- Command-line arguments -- User input -- Putting it all together -- Summary -- Chapter 5: Libraries and Class Syntax -- Technical requirements -- Let's get ready to bundle!!! …”
Libro electrónico -
2448Publicado 2024Tabla de Contenidos: “…Cover -- Half Title -- Endorsements -- Title -- Copyright -- Contents -- List of Figures -- List of Tables -- Preface -- Foreword -- 1 Hubris Risk -- Blinding Over-confidence -- Hubris -- Hubris, Hybris, Mythology, and Nemesis -- The Paradox of Strengths into Weaknesses -- The Hubris Factor -- Hubris and Pride -- The Hubris of Donald Trump -- Risk and Hazard -- Hubris Risk Factors -- Avoiding Exposure to the Hubris Hazard -- 2 Intoxication of Power -- Intoxication of Power -- Putin and the 'Hubris Syndrome' -- Power and Leader-Follower Relationships -- Types of Power and Their Excesses -- Extreme Manifestations of Leader Power -- Totalist Leaders and Cultic Leadership -- Effects of Power on Leaders -- Avoiding Exposure to the Intoxication of Power -- Intoxication of Power: Signs to Look Out For -- 3 The Toxic Triangle -- The Toxic Triangle of Hubristic Leadership -- Rise of Elizabeth Holmes -- Fall of Elizabeth Holmes -- Hubristic Leader: Charisma and Narcissism -- Complicit Followers: Conformers and Colluders -- Complicit Followers: The Board and the Media -- Conducive Context: Fake It Until You Make It -- The Next Steve Jobs? -- Avoiding Exposure by Managing Complicit Followers and Conducive Contexts -- Complicit Followers: Signs to Look Out For -- Conducive Context: Signs to Look Out For -- 4 Unbridled Intuition -- Intuition -- The Invasion of Iraq -- George W. …”
Libro electrónico -
2449por Fitzgerald, MichaelTabla de Contenidos: “…Conditional LoveThe Ternary Operator; The case Statement; The while Loop; unless and until; The loop Method; The for loop; The upto Method; The downto Method; Execution Before or After a Program; Review Questions; 4. …”
Publicado 2007
Libro electrónico -
2450por Wilson, EdTabla de Contenidos: “…Variables; Shared Benefits of Constants and Variables; Collections; Reference Information; Worker Information; For...Next; Reference Information; Worker and Output Information; Do While...Loop; Reference Information; Worker and Output Information; Do Until...Loop; Summary; Quiz Yourself; On Your Own: Lab 3 Using the For Each...Next Command; Lab 4 Modifying the Ping Script; 3. …”
Publicado 2004
Libro electrónico -
2451por Matsumoto, YukihiroTabla de Contenidos: “…super StatementControl Structures; if Statement; unless Statement; case Statement; while Statement; until Statement; for Statement; break Statement; next Statement; redo Statement; retry Statement; begin Statement; rescue Statement; raise method; BEGIN Statement; END Statement; Object-Oriented Programming; Classes and Instances; class Statement; Methods; Singleton Classes; Modules; module Statement; Mix-ins; Method Visibility; Object Initialization; Attributes; Hooks; Security; Restricted Execution; Level 0; Level 1; Level 2; Level 3; Level 4; Built-in Library Reference; Predefined Variables…”
Publicado 2002
Libro electrónico -
2452por Harrison, GuyTabla de Contenidos: “…; Simple IF-THEN combinations; IF-THEN-ELSE statements; IF-THEN-ELSEIF-ELSE statements; The CASE Statement; Simple CASE statement; "Searched" CASE statement; IF Versus CASE; Iterative Processing with Loops; LOOP Statement; LEAVE Statement; ITERATE Statement; REPEAT ... UNTIL Loop…”
Publicado 2006
Libro electrónico -
2453por Foster-Johnson, EricTabla de Contenidos: “…Tools to Edit Shell ScriptsWriting Scripts; Summary; Exercises; Chapter 3: Controlling How Scripts Run; Referencing Variables; Looping and Iteration; Checking Conditions with if; Nesting if Statements; Testing with the test Command; Making Complex Decisions with case; Looping While a Condition Is True; Looping Until a Condition Is True; Summary; Exercises; Chapter 4: Interacting with the Environment; Examining Environment Variables; Customizing Your Account; Handling Command-Line Arguments; Making Scripts Executable; Summary; Exercises; Chapter 5: Scripting with Files…”
Publicado 2005
Libro electrónico -
2454por Blum, Richard, 1962-Tabla de Contenidos: “…The if-then-else StatementNesting ifs; The test Command; Compound Condition Testing; Advanced if-then Features; The case Command; Summary; Chapter 10: More Structured Commands; The for Command; The C-Style for Command; The while Command; The until Command; Nesting Loops; Looping on File Data; Controlling the Loop; Processing the Output of a Loop; Summary; Chapter 11: Handling User Input; Command Line Parameters; Special Parameter Variables; Being Shifty; Working With Options; Standardizing Options; Getting User Input; Summary; Chapter 12: Presenting Data; Understanding Input and Output…”
Publicado 2008
Libro electrónico -
2455Publicado 2010Tabla de Contenidos: “…Chapter 4:Digging Deeper into the GraphGetting more results with paging; Time for action - displaying the number of objects in a list; Time for action - requesting more Objects; Time for action - requesting more Objects at once; Paging; Time for action - obtaining data in pages; Time for action - adding limit and offset to GraphRequest; instances; Time for action - requesting data based on date; Time for action - adding since and until to GraphRequest; instances; Time for action - filtering by date using the UI; We gon' party like it's yo' birthday…”
Libro electrónico -
2456por Page, Rich E.Tabla de Contenidos: “…Foreword; Introduction; Who Should Read This Book; What You Will Learn in This Book; What You Will Not Learn in This Book; How Long until I See Good Results?; What You Need; What Is Covered in This Book; How to Contact the Author; Legal Disclaimer; Chapter 1: Setting the Website Optimization Scene; Introduction to Website Optimization; The Rise of Website Optimization: The Aftermath of the Dot-com Bubble Bursting; The Differences between Landing Page Optimization, Conversion Rate Optimization, Website Testing, and Website Optimization…”
Publicado 2012
Libro electrónico -
2457Publicado 2013Tabla de Contenidos: “…Removing All Event Listeners from an Event Emitter Using .removeAllListeners()Creating an Event Emitter; Inheriting from Node Event Emitter; Emitting Events; Summary; Chapter 6: Scheduling the Execution of Functions Using Timers; Using setTimeout to Defer the Execution of a Function; Using clearTimeout to Cancel the Execution of a Function; Scheduling and Canceling the Repetitive Execution of a Function; Using process.nextTick to Defer the Execution of a Function Until the Next Event Loop Iteration; Blocking the Event Loop; Escaping the Event Loop…”
Libro electrónico -
2458Publicado 2010Tabla de Contenidos: “…Understanding How Professionals Can Use PreziEducating with Prezi; Chapter 2: Preparing for Your First Prezi; Gathering Your Ideas in Analog; Developing Your Story; Opening Your First Prezi; Exploring Styles; Collecting and Creating Images, Text, and Graphics; Framing and Positioning Ideas; Creating a Path of Ideas; Iterating until You're Ready to Present; Part II: Exploring the Prezi Universe; Chapter 3: Getting Familiar with the Online Interface; Introducing Prezi Components; Navigating the Canvas; Interacting with the Bubble Menu; Taking Advantage of Smart Zooming; Printing Your Prezi…”
Libro electrónico -
2459
-
2460Publicado 2012Tabla de Contenidos: “…THREE MAKE SOMETHING HAPPEN BY ... TOUGHING IT OUT UNTIL YOU CATCH A BREAK -- Rule 42 Beat "Bad Days" to the Punch -- Rule 43 Learn to Love "No" -- Rule 44 Don't React --- Respond -- Rule 45 Be Willing to Walk Away -- Rule 46 Use Fallbacks Effectively -- Rule 47 Ride to the Rescue -- Rule 48 Break the Walls of the Aquarium -- Rule 49 Think Big Enough to Outlast "Defeat" -- Rule 50 Failure Is a State of Mind ... …”
Libro electrónico