Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 103 for Young (0.22 sec)

  1. fuzzy_logic/fuzzy_operations.py

        # 3. Complement (A) = (1- min(µA(x))
        complement_a = fuzz.fuzzy_not(young)
        # 4. Difference (A/B) = min(µA(x),(1- µB(x)))
        difference = fuzz.fuzzy_and(X, young, X, fuzz.fuzzy_not(middle_aged)[1])[1]
        # 5. Algebraic Sum = [µA(x) + µB(x) – (µA(x) * µB(x))]
        alg_sum = young + middle_aged - (young * middle_aged)
        # 6. Algebraic Product = (µA(x) * µB(x))
        alg_product = young * middle_aged
    Python
    - Registered: 2023-03-16 19:18
    - Last Modified: 2022-10-16 05:25
    - 2.8K bytes
    - Viewed (0)
  2. throttling/README.md

    18:46:36.342 [pool-1-thread-2] DEBUG com.iluwatar.throttling.Bartender - Serving beer to dwarf soldier : [2 consumed] 
    18:46:36.342 [pool-1-thread-1] DEBUG com.iluwatar.throttling.Bartender - Serving beer to young human : [2 consumed] 
    18:46:36.443 [pool-1-thread-1] ERROR com.iluwatar.throttling.Bartender - I'm sorry young human, you've had enough for today!
    Plain Text
    - Registered: 2023-03-17 18:54
    - Last Modified: 2022-11-20 14:48
    - 8.6K bytes
    - Viewed (0)
  3. runtime/doc/usr_02.txt

    	ng intelligent turtle ~
    
    The next "u" command gives you the u, and so on:
    
    	ung intelligent turtle ~
    	oung intelligent turtle ~
    	young intelligent turtle ~
    	 young intelligent turtle ~
    	A young intelligent turtle ~
    
    	Note:
    	If you type "u" twice, and the result is that you get the same text
    	back, you have Vim configured to work Vi compatible.  Look here to fix
    Plain Text
    - Registered: 2023-03-13 09:55
    - Last Modified: 2023-02-20 20:44
    - 23.7K bytes
    - Viewed (0)
  4. test/unit/model/upsert.test.js

            await this.User.upsert({
              name: 'Young Cat',
              virtualValue: 999
            });
    
            expect(Object.keys(this.stub.getCall(0).args[1])).to.deep.equal(['name', 'value', 'created_at', 'updatedAt']);
          });
    
          it('creates new record with timestamps disabled', async function () {
            await this.UserNoTime.upsert({
              name: 'Young Cat'
            });
    
    JavaScript
    - Registered: 2023-03-15 14:16
    - Last Modified: 2020-07-10 04:52
    - 2.5K bytes
    - Viewed (0)
  5. tutorials/katacoda/command-dashboard-en/dashboard.md

    16   Catalina-utility-1             main            1          TIMED_WAI 0.0       0.000      0:0.029   false      false
    -1   G1 Young RemSet Sampling       -               -1         -         0.0       0.000      0:0.019   false      true
    17   Catalina-utility-2             main            1          WAITING   0.0       0.000      0:0.025   false      false
    Plain Text
    - Registered: 2023-03-16 00:57
    - Last Modified: 2020-09-22 14:18
    - 5K bytes
    - Viewed (0)
  6. tutorials/katacoda/command-dashboard-cn/dashboard.md

    16   Catalina-utility-1             main            1          TIMED_WAI 0.0       0.000      0:0.029   false      false
    -1   G1 Young RemSet Sampling       -               -1         -         0.0       0.000      0:0.019   false      true
    17   Catalina-utility-2             main            1          WAITING   0.0       0.000      0:0.025   false      false
    Plain Text
    - Registered: 2023-03-16 00:57
    - Last Modified: 2020-09-22 14:18
    - 4.6K bytes
    - Viewed (0)
  7. doc/src/devdocs/gc.md

    points to a young object and if a write barrier has not been triggered on the old object yet.
    In this case, the old object being written to is enqueued into a remembered set, and
    its mark bit is set to indicate that a write barrier has already been triggered on it.
    
    There is no explicit flag to determine whether a marking pass will scan the
    entire heap or only through young objects and remembered set.
    Plain Text
    - Registered: 2023-03-20 02:21
    - Last Modified: 2023-01-10 06:18
    - 3.2K bytes
    - Viewed (0)
  8. runtime/doc/usr_02.txt

    	ng intelligent turtle ~
    
    The next "u" command gives you the u, and so on:
    
    	ung intelligent turtle ~
    	oung intelligent turtle ~
    	young intelligent turtle ~
    	 young intelligent turtle ~
    	A young intelligent turtle ~
    
    REDO
    
    If you undo too many times, you can press CTRL-R (redo) to reverse the
    preceding command.  In other words, it undoes the undo.  To see this in
    Plain Text
    - Registered: 2023-03-13 08:44
    - Last Modified: 2023-02-21 15:50
    - 23.3K bytes
    - Viewed (0)
  9. site/docs/doc/dashboard.md

    16   Catalina-utility-1             main            1          TIMED_WAI 0.0       0.000      0:0.029   false      false
    -1   G1 Young RemSet Sampling       -               -1         -         0.0       0.000      0:0.019   false      true
    17   Catalina-utility-2             main            1          WAITING   0.0       0.000      0:0.025   false      false
    Plain Text
    - Registered: 2023-03-16 00:57
    - Last Modified: 2022-08-09 10:42
    - 5.1K bytes
    - Viewed (0)
  10. site/docs/en/doc/dashboard.md

    16   Catalina-utility-1             main            1          TIMED_WAI 0.0       0.000      0:0.029   false      false
    -1   G1 Young RemSet Sampling       -               -1         -         0.0       0.000      0:0.019   false      true
    17   Catalina-utility-2             main            1          WAITING   0.0       0.000      0:0.025   false      false
    Plain Text
    - Registered: 2023-03-16 00:57
    - Last Modified: 2022-08-09 10:42
    - 5.4K bytes
    - Viewed (0)
Back to top