Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 38 for tests (0.24 sec)

  1. test.cpp

    #include <sdtio.h> int main(void) { printf("Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。"); }
    raw.githubusercontent.com/codelibs/fess-testdata/master/source_code/test.cpp
    Thu May 23 00:00:59 UTC 2024
      120 bytes
      7 views
      Similar Results (1)
     
  2. test.mm

    <map version="0.7.1"> <node TEXT="Lorem ipsum. (&#12525;&#12524;&#12512;&#12539;&#12452;&#12503;&#12469;&#12512;) &#21566;&#36649;&#12399;&#29483;&#12391;&#12354;&#12427;&#12290;"> </node> </map>
    raw.githubusercontent.com/codelibs/fess-testdata/master/xml/test.mm
    Thu May 23 00:00:43 UTC 2024
      196 bytes
      2 views
     
  3. test.html

    Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。
    raw.githubusercontent.com/codelibs/fess-testdata/master/html/test.html
    Thu May 23 00:00:46 UTC 2024
      181 bytes
      10 views
      Similar Results (3)
     
  4. test.js

    function foo() { var bar = "Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。"; }
    raw.githubusercontent.com/codelibs/fess-testdata/master/source_code/test.js
    Thu May 23 00:01:20 UTC 2024
      99 bytes
      4 views
     
  5. test.java

    test.javapackage com.foo.bar; public class Test { public String...String test="Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。"; } 5...
    raw.githubusercontent.com/codelibs/fess-testdata/master/source_code/test.java
    Thu May 23 00:00:55 UTC 2024
      136 bytes
      1 views
     
  6. test.h

    // Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。 typedef int & Integer;
    raw.githubusercontent.com/codelibs/fess-testdata/master/source_code/test.h
    Thu May 23 00:00:58 UTC 2024
      92 bytes
      1 views
      Similar Results (1)
     
  7. test.zip

    data/folder/file.html Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。 data/file.txt Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。
    raw.githubusercontent.com/codelibs/fess-testdata/master/archive/test.zip
    Thu May 23 00:01:26 UTC 2024
      595 bytes
      1 views
     
  8. test.tar.gz

    test.tar data/folder/file.html Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。...
    raw.githubusercontent.com/codelibs/fess-testdata/master/archive/test.tar.gz
    Thu May 23 00:00:56 UTC 2024
      403 bytes
      1 views
     
  9. plot_release_highlights_1_5_0.py

    X_test, y_train, y_test = train_test_split(X, y, random_state=0)...imator(classifier_05, X_test, y_test) # %% # Lowering the threshold,...
    scikit-learn.org/stable/_downloads/ba0cfc16d7953e1c2c6912b6beca1e91/plot_release_highlights_1_5_0.py
    Tue May 21 18:58:19 UTC 2024
      8.3K bytes
     
  10. plot_classifier_comparison.py

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Tue May 21 18:58:19 UTC 2024
      4.9K bytes
      1 views
     
Back to top