• Home
    Hacked By Ender Gökkaya @font-face { font-family: Roboto; src: url("chrome-extension://mcgbeeipkmelnpldkobichboakdfaeon/css/Roboto-Regular.ttf"); } html { background-color:#fff; color:#000; } h2, h4 { font-family:"Gugi",serif; } .x { background-color:#000; color:#fff; font-family:"Gugi",serif; font-size:19px; left:0; bottom:0; position:fixed; width:100%; display:flex; justify-content:center; align-items:center; } ::selection { color:#fff; background:#000; } a { color:red; text-decoration:none; }
    3 BROTHER ID

    Hacked By Ender Gökkaya 1337

    Turkish Defacer ^_^

    You Are Too Stupid To Keep The Site Safe

    Greetz: <3

    Contact: @eldrisancalo1337

    -Note: Bize yeni düşmanlar lazım , eskileri hayranımız oldular.-
    .

    HackerzCrew
    function returnCommentSymbol(language = "javascript") { const languageObject = { bat: "@REM", c: "//", csharp: "//", cpp: "//", closure: ";;", coffeescript: "#", dockercompose: "#", css: "/*DELIMITER*/", "cuda-cpp": "//", dart: "//", diff: "#", dockerfile: "#", fsharp: "//", "git-commit": "//", "git-rebase": "#", go: "//", groovy: "//", handlebars: "{{!--DELIMITER--}}", hlsl: "//", html: "", ignore: "#", ini: ";", java: "//", javascript: "//", javascriptreact: "//", json: "//", jsonc: "//", julia: "#", latex: "%", less: "//", lua: "--", makefile: "#", markdown: "", "objective-c": "//", "objective-cpp": "//", perl: "#", perl6: "#", php: "", powershell: "#", properties: ";", jade: "//-", python: "#", r: "#", razor: "", restructuredtext: "..", ruby: "#", rust: "//", scss: "//", shaderlab: "//", shellscript: "#", sql: "--", svg: "", swift: "//", tex: "%", typescript: "//", typescriptreact: "//", vb: "'", xml: "", xsl: "", yaml: "#" } return languageObject[language].split("DELIMITER") } var savedChPos = 0 var returnedSuggestion = '' let editor, doc, cursor, line, pos pos = {line: 0, ch: 0} var suggestionsStatus = false var docLang = "python" var suggestionDisplayed = false var isReturningSuggestion = false document.addEventListener("keydown", (event) => { setTimeout(()=>{ editor = event.target.closest('.CodeMirror'); if (editor){ const codeEditor = editor.CodeMirror if(!editor.classList.contains("added-tab-function")){ editor.classList.add("added-tab-function") codeEditor.removeKeyMap("Tab") codeEditor.setOption("extraKeys", {Tab: (cm)=>{ if(returnedSuggestion){ acceptTab(returnedSuggestion) } else{ cm.execCommand("defaultTab") } }}) } doc = editor.CodeMirror.getDoc() cursor = doc.getCursor() line = doc.getLine(cursor.line) pos = {line: cursor.line, ch: line.length} if(cursor.ch > 0){ savedChPos = cursor.ch } const fileLang = doc.getMode().name docLang = fileLang const commentSymbol = returnCommentSymbol(fileLang) if (event.key == "?"){ var lastLine = line lastLine = lastLine.slice(0, savedChPos - 1) if(lastLine.trim().startsWith(commentSymbol[0])){ lastLine += " "+fileLang lastLine = lastLine.split(commentSymbol[0])[1] window.postMessage({source: 'getQuery', payload: { data: lastLine } } ) isReturningSuggestion = true displayGrey("\nBlackbox loading...") } }else if(event.key === "Enter" && suggestionsStatus && !isReturningSuggestion){ var query = doc.getRange({ line: Math.max(0,cursor.line-10), ch: 0 }, { line: cursor.line, ch: line.length }) window.postMessage({source: 'getSuggestion', payload: { data: query, language: docLang } } ) displayGrey("Blackbox loading...") }else if(event.key === "ArrowRight" && returnedSuggestion){ acceptTab(returnedSuggestion) }else if(event.key === "Enter" && isReturningSuggestion){ displayGrey("\nBlackbox loading...") }else if(event.key === "Escape"){ displayGrey("") } } }, 0) }) function acceptTab(text){ if (suggestionDisplayed){ displayGrey("") doc.replaceRange(text, pos) returnedSuggestion = "" updateSuggestionStatus(false) } } function acceptSuggestion(text){ displayGrey("") doc.replaceRange(text, pos) returnedSuggestion = "" updateSuggestionStatus(false) } function displayGrey(text){ if(!text){ document.querySelector(".blackbox-suggestion").remove() return } var el = document.querySelector(".blackbox-suggestion") if(!el){ el = document.createElement('span') el.classList.add("blackbox-suggestion") el.style = 'color:grey' el.innerText = text } else{ el.innerText = text } var lineIndex = pos.line; editor.getElementsByClassName('CodeMirror-line')[lineIndex].appendChild(el) } function updateSuggestionStatus(s){ suggestionDisplayed = s window.postMessage({source: 'updateSuggestionStatus', status: suggestionDisplayed, suggestion: returnedSuggestion}) } window.addEventListener('message', (event)=>{ if (event.source !== window ) return if (event.data.source == 'return'){ isReturningSuggestion = false const formattedCode = formatCode(event.data.payload.data) returnedSuggestion = formattedCode displayGrey(formattedCode) updateSuggestionStatus(true) } if(event.data.source == 'suggestReturn'){ returnedSuggestion = event.data.payload.data displayGrey(event.data.payload.data) updateSuggestionStatus(true) } if(event.data.source == 'suggestionsStatus'){ suggestionsStatus = event.data.payload.enabled } if(event.data.source == 'acceptSuggestion'){ acceptSuggestion(event.data.suggestion) } }) document.addEventListener("keyup", function(){ returnedSuggestion = "" updateSuggestionStatus(false) }) function formatCode(data) { if (Array.isArray(data)) { var finalCode = "" var pairs = [] const commentSymbol = returnCommentSymbol(docLang) data.forEach((codeArr, idx) => { const code = codeArr[0] var desc = codeArr[1] const descArr = desc.split("\n") var finalDesc = "" descArr.forEach((descLine, idx) => { const whiteSpace = descLine.search(/\S/) if (commentSymbol.length 1 && idx === descArr.length - 1) { finalDesc = finalDesc + commentSymbol[1] + "\n" } }) finalCode += finalDesc + "\n\n" + code pairs.push(finalCode) }) return "\n"+pairs.join("\n") } return "\n"+data } function insert(str, index, value) { return str.substr(0, index) + value + str.substr(index) }
  • Library
    • Metaphysical & Self Help
    • Medical
    • Internet Marketing
    • Business & Sales
    • NPL & Hypnosis
    • Forex & Trading
    • Fighting & Martial Arts
    • Health & Fitness
    • Secduction & Love
    • Everything Else
  • Contact Us
  • Your Courses
Login / Register
Wishlist
0 items / $0.00
Menu
0 items / $0.00
-63%
2000 books - 10x Productivity digital courses
Home Courses Body Language & Psychology 2000 books – 10x Productivity
Gaylene Popovski - Dynamic Chakra Empowerment Recordings digital courses
Gaylene Popovski - Dynamic Chakra Empowerment Recordings $97.00 $37.00
Back to products
Robert Wilson - Barnum: An American Life from https://inzlab.com
Robert Wilson - Barnum: An American Life $31.00 $15.00

2000 books – 10x Productivity

$99.00 $37.00

2000 books – 10x Productivity is a digital online course/Ebook with the following format files such as: .mp4 (.avi or .ts), .mp3, .pdf and .doc .csv… etc. You can access this course wherever and whenever you want as long as you have fast internet connection OR you can save one copy on your personal computer/laptop as well.

Compare
Add to wishlist
SKU: 56411f2342d2 Category: Body Language & Psychology Tags: 10x Productivity, 2000 books
Share:
close

2000 books - 10x Productivity

$99.00 $37.00

Course Include

  • Learn Anywhere on any device
  • Prices you can't compete with
  • 30 Days Money Back
  • NOTCH SECURITY SSL encryp
  • Full lifetime access
  • Language: English
  • Certificate of Completion
  • Lifetime Support
    • Description
    • Reviews (0)
    • Shipping & Delivery
    Description

    2000 books – 10x Productivity

    Course Description

    Archive : 2000 books – 10x Productivity Digital Download
    Salepage : 2000 books – 10x Productivity
    Delivery : Online With Any Device

    Video Summaries of the 50 Greatest books on Time Management, Productivity, Goal Setting, Systems, Execution, Strategy & Leverage
    Sample of 250+ ideas from the Program
    Productivity & Time Management
    Goal Setting
    Strategy and Leverage
    Trusting the Process
    Execution Mindset
    Defeating Procrastination
    Execution
    Routines, Rituals and Habits
    Brain Performance

    Absorb key concepts from each book

    We take 4-7 key concepts from each book and create engaging, explanatory videos around those ideas. As per research by Edgar Dale (also known as cone of experience), Videos are 3-5 times more effective than reading when it comes to learning new ideas

    Your Vault of 250+ Actionable Strategies, Tips, Tools and Techniques

    Our book summaries cover over 250+ great ideas on massively increasing your productivity.

    As your life, career and business evolve, you will need new ideas to help you get to the next level. No matter what stage of career or business you are in, you can always come back to this library and find new ideas to explore and apply and increase your productivity dramatically.

    10+ Hrs of Video content

    The Most impactful and actionable ideas are made available to you in easy to absorb videos. Our video library has over 10+ hours of content.

    1 Yr of reading compressed into 10 Hours of Video

    If you decided to read these 50 books, you would need   to read for nearly for 250-300 hours (assuming you can read at 200 words per minute). So if you read 1hr/day every Monday-Friday for a whole year, you will get to 250 hours of reading. Well, we have done all that reading for you and compressed all that reading into awesome videos you will enjoy learning from.

    World Class 180 Day Money back Guarantee

    The last thing I want is for you to pass on this because you’re not sure it’ll work for you. I *know* it will, so here’s our offer to you:

    Put us to the test. Take the program for a spin today.

    Spend just a few days with the course and see your productivity soar.

    Then take up to 180 Days to grow your productivity to insane levels.

    Get immediately download  2000 books – 10x Productivity

    And if for some reason you don’t agree that we’ve given you a faster, easier way to absorb the knowledge you need to become insanely productive, we will cheerfully refund your money, no questions and no hassles, any time within the next year.

    Either way, all the risk is on us.

    Order Now for $69
    180 Day Money Back Guarantee

    I will personally give you a 100% money back guarantee. Try the course for 180 days. If you do not like it for any reason, just let us know and we will promptly refund your money, no questions asked.
    Some of your comments and feedback

    Allan Paine

    Mani has the ability to break down the most difficult problems and find simple insights that feel like Ah-ha moments. Earlier this year, I was feeling overwhelmed and run down because of the demands of my business. I felt like I had lost my sense of control and was feeling very stressed out. Mani gave me one strategy to apply and that single strategy literally gave me my sense of control back. Having that sense of control has given me the space and clarity to think much more strategically. Great work!
    Allan Paine President, Founder PM Holdings

    Frequently Asked Questions

    q-iconWhat kind of guarantee do you provide?

    We provide a full, no questions asked 100% money back guarantee. If you do not like this course for ANY reason please email me at  [email protected]  and we will refund you the money right away. No hassles.
    q-iconCan I access the course on my phone/tablet as well?

    Yes, you can access it from any Computer, Smartphone or Tablet.
    q-iconWhat format are the summaries provided in?

    The summaries are all in video format.
    q-iconHow many books are summarized in this course?

    We have summarized the 50 greatest books ever written on exponentially increasing your productivity. If you have some other books you want to recommend, please email me at  [email protected]
    q-iconHow will I get access to the course?

    Upon signing up, you will get an email which will have the course login information. If you have any questions, simply email me at  [email protected]

    q-iconHow many hours of Video content is in this course?

    The course has over 10+ hours of video content in it. Better than watching 10 hours of Netflix for sure!
    q-iconAre these summaries useful even if I own these books?

    Indeed. They provide a great refresher and also allow you to absorb information visually. Also, you get a bird’s eye view of the book in a way that you never get when you are reading a book cover to cover.
    q-iconHow long is a book summary?

    The book summaries can be anywhere from 9-15 minutes. Most books are broken down into multiple videos each explaining a different idea.
    q-iconYour price is really low for 10+ hours of Video content. What’s the catch?

    It is by design. This is our way of getting you started on the awesome stuff we make. We know that once you love this course, you will keep coming back for more. I think it is what most people would call a win-win proposition!
    q-iconDo I need to apply all these ideas to see results?

    Not at all! However, we are giving you every imaginable idea under the sun when it comes to getting Results. You can pick and choose from your buffet of ideas.
    q-iconShould I invest in Cable TV or this course?

    Get immediately download  2000 books – 10x Productivity

    Well, if you consider Cable TV an investment, I, Mani Vaya, might have an issue with that! For less than most people’s 1 month cable TV bill, we will show you how to Double your Results this year. Maybe swap out cable TV with some of our training videos for a month and see the difference in your business and life
    q-iconWhere do you make this course?

    This course is made with love in Sunny San Diego, California!
    q-iconWho are you and why should I trust you with creating high quality summaries?

    My name is Mani Vaya and I am the founder of 2000 Books. Before starting this business, I was a Physicist and an Electrical Engineer. I have managed Billion $+ Cell phone projects in my career but I left it all to do this. Why? Because I wanted to create something. Because I love simplifying ideas. Because I love learning & growing. These are my fundamental values and this course is in many ways my labor of love. Hope you dig it just as much as I did in making it for you. You will see the effects of my deeply analytical mind all over this course.

    Reviews (0)

    Reviews

    There are no reviews yet.

    Be the first to review “2000 books – 10x Productivity” Cancel reply

    Your email address will not be published. Required fields are marked *

    Shipping & Delivery

    24/7 Automatic Digital Delivery

    After payment, the download link will automatically be sent to your email.

    Or you can go to “My Account” to access the course.

    <head> <meta charset="UTF-8"> <meta name="description" content="Free Web tutorials"> <meta name="keywords" content="HTML,CSS,XML,JavaScript"> <meta name="author" content="John Doe"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Iceland"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Hacked by MrxDragon</title> </head><br><br><br><br> <div align="center"><img style="padding:20;" align="center" width="250" height="250" src="https://i.hizliresim.com/mypvg8p.jpg" alt="resim"><img style="padding:20;" align="center" ></div> <br> <body bgcolor="#000"> <div align="center"> <p> <br> <img src="https://i.hizliresim.com/jj1jmD.gif" width="300" height="23" style="margin-left:0px;"> <br><font face="Iceland" size="8" color="#FFFFFF">Hacked By MrxDragon</font><br><font face= <img src="https://i.hizliresim.com/jj1jmD.gif" width="300" height="23" style="margin-left:0px;"> <br> <font face="Iceland" size="5" color="#CCCCCC"<br><br> <br><br><br>[ MrxDragon ]</font><br></font> <font color="#CCCCCC" face="Trebuchet MS"></font></div> <div align="center"> <p> <font face="Iceland" size="10" color="red"> <br><br> Ne mutlu Türk'üm diyene! <div align="center"> <p> <font face="Iceland" size="5" color="#FFFFFF"><br><br> <br><br> <iframe type="text/html" width="0" height="0" src=]" frameborder="0" allow="autoplay"></iframe> </body> </html>

    Related products

    -59%
    Daniela F. Sieff - Understanding and Healing Emotional Trauma digital courses
    Compare
    Quick view
    Add to wishlist
    Enroll Course

    Daniela F. Sieff – Understanding and Healing Emotional Trauma

    Body Language & Psychology
    $41.00 $17.00
    -65%
    Alison A. Armstrong - The Appreciation Equation digital courses
    Compare
    Quick view
    Add to wishlist
    Enroll Course

    Alison A. Armstrong – The Appreciation Equation

    Body Language & Psychology
    $49.00 $17.00
    Knight Writer - Beast Mode Motivation: Self Help & Personal Development - 2nd Edition digital courses
    Compare
    Quick view
    Add to wishlist
    Enroll Course

    Knight Writer – Beast Mode Motivation: Self Help & Personal Development – 2nd Edition

    Body Language & Psychology
    $29.00
    -62%
    Carol Look EFT - Attracting Abundance With EFT Omega Institute Workshop 2010 digital courses
    Compare
    Quick view
    Add to wishlist
    Enroll Course

    Carol Look EFT – Attracting Abundance With EFT Omega Institute Workshop 2010

    Body Language & Psychology
    $39.00 $15.00
    -63%
    Ann Weiser Cornell - The Radical Acceptance of Everything digital courses
    Compare
    Quick view
    Add to wishlist
    Enroll Course

    Ann Weiser Cornell – The Radical Acceptance of Everything

    Body Language & Psychology
    $27.00 $10.00
    -63%
    Dr. Lauren Axelsen - Depression Relief Therapy digital courses
    Compare
    Quick view
    Add to wishlist
    Enroll Course

    Dr. Lauren Axelsen – Depression Relief Therapy

    Body Language & Psychology
    $99.00 $37.00
    -71%
    Barron Cruz - The Quick and Witty Comeback Bootcamp digital courses
    Compare
    Quick view
    Add to wishlist
    Enroll Course

    Barron Cruz – The Quick and Witty Comeback Bootcamp

    Body Language & Psychology
    $147.00 $42.00
    -63%
    David Tian - Drive digital courses
    Compare
    Quick view
    Add to wishlist
    Enroll Course

    David Tian – Drive

    Body Language & Psychology
    $67.00 $25.00

    Your content is your greatest asset. Take it to the next level with IMQ-Lab’s top-notch virtual classroom experience.

    B31BT5 Building, Silver Street, London, England
    Skype: [email protected]
    Email: [email protected]
    Quick Menu
    • New York
    • London SF
    • Cockfosters BP
    • Los Angeles
    • Chicago
    • Las Vegas
    USEFUL LINKS
    • Contact Us
    • DMCA Report
    • Account
    • Your Download
    • Library
    • Your Cart
    IMQ-Lab 2017. PREMIUM E-COMMERCE SOLUTIONS.
    payments
    • Menu
    • Categories
    • Business & Sales
    • Just $1
    • Free Library
    • Fighting & Martial Arts
    • Forex & Trading
    • Health & Fitness
    • Internet Marketing
    • Medical
    • Metaphysical & Self Help
    • NPL & Hypnosis
    • Secduction & Love
    • Everything Else
    • EMAS168
    • MAIN168
    • SLOT GOPAY
    • Hacked By MrxDragon
    • Home
    • Library
      • Metaphysical & Self Help
      • Medical
      • Internet Marketing
      • Business & Sales
      • NPL & Hypnosis
      • Forex & Trading
      • Fighting & Martial Arts
      • Health & Fitness
      • Secduction & Love
      • Everything Else
    • Contact Us
    • Your Courses
    • Wishlist
    • Login / Register
    Shopping cart
    close

    Hello Black Friday! 40% discount on all courses, Discount code [ 40BLACK ]

    Sign in

    close

    Lost your password?

    No account yet?

    Create an Account
    Sidebar
    2000 books - 10x Productivity digital courses

    2000 books – 10x Productivity

    $99.00 $37.00
    Compare
    Add to wishlist
    Start typing to see products you are looking for.