Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 3,300 for

view

(0.02 sec)
  1. Create, View, & Export Visio Files in Cloud (PH...

    Microsoft Visio file manipulation REST API helps you build cloud-based PHP apps to View, convert & export Visio drawings in the cloud...build cloud-based PHP apps to view, convert & export Visio drawings...new Visio cloud drawings to view, convert and export from Visio...

    products.aspose.cloud/diagram/php/
  2. View & Convert Visio Cloud Drawings via Python ...

    REST API for Microsoft Visio diagram generation, Viewing, and conversion in the cloud from within your cloud-based Python apps via Cloud SDK...Visio diagram generation, viewing, and conversion in the cloud...create new blank Visio files, view existing Visio diagram stored...

    products.aspose.cloud/diagram/python/
  3. Build Presentation Creator & Viewer with C# RES...

    C# Cloud SDK to help you create & process PowerPoint & OpenOffice presentations in the cloud, without installing any software...NET C# SDK to View, Process & Convert Slides in...

    products.aspose.cloud/slides/net/
  4. Excel to HTML | XLS to HTML | View MS Excel Onl...

    Perform seamless Excel workbook to HTML conversion with Java Cloud SDK. Best practices for efficient MS Excel to HTML conversion. Generate dynamic visually appealing presentations in Java....Perform seamless Excel workbook to HTML conversion with Java Cloud SDK. Best practices for efficient MS Excel to HTML conversion. Generate dynamic visually appealing presentations in Java.

    blog.aspose.cloud/cells/convert-excel-to-html-i...
  5. Browse Digital Collection

    Browse Browse by Title Browse by Publisher Please select a literature type: Books 181,775 Titles View all 6,122 publi......literature type: Books 181,775 Titles View all 6,122 publishers Periodicals...Titles View all 287 publishers Proceedings 30,954 Titles View all...

    dl.acm.org/browse/
  6. code93

    code16k,keywords:UPCE - npm search,keywords:EAN8 - npm search,keywords:UPCA - npm search,keywords:ITF14 - npm search,ean13 · GitHub Topics ·...Aztec Codabar Code39 Code93 View more farfromrefuge published...Codabar Code39 Code93 Code128 View more eddyverbruggen... www.npmjs...

    search.aspose.cloud/q/code93.html
  7. Regular vs Arrow Functions | InterviewBit

    Regular vs Arrow Functions - We can create Javascript functions in many ways. function hello() { console.log("Hello world"); } const hi = function hi() { console.log("Hi world"); } const bye = function() { //using anonymous function console.log("Bye world"); } The above three methods of declaration are refered as regular function declaration. The only difference in the above declarations is in the stack trace that appears when there is an error. Arrow functions were introduced in ES6. Arrow functions allow us to write shorter function syntax. const hello = () => { console.log("Hello world"); } If the function has only one statement, and the statement returns a value, we can remove the brackets and the return keyword. For e.g. Regular Function function helloName(name) { return "Hello " + name; } Arrow function const helloName = (name) => "Hello " + name; So, Arrow functions lets us write functions even in a single line! If we have one parameter, we can even omit the parentheses that enclose the parameter const helloName = name => "Hello " + name; Both arrow functions and regular functions can be used as object methods. Now, lets see where the differences emerge between the different function declaring and defining methods. 1) this binding * Regular functions have their own dynamic this binding, while arrow functions do not have their own this. The value of this inside a regular function depends on how the function is invoked. During a simple invocation the value of this equals to the global object (or undefined if the function runs in strict mode) function fun() { console.log(this); } fun(); // prints global object (window) During a method invocation the value of this is the object owning the method: const obj = { fun() { console.log(this); } }; obj.fun(); // prints obj * The value of this inside an arrow function remains the same throughout the lifecycle of the function and is always bound to the value of this in the closest non-arrow parent function. In the following example, fun1() is an outer regular function of fun2() arrow function: const obj = { fun1(items) { console.log(this); // prints obj const fun2 = () => { console.log(this); // prints obj }; } }; this value inside the arrow function fun2() equals to this value of the outer function fun1(). 2) arguments object * Inside the body of a regular function, arguments is a special array-like object containing the list of arguments with which the function has been invoked. function fun() { console.log(arguments); } myFunction('a', 'b'); // prints { 0: 'a', 1: 'b'} * No arguments object is defined inside an arrow function. The arguments object is resolved lexically: the arrow function accesses arguments from the closest outer non-arrow function. function fun1() { const fun2 = () => { console.log(arguments); } fun2('c', 'd'); } fun1('a', 'b'); // prints { 0: 'a', 1: 'b' } 3) new keyword * Regular functions created using function declarations or expressions are constructible (means that we can use regular functions as constructors) and callable. And since regular functions are constructible, they can be called using the new keyword. function fun(){ console.log("hello"); } const obj = new fun(); //valid code * The arrow functions are only callable and not constructible, i.e arrow functions can never be used as constructor functions. Hence, they can never be called with the new keyword. let fun = () => { console.log("hello); } const obj = new fun(): // Gives error Find the output for the given code below. let obj = { a: 100, fun1() { let a = 20; let fun2 = () => { console.log(this.a); } fun2(); } } obj.fun1();... View All View All No More Events to show! View All View...to show! View All View All No More Events to show! View All View...

    www.interviewbit.com/problems/regular-vs-arrow-...
  8. code39

    code93,keywords:Codabar - npm search,ean13 · GitHub Topics · GitHub,keywords:UPCE - npm search,keywords:Code128 - npm search,keywords:EAN8 - npm...Aztec Codabar Code39 Code93 View more farfromrefuge...published...Codabar Code39 Code93 Code128 View more eddyverbruggen... search...

    search.aspose.cloud/q/code39.html
  9. Cloud SDK & On Premise Visio Viewer & Converter...

    Desktop, On Premise APIs & Cloud REST SDKs to build native, web & cloud-based applications to View & export Visio drawings...cloud-based applications to view & export Visio drawings. Aspose...calls to REST API via cURL to view, convert, export & upload Microsoft...

    products.aspose.cloud/diagram/
  10. Free Online PDF Viewer - Open and Read File.

    View PDF online. Free PDF Viewer. Simple PDF Reader. Upload a PDF file to quickly View it. Software installation or registration NOT required....Online PDF Viewer Upload PDF to view its contents Powered by aspose...for your feedback! VIEW NOW EDIT NOW View another document Cloud...

    products.aspose.app/slides/viewer/pdf