Presentation is loading. Please wait.

Presentation is loading. Please wait.

Development Environment https://store.theartofservice.com/the-development-environment-toolkit.html.

Similar presentations


Presentation on theme: "Development Environment https://store.theartofservice.com/the-development-environment-toolkit.html."— Presentation transcript:

1 Development Environment https://store.theartofservice.com/the-development-environment-toolkit.html

2 Integrated development environment 1 An integrated development environment (IDE) or interactive development environment is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of a source code editor, build automation tools and a debugger. Several modern IDEs integrate with Intelli-sense coding features. https://store.theartofservice.com/the-development-environment-toolkit.html

3 Integrated development environment 1 The boundary between an integrated development environment and other parts of the broader software development environment is not well-defined https://store.theartofservice.com/the-development-environment-toolkit.html

4 Integrated development environment Overview 1 IDEs are designed to maximize programmer productivity by providing tight-knit components with similar user interfaces. IDEs present a single program in which all development is done. This program typically provides many features for authoring, modifying, compiling, deploying and debugging software. This contrasts with software development using unrelated tools, such as vi, GCC or make. https://store.theartofservice.com/the-development-environment-toolkit.html

5 Integrated development environment Overview 1 One aim of the IDE is to reduce the configuration necessary to piece together multiple development utilities, instead providing the same set of capabilities as a cohesive unit https://store.theartofservice.com/the-development-environment-toolkit.html

6 Integrated development environment Overview 1 Some IDEs are dedicated to a specific programming language, allowing a feature set that most closely matches the programming paradigms of the language. However, there are many multiple-language IDEs, such as Eclipse, ActiveState Komodo, IntelliJ IDEA, Oracle JDeveloper, NetBeans, and Microsoft Visual Studio. Xcode, Xojo and Delphi are dedicated to a closed language or set of programming languages. https://store.theartofservice.com/the-development-environment-toolkit.html

7 Integrated development environment Overview 1 While most modern IDEs are graphical, text-based IDEs such as Turbo Pascal were in popular use before the widespread availability of windowing systems like Microsoft Windows and the X Window System (X11). They commonly use function keys or hotkeys to execute frequently used commands or macros. https://store.theartofservice.com/the-development-environment-toolkit.html

8 Integrated development environment History 1 IDEs initially became possible when developing via a console or terminal https://store.theartofservice.com/the-development-environment-toolkit.html

9 Integrated development environment History 1 Maestro I is a product from Softlab Munich and was the world's first integrated development environment 1975 for software. Maestro I was installed for 22,000 programmers worldwide. Until 1989, 6,000 installations existed in the Federal Republic of Germany. Maestro I was arguably the world leader in this field during the 1970s and 1980s. Today one of the last Maestro I can be found in the Museum of Information Technology at Arlington. https://store.theartofservice.com/the-development-environment-toolkit.html

10 Integrated development environment History 1 One of the first IDEs with a plug-in concept was Softbench. In 1995 Computerwoche commented that the use of an IDE was not well received by developers since it would fence in their creativity. https://store.theartofservice.com/the-development-environment-toolkit.html

11 Integrated development environment Visual programming 1 Visual programming is a usage scenario in which an IDE is generally required. Visual IDEs allow users to create new applications by moving programming, building blocks, or code nodes to create flowcharts or structure diagrams that are then compiled or interpreted. These flowcharts often are based on the Unified Modeling Language. https://store.theartofservice.com/the-development-environment-toolkit.html

12 Integrated development environment Visual programming 1 This interface has been popularized with the Lego Mindstorms system, and is being actively pursued by a number of companies wishing to capitalize on the power of custom browsers like those found at Mozilla https://store.theartofservice.com/the-development-environment-toolkit.html

13 Integrated development environment Visual programming 1 This approach is also used in specialist software such as Openlab, where the end users want the flexibility of a full programming language, without the traditional learning curve associated with one. https://store.theartofservice.com/the-development-environment-toolkit.html

14 Integrated development environment Language support 1 Some IDEs support multiple languages, such as Eclipse, IntelliJ IDEA, MyEclipse or NetBeans, all based on Java, or MonoDevelop, based on C#. https://store.theartofservice.com/the-development-environment-toolkit.html

15 Integrated development environment Language support 1 Support for alternative languages is often provided by plugins, allowing them to be installed on the same IDE at the same time. For example, Eclipse and Netbeans have plugins for C/C++, Ada, GNAT (for example AdaGIDE), Perl, Python, Ruby, and PHP, which are selected between automatically based on file extension, environment or project settings. https://store.theartofservice.com/the-development-environment-toolkit.html

16 Integrated development environment Attitudes across different computing platforms 1 Unix programmers can combine command-line POSIX tools into a complete development environment, capable of developing large programs such as the Linux kernel and its environment https://store.theartofservice.com/the-development-environment-toolkit.html

17 Integrated development environment Attitudes across different computing platforms 1 On the various Microsoft Windows platforms, command-line tools for development are seldom used. Accordingly, there are many commercial and non-commercial solutions, however each has a different design commonly creating incompatibilities. Most major compiler vendors for Windows still provide free copies of their command-line tools, including Microsoft (Visual C++, Platform SDK,.NET Framework SDK, nmake utility), Embarcadero Technologies (bcc32 compiler, make utility). https://store.theartofservice.com/the-development-environment-toolkit.html

18 Integrated development environment Attitudes across different computing platforms 1 IDEs have always been popular on the Apple Macintosh's Mac OS, dating back to Macintosh Programmer's Workshop, Turbo Pascal, THINK Pascal and THINK C environments of the mid-1980s. Currently Mac OS X programmers can choose between native IDEs like Xcode and open- source tools such as Eclipse and Netbeans. ActiveState Komodo is a proprietary IDE supported on the Mac OS. https://store.theartofservice.com/the-development-environment-toolkit.html

19 Integrated development environment Attitudes across different computing platforms 1 With the advent of cloud computing, some IDEs are available online and run within web browsers; example of this are Codeanywhere and Cloud9 IDE. https://store.theartofservice.com/the-development-environment-toolkit.html

20 Python (programming language) - Development environments 1 Most Python (including CPython) can function as a command line interpreter, for which the user enters statements sequentially and receives the results immediately. In short, Python acts as a shell. https://store.theartofservice.com/the-development-environment-toolkit.html

21 Python (programming language) - Development environments 1 Other shells add capabilities beyond those in the basic interpreter, including IDLE and IPython. While generally following the visual style of the Python shell, they implement features like auto-completion, retention of session state, and syntax highlighting. https://store.theartofservice.com/the-development-environment-toolkit.html

22 Free Pascal - Integrated development environments (IDEs) 1 Like most modern compilers, Free Pascal can be used with an integrated development environment (IDE). https://store.theartofservice.com/the-development-environment-toolkit.html

23 MonoDevelop - MonoDevelop in the Unity3D game development environment 1 MonoDevelop is also the primary IDE for the Unity3D game development environment. The current version that ships with Unity3D (v4.2.0f4) is MonoDevelop 2.8.2. https://store.theartofservice.com/the-development-environment-toolkit.html

24 Software development methodology - Integrated development environment 1 An integrated development environment (IDE) also known as integrated design environment or integrated debugging environment is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of a: https://store.theartofservice.com/the-development-environment-toolkit.html

25 Software development methodology - Integrated development environment 1 IDEs are designed to maximize programmer productivity by providing tight- knit components with similar user interfaces. Typically an IDE is dedicated to a specific programming language, so as to provide a feature set which most closely matches the programming paradigms of the language. https://store.theartofservice.com/the-development-environment-toolkit.html

26 AIBO - AIBO Software Development Environment 1 Initially, access to programming capabilities was limited to Sony and organizations participating in Robocup. By reverse-engineering AIBO, users developed their own software that operated together with AIBOware such as DiscoAibo which made the robotic canine dance to music. https://store.theartofservice.com/the-development-environment-toolkit.html

27 AIBO - AIBO Software Development Environment 1 In a significant copyright milestone, Sony invoked the Digital Millennium Copyright Act in October 2001, and sent a cease-and-desist notice demanding that Aibopet stop distributing code that was retrieved by bypassing the copy protection mechanisms. In the face of complaints by many outraged AIBO owners, Sony backed down and subsequently released a programmer's kit for non-commercial use. https://store.theartofservice.com/the-development-environment-toolkit.html

28 AIBO - AIBO Software Development Environment 1 The kit has was eventually expanded into three distinct tools: R-CODE, the OPEN-R SDK and the AIBO Remote Framework (ERS-7 only). These three tools are combined under the name AIBO Software Development Environment. All of these tools were free to download and could be used for commercial or non-commercial use (Except for the OPEN-R SDK, which is specifically for non-commercial use). https://store.theartofservice.com/the-development-environment-toolkit.html

29 AIBO - Other Development Environments 1 Several robot software development frameworks have been developed that support AIBOs, including URBI, Tekkotsu, and Python Robotics|Pyro. https://store.theartofservice.com/the-development-environment-toolkit.html

30 Mobile application development - Platform development environment 1 The following table summarizes the elements in each of the development environments. https://store.theartofservice.com/the-development-environment-toolkit.html

31 Mobile application development - Platform development environment 1 Criteria for selecting a development platform usually contains the target mobile platforms, existing infrastructure and development skills. When targeting more than one platform with cross-platform development it is also important to consider the impact of the tool on the user experience. Performance is another important criteria, as research on Mobile Applications indicates a strong correlation between application performance and user satisfaction. https://store.theartofservice.com/the-development-environment-toolkit.html

32 Xbox Development Kit - Xbox development environment 1 The Xbox BIOS is based on Win32, but does not have all of the resources or capabilities of the Microsoft Windows|Windows NT Operating System, (for example: neither DirectShow, Windows Registry|registry, nor Dynamic- link library|DLL are natively supported on the Xbox) https://store.theartofservice.com/the-development-environment-toolkit.html

33 Python (programming language) - Development environments 1 Most Python implementations (including CPython) can function as a command line interpreter, for which the user enters statements sequentially and receives the results immediately. In short, Python acts as a shell (computing)|shell. https://store.theartofservice.com/the-development-environment-toolkit.html

34 Python (programming language) - Development environments 1 Other shells add capabilities beyond those in the basic interpreter, including IDLE (Python)|IDLE and IPython. While generally following the visual style of the Python shell, they implement features like auto-completion, retention of session state, and syntax highlighting. https://store.theartofservice.com/the-development-environment-toolkit.html

35 Software development environment 1 An 'integrated development environment' ('IDE') or 'interactive development environment' is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of a source code editor, build automation tools and a debugger. Most modern IDEs offer Intelligent code completion features. https://store.theartofservice.com/the-development-environment-toolkit.html

36 Software development environment 1 The boundary between an integrated development environment and other parts of the broader software development environment is not well-defined https://store.theartofservice.com/the-development-environment-toolkit.html

37 Software development environment - Overview 1 IDEs are designed to maximize programmer productivity by providing tight-knit components with similar user interfaces. IDEs present a single program in which all development is done. This program typically provides many features for authoring, modifying, compiling, deploying and debugging software. This contrasts with software development using unrelated tools, such as vi, GNU Compiler Collection|GCC or make (software)|make. https://store.theartofservice.com/the-development-environment-toolkit.html

38 Software development environment - Overview 1 One aim of the IDE is to reduce the configuration necessary to piece together multiple development utilities, instead providing the same set of capabilities as a cohesive unit https://store.theartofservice.com/the-development-environment-toolkit.html

39 Software development environment - Overview 1 Some IDEs are dedicated to a specific programming language, allowing a feature set that most closely matches the programming paradigms of the language. However, there are many multiple-language IDEs, such as Eclipse (software)|Eclipse, ActiveState Komodo, IntelliJ IDEA, Oracle JDeveloper, NetBeans, and Microsoft Visual Studio. Xcode, Xojo and Embarcadero Delphi|Delphi are dedicated to a closed language or set of programming languages. https://store.theartofservice.com/the-development-environment-toolkit.html

40 Software development environment - History 1 IDEs initially became possible when developing via a System console|console or Computer terminal|terminal https://store.theartofservice.com/the-development-environment-toolkit.html

41 Software development environment - History 1 Maestro I is a product from Softlab Munich and was the world's first integrated development environment[http://www.computerwoche.d e/heftarchiv/1975/47/1205421/ Interaktives Programmieren als Systems-Schlager] from Computerwoche (German language|German) 1975 for software https://store.theartofservice.com/the-development-environment-toolkit.html

42 Software development environment - Language support 1 Some IDEs support multiple languages, such as Eclipse (software)|Eclipse, IntelliJ IDEA, MyEclipse or NetBeans, all based on Java (programming language)|Java, or MonoDevelop, based on C Sharp (programming language)|C#. https://store.theartofservice.com/the-development-environment-toolkit.html

43 Software development environment - Language support 1 Support for alternative languages is often provided by plug-in (computing)|plugins, allowing them to be installed on the same IDE at the same time. For example, Eclipse (software)|Eclipse and Netbeans have plugins for C (programming language)|C/C++, Ada (programming language)|Ada, GNAT (for example AdaGIDE), Perl, Python (programming language)|Python, Ruby (programming language)|Ruby, and PHP, which are selected between automatically based on file extension, environment or project settings. https://store.theartofservice.com/the-development-environment-toolkit.html

44 Software development environment - Attitudes across different computing platforms 1 Rehman, Christopher Paul, Christopher R. Paul. https://store.theartofservice.com/the-development-environment-toolkit.html

45 Software development environment - Attitudes across different computing platforms 1 The Linux Development Platform: Configuring, Using and Maintaining a Complete Programming Environment. https://store.theartofservice.com/the-development-environment-toolkit.html

46 Software development environment - Attitudes across different computing platforms 1 The free software GNU tools (GNU Compiler Collection (GCC), GNU Debugger (gdb), GNU make) are available on many platforms, including Windows.[ http://www.gnu.org/software/emacs/windows/ Developing-with-Emacs.html Use Emacs with Microsoft Visual C++... use Emacs as an IDE] Developers who favor command-line oriented tools can use editors with support for many of the standard Unix and GNU build 1 tools, building an IDE with programs like https://store.theartofservice.com/the-development-environment-toolkit.html

47 Software development environment - Attitudes across different computing platforms 1 Emacs[ http://www.linuxjournal.com/article/5765 Emacs: the Free Software IDE][ http://cl- cookbook.sourceforge.net/emacs-ide.html Using Emacs as a Lisp IDE][ http://obsidianrook.com/perlnow/emacs_as _perl_ide.html Emacs as a Perl IDE] https://store.theartofservice.com/the-development-environment-toolkit.html

48 Software development environment - Attitudes across different computing platforms 1 or Vim (text editor)|Vim https://store.theartofservice.com/the-development-environment-toolkit.html

49 Software development environment - Attitudes across different computing platforms 1 IDEs have always been popular on the Apple Macintosh's Mac OS, dating back to Macintosh Programmer's Workshop, Turbo Pascal, THINK Pascal and THINK C environments of the mid-1980s. Currently Mac OS X programmers can choose between native IDEs like Xcode and open-source tools such as Eclipse (software)|Eclipse and Netbeans. ActiveState Komodo is a proprietary multilanguage IDE supported on the Mac OS. https://store.theartofservice.com/the-development-environment-toolkit.html

50 TinyOS - Integrated development environments 1 *[ http://docs.tinyos.net/tinywiki/index.php/NE SCDT-_An_editor_for_nesC_in_Eclipse TinyOS Eclipse Editor Plugin by Rasmus Pedersen], Copenhagen Business School https://store.theartofservice.com/the-development-environment-toolkit.html

51 TinyOS - Integrated development environments 1 *[ http://tinydt.sourceforge.net/ TinyDT – TinyOS Plugin for the eclipse platform], Vanderbilt University https://store.theartofservice.com/the-development-environment-toolkit.html

52 Django (web framework) - Integrated development environments for Python 1 While a number of Django developers use text editors such as Vim (text editor)|Vim, Emacs, TextMate or Sublime Text|Sublime with Django Bundle for their projects, others prefer python tools providing debugging, refactoring, unit testing, etc.[ http://stackoverflow.com/questions/175044 /django-development-ide Django development IDEs discussion at Stackoverflow] https://store.theartofservice.com/the-development-environment-toolkit.html

53 Django (web framework) - Integrated development environments for Python 1 *Aptana Studio with integrated PyDev https://store.theartofservice.com/the-development-environment-toolkit.html

54 Django (web framework) - Integrated development environments for Python 1 *IntelliJ IDEA with Django plugin, provides functionality similar to PyCharm https://store.theartofservice.com/the-development-environment-toolkit.html

55 Django (web framework) - Integrated development environments for Python 1 *NetBeans with Django Plugin[ http://code.google.com/p/netbeans-django/ NetBeans Django Plugin] https://store.theartofservice.com/the-development-environment-toolkit.html

56 Django (web framework) - Integrated development environments for Python 1 *SourceLair, provides Django framework out of the box https://store.theartofservice.com/the-development-environment-toolkit.html

57 MSP430 - Software development environment 1 One such toolchain is the IAR Systems|IAR C/C++ compiler and Integrated development environment, or IDE https://store.theartofservice.com/the-development-environment-toolkit.html

58 MSP430 - Software development environment 1 TI also combines a version of its own compiler and tools with its Eclipse (software)|Eclipse-based Code Composer Studio IDE (CCS). It sells full-featured versions, and offers a free version for download which has a code size limit of 16 KB. CCS supports in-circuit emulators, and includes a simulator and other tools; it can also work with other processors sold by TI. https://store.theartofservice.com/the-development-environment-toolkit.html

59 MSP430 - Software development environment 1 The open source community produces a freely available software development toolset based on the GNU toolchain|GNU toolset. https://store.theartofservice.com/the-development-environment-toolkit.html

60 MSP430 - Software development environment 1 ([ http://sourceforge.net/apps/mediawiki/mspgcc/index. php?title=Devel:Uniarch MSPGCC Uniarch]) https://store.theartofservice.com/the-development-environment-toolkit.html

61 MSP430 - Software development environment 1 There is a very early [https://www.fooe.net/trac/llvm-msp430/ llvm-msp430] project, which may eventually provide better support for MSP430 in LLVM. https://store.theartofservice.com/the-development-environment-toolkit.html

62 MSP430 - Software development environment 1 Other commercial development tool sets, which include editor, compiler, linker, assembler, debugger and in some cases code wizards, are available https://store.theartofservice.com/the-development-environment-toolkit.html

63 OpenComRTOS - OpenComRTOS suite: Development Environment and Tools 1 OpenComRTOS comes with a number of tools. 'OpenVE' is a visual modelling environment whereby the user specifies node topology and application topology in a graphical way. From these diagrams an application specific runtime model is generated. Application specific code is provided in ANSI-C for each task. Runtime execution as well as inter-processor interactions are visualised using the 'Event Tracer'. A 'System Inspector allows to read out and modify the datastructures. https://store.theartofservice.com/the-development-environment-toolkit.html

64 OpenComRTOS - OpenComRTOS suite: Development Environment and Tools 1 Additional modules are hostserver modules (these allow any task access to the host node services) and a 'Safe Virtual Machine for C'. The latter requires about 3 KiBytes (10 KiBytes for program and data) and allows to dynamically download binary compiled c code at runtime. https://store.theartofservice.com/the-development-environment-toolkit.html

65 Lively Kernel - Integrated development environment 1 Lively includes an integrated development environment of considerable power, designed to work via WebDAV with a local set of a dozen or so source JavaScript files synchronizable with a versioned repository https://store.theartofservice.com/the-development-environment-toolkit.html

66 Lively Kernel - Integrated development environment 1 The Lively IDE includes object inspectors and morph style panels for controlling fills, borders, and text styles. There are also facilities for debugging at error points and profiling for performance tuning, but these have not been pushed, owing to the improving quality of such run-time support in all the major browsers. https://store.theartofservice.com/the-development-environment-toolkit.html

67 List of proprietary software for Linux - C++ Integrated development environment|IDEs 1 *Kylix (software)|Kylix – (discontinued) https://store.theartofservice.com/the-development-environment-toolkit.html

68 Dataphor - Dataphoria Integrated development environment|IDE 1 * Ad hoc execution of D4 https://store.theartofservice.com/the-development-environment-toolkit.html

69 Dataphor - Dataphoria Integrated development environment|IDE 1 * Creating, Editing, and Customizing (inherited) forms https://store.theartofservice.com/the-development-environment-toolkit.html

70 Dataphor - Dataphoria Integrated development environment|IDE 1 * Analyzing execution plans https://store.theartofservice.com/the-development-environment-toolkit.html

71 Grails (framework) - Ready-to-use development environment 1 When using traditional Java web toolkits, it's up to developers to assemble development units, which can be tedious. Grails provides a development environment that includes a web server to get developers started right away. All required libraries are part of the Grails distribution and Grails prepares the Java web environment for deployment automatically. https://store.theartofservice.com/the-development-environment-toolkit.html

72 Web2py - Web-based integrated development environment (IDE) 1 Internationalization and localization|Internationalization (adding languages and writing translations) can also be performed from this Integrated development environment|IDE https://store.theartofservice.com/the-development-environment-toolkit.html

73 Web2py - Web-based integrated development environment (IDE) 1 Applications can also be created from the command line or developed with other IDEs.[ http://www.web2py.com/AlterEgo/default/s how/178 Web2py online IDE] with [https://addons.mozilla.org/hu/firefox/addo n/4125 It's All Text!] Firefox addon and [ http://code.google.com/p/ulipad Ulipad] (open source Python IDE) Further debugging options:[ http://stackoverflow.com/questions/315165 /how-to-debug-web2py-applications How to debug Web2py applications?] https://store.theartofservice.com/the-development-environment-toolkit.html

74 Web2py - Web-based integrated development environment (IDE) 1 * Wing IDE allows graphical debugging of web2py applications[ http://www.wingware.com/doc/howtos/web 2py Wing IDE supports debugging for web2py] as you interact with it from your web browser, you can inspect and modify variables, make function calls etc. https://store.theartofservice.com/the-development-environment-toolkit.html

75 Web2py - Web-based integrated development environment (IDE) 1 * Eclipse (software)|Eclipse/PyDev — Eclipse with the Aptana PyDev plugin — supports web2py as well.[ http://groups.google.com/group/web2py/br owse_thread/thread/c27b4f7cf3328520 Eclipse/PyDev supports debugging for web2py][ http://allisterx.blogspot.com/2009/06/using -web2py-framework-on-eclipse.html Using web2py on Eclipse] https://store.theartofservice.com/the-development-environment-toolkit.html

76 Web2py - Web-based integrated development environment (IDE) 1 * The extensible [ http://docs.python.org/library/pdb.html pdb] debugger is a module of Python's standard library. https://store.theartofservice.com/the-development-environment-toolkit.html

77 Web2py - Web-based integrated development environment (IDE) 1 * With the platform-independent open- source Winpdb debugger, you can perform remote debugging[ http://winpdb.org/docs/requirements/ With Winpdb one can do remote debugging over TCP/IP] over TCP/IP, through encrypted connection.[ http://winpdb.org/docs/security/ Encrypted communication in Winpdb] https://store.theartofservice.com/the-development-environment-toolkit.html

78 Web2py - Web-based integrated development environment (IDE) 1 Web2py includes pure Python-based Template engine (web)|template language, with no Indentation#Indentation_in_programming|i ndentation requirements and a server-side Document Object Model (Document Object Model|DOM). https://store.theartofservice.com/the-development-environment-toolkit.html

79 Web2py - Web-based integrated development environment (IDE) 1 The template system works without web2py.[ http://groups.google.com/group/web2py/br owse_thread/thread/c81061bc00c6181e How to use web2py templates without web2py] Joomla 1.x templates can be converted to web2py layouts.[ http://www.web2py.com/AlterEgo/default/s how/167 Using Joomla templates with web2py] https://store.theartofservice.com/the-development-environment-toolkit.html

80 Web2py - Web-based integrated development environment (IDE) 1 Web2py also includes two markup libraries: the [ http://code.google.com/p/python- markdown2/ markdown2] text-to-HTML filter, which converts Markdown markup to HTML on the fly; and [ http://www.web2py.com/examples/static/m arkmin.html markmin] which is inspired by markdown but supports tables, html5 video/audio and oembed protocol. https://store.theartofservice.com/the-development-environment-toolkit.html

81 Web2py - Web-based integrated development environment (IDE) 1 A Model-View- Controller#Description|controller without a view automatically uses a generic view that render the variables returned by the controller, enabling the development of an application's business logic before writing HTML. The Hello World example using a default template: https://store.theartofservice.com/the-development-environment-toolkit.html

82 Web2py - Web-based integrated development environment (IDE) 1 The dict() output of an action is automatically rendered in HTML if the page is request with a.html extension, in JSON if the page is requested with a.json extension, in XML if requested with.xml. It supports other protocols including jsonp, rss, ics, google maps, etc. and is extensible. https://store.theartofservice.com/the-development-environment-toolkit.html

83 Web2py - Web-based integrated development environment (IDE) 1 Here is a more complex code example which defines a table, and exposes a grid to logged in users: https://store.theartofservice.com/the-development-environment-toolkit.html

84 Web2py - Web-based integrated development environment (IDE) 1 db.define_table('thing',Field( 'name',notnull=True)) https://store.theartofservice.com/the-development-environment-toolkit.html

85 Web2py - Web-based integrated development environment (IDE) 1 @auth.requires_login() https://store.theartofservice.com/the-development-environment-toolkit.html

86 ThinBasic - Integrated development environment (IDE) 1 ThinBASIC comes with own IDE, called thinAir, in the default installation.Olmi, E. ThinBASIC Help Manual. [http://www.thinbasic.com/public/products/t hinBasic/help/html/howtouse.htm How to use]. Retrieved 2011-09-21 https://store.theartofservice.com/the-development-environment-toolkit.html

87 ThinBasic - Integrated development environment (IDE) 1 * Customizable syntax highlighting https://store.theartofservice.com/the-development-environment-toolkit.html

88 ThinBasic - Integrated development environment (IDE) 1 * Multiple source files opened at once in tabs https://store.theartofservice.com/the-development-environment-toolkit.html

89 ThinBasic - Integrated development environment (IDE) 1 * Ability to view one source using multiple views https://store.theartofservice.com/the-development-environment-toolkit.html

90 ThinBasic - Integrated development environment (IDE) 1 * Creation of independent executable from the scriptbasic.mindteq.com. [http://basic.mindteq.com/index.php?i=118 THINBASIC]. Retrieved 2013-02-15 https://store.theartofservice.com/the-development-environment-toolkit.html

91 ThinBasic - Integrated development environment (IDE) 1 thinAir allows using the debugger as well. https://store.theartofservice.com/the-development-environment-toolkit.html

92 ThinBasic - Integrated development environment (IDE) 1 This component is called thinDebugOlmi, E. ThinBASIC Help Manual. [http://www.thinbasic.com/public/products/t hinBasic/help/html/thindebug.htm thinTools/thinDebug]. Retrieved 2011-09- 21 and can be watched on the image linked below. https://store.theartofservice.com/the-development-environment-toolkit.html

93 ThinBasic - Integrated development environment (IDE) 1 * [http://www.thinbasic.com/pad/scree n002.png thinDebug, thinBasic Debugger] https://store.theartofservice.com/the-development-environment-toolkit.html

94 Comparison of C Sharp and Visual Basic.NET - Development environment 1 Currently, the main differences in the development environments are additional features for Visual Basic.NET that originated in VB6, including: https://store.theartofservice.com/the-development-environment-toolkit.html

95 Comparison of C Sharp and Visual Basic.NET - Development environment 1 * Certain project files are hidden (the user can show them) https://store.theartofservice.com/the-development-environment-toolkit.html

96 Comparison of C Sharp and Visual Basic.NET - Development environment 1 * The auto-generated My.* namespaces contain many commonly used shortcuts brought over from VB6, such as methods for operating on the registry and application configuration file' https://store.theartofservice.com/the-development-environment-toolkit.html

97 Comparison of C Sharp and Visual Basic.NET - Development environment 1 Background compilation is a feature of the Visual Studio Integrated development environment|IDE whereby code is compiled as it is written by the programmer with the purpose of identifying compilation errors without requiring the solution to be built https://store.theartofservice.com/the-development-environment-toolkit.html

98 Comparison of C Sharp and Visual Basic.NET - Development environment 1 Background Compilation is less demanding on system resources and results in faster build cycles. This is a particular advantage with large projects and can significantly reduce the time required to start debugging in the IDE. https://store.theartofservice.com/the-development-environment-toolkit.html

99 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *Aptana – an open source integrated development environment (IDE) for building Ajax web applications https://store.theartofservice.com/the-development-environment-toolkit.html

100 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *Dylan (programming language) https://store.theartofservice.com/the-development-environment-toolkit.html

101 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *Eclipse (computing)|Eclipse – open source Java-based IDE for developing rich-client applications, includes SWT library, replaces Swing by using underlying OS native windowing abilities https://store.theartofservice.com/the-development-environment-toolkit.html

102 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *Fink – Deb (file format)|Debian package manager for porting|ported Unix software https://store.theartofservice.com/the-development-environment-toolkit.html

103 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *Free Pascal – Object Pascal compiler, XCode plugin available https://store.theartofservice.com/the-development-environment-toolkit.html

104 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *HotSpot – Sun's Java Virtual Machine https://store.theartofservice.com/the-development-environment-toolkit.html

105 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *IntelliJ IDEA - a JAVA IDE by JetBrains (free limited community edition) https://store.theartofservice.com/the-development-environment-toolkit.html

106 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *ActiveState Komodo|Komodo – commercial multi- language IDE from ActiveState https://store.theartofservice.com/the-development-environment-toolkit.html

107 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *Lazarus (software)|Lazarus – cross- platform IDE to develop software with Free Pascal, specialized in graphical software https://store.theartofservice.com/the-development-environment-toolkit.html

108 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *MacApp – application development framework Pascal (programming language)|Pascal and C++ https://store.theartofservice.com/the-development-environment-toolkit.html

109 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *Macromedia Authorware – application (CBT, eLearning) development, no Mac development environment since version 4, though can still package applications with the 'Mac Packager' for OS 8 through 10 playback https://store.theartofservice.com/the-development-environment-toolkit.html

110 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *Mono (software)|Mono – open source implementation of Microsoft.NET Framework with a C Sharp (programming language)|C# compiler https://store.theartofservice.com/the-development-environment-toolkit.html

111 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *NetBeans – modular, open source, multi-language platform and IDE for Java written in pure Java https://store.theartofservice.com/the-development-environment-toolkit.html

112 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *Omnis Studio – cross-platform development environment for creating enterprise and web applications for Mac OS X, Windows, Linux, Solaris https://store.theartofservice.com/the-development-environment-toolkit.html

113 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *Python (programming language)|Python https://store.theartofservice.com/the-development-environment-toolkit.html

114 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *Qt (toolkit)|Qt Creator – an IDE for C++ GUI applications, by Trolltech https://store.theartofservice.com/the-development-environment-toolkit.html

115 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *Real Studio – cross-platform compiled REALbasic BASIC programming language IDE https://store.theartofservice.com/the-development-environment-toolkit.html

116 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *Revolution (development environment)|Revolution – high-level cross-platform IDE https://store.theartofservice.com/the-development-environment-toolkit.html

117 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *Script Debugger – an AppleScript and Open Scripting Architecture IDE https://store.theartofservice.com/the-development-environment-toolkit.html

118 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *Tcl/tk – scripting shell GUI utility that allows cross platform development. Included With Mac OS X. https://store.theartofservice.com/the-development-environment-toolkit.html

119 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *TextMate – very type-efficient multipurpose text editor supports Ruby, PHP, Python, many more https://store.theartofservice.com/the-development-environment-toolkit.html

120 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *Torque (game engine) – powerful professional game creation software https://store.theartofservice.com/the-development-environment-toolkit.html

121 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *WebKit – open source application framework for Safari (web browser) https://store.theartofservice.com/the-development-environment-toolkit.html

122 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *wxPython – API merging Python (programming language)|Python and wxWidgets https://store.theartofservice.com/the-development-environment-toolkit.html

123 List of Macintosh software - Developer tools and integrated development environment|IDEs 1 *Xcode – IDE made by Apple Inc.|Apple, which comes as a part of OS X and is available as a download, was called Project Builder https://store.theartofservice.com/the-development-environment-toolkit.html

124 MSX BASIC - Development Environment 1 It has a command line-based Integrated Development Environment (IDE) system; all program lines must be numbered, all non-numbered lines are considered to be commands in direct mode (i.e., to be executed immediately) https://store.theartofservice.com/the-development-environment-toolkit.html

125 OpenERP - Development environment 1 Module development mainly relies around editing Python (programming language)|Python and XML files. Some application logic (i.e. workflows and data structure) can be changed through the client interface using a developer mode. https://store.theartofservice.com/the-development-environment-toolkit.html

126 Comparison of integrated development environments 1 The following tables list notable software packages that are nominal IDEs; standalone tools such as source code editors and GUI builders are not included. https://store.theartofservice.com/the-development-environment-toolkit.html

127 Comparison of integrated development environments - Unclassified 1 *IBM Rational Business Developer https://store.theartofservice.com/the-development-environment-toolkit.html

128 PhpStorm - Development environment 1 *SQL and databases support (live database schema refactoring, generation of schema migration scripts, export query result to file or clipboard, editing of stored procedures, etc.). https://store.theartofservice.com/the-development-environment-toolkit.html

129 PhpStorm - Development environment 1 *Remote System deployment|deployment over FTP, SSH File Transfer Protocol|SFTP, FTPS etc. with automatic synchronization. https://store.theartofservice.com/the-development-environment-toolkit.html

130 PhpStorm - Development environment 1 *Version control systems integration (Git (software)|Git (including specific GitHub features), Subversion (software)|Subversion, Mercurial, Perforce, Concurrent Versions System|CVS, Team Foundation Server|TFS) allowing you to perform actions (Commit (data management)|commit, Merge (revision control)|merge, diff, etc) right from the IDE. https://store.theartofservice.com/the-development-environment-toolkit.html

131 PhpStorm - Development environment 1 *PHP Unified Modeling Language|UML (UML class diagrams for PHP code with refactorings invoked right from the diagram). https://store.theartofservice.com/the-development-environment-toolkit.html

132 PhpStorm - Development environment 1 *Phing support (autocompletion, checks standard tags, properties, target names, path attribute values in build files). https://store.theartofservice.com/the-development-environment-toolkit.html

133 PhpStorm - Development environment 1 *Issue tracking system|Issue tracker integration. https://store.theartofservice.com/the-development-environment-toolkit.html

134 PhpStorm - Development environment 1 *Google App Engine for PHP Support https://store.theartofservice.com/the-development-environment-toolkit.html

135 ISPF - ISPF As A User-Interface Development Environment 1 Underlying ISPF/PDF is an extensive set of tools that allow application developers to create panel-driven applications, and a set of guidelines to promote consistent use of ISPF functions. A panel is a character- based window which can encompass all or part of a 3270 session's screen real estate. See Text-based user interfaces. https://store.theartofservice.com/the-development-environment-toolkit.html

136 ISPF - ISPF As A User-Interface Development Environment 1 Most mainframe software vendors used ISPF functions to create their applications, so their tools are similar in appearance and operation to ISPF. Similarly, many installations write their own informal tools that use ISPF services. https://store.theartofservice.com/the-development-environment-toolkit.html

137 ISPF - ISPF As A User-Interface Development Environment 1 ISPF services are generally available to any programmer in the shop, and can be used to write panels for either personal or shop-wide use, writing in either compiled languages such as C (programming language)|C, COBOL, PL/I, or interpreted languages such as CLIST and REXX. https://store.theartofservice.com/the-development-environment-toolkit.html

138 ISPF - ISPF As A User-Interface Development Environment 1 ISPF applications can be used to perform so-called file tailoring functions, customisation of specially crafted Job Control Language|JCL members called skeletons. https://store.theartofservice.com/the-development-environment-toolkit.html

139 TI MSP430 - Software development environment 1 ([http://sourceforge.net/apps/mediawiki/mspgcc/inde x.php?title=Devel:Uniarch MSPGCC Uniarch]) https://store.theartofservice.com/the-development-environment-toolkit.html

140 TI MSP430 - Software development environment 1 Other commercial development tool sets, which include editor, compiler, linker, assembler, debugger and in some cases code wizards, are available https://store.theartofservice.com/the-development-environment-toolkit.html

141 Development environment (software development process) 1 Development, Staging site|staging, and production is a common arrangement of tiers. https://store.theartofservice.com/the-development-environment-toolkit.html

142 TI MSP430 - Software development environment 1 For those who are more comfortable with the Arduino, there is also another software Energia, an open-source electronics prototyping platform with the goal to bring the Wiring and Arduino framework to the Texas Instruments MSP430 based LaunchPad where Arduino code can be exported for programming MSP430 chips. The latest release of Energia supports the MSP- EXP430G2xxx, MSP-EXP430FR5739 and Stellaris EK- LM4F120XL.[http://www.energia.nu], Energia website https://store.theartofservice.com/the-development-environment-toolkit.html

143 OCaml - Development environment 1 Since 2011, a lot of new tools and libraries have been contributed to the OCaml development environment: https://store.theartofservice.com/the-development-environment-toolkit.html

144 OCaml - Development environment 1 ** [https://github.com/ocaml-bytes/ocamlcc ocamlcc] is a compiler from OCaml to C, to complement the native code compiler for unsupported platforms. https://store.theartofservice.com/the-development-environment-toolkit.html

145 OCaml - Development environment 1 ** [http://www.ocaml.org/ OCaml.org] is a website managed by the OCaml community. https://store.theartofservice.com/the-development-environment-toolkit.html

146 OCaml - Development environment 1 ** [http://www.typerex.org/ TypeRex] is a set of open-source tools and libraries for OCaml, developed and maintained by OCamlPro. https://store.theartofservice.com/the-development-environment-toolkit.html

147 OCaml - Development environment 1 ** [https://github.com/def-lkb/merlin Merlin] is an auto-completion tool for editing OCaml code in Emacs and Vim. https://store.theartofservice.com/the-development-environment-toolkit.html

148 Obix programming language - Development environment 1 Obix's integrated development environment provides command line tools to manage software projects (create new project, compile, build, deploy, run, run tests). https://store.theartofservice.com/the-development-environment-toolkit.html

149 Obix programming language - Development environment 1 It also provides specific support to simplify the following common tasks: https://store.theartofservice.com/the-development-environment-toolkit.html

150 Obix programming language - Development environment 1 * write small executable scripts contained in a single source code text file https://store.theartofservice.com/the-development-environment-toolkit.html

151 Obix programming language - Development environment 1 * write Console application|command line utilities https://store.theartofservice.com/the-development-environment-toolkit.html

152 Obix programming language - Development environment 1 * write web applications using Java's JavaServer Pages|JSP and/or Java Servlet|servlet technology https://store.theartofservice.com/the-development-environment-toolkit.html

153 Open ESB - Integrated Development Environment Plugins 1 OpenESB offers a set of graphical tools to ease complex SOA and integration developments. Powerful XLM, XML Schema, WSDL, BPEL editor, data mapping and Composition Applications graphical editors are proposed with OpenESB. Similarly, build, deploy, un- deploy, run, test and debug tasks are managed by graphical tools. OpenESB provides the best ergonomics for ESB and SOA developments. https://store.theartofservice.com/the-development-environment-toolkit.html

154 Game integrated development environment 1 A 'game integrated development environment' ('game IDE') is a specialized integrated development environment for creating video games https://store.theartofservice.com/the-development-environment-toolkit.html

155 Game integrated development environment 1 This is in distinction from domain-specific entertainment languages, where all is needed is a text editor. They are distinct from integrated development environments which are more general, and may provide different sets of features. https://store.theartofservice.com/the-development-environment-toolkit.html

156 Game integrated development environment - Examples 1 *Construction (game engine)|Construct https://store.theartofservice.com/the-development-environment-toolkit.html

157 Game integrated development environment - Examples 1 *GameMaker: Studio|Game Maker https://store.theartofservice.com/the-development-environment-toolkit.html

158 Game integrated development environment - Examples 1 *Gamut from CMU (not Stanford) http://www.cs.cmu.edu/afs/cs/user/richm/public/www /gamut.html https://store.theartofservice.com/the-development-environment-toolkit.html

159 Game integrated development environment - Examples 1 *Unreal Engine https://www.unrealengi ne.com/products/unreal -engine-4 https://store.theartofservice.com/the-development-environment-toolkit.html

160 Game integrated development environment - Examples 1 *Virtual Play Table http://virtualplaytable.com/ https://store.theartofservice.com/the-development-environment-toolkit.html

161 Collaborative development environment 1 A 'collaborative development environment' (CDE) is an online meeting space where a software development project's project stakeholders|stakeholders can work together, no matter what timezone or region they are in, to discuss, document, and produce project deliverables. The name was coined by Grady Booch.[http://www.alphaworks.ibm.com/co ntentnr/cdeintro QA with Grady Booch: Collaborative Development Environments] Interview with Grady Booch on IBM alphaworks (Dec 2006) https://store.theartofservice.com/the-development-environment-toolkit.html

162 Collaborative development environment 1 It is seen as an evolution from the integrated development environment (IDE), which combined programming tools on the desktop, and the extended development environment (XDE), which combined lifecycle development tools with an IDE (such as Microsoft's Visual Studio Team System and the IBM Rational Rose XDE); while the IDE focuses on tools to support the individual developer, the CDE focuses on supporting the needs of the development team as a whole. https://store.theartofservice.com/the-development-environment-toolkit.html

163 Collaborative development environment 1 Although growing from a tool base in the software development sector, the CDE has been taken up in other sectors, with teams typically geographically dispersed, where it is beneficial to be able to collaborate across the web, including automotive and aeronautical engineering, movie production, and civil engineering. https://store.theartofservice.com/the-development-environment-toolkit.html

164 Green Hills Software - Integrated development environments 1 *MULTI is an integrated development environment|IDE for C (programming language)|C, C++, Embedded C++|EC++, and Ada (programming language)|Ada, aimed at embedded engineers.[http://www.ghs.com/products/M ULTI_IDE.html MULTI Integrated Development Environment] Green Hills Software. https://store.theartofservice.com/the-development-environment-toolkit.html

165 Green Hills Software - Integrated development environments 1 *TimeMachine is a set of tools for optimizing and debugging C and C++ software. TimeMachine (introduced 2003) supports reverse debugging[http://www.eetimes.com/docum ent.asp?doc_id=1268974 ”TimeMachine enables debugging forward and backward in time”]. EE Times. November 6, 2003. like that in the open-source GDB 7.0 debugger (2009). https://store.theartofservice.com/the-development-environment-toolkit.html

166 Web integrated development environment 1 A 'web integrated development environment' ('Web IDE' or 'WIDE'), also known as 'cloud IDE', is a Web browser|browser based IDE that allows for software development or web development https://store.theartofservice.com/the-development-environment-toolkit.html

167 Web integrated development environment 1 A web IDE, like most websites, is usually composed of two pieces: a frontend and a backend https://store.theartofservice.com/the-development-environment-toolkit.html

168 Web integrated development environment 1 Open source web IDEs allow for installation on local servers or machines and can be used to give the developer more control over the development environment. https://store.theartofservice.com/the-development-environment-toolkit.html

169 Web integrated development environment - Pros 1 * Access from anywhere or any computer (with Internet access). https://store.theartofservice.com/the-development-environment-toolkit.html

170 Web integrated development environment - Pros 1 * Minimal configuration needed (or only needed once). https://store.theartofservice.com/the-development-environment-toolkit.html

171 Web integrated development environment - Pros 1 * Easily included in a virtual development environment (such as when using a Vagrant (software)|Vagrant system). https://store.theartofservice.com/the-development-environment-toolkit.html

172 Web integrated development environment - Pros 1 * Many open source options such as Cloud9 IDE|Cloud 9 or [http://codebox.io Codebox] for self hosting. https://store.theartofservice.com/the-development-environment-toolkit.html

173 Web integrated development environment - Pros 1 * Allows for development from inexpensive machines, such as Chromebooks, since the testing and development occurs on a separate machine (server). https://store.theartofservice.com/the-development-environment-toolkit.html

174 Web integrated development environment - Pros 1 * Can be used as a desktop IDE when setup with a Web server on the local machine. https://store.theartofservice.com/the-development-environment-toolkit.html

175 Web integrated development environment - Cons 1 * Must have (good) Internet access. https://store.theartofservice.com/the-development-environment-toolkit.html

176 Web integrated development environment - Typical Features 1 Web IDEs usually contain the same basic features as a desktop IDE, such as: https://store.theartofservice.com/the-development-environment-toolkit.html

177 Web integrated development environment - Typical Features 1 * Repository support (e.g. GIT, Subversion, or Mercurial) https://store.theartofservice.com/the-development-environment-toolkit.html

178 Web integrated development environment - Typical Features 1 Most Web IDEs also include a collaboration feature, allowing users to work with other developers around the world (or locally) in real time. https://store.theartofservice.com/the-development-environment-toolkit.html

179 Web integrated development environment - Other Uses 1 Web IDEs can be used in many scenarios outside of programming and development. The ability for real time collaboration makes web IDEs ideal for group projects or meetings. The centralized nature, short setup times, and minimal configuration allow for web IDEs to be used for educational purposes. https://store.theartofservice.com/the-development-environment-toolkit.html

180 Integrated Development Environments - Overview 1 Integrated development environments are designed to maximize programmer productivity by providing tight-knit components with similar user interfaces. IDEs present a single program in which all development is done. This program typically provides many features for authoring, modifying, compiling, deploying and debugging software. This contrasts with software development using unrelated tools, such as vi, GNU Compiler Collection|GCC or make (software)|make. https://store.theartofservice.com/the-development-environment-toolkit.html

181 Integrated Development Environments - Language support 1 Some IDEs support multiple languages, such as GNU Emacs based on C (programming language)|C and Emacs Lisp, and Eclipse (software)|Eclipse, IntelliJ IDEA, MyEclipse or NetBeans, all based on Java (programming language)|Java, or MonoDevelop, based on C Sharp (programming language)|C#. https://store.theartofservice.com/the-development-environment-toolkit.html

182 Integrated Development Environments - Language support 1 Support for alternative languages is often provided by plug-in (computing)|plugins, allowing them to be installed on the same IDE at the same time https://store.theartofservice.com/the-development-environment-toolkit.html

183 Integrated Development Environments - Attitudes across different computing platforms 1 The free software GNU tools (GNU Compiler Collection (GCC), GNU Debugger (gdb), GNU make) are available on many platforms, including Windows.[https://www.gnu.org/software/e macs/windows/Developing-with- Emacs.html Use Emacs with Microsoft Visual C++... use Emacs as an IDE] Developers who favor command-line oriented tools can use editors with support for many of the standard Unix and GNU build 1 tools, building an IDE with programs like https://store.theartofservice.com/the-development-environment-toolkit.html

184 Integrated Development Environments - Attitudes across different computing platforms 1 Emacs[http://www.linuxjournal.com/article/ 5765 Emacs: the Free Software IDE][http://cl- cookbook.sourceforge.net/emacs-ide.html Using Emacs as a Lisp IDE][http://obsidianrook.com/perlnow/ema cs_as_perl_ide.html Emacs as a Perl IDE] https://store.theartofservice.com/the-development-environment-toolkit.html

185 Integrated Development Environments - Attitudes across different computing platforms 1 or Vim (text editor)|Vim https://store.theartofservice.com/the-development-environment-toolkit.html

186 Integrated Development Environments - Attitudes across different computing platforms 1 On the various Microsoft Windows platforms, command-line tools for development are seldom used. Accordingly, there are many commercial and non-commercial products. However, each has a different design commonly creating incompatibilities. Most major compiler vendors for Windows still provide free copies of their command-line tools, including Microsoft (Visual C++, Platform SDK,.NET Framework SDK, nmake utility), Embarcadero Technologies (bcc32 compiler, make (software)|make utility). https://store.theartofservice.com/the-development-environment-toolkit.html

187 Integrated Development Environments - Attitudes across different computing platforms 1 With the advent of cloud computing, some web integrated development environment|IDEs are available online and run within web browsers; examples of this are Online Javascript IDE, Codenvy, Cloud9 IDE, Firebug (software)|Firebug and Koding. https://store.theartofservice.com/the-development-environment-toolkit.html

188 For More Information, Visit: https://store.theartofservice.co m/the-development- environment-toolkit.html https://store.theartofservice.co m/the-development- environment-toolkit.html The Art of Service https://store.theartofservice.com


Download ppt "Development Environment https://store.theartofservice.com/the-development-environment-toolkit.html."

Similar presentations


Ads by Google