Search results

Jump to navigation Jump to search

Page title matches

  • * Don't re-invent the wheel, using libraries makes your code shorter and easier to maintain. == Code formatting conventions: ==
    846 bytes (123 words) - 00:06, 8 February 2013

Page text matches

  • * Indentation is a central element of Python syntax, marking code blocks. Code blocks should be indented by four spaces/one tab. == Commenting code ==
    1 KB (152 words) - 23:55, 7 February 2013
  • Checks Python source code for common A Python compiler that creates Java code.
    1 KB (154 words) - 23:44, 7 February 2013
  • * Don't re-invent the wheel, using libraries makes your code shorter and easier to maintain. == Code formatting conventions: ==
    846 bytes (123 words) - 00:06, 8 February 2013
  • == Code blocks == * After an if statement, all indented commands are treated as a code block, and are executed if the condition applies.
    1 KB (168 words) - 20:09, 5 February 2013
  • == Structuring code with functions == ..., input and output. In Python, a function definition must be followed by a code block:
    1 KB (188 words) - 19:58, 5 February 2013
  • * breakpoints can be put inside any Java code: ** code that is invoking the engine
    1 KB (197 words) - 09:40, 30 September 2014
  • * You can define code blocks by writing extra lines: * Writing code blocks with 2+ lines in the CLI gets painful quickly.
    860 bytes (130 words) - 23:49, 7 February 2013
  • ...ccurs, the else clause will be executed instead. After any of the two, the code block after finally is executed. ...to a single try.. catch clause, this often makes little sense, because the code gets less transparent and more difficult to debug.
    2 KB (242 words) - 20:21, 5 February 2013
  • == PHP Code Sniffer ⌘== === Czym jest PHP Code Sniffer? ⌘===
    4 KB (476 words) - 17:53, 7 August 2014
  • Use code and read with which database you can connect: //don't forget use code to connect with database
    5 KB (632 words) - 08:26, 2 October 2017
  • Unit Testing with Javascript
  • ...t testing is a software testing method by which individual units of source code are tested to determine if they are fit for use * Unit tests are short code fragments created by programmers or testers during the development process.
    3 KB (284 words) - 15:32, 17 November 2016
  • Advanced JavaScript
  • ==Default Language for Code Generation== '''Source Code Engineering -> Default Language for Code Generation'''
    3 KB (397 words) - 17:55, 18 March 2020
  • TypeScript 2
  • $status_code = curl_getinfo($ch, CURLINFO_HTTP_CODE); //get status code
    1 KB (175 words) - 08:57, 27 March 2017
  • * Delete unnecessary code (Message class, and the message object related code)
    3 KB (418 words) - 09:46, 14 September 2018
  • === Source Code ⌘=== === Code ⌘===
    4 KB (516 words) - 05:19, 30 October 2017
  • ** code the jBPM engine will use when executing the custom work item in a running p
    844 bytes (108 words) - 09:45, 30 September 2014
  • ;title: MEAN Stack course == MEAN Stack Course ==
    9 KB (1,274 words) - 15:10, 23 November 2020
  • MERN Fullstack
  • * Write Unit Test - add code to ProcessTest class * The final code
    5 KB (512 words) - 13:27, 4 February 2015
  • Colour Code Subject Colour Code
    5 KB (630 words) - 22:31, 30 May 2014
  • * '''l''' (list) – show source code.
    1 KB (164 words) - 00:03, 8 February 2013
  • OCUP2F 01 Why We Model
  • * Programmer (make the code beautiful) * Wechat group: qr code
    3 KB (376 words) - 09:17, 30 November 2018
  • Source code: Source code:
    18 KB (2,208 words) - 13:35, 1 July 2014
  • 002 Recording functional and regression tests in Selenium IDE
  • ...factoring is a disciplined technique for restructuring an existing body of code, altering its internal structure without changing its external behavior.'' ...zarówno w metodyce PRINCE2 (jeden z ''Tematów'') jak i Scrum (chociażby ''Code reviews'') zajmuje istotne miejsce.
    7 KB (942 words) - 22:50, 13 May 2013
  • # See examples in the code # Write a code which would turn the splrnkler on 10 sec after detecting the fire
    4 KB (507 words) - 08:17, 23 August 2016
  • While you probably won't be touching code, its important to be aware of this file as all important changes are made h Made from organic source code.
    6 KB (943 words) - 13:43, 10 July 2015
  • For very big programs, it may be useful to divide the Python code into several directories. There are two things to keep in mind when doing t
    1 KB (236 words) - 20:15, 5 February 2013
  • ;title: MERN Stack Course == MERN Stack Course ==
    11 KB (1,612 words) - 15:19, 7 September 2023
  • RUP & MDD
  • *The Python interpreter runs the code of a program *This makes Python simpler to code
    18 KB (2,785 words) - 08:38, 2 October 2017
  • Source code for Bootstrap 4 uses Sass, Bootstrap 3 – Less * The code written on it is more readable and understandable
    4 KB (577 words) - 05:43, 13 April 2018
  • The HTML code of web pages and downloadable files from the web can be accessed in a simil
    1 KB (219 words) - 20:37, 5 February 2013
  • 001 Introduction to testing and automated testing
  • ** NP course materials: [[Mean_Stack]] ** NP course materials: [[Reactjs_basics]]
    10 KB (1,271 words) - 10:49, 20 May 2020
  • ...ies the language to be used for any code expressions in the LHS or the RHS code block. While the dialect can be specified at the package level, this attrib
    5 KB (732 words) - 21:23, 30 May 2017
  • * It requires no modification of any code
    2 KB (226 words) - 17:47, 24 November 2014
  • ;title: Advanced Typescript Training Course * Installing TypeScript, Nodejs, and Visual Studio Code
    16 KB (2,080 words) - 13:24, 26 March 2024
  • <code>rule_table</code>.</p></td> <td><p>Code snippet and interpolated values for constructing a constraint within a patt
    8 KB (1,429 words) - 09:46, 14 September 2018
  • Module 4.1.1 - Selenium Page Object Design Pattern - Helper Class
  • Angular Bespoke Course Outline * Dependency injection and minifying the code
    2 KB (268 words) - 15:39, 29 July 2016
  • TODO: Review notes and restructure course. TODO: More exercises!! (Pick from Project Euler, hacker.org, Advent of Code. Definitely make Synacor a big one!)
    4 KB (680 words) - 17:42, 26 February 2018
  • *** for code review (Gerrit or the pull requests of GitHub, Bitbucket, or GitLab)
    2 KB (291 words) - 00:39, 22 July 2016
  • Introduction to WebDriver part003
  • ...way to know how to use Drupal to its full potential is simply to read the code. This is painful and time consuming. ...t. Programmers should be paid for solving problems in general, not writing code.
    25 KB (4,062 words) - 02:00, 26 July 2015
  • # In the new class module, paste the code above. # In the new module, paste the following code:
    10 KB (1,467 words) - 18:19, 1 March 2023
  • * Testing of the source code
    2 KB (335 words) - 16:38, 24 November 2014
  • Change the code: Change the code:
    7 KB (886 words) - 01:24, 7 March 2015
  • * Allows you to see them in one column in a view or reuse the same code * Course type should be multichoice list:
    9 KB (1,346 words) - 14:17, 10 January 2020
  • TODO: add more descriptions to code below
    3 KB (443 words) - 12:18, 19 October 2017
  • ** of course if testing such part will be possible ---------- terminal code starts -----------
    22 KB (2,712 words) - 12:20, 25 May 2018
  • === Connect by VBA (using code) ===
    12 KB (1,471 words) - 18:38, 25 November 2014
  • **The code base is put onto the server such that the developer can step through web pa **Mix HTML with Java Code by using scriplets <% some code %>
    23 KB (3,551 words) - 07:54, 2 October 2017
  • * no need of separate code
    3 KB (361 words) - 07:53, 2 August 2016
  • ::Go to the XPath Tester and put the following HTML code into the tester :::Note that his code has been corrected slightly so that it is valid XML
    10 KB (1,490 words) - 02:32, 4 October 2017
  • +It visually models business activities which become machine-executable code in WSBPEL It visually models business activities which become machine-executable code in WSBPEL
    9 KB (1,450 words) - 02:03, 6 October 2012
  • * One central hub, or repository, can accept code, and everyone synchronizes their work to it. ...r (the dictator) to delegate much of the work and collect large subsets of code at multiple points before integrating them.
    7 KB (1,077 words) - 16:34, 24 November 2014
  • == Replace Error Code with Exception ⌘== == Replace Type Code with State/Strategy ⌘==
    9 KB (1,349 words) - 22:52, 13 May 2013
  • Not Only Docker
  • ...way to know how to use Drupal to its full potential is simply to read the code. This is painful and time consuming. But before you start tinkering with the code, maybe you should think twice.
    36 KB (5,654 words) - 20:20, 26 September 2021
  • JBPM 6 Filip
  • * In this course, general techniques for any PHP application are covered * Apache [http://training-course-material.com/index.php?title=Category:JMeter JMeter] - http://jmeter.apache
    3 KB (460 words) - 16:07, 28 September 2016
  • ...ack, i.e. the forecast itself changes the future (e.g. if you don’t change course, you will hit an iceberg) === Code to paste ===
    9 KB (1,287 words) - 12:30, 12 June 2014
  • -No need for low-level code to read/write data
    4 KB (510 words) - 12:45, 29 May 2017
  • ${__BeanShell(code here as escaped string)} ** http://code.google.com/p/jmeter-plugins/wiki/RespTimesDistribution
    4 KB (535 words) - 16:49, 24 November 2014
  • ...CLI and NativeScript schematics to generate a brand new project with a '''code-sharing setup''' * reducing the '''duplication''' of the code
    22 KB (2,649 words) - 08:23, 17 June 2019
  • ** make the entire code look simple *** are used to execute code in the background - main program can continue execution
    24 KB (3,014 words) - 14:21, 17 November 2023
  • ...sed collaborative website (Noblepedia(?)) to store and manage our training course material and we would encourage where possible the migration of your traini :* the trainer will be paid as part of the preparation for the course on an individual basis
    4 KB (581 words) - 09:06, 2 October 2017
  • # NobleProg Course Outlines ...oftware component or application that can be "wrapped" in message handling code that allows it to adhere to the formal service definition.
    9 KB (1,195 words) - 08:38, 21 July 2013
  • *** Only the code needed to run the application is loaded ** Allows to write code in '''both ES5 and ES2015'''
    37 KB (4,720 words) - 11:43, 18 February 2018
  • * Overview of Mining BRs from Code
    4 KB (485 words) - 07:21, 2 October 2017
  • ** allows '''code reuse''' through an official and community-developed '''modules''' * SVG code is just '''a bunch of text'''
    14 KB (1,896 words) - 18:13, 24 September 2018
  • ...is one option, but in big projects it is impossible due to the size of the code
    4 KB (701 words) - 19:21, 29 August 2023
  • ** '''Base''' - defined '''in code''' for each entity type * Components of '''reusable''' code - used and managed by a central system
    41 KB (5,674 words) - 10:29, 27 September 2023
  • ...It allows to make few clicks and see how those clicks should be written in code. # Keep it simple: When recording a macro, try to keep the code as simple and straightforward as possible. Avoid including unnecessary step
    50 KB (7,785 words) - 17:28, 10 March 2023
  • ...ific pattern, rather notice which patterns start to crystalise out of your code and help them along a bit.'' ''That you can customize behavior without having to touch existing code—one of the classical OO themes. You can reuse something adapted to your p
    12 KB (1,531 words) - 20:17, 6 November 2013
  • *For example the following Python code opens a Firefox browser, gets Yahoo's main page, and finds an element in th **The code base is put onto the server such that the developer can step through web pa
    55 KB (8,176 words) - 08:58, 2 October 2017
  • ...i.e. the forecast itself changes the future (i.e. if you don’t change the course, you will hit an iceberg) === Code to paste ===
    11 KB (1,632 words) - 23:46, 31 May 2014
  • * Code-driven testing * Can be used to generate code to run the tests with Selenium Remote Control (RC).
    10 KB (1,489 words) - 00:00, 8 July 2014
  • ** unnecessary code and functionality
    4 KB (573 words) - 17:31, 7 February 2016
  • ...grations without having to install new hardware, software or create custom code.
    5 KB (615 words) - 02:28, 4 November 2015
  • ...using Elasticsearch, including 1.3 billion files and 130 billion lines of code.
    2 KB (153 words) - 07:30, 2 October 2017
  • *START BACKUP (ndb_restore) for NDB tables (outside the scope of this course) MySQL error code 126 = Index file is crashed
    26 KB (4,171 words) - 11:39, 1 March 2018
  • a) cut 'css' code from 'logo.html' into new file "logo.css" and link it: https://training-course-material.com/training/Subversion_for_Administrators#changing_log_messages_.
    13 KB (2,212 words) - 16:17, 2 October 2022
  • *START BACKUP (ndb_restore) for NDB tables (outside the scope of this course) MySQL error code 126 = Index file is crashed
    26 KB (4,175 words) - 16:24, 1 May 2019
  • Old OCEB2F 03 Business Process Management Concepts and Fundamentals
  • * Contains the Java Virtual Machine, code Libraries, and other components **The code base is put onto the server such that the developer can step through web pa
    67 KB (8,907 words) - 05:33, 30 August 2016
  • ***Eclipse Debugging (walk through the code) *The driver can be set up in the code of a Java application
    65 KB (9,151 words) - 05:25, 9 April 2018
  • #* JavaScript Code == Our Course Plan ==
    6 KB (730 words) - 12:10, 3 October 2022
  • * Contains the Java Virtual Machine, code Libraries, and other components * Distribute tested code
    43 KB (6,559 words) - 22:12, 25 February 2015
  • ;title: Typescript Training Course ...the development of JavaScript programs scale to many thousands of lines of code
    53 KB (7,014 words) - 09:09, 28 February 2023
  • *For example the following Java code opens a Firefox browser, gets Yahoo's main page, and finds an element in th ***Eclipse Debugging (walk through the code)
    74 KB (10,497 words) - 22:58, 6 April 2018
  • # See examples in the code # Write a code which would turn the splrnkler on 10 sec after detecting the fire
    7 KB (718 words) - 08:04, 25 August 2016
  • ''and may not have optimized code/functionality for your purposes.''<br> #* https://training-course-material.com/training/Drupal_8_Themes#Popular_Drupal_8_Themes
    17 KB (2,364 words) - 11:57, 15 December 2020
  • OCEB2F 03 Business Process Management Concepts and Fundamentals
  • * 1992 UK, Cadbury Committee published first code on corporate governance
    5 KB (586 words) - 01:32, 17 November 2012
  • :* 200 is the HTTP status code returned to the client.
    5 KB (725 words) - 17:48, 24 November 2014
  • * Can a process developer call a web service without the need of writing any code?
    5 KB (673 words) - 18:45, 24 November 2014
  • '''''Example of the Client Code for a Socket''''' '''''Example of the Client Code for a Socket'''''
    37 KB (5,386 words) - 12:37, 6 November 2015
  • ...cannot be proven as there are too many different circumstances under which code can fail.
    7 KB (1,086 words) - 02:39, 12 June 2014
  • ;title: Git for Users Training Course == Git for Users Training Course ⌘==
    14 KB (2,187 words) - 02:27, 29 April 2015
  • * '''Download kernel source code from the official Linux kernel [https://www.kernel.org/ website]
    7 KB (943 words) - 17:51, 3 August 2017
  • **Misuse of Velocity may cause the teams to write poorly structured code **Code reuse
    31 KB (4,593 words) - 07:06, 2 October 2017
  • emp <- read.table("https://training-course-material.com/images/9/97/Emp.txt",header=TRUE) gpa <- read.table("https://training-course-material.com/images/8/86/Study-time-gpa.txt",h=T)
    6 KB (974 words) - 03:51, 15 February 2017
  • * '''Before''' the course * '''PCQ''' form (Pre Course Questionnaire)
    7 KB (925 words) - 11:03, 27 April 2021
  • * Course Schedule * Sample Code
    52 KB (6,995 words) - 13:36, 21 May 2021
  • ''Trainer and Delegate can negotiate the date of the instructor-led on-line course in the system without a training coordinator involvement'' ...itical bug fixes until the final Sprint when developers don't remember the code
    20 KB (2,849 words) - 15:59, 10 February 2016
  • * Can we check whether the problem is in the code or in the database? ...manage ongoing development of digital documents like application ''source code'', art resources such as ''blueprints'' or electronic models, and other pro
    29 KB (4,275 words) - 16:17, 3 October 2022
  • ;title: Git for Users Training Course == Git for Users Training Course ⌘==
    16 KB (2,373 words) - 18:08, 5 July 2015
  • ...Many of the examples given in this document are created from examples and code on the *Extensibility - through Lua code and external C code
    90 KB (14,105 words) - 07:30, 2 October 2017
  • ;title: Angular Fundamentals Training Course *** Only the code needed to run the application is loaded
    71 KB (9,375 words) - 14:41, 11 May 2024
  • == REST API Training Course ⌘== * customization vs. course standards
    24 KB (3,384 words) - 11:22, 16 May 2023
  • ** code {"x" : function() {/*...*/}}
    8 KB (975 words) - 20:29, 13 September 2023
  • | * Any character whose code is greater than 255 (applies only to the wide character traits classes)
    8 KB (1,160 words) - 14:25, 1 June 2015
  • M<-read.table("http://training-course-material.com/images/e/ef/Marks.txt",header=T) Of course, you can give your rows and columns any names you like! You can also bind y
    32 KB (5,152 words) - 16:34, 25 November 2014
  • ;title: Reactjs Basics Training Course * '''Declarative''' views make the code more '''predictable''' and easier to '''debug'''
    92 KB (10,800 words) - 01:50, 17 November 2023
  • ...function (CPF)''' development cost per function, object point, or line of code
    8 KB (1,047 words) - 18:45, 8 November 2012
  • a) cut 'css' code from 'logo.html', place it in new file http://training-course-material.com/training/Git_-_Branching_and_Merging#Exercises_.28remote_branc
    18 KB (3,103 words) - 19:42, 8 November 2023
  • ** Use promotional code '''12aia37''' to get 37% discount
    9 KB (1,207 words) - 01:09, 20 November 2015
  • * There are too many rules to manage them in the code ...re are no bookings 14 days before the course commences, then we cancel the course
    9 KB (1,237 words) - 10:15, 11 September 2018
  • * base URI, such as <code><nowiki>http://example.com/resources/</nowiki></code> ...llection URI, such as <code><nowiki>http://example.com/resources</nowiki></code>
    42 KB (5,932 words) - 14:21, 20 August 2015
  • *Extensive out-of-synch documentation vs lean general and in-line code documentation ...Stories, Epics, Use Cases and prioritization can be found in Product Owner Course available at
    18 KB (2,453 words) - 12:10, 30 November 2016
  • allows to run dynamic SQL. This is not part of the course, however more info on the subject can ...d to branch execution of code. It hasn’t got a great reputation (spaghetti-code), but it is
    44 KB (6,569 words) - 23:42, 26 January 2023
  • === Sample Code Snippet ⌘=== === Sample producer code snippet ⌘===
    71 KB (10,945 words) - 20:44, 21 November 2016
  • The code below will return exactly 5 averages.<br/> This will return "incompatible types" error . To convert you can use follow code:<br/>
    21 KB (2,171 words) - 04:11, 18 January 2017
  • *** should be used by the application to set the response headers and status code ** Sometimes it is easier to code the necessary functionality from scratch
    50 KB (7,208 words) - 10:57, 28 February 2018
  • # status code: 64 - 113 # return last command status code
    37 KB (4,634 words) - 14:24, 13 February 2021
  • # SQL, HTML, BPMN populartiy reduced code needs to be written and allow non-technical people to contribute more into * There are too many rules to manage them in the code
    24 KB (2,431 words) - 06:05, 25 September 2016
  • M<-read.table("http://training-course-material.com/images/e/ef/Marks.txt",header=T) Of course, you can give your rows and columns any names you like! You can also bind y
    39 KB (6,367 words) - 16:29, 25 November 2014
  • ...that allow you to insert fragments of JAVA language in the HTML code. The code before sending it to the user is processed by the server to the HTML form. * none of them have to know anything about design, code, etc. of the second
    52 KB (7,915 words) - 18:16, 4 February 2015
  • ** In terms of code size, and scope (principle has its roots in the Unix philosophy) * A module as a fundamental mean to structure the code of a program
    109 KB (15,819 words) - 14:25, 26 March 2024
  • * advantage: the same code for create and update
    14 KB (1,678 words) - 22:45, 12 April 2021
  • * There are too many rules to manage them in the code
    11 KB (1,473 words) - 15:34, 2 November 2017
  • The code below will return exactly 5 averages.
    16 KB (2,078 words) - 20:29, 16 December 2019
  • Drools Hattingen
  • *** Introduction to the course ** '''language''' - language code
    47 KB (6,424 words) - 04:16, 24 August 2017
  • for $course in doc("courses.xml")//course let $vname := doc("venues.xml")//venue[courseId = $course/courseId]/name
    38 KB (5,144 words) - 12:04, 14 January 2021
  • == Course plan ⌘== *** should be used by the application to set the response headers and status code
    88 KB (13,328 words) - 14:22, 8 July 2019
  • ...in the intersecting cells, explaining the nature of the mapping. E.g. the code could be a stoplight coloured circle to indicate the status of the system s ...lls at the intersections may contain simple checkmarks or a more elaborate code that convenes information on the relationship between systems and services
    56 KB (8,249 words) - 19:19, 24 November 2014
  • # return last command status code ** It might not execute your code at all if the condition is false
    49 KB (6,731 words) - 10:36, 27 October 2023
  • ** Read their source code * So, some form of pipelining can happen without you writing a single line of code for that!
    41 KB (5,898 words) - 02:37, 12 November 2017
  • *** Introduction to the course * '''ZFCK daemon embedded in the ResourceManager code'''
    78 KB (9,598 words) - 07:47, 2 October 2017
  • ;title: Ubuntu Server Overview Training Course ** lets the programmer to write code by favouring '''convention over configuration'''
    51 KB (7,607 words) - 09:04, 1 December 2021
  • *** have them sync automatically to eliminate code when writing our view and model <p>Course events:</p>
    25 KB (3,464 words) - 17:51, 5 November 2020
  • * We'll write some unit tests and then code that makes them pass ** Read their source code
    40 KB (5,658 words) - 11:55, 23 January 2018
  • '''Tables used during course''' ...of GETDATE to a VARCHAR and sets the style to 101. This happens to be the code for MM/DD/YYYY. There are numerous styles to choose from.([http://msdn.micr
    116 KB (12,288 words) - 09:31, 17 November 2023
  • *** Introduction to the course * '''ZFCK daemon embedded in the resourcemanager code'''
    128 KB (15,628 words) - 07:27, 2 October 2017
  • Corpuses may need to be downloaded. Execute the following code: Once you do this, you can close the window and again execute the following code. It’ll print file names in this corpus.
    164 KB (23,403 words) - 16:32, 30 December 2016
  • * Wikipedia has a code of conduct. (Editors should behave civilly toward each other.)
    46 KB (6,577 words) - 16:34, 7 February 2015
  • * Wikipedia has a code of conduct. (Editors should behave civilly toward each other.) http://training-course-material.com/training/MediaWiki_for_Content_Editors_Training
    48 KB (6,916 words) - 09:21, 11 February 2015
  • == Course plan ⌘== *** Requires you to make the source code available if you run a service accessible by others
    43 KB (6,172 words) - 21:04, 2 October 2018
  • Code As Long
    48 KB (6,817 words) - 18:36, 25 November 2014
  • <small>(for 5 days debian course)</small> Either of these methods work but, of course, the second is easier.
    70 KB (10,955 words) - 11:04, 6 September 2021