Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 40 for Cummings (0.58 sec)

  1. plugins/jsgrid/demos/db.js

                "Name": "Charity Holcomb",
                "Age": 31,
                "Country": 6,
                "Address": "641-7892 Enim. Ave",
                "Married": false
            },
            {
                "Name": "Kyra Cummings",
                "Age": 43,
                "Country": 4,
                "Address": "P.O. Box 702, 6621 Mus. Av.",
                "Married": false
            },
            {
                "Name": "Stuart Wallace",
    JavaScript
    - Registered: 2023-03-13 07:18
    - Last Modified: 2020-06-05 13:51
    - 24K bytes
    - Viewed (1)
  2. website/blog/2020-05-28-summing-root-to-leaf-numbers.md

    ---
    title: Summing Root To Leaf Numbers
    slug: summing-root-to-leaf-numbers
    author: Raivat Shah
    author_title: Student at NUS Computing
    author_url: https://github.com/raivatshah
    author_image_url: https://github.com/raivatshah.png
    tags: [leetcode, trees, problem-solving]
    hide_table_of_contents: true
    ---
    
    Plain Text
    - Registered: 2023-03-19 04:05
    - Last Modified: 2021-09-01 17:30
    - 7.4K bytes
    - Viewed (0)
  3. strings/dictionary.txt

    CULTIVATIONS
    CULTIVATOR
    CULTIVATORS
    CULTS
    CULTURAL
    CULTURALLY
    CULTURE
    CULTURED
    CULTURES
    CULTURING
    CULVER
    CULVERS
    CUMBERLAND
    CUMBERSOME
    CUMMINGS
    CUMMINS
    CUMULATIVE
    CUMULATIVELY
    CUNARD
    CUNNILINGUS
    CUNNING
    CUNNINGHAM
    CUNNINGLY
    CUP
    CUPBOARD
    CUPBOARDS
    CUPERTINO
    CUPFUL
    CUPID
    CUPPED
    CUPPING
    Plain Text
    - Registered: 2023-03-16 19:18
    - Last Modified: 2021-03-21 11:05
    - 399.2K bytes
    - Viewed (2)
  4. integration-cli/docker_api_stats_test.go

    		postTxPackets += v.TxPackets
    	}
    
    	// Verify the stats contain at least the expected number of packets
    	// On Linux, account for ARP.
    	expRxPkts := preRxPackets + uint64(numPings)
    	expTxPkts := preTxPackets + uint64(numPings)
    	if testEnv.OSType != "windows" {
    		expRxPkts++
    		expTxPkts++
    	}
    Go
    - Registered: 2023-03-15 12:04
    - Last Modified: 2022-06-17 08:59
    - 9.7K bytes
    - Viewed (0)
  5. demo/kitchen-sink/docs/edifact.edi

    UNB+UNOA:1+005435656:1+006415160:1+060515:1434+00000000000778'
    UNH+00000000000117+INVnrOIC:D:97B:UN'
    BGM+380+342459+9'
    DTM+3:20060515:102'
    RFF+ON:521052'
    NAD+BY+792820524::16++CUMMINS MID-RANGE ENGINE PLANT'
    NAD+SE+005435656::16++GENERAL WIDGET COMPANY'
    CUX+1:USD'
    LIN+1++157870:IN'
    IMD+F++:::WIDGET'
    QTY+47:1020:EA'
    ALI+US'
    MOA+203:1202.58'
    PRI+INV:1.179'
    LIN+2++157871:IN'
    IMD+F++:::DIFFERENT WIDGET'
    QTY+47:20:EA'
    ALI+JP'
    Plain Text
    - Registered: 2023-03-14 12:40
    - Last Modified: 2018-01-24 12:03
    - 541 bytes
    - Viewed (0)
  6. maths/line_length.py

        x_start: int | float,
        x_end: int | float,
        steps: int = 100,
    ) -> float:
        """
        Approximates the arc length of a line segment by treating the curve as a
        sequence of linear lines and summing their lengths
        :param fnc: a function which defines a curve
        :param x_start: left end point to indicate the start of line segment
        :param x_end: right end point to indicate end of line segment
    Python
    - Registered: 2023-03-16 19:18
    - Last Modified: 2023-02-01 13:14
    - 1.6K bytes
    - Viewed (0)
  7. backtracking/combination_sum.py

        of a bigger current combination value than the target value.
    
        Parameters
        ----------
        previous_index: Last index from the previous search
        target: The value we need to obtain by summing our integers in the path list.
        answer: A list of possible combinations
        path: Current combination
        candidates: A list of integers we can use.
        """
        if target == 0:
            answer.append(path.copy())
    Python
    - Registered: 2023-03-16 19:18
    - Last Modified: 2022-10-18 19:55
    - 1.9K bytes
    - Viewed (0)
  8. compiler/rustc_codegen_ssa/src/glue.rs

    (unsized_size, mut unsized_align) = size_and_align_of_dst(bx, field_ty, info); // FIXME (#26403, #27023): We should be adding padding // to `sized_size` (to accommodate the `unsized_align` // required of the unsized field that follows) before // summing it with `sized_size`. (Note that since #26403 // is unfixed, we do not yet add the necessary padding // here. But this is where the add would go.) // Return the sum of sizes and max of aligns. let size = bx.add(sized_size, unsized_size); // Packed...
    Others
    - Registered: 2023-03-20 03:55
    - Last Modified: 2023-03-18 02:55
    - 5.4K bytes
    - Viewed (0)
  9. website/pages/docs/plugins/configuration.mdx

          result.widgets = @widgets + other.widgets
        end
      end
    end
    ```
    
    In this case, we did not use `UNSET_VALUE` for widgets because we did not
    need that behavior. We default to 0 and always merge by summing the
    two widgets. Now, if we ran the example above that had the 3 configuration
    blocks, the final value of widgets would be "3".
    
    ## Validation
    
    Configuration classes are also responsible for validating their own
    Plain Text
    - Registered: 2023-03-13 14:15
    - Last Modified: 2020-05-28 16:45
    - 6K bytes
    - Viewed (0)
  10. src/mode/_test/tokens_edifact.json

      ["keyword.operator","+"],
      ["keyword","BY"],
      ["keyword.operator","+"],
      ["text","792820524"],
      ["punctuation.operator","::"],
      ["text","16"],
      ["keyword.operator","++"],
      ["identifier","CUMMINS"],
      ["text"," "],
      ["identifier","MID"],
      ["text","-"],
      ["identifier","RANGE"],
      ["text"," "],
      ["identifier","ENGINE"],
      ["text"," "],
      ["identifier","PLANT"],
      ["punctuation.operator","'"]
    ],[
    Json
    - Registered: 2023-03-14 12:40
    - Last Modified: 2022-07-27 08:41
    - 5.7K bytes
    - Viewed (0)
Back to top