chunk_id stringlengths 36 36 | source stringclasses 35
values | source_url stringlengths 0 290 | upstream_license stringclasses 1
value | document_id stringlengths 36 36 | chunk_index int64 0 324k | retrieved_at stringclasses 2
values | chunker_version stringclasses 4
values | content_hash stringlengths 15 64 | content stringlengths 50 44.7k | namespace stringclasses 9
values | source_name stringclasses 35
values | raw_text stringlengths 50 44.7k | cleaned_text stringlengths 50 44.7k | tags stringclasses 49
values | collection_name stringclasses 11
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8e2c9595-cd50-4bb4-a04a-0b081150ccda | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,071 | supabase-export-v2 | 0eeffbedd656d0cf | initialize array type name[]={value1,. . . }; initialize char string char name[]="string";
c 2007 Joseph H. Silverman Permissions on back. v2.2 | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | initialize array type name[]={value1,. . . }; initialize char string char name[]="string";
c 2007 Joseph H. Silverman Permissions on back. v2.2 | initialize array type name[]={value1,. . . }; initialize char string char name[]="string";
c 2007 Joseph H. Silverman Permissions on back. v2.2 | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
8e3cfd3e-0cd5-47af-892b-ec7827ae01e2 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,064 | supabase-export-v2 | 53c7d4d80d819d69 | ## C Preprocessor
include library file #include <filename> include user file #include "filename" replacement text #define name text replacement macro #define name(var) text | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | ## C Preprocessor
include library file #include <filename> include user file #include "filename" replacement text #define name text replacement macro #define name(var) text | ## C Preprocessor
include library file #include <filename> include user file #include "filename" replacement text #define name text replacement macro #define name(var) text | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
8f45801d-ab5b-4b17-9090-be9d0dd68187 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,062 | supabase-export-v2 | 0ab8e8d8d6499303 | declarations local variable declarations statements return value;
} /* */ comments int main(int argc, char *argv[]) main with args exit(arg); terminate execution | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | declarations local variable declarations statements return value;
} /* */ comments int main(int argc, char *argv[]) main with args exit(arg); terminate execution | declarations local variable declarations statements return value;
} /* */ comments int main(int argc, char *argv[]) main with args exit(arg); terminate execution | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
8fcb2bd7-462d-45e2-93ad-355eac3fb077 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,003 | supabase-export-v2 | 86bfd60066bb2b6f | name varName; Hamburger h; name* ptrName; Hamburger* hPtr;
hPtr = &h; | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | name varName; Hamburger h; name* ptrName; Hamburger* hPtr;
hPtr = &h; | name varName; Hamburger h; name* ptrName; Hamburger* hPtr;
hPtr = &h; | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
95058c5e-084c-4638-9df6-d64e90264e99 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,028 | supabase-export-v2 | 3ff973925f929080 | protected: string name; string netID;
}; class GradStudent : public Student { public: | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | protected: string name; string netID;
}; class GradStudent : public Student { public: | protected: string name; string netID;
}; class GradStudent : public Student { public: | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
95341a14-f7da-46fb-a07b-f4223331c6a6 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,031 | supabase-export-v2 | b142b6e14e3c25da | string prevDegree; };
Visibility of Members after Inheritance | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | string prevDegree; };
Visibility of Members after Inheritance | string prevDegree; };
Visibility of Members after Inheritance | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
986bca35-90ff-49a6-84f3-3b8ab127c0ab | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,006 | supabase-export-v2 | e54b7af72586b7c0 | ptrName->element=val; hPtr->patties = 1; hPtr->cheese = false;
Structures can be used just like the built-in data types in arrays. | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | ptrName->element=val; hPtr->patties = 1; hPtr->cheese = false;
Structures can be used just like the built-in data types in arrays. | ptrName->element=val; hPtr->patties = 1; hPtr->cheese = false;
Structures can be used just like the built-in data types in arrays. | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
99b17386-6b69-4a06-8457-893fe003787f | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,133 | supabase-export-v2 | 2a210f95e48dc99f | SCHAR_MAX max signed char (+127) SCHAR_MIN min signed char (−128)
SHRT_MAX max value of short (+32,767) SHRT_MIN min value of short (−32,768) | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | SCHAR_MAX max signed char (+127) SCHAR_MIN min signed char (−128)
SHRT_MAX max value of short (+32,767) SHRT_MIN min value of short (−32,768) | SCHAR_MAX max signed char (+127) SCHAR_MIN min signed char (−128)
SHRT_MAX max value of short (+32,767) SHRT_MIN min value of short (−32,768) | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
9dfe6ffd-d6ab-4068-9270-02d6c0e1a5aa | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,016 | supabase-export-v2 | d80f52cb3fd18a3e | may be overloaded just like any other function. You can define two or more constructors as long as each constructor has a different parameter list.
### Definition of Member Functions | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | may be overloaded just like any other function. You can define two or more constructors as long as each constructor has a different parameter list.
### Definition of Member Functions | may be overloaded just like any other function. You can define two or more constructors as long as each constructor has a different parameter list.
### Definition of Member Functions | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
9edbb10d-f796-475c-b8e4-62843dbb08c3 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,039 | supabase-export-v2 | eeed18ef6bc78bb1 | (ostream &, const Square &);
Make sure the return type of the overloaded function matches what C++ programmers expect. The return type of relational operators (<, >, ==, etc.) should be bool, the return type of << should be ostream &, etc. | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | (ostream &, const Square &);
Make sure the return type of the overloaded function matches what C++ programmers expect. The return type of relational operators (<, >, ==, etc.) should be bool, the return type of << should be ostream &, etc. | (ostream &, const Square &);
Make sure the return type of the overloaded function matches what C++ programmers expect. The return type of relational operators (<, >, ==, etc.) should be bool, the return type of << should be ostream &, etc. | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
a0b452db-281b-44d4-ba4e-668c507b6557 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,044 | supabase-export-v2 | 896bec8fcc821beb | throw -1; // exception to be thrown can // be a value or an object
} catch (int) { | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | throw -1; // exception to be thrown can // be a value or an object
} catch (int) { | throw -1; // exception to be thrown can // be a value or an object
} catch (int) { | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
a18b201d-804a-46cb-8df0-087c3004cd81 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,073 | supabase-export-v2 | a5f009fa0c2d0e48 | ## Constants
suffix: long, unsigned, float 65536L, -1U, 3.0F exponential form 4.2e1 prefix: octal, hexadecimal 0, 0x or 0X | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | ## Constants
suffix: long, unsigned, float 65536L, -1U, 3.0F exponential form 4.2e1 prefix: octal, hexadecimal 0, 0x or 0X | ## Constants
suffix: long, unsigned, float 65536L, -1U, 3.0F exponential form 4.2e1 prefix: octal, hexadecimal 0, 0x or 0X | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
a23c7cd8-31ce-42c3-a758-51195497dc1a | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,078 | supabase-export-v2 | 4a28408a6a8578b1 | struct tag { structure template
declarations declaration of members }; | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | struct tag { structure template
declarations declaration of members }; | struct tag { structure template
declarations declaration of members }; | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
a32befa0-755c-4c11-a6f5-0208e9d66f09 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,045 | supabase-export-v2 | 13d3b1241f12c142 | } catch (int) {
cout << "num3 can not be negative!"; | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | } catch (int) {
cout << "num3 can not be negative!"; | } catch (int) {
cout << "num3 can not be negative!"; | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
a679e166-21b2-45d8-a5fc-035dbfc0806d | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,140 | supabase-export-v2 | 2752f4ac9273bfab | The numbers given in parentheses are typical values for the constants on a 32-bit Unix system.
FLT_RADIX radix of exponent rep (2) FLT_ROUNDS floating point rounding mode FLT_DIG decimal digits of precision (6) FLT_EPSILON smallest x so 1.0f + x = 1.0f (1.1E − 7) FLT_MANT_DIG number of digits in mantissa FLT_MAX maximum... | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | The numbers given in parentheses are typical values for the constants on a 32-bit Unix system.
FLT_RADIX radix of exponent rep (2) FLT_ROUNDS floating point rounding mode FLT_DIG decimal digits of precision (6) FLT_EPSILON smallest x so 1.0f + x = 1.0f (1.1E − 7) FLT_MANT_DIG number of digits in mantissa FLT_MAX maximum... | The numbers given in parentheses are typical values for the constants on a 32-bit Unix system.
FLT_RADIX radix of exponent rep (2) FLT_ROUNDS floating point rounding mode FLT_DIG decimal digits of precision (6) FLT_EPSILON smallest x so 1.0f + x = 1.0f (1.1E − 7) FLT_MANT_DIG number of digits in mantissa FLT_MAX maximum... | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
a68953a0-7396-4b0a-85ab-b79c18e92ca6 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,011 | supabase-export-v2 | 7a539bda3f402d9c | - type member1; void setWidth(float w); - type member2; float getArea();
protected: private: | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | - type member1; void setWidth(float w); - type member2; float getArea();
protected: private: | - type member1; void setWidth(float w); - type member2; float getArea();
protected: private: | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
a8b9e937-539b-4ad3-a950-4f223b04dd65 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,014 | supabase-export-v2 | 5bb927820937bc57 | private members are only accessible from the same class or a friend (function or class).
protected members are accessible from the same class, derived classes, or a friend (function or class). | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | private members are only accessible from the same class or a friend (function or class).
protected members are accessible from the same class, derived classes, or a friend (function or class). | private members are only accessible from the same class or a friend (function or class).
protected members are accessible from the same class, derived classes, or a friend (function or class). | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
a9f454fd-84da-4a2e-8fb6-322d7d75b8b2 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,084 | supabase-export-v2 | 2fa029d9ac1af74f | ## Flow of Control
statement terminator ; block delimiters { } exit from switch, while, do, for break; next iteration of while, do, for continue; go to goto label; label label: statement return value from function return expr Flow Constructions if statement if (expr1) statement1 | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | ## Flow of Control
statement terminator ; block delimiters { } exit from switch, while, do, for break; next iteration of while, do, for continue; go to goto label; label label: statement return value from function return expr Flow Constructions if statement if (expr1) statement1 | ## Flow of Control
statement terminator ; block delimiters { } exit from switch, while, do, for break; next iteration of while, do, for continue; go to goto label; label label: statement return value from function return expr Flow Constructions if statement if (expr1) statement1 | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
ac1e74da-442f-42ea-8e85-cc9bd4091658 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,106 | supabase-export-v2 | 7e39cfb538826cdf | h short, l long, L long double c conversion character:
d,i integer u unsigned c single char s char string f double (printf) e,E exponential f float (scanf) lf double (scanf) | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | h short, l long, L long double c conversion character:
d,i integer u unsigned c single char s char string f double (printf) e,E exponential f float (scanf) lf double (scanf) | h short, l long, L long double c conversion character:
d,i integer u unsigned c single char s char string f double (printf) e,E exponential f float (scanf) lf double (scanf) | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
b3cb54c0-b1b7-4084-a45f-a6a181d11049 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,113 | supabase-export-v2 | d2919af435676be5 | ## Standard Utility Functions <stdlib.h>
absolute value of int n abs(n) absolute value of long n labs(n) quotient and remainder of ints n,d div(n,d) | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | ## Standard Utility Functions <stdlib.h>
absolute value of int n abs(n) absolute value of long n labs(n) quotient and remainder of ints n,d div(n,d) | ## Standard Utility Functions <stdlib.h>
absolute value of int n abs(n) absolute value of long n labs(n) quotient and remainder of ints n,d div(n,d) | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
b4c016ae-0c2b-434f-9b5c-f0c355b2d9b4 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,002 | supabase-export-v2 | 59a3022b8e13412d | ### Definition Example
name varName; Hamburger h; name* ptrName; Hamburger* hPtr; | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | ### Definition Example
name varName; Hamburger h; name* ptrName; Hamburger* hPtr; | ### Definition Example
name varName; Hamburger h; name* ptrName; Hamburger* hPtr; | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
b4d640ed-51a9-491f-8887-d7f0ac945854 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,049 | supabase-export-v2 | c8ec4f8c51f6c1b1 | // example calls to the function template int a=9, b=2, c; c = getMax(a, b);
float f=5.3, g=9.7, h; h = getMax(f, g); | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | // example calls to the function template int a=9, b=2, c; c = getMax(a, b);
float f=5.3, g=9.7, h; h = getMax(f, g); | // example calls to the function template int a=9, b=2, c; c = getMax(a, b);
float f=5.3, g=9.7, h; h = getMax(f, g); | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
bb6591e7-59f4-4b22-aa45-c61924fe1985 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,027 | supabase-export-v2 | 1fed848bd84874b0 | Student(string n, string id); void print();
protected: string name; string netID; | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | Student(string n, string id); void print();
protected: string name; string netID; | Student(string n, string id); void print();
protected: string name; string netID; | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
bb94b8c2-6bf2-4122-b9c0-8d6274b738cf | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,080 | supabase-export-v2 | d96973ae036028ea | create structure struct tag name member of structure from template name.member member of pointed-to structure pointer -> member
Example. (*p).x and p->x are the same single object, multiple possible types union bit field with b bits unsigned member: b; | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | create structure struct tag name member of structure from template name.member member of pointed-to structure pointer -> member
Example. (*p).x and p->x are the same single object, multiple possible types union bit field with b bits unsigned member: b; | create structure struct tag name member of structure from template name.member member of pointed-to structure pointer -> member
Example. (*p).x and p->x are the same single object, multiple possible types union bit field with b bits unsigned member: b; | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
bd30fa8f-775b-4e78-8e26-62ec4f46285a | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,085 | supabase-export-v2 | 3d42878be332b3b3 | of while, do, for continue; go to goto label; label label: statement return value from function return expr Flow Constructions if statement if (expr1) statement1
else if (expr2) statement2 else statement3 | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | of while, do, for continue; go to goto label; label label: statement return value from function return expr Flow Constructions if statement if (expr1) statement1
else if (expr2) statement2 else statement3 | of while, do, for continue; go to goto label; label label: statement return value from function return expr Flow Constructions if statement if (expr1) statement1
else if (expr2) statement2 else statement3 | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
bd891c9d-15f7-4660-8f84-ef48c837cf2c | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,079 | supabase-export-v2 | 932b80d23587d568 | declarations declaration of members };
create structure struct tag name member of structure from template name.member member of pointed-to structure pointer -> member | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | declarations declaration of members };
create structure struct tag name member of structure from template name.member member of pointed-to structure pointer -> member | declarations declaration of members };
create structure struct tag name member of structure from template name.member member of pointed-to structure pointer -> member | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
bdc61e2f-781d-40a3-b37f-a753c26e6c46 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,054 | supabase-export-v2 | aa57965d06f924ab | // examples using the class template Point<int> p1(3, 2); Point<float> p2(3.5, 2.5);
- p1.print();
- p2.print(); | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | // examples using the class template Point<int> p1(3, 2); Point<float> p2(3.5, 2.5);
- p1.print();
- p2.print(); | // examples using the class template Point<int> p1(3, 2); Point<float> p2(3.5, 2.5);
- p1.print();
- p2.print(); | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
c3ee7bdc-b66a-475f-bef6-c4d21f72d2e6 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,013 | supabase-export-v2 | 35b78dac13753def | public members are accessible from anywhere the class is visible.
private members are only accessible from the same class or a friend (function or class). | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | public members are accessible from anywhere the class is visible.
private members are only accessible from the same class or a friend (function or class). | public members are accessible from anywhere the class is visible.
private members are only accessible from the same class or a friend (function or class). | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
c64dfa1c-01eb-45fa-9a47-9bcfd8472b5f | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,118 | supabase-export-v2 | dce76c6334bba304 | allocate storage malloc(size), calloc(nobj,size) change size of storage newptr = realloc(ptr,size); deallocate storage free(ptr);
### Array Functions | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | allocate storage malloc(size), calloc(nobj,size) change size of storage newptr = realloc(ptr,size); deallocate storage free(ptr);
### Array Functions | allocate storage malloc(size), calloc(nobj,size) change size of storage newptr = realloc(ptr,size); deallocate storage free(ptr);
### Array Functions | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
c7e34b2e-f4e3-4703-b6f3-3ebc692df20a | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,036 | supabase-export-v2 | be0eb0f1c7763340 | Example Prototype for a function that overloads + for the Square class: Square operator+ (const Square &);
If the object that receives the function call is not an instance of a class that you wrote, write the function as a friend of your class. This is standard practice for overloading << and >>. | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | Example Prototype for a function that overloads + for the Square class: Square operator+ (const Square &);
If the object that receives the function call is not an instance of a class that you wrote, write the function as a friend of your class. This is standard practice for overloading << and >>. | Example Prototype for a function that overloads + for the Square class: Square operator+ (const Square &);
If the object that receives the function call is not an instance of a class that you wrote, write the function as a friend of your class. This is standard practice for overloading << and >>. | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
c8f4a127-8ff2-4983-9587-e6fcff7f541f | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,048 | supabase-export-v2 | c37a280684c38f8e | }
// example calls to the function template int a=9, b=2, c; c = getMax(a, b); | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | }
// example calls to the function template int a=9, b=2, c; c = getMax(a, b); | }
// example calls to the function template int a=9, b=2, c; c = getMax(a, b); | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
cb2378fd-3054-411f-aed2-e483f3d3c8ce | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,109 | supabase-export-v2 | ba44c545b138b7f9 | g,G same as f or e,E depending on exponent
## Variable Argument Lists <stdarg.h> | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | g,G same as f or e,E depending on exponent
## Variable Argument Lists <stdarg.h> | g,G same as f or e,E depending on exponent
## Variable Argument Lists <stdarg.h> | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
ce12e4e5-5965-4d0a-bc2d-1b5f73a75fb0 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,022 | supabase-export-v2 | 78f5a73d83aabfb9 | ### Accessing Members Example
varName.member=val; s1.setWidth(1.5); varName.member(); cout << s.getArea(); | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | ### Accessing Members Example
varName.member=val; s1.setWidth(1.5); varName.member(); cout << s.getArea(); | ### Accessing Members Example
varName.member=val; s1.setWidth(1.5); varName.member(); cout << s.getArea(); | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
d2cb7b5b-ea63-4553-8e55-362a7466d772 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,005 | supabase-export-v2 | b00d1eac02570edd | varName.element=val; h.patties = 2; h.cheese = true;
ptrName->element=val; hPtr->patties = 1; hPtr->cheese = false; | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | varName.element=val; h.patties = 2; h.cheese = true;
ptrName->element=val; hPtr->patties = 1; hPtr->cheese = false; | varName.element=val; h.patties = 2; h.cheese = true;
ptrName->element=val; hPtr->patties = 1; hPtr->cheese = false; | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
d7c362c0-dce7-4362-80be-412a3c2a1b46 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,125 | supabase-export-v2 | 0ab1d5b70da81339 | in tp to local time ctime(tp) convert calendar time to GMT gmtime(tp) convert calendar time to local time localtime(tp) format date and time info strftime(s,smax,"format",tp)
tp is a pointer to a structure of type tm | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | in tp to local time ctime(tp) convert calendar time to GMT gmtime(tp) convert calendar time to local time localtime(tp) format date and time info strftime(s,smax,"format",tp)
tp is a pointer to a structure of type tm | in tp to local time ctime(tp) convert calendar time to GMT gmtime(tp) convert calendar time to local time localtime(tp) format date and time info strftime(s,smax,"format",tp)
tp is a pointer to a structure of type tm | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
d7f8292e-5821-4291-b67f-4c3b331c3935 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,000 | supabase-export-v2 | 2981918d5377490e | struct name struct Hamburger { {
- type1 element1; int patties;
- type2 element2; bool cheese; | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | struct name struct Hamburger { {
- type1 element1; int patties;
- type2 element2; bool cheese; | struct name struct Hamburger { {
- type1 element1; int patties;
- type2 element2; bool cheese; | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
d9b01e70-2b1f-4463-b71f-334e31d457be | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,023 | supabase-export-v2 | 5d1468c260f2e7fc | varName.member=val; s1.setWidth(1.5); varName.member(); cout << s.getArea();
ptrName->member=val; cout<<sPtr->getArea(); ptrName->member(); | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | varName.member=val; s1.setWidth(1.5); varName.member(); cout << s.getArea();
ptrName->member=val; cout<<sPtr->getArea(); ptrName->member(); | varName.member=val; s1.setWidth(1.5); varName.member(); cout << s.getArea();
ptrName->member=val; cout<<sPtr->getArea(); ptrName->member(); | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
d9ff762f-6990-4f5f-9101-dbee1000829a | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,068 | supabase-export-v2 | e7041439c9673bbc | ## Data Types/Declarations
character (1 byte) char integer int real number (single, double precision) float, double short (16 bit integer) short long (32 bit integer) long double long (64 bit integer) long long positive or negative signed non-negative modulo 2m unsigned pointer to int, float,. . . int*, float*,. . . en... | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | ## Data Types/Declarations
character (1 byte) char integer int real number (single, double precision) float, double short (16 bit integer) short long (32 bit integer) long double long (64 bit integer) long long positive or negative signed non-negative modulo 2m unsigned pointer to int, float,. . . int*, float*,. . . en... | ## Data Types/Declarations
character (1 byte) char integer int real number (single, double precision) float, double short (16 bit integer) short long (32 bit integer) long double long (64 bit integer) long long positive or negative signed non-negative modulo 2m unsigned pointer to int, float,. . . int*, float*,. . . en... | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
da60d333-5ed4-45ca-a448-f4bb3b2953cc | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,008 | supabase-export-v2 | e823c7163846649f | Declaration Example
class classname class Square { { public: public: | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | Declaration Example
class classname class Square { { public: public: | Declaration Example
class classname class Square { { public: public: | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
ddc24bc1-683a-4e92-9a19-564101311804 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,111 | supabase-export-v2 | ba1dcd0f00044c1e | declaration of pointer to arguments va_list ap; initialization of argument pointer va_start(ap,lastarg);
lastarg is last named parameter of the function access next unnamed arg, update pointer va_arg(ap,type) call before exiting function va_end(ap); | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | declaration of pointer to arguments va_list ap; initialization of argument pointer va_start(ap,lastarg);
lastarg is last named parameter of the function access next unnamed arg, update pointer va_arg(ap,type) call before exiting function va_end(ap); | declaration of pointer to arguments va_list ap; initialization of argument pointer va_start(ap,lastarg);
lastarg is last named parameter of the function access next unnamed arg, update pointer va_arg(ap,type) call before exiting function va_end(ap); | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
e07d11f4-9523-40f1-b824-ce686470618f | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,087 | supabase-export-v2 | 844b204f46b77752 | while statement while (expr) statement for statement for (expr1; expr2; expr3) statement do statement do statement while(expr); switch statement switch (expr) {
- case const1: statement1 break;
- case const2: statement2 break; default: statement | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | while statement while (expr) statement for statement for (expr1; expr2; expr3) statement do statement do statement while(expr); switch statement switch (expr) {
- case const1: statement1 break;
- case const2: statement2 break; default: statement | while statement while (expr) statement for statement for (expr1; expr2; expr3) statement do statement do statement while(expr); switch statement switch (expr) {
- case const1: statement1 break;
- case const2: statement2 break; default: statement | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
e6ff48e9-4de7-4501-b305-7b289790f06c | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,056 | supabase-export-v2 | 48c06714852329fd | C++ Reference: http://www.cppreference.com/ http://www.informit.com/guides/guide.aspx?g=cplusplus C++ Tutorial: http://www.cplusplus.com/doc/tutorial/ http://www.sparknotes.com/cs/ C++ Examples: http://www.fredosaurus.com/notes-cpp/ Gaddis Textbook:
Video Notes http://media.pearsoncmg.com/aw/aw_gaddis_sowcso_6/videos S... | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | C++ Reference: http://www.cppreference.com/ http://www.informit.com/guides/guide.aspx?g=cplusplus C++ Tutorial: http://www.cplusplus.com/doc/tutorial/ http://www.sparknotes.com/cs/ C++ Examples: http://www.fredosaurus.com/notes-cpp/ Gaddis Textbook:
Video Notes http://media.pearsoncmg.com/aw/aw_gaddis_sowcso_6/videos S... | C++ Reference: http://www.cppreference.com/ http://www.informit.com/guides/guide.aspx?g=cplusplus C++ Tutorial: http://www.cplusplus.com/doc/tutorial/ http://www.sparknotes.com/cs/ C++ Examples: http://www.fredosaurus.com/notes-cpp/ Gaddis Textbook:
Video Notes http://media.pearsoncmg.com/aw/aw_gaddis_sowcso_6/videos S... | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
edfbac33-7ac7-4aa0-af6d-e5daf83ad7e6 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,127 | supabase-export-v2 | 087c9891e7552edb | ## Mathematical Functions <math.h>
Arguments and returned values are double | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | ## Mathematical Functions <math.h>
Arguments and returned values are double | ## Mathematical Functions <math.h>
Arguments and returned values are double | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
f0265ece-23e7-440a-a359-5b3274c0e223 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,040 | supabase-export-v2 | 627772d8a84854f0 | programmers expect. The return type of relational operators (<, >, ==, etc.) should be bool, the return type of << should be ostream &, etc.
Exceptions | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | programmers expect. The return type of relational operators (<, >, ==, etc.) should be bool, the return type of << should be ostream &, etc.
Exceptions | programmers expect. The return type of relational operators (<, >, ==, etc.) should be bool, the return type of << should be ostream &, etc.
Exceptions | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
f0914f9d-169e-42ae-a915-4cadc860c4a9 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,053 | supabase-export-v2 | 48c5579dbd435c67 | };
// examples using the class template Point<int> p1(3, 2); Point<float> p2(3.5, 2.5); | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | };
// examples using the class template Point<int> p1(3, 2); Point<float> p2(3.5, 2.5); | };
// examples using the class template Point<int> p1(3, 2); Point<float> p2(3.5, 2.5); | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
f09fd1b5-0fc9-4d51-8777-b4d93cf80fb3 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,072 | supabase-export-v2 | 2b6496b2c04df1cf | c 2007 Joseph H. Silverman Permissions on back. v2.2
## Constants | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | c 2007 Joseph H. Silverman Permissions on back. v2.2
## Constants | c 2007 Joseph H. Silverman Permissions on back. v2.2
## Constants | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
f2136185-72c9-4d37-bbfd-c1372960415e | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,061 | supabase-export-v2 | b44448a0e75982f2 | } type fnc(arg1, . . . ) { function definition
declarations local variable declarations statements return value; | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | } type fnc(arg1, . . . ) { function definition
declarations local variable declarations statements return value; | } type fnc(arg1, . . . ) { function definition
declarations local variable declarations statements return value; | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
f23c5070-7a70-4112-bab3-eb15482c8d44 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,065 | supabase-export-v2 | 9e0834d434edeb43 | include library file #include <filename> include user file #include "filename" replacement text #define name text replacement macro #define name(var) text
Example. #define max(A,B) ((A)>(B) ? (A) : (B)) undefine #undef name quoted string in replace # | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | include library file #include <filename> include user file #include "filename" replacement text #define name text replacement macro #define name(var) text
Example. #define max(A,B) ((A)>(B) ? (A) : (B)) undefine #undef name quoted string in replace # | include library file #include <filename> include user file #include "filename" replacement text #define name text replacement macro #define name(var) text
Example. #define max(A,B) ((A)>(B) ? (A) : (B)) undefine #undef name quoted string in replace # | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
f63a7722-e175-4593-8ce3-e8811ae4d46d | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,115 | supabase-export-v2 | 7b00536f9607ba13 | returns structure with div_t.quot and div_t.rem quotient and remainder of longs n,d ldiv(n,d)
returns structure with ldiv_t.quot and ldiv_t.rem pseudo-random integer [0,RAND_MAX] rand() set random seed to n srand(n) terminate program execution exit(status) pass string s to system for execution system(s) Conversions con... | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | returns structure with div_t.quot and div_t.rem quotient and remainder of longs n,d ldiv(n,d)
returns structure with ldiv_t.quot and ldiv_t.rem pseudo-random integer [0,RAND_MAX] rand() set random seed to n srand(n) terminate program execution exit(status) pass string s to system for execution system(s) Conversions con... | returns structure with div_t.quot and div_t.rem quotient and remainder of longs n,d ldiv(n,d)
returns structure with ldiv_t.quot and ldiv_t.rem pseudo-random integer [0,RAND_MAX] rand() set random seed to n srand(n) terminate program execution exit(status) pass string s to system for execution system(s) Conversions con... | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
f640a76d-fd36-4b1b-8c76-93bb33bbd9b0 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,063 | supabase-export-v2 | 500535629c331601 | } /* */ comments int main(int argc, char *argv[]) main with args exit(arg); terminate execution
## C Preprocessor | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | } /* */ comments int main(int argc, char *argv[]) main with args exit(arg); terminate execution
## C Preprocessor | } /* */ comments int main(int argc, char *argv[]) main with args exit(arg); terminate execution
## C Preprocessor | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
f97cf964-00b5-47c1-943e-ddb6a47a2f32 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,116 | supabase-export-v2 | af3957117bbfa1ea | to integer atoi(s) convert string s to long atol(s) convert prefix of s to double strtod(s,&endp) convert prefix of s (base b) to long strtol(s,&endp,b)
same, but unsigned long strtoul(s,&endp,b) Storage Allocation | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | to integer atoi(s) convert string s to long atol(s) convert prefix of s to double strtod(s,&endp) convert prefix of s (base b) to long strtol(s,&endp,b)
same, but unsigned long strtoul(s,&endp,b) Storage Allocation | to integer atoi(s) convert string s to long atol(s) convert prefix of s to double strtod(s,&endp) convert prefix of s (base b) to long strtol(s,&endp,b)
same, but unsigned long strtoul(s,&endp,b) Storage Allocation | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
f9ea876f-15c1-4b2d-8a0c-20156391eab5 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,033 | supabase-export-v2 | b080e6669e8a5dbd | |Inheritance Specification<br><br>|Access Specifier in Base Class private protected public| | | |---|---|---|---| |private|-|private|private| |protected|-|protected|protected| |public|-|protected|public|
## Operator Overloading | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | |Inheritance Specification<br><br>|Access Specifier in Base Class private protected public| | | |---|---|---|---| |private|-|private|private| |protected|-|protected|protected| |public|-|protected|public|
## Operator Overloading | |Inheritance Specification<br><br>|Access Specifier in Base Class private protected public| | | |---|---|---|---| |private|-|private|private| |protected|-|protected|protected| |public|-|protected|public|
## Operator Overloading | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
fac416b9-d62b-47d0-8bd1-250e9b31c997 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,001 | supabase-export-v2 | 1f61b9f819278867 | - type1 element1; int patties; - type2 element2; bool cheese;
}; }; | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | - type1 element1; int patties; - type2 element2; bool cheese;
}; }; | - type1 element1; int patties; - type2 element2; bool cheese;
}; }; | P1, coding-interview, ciu, cpp, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
ff6a92f6-f6b6-4088-a589-418f5ce88d50 | Coding Interview University - Cheat Sheets | https://github.com/jwasham/coding-interview-university | unknown | f2c1f39c-dc94-468f-af53-89e8c77293a8 | 1,105 | supabase-export-v2 | 734ff1b626a27bab | m conversion character:
h short, l long, L long double c conversion character: | cs_fundamentals_knowledgeset | Coding Interview University - Cheat Sheets | m conversion character:
h short, l long, L long double c conversion character: | m conversion character:
h short, l long, L long double c conversion character: | P1, coding-interview, ciu, c, language-reference, cheat-sheet | DepthAPI Trusted Corpus | |
4e36cb46-ec89-472c-b070-d5ef87e0e421 | OPEA Documentation | file://datasets/opea-docs/CONTRIBUTING.md | unknown | 9809738d-6db4-4185-b193-36fdd37b2762 | 1 | opea-semantic-v1 | db4c2c27d15952f9 | to the OPEA platform. Whether you are fixing bugs, adding new GenAI components, improving documentation, or sharing your unique use cases, your contributions are invaluable.
Together, we can make OPEA the go-to platform for enterprise AI solutions. Let's work together to push the boundaries of what's possible and creat... | ai_ref_knowledge | OPEA Documentation | to the OPEA platform. Whether you are fixing bugs, adding new GenAI components, improving documentation, or sharing your unique use cases, your contributions are invaluable.
Together, we can make OPEA the go-to platform for enterprise AI solutions. Let's work together to push the boundaries of what's possible and creat... | to the OPEA platform. Whether you are fixing bugs, adding new GenAI components, improving documentation, or sharing your unique use cases, your contributions are invaluable.
Together, we can make OPEA the go-to platform for enterprise AI solutions. Let's work together to push the boundaries of what's possible and creat... | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
6e26548c-1816-4c19-b5be-ce9b82e8629c | OPEA Documentation | file://datasets/opea-docs/CONTRIBUTING.md | unknown | 9809738d-6db4-4185-b193-36fdd37b2762 | 4 | opea-semantic-v1 | 7a650b6b029d3f89 | Thank you for being a part of this journey. We can't wait to see what we can achieve together!
## Additional Content | ai_ref_knowledge | OPEA Documentation | Thank you for being a part of this journey. We can't wait to see what we can achieve together!
## Additional Content | Thank you for being a part of this journey. We can't wait to see what we can achieve together!
## Additional Content | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
b5ba682c-8bc5-440a-9094-2e53a9648e3d | OPEA Documentation | file://datasets/opea-docs/CONTRIBUTING.md | unknown | 9809738d-6db4-4185-b193-36fdd37b2762 | 2 | opea-semantic-v1 | 1f204f800bff2ccc | AI solutions. Let's work together to push the boundaries of what's possible and create a future where AI is accessible, efficient, and impactful for everyone.
Please check the [Contributing guidelines](https://github.com/opea-project/docs/tree/main/community/CONTRIBUTING.md) for a detailed guide on how to contribute a ... | ai_ref_knowledge | OPEA Documentation | AI solutions. Let's work together to push the boundaries of what's possible and create a future where AI is accessible, efficient, and impactful for everyone.
Please check the [Contributing guidelines](https://github.com/opea-project/docs/tree/main/community/CONTRIBUTING.md) for a detailed guide on how to contribute a ... | AI solutions. Let's work together to push the boundaries of what's possible and create a future where AI is accessible, efficient, and impactful for everyone.
Please check the [Contributing guidelines](https://github.com/opea-project/docs/tree/main/community/CONTRIBUTING.md) for a detailed guide on how to contribute a ... | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
b9ea3ccd-992f-4894-88d1-98af20416479 | OPEA Documentation | file://datasets/opea-docs/CONTRIBUTING.md | unknown | 9809738d-6db4-4185-b193-36fdd37b2762 | 3 | opea-semantic-v1 | 9be068fcc3759455 | Please check the [Contributing guidelines](https://github.com/opea-project/docs/tree/main/community/CONTRIBUTING.md) for a detailed guide on how to contribute a GenAI component and all the ways you can contribute!
Thank you for being a part of this journey. We can't wait to see what we can achieve together! | ai_ref_knowledge | OPEA Documentation | Please check the [Contributing guidelines](https://github.com/opea-project/docs/tree/main/community/CONTRIBUTING.md) for a detailed guide on how to contribute a GenAI component and all the ways you can contribute!
Thank you for being a part of this journey. We can't wait to see what we can achieve together! | Please check the [Contributing guidelines](https://github.com/opea-project/docs/tree/main/community/CONTRIBUTING.md) for a detailed guide on how to contribute a GenAI component and all the ways you can contribute!
Thank you for being a part of this journey. We can't wait to see what we can achieve together! | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
e8a3b0c1-35a6-44cf-821b-0fbfe8d0f96e | OPEA Documentation | file://datasets/opea-docs/CONTRIBUTING.md | unknown | 9809738d-6db4-4185-b193-36fdd37b2762 | 0 | opea-semantic-v1 | c0e240f3b5e8d795 | # Contributing to OPEA
Welcome to the OPEA open-source community! We are thrilled to have you here and excited about the potential contributions you can bring to the OPEA platform. Whether you are fixing bugs, adding new GenAI components, improving documentation, or sharing your unique use cases, your contributions are... | ai_ref_knowledge | OPEA Documentation | # Contributing to OPEA
Welcome to the OPEA open-source community! We are thrilled to have you here and excited about the potential contributions you can bring to the OPEA platform. Whether you are fixing bugs, adding new GenAI components, improving documentation, or sharing your unique use cases, your contributions are... | # Contributing to OPEA
Welcome to the OPEA open-source community! We are thrilled to have you here and excited about the potential contributions you can bring to the OPEA platform. Whether you are fixing bugs, adding new GenAI components, improving documentation, or sharing your unique use cases, your contributions are... | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
04d3f842-f905-4807-8777-949dba2e3183 | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 12 | opea-semantic-v1 | 10d395b706793279 | ## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders. All complaints will be reviewed and investigated promptly and fairly. | ai_ref_knowledge | OPEA Documentation | ## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders. All complaints will be reviewed and investigated promptly and fairly. | ## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders. All complaints will be reviewed and investigated promptly and fairly. | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
158163f3-e5fd-4270-bf10-233aa4de86a3 | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 23 | opea-semantic-v1 | 0eab81f5046a91c1 | ### 4. Permanent Ban
**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals. | ai_ref_knowledge | OPEA Documentation | ### 4. Permanent Ban
**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals. | ### 4. Permanent Ban
**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals. | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
19c9c7dc-8474-4ea3-8312-c818d6044fdd | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 5 | opea-semantic-v1 | 9eed45b718ae3347 | Examples of unacceptable behavior include:
- The use of sexualized language or imagery, and sexual attention or advances of
any kind
- Trolling, insulting or derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or email addre... | ai_ref_knowledge | OPEA Documentation | Examples of unacceptable behavior include:
- The use of sexualized language or imagery, and sexual attention or advances of
any kind
- Trolling, insulting or derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or email addre... | Examples of unacceptable behavior include:
- The use of sexualized language or imagery, and sexual attention or advances of
any kind
- Trolling, insulting or derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or email addre... | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
2c494906-8634-4a2f-ab95-a281673645c2 | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 27 | opea-semantic-v1 | d849114857c793dc | For answers to common questions about this code of conduct, see the FAQ at [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at [https://www.contributor-covenant.org/translations][translations].
[homepage]: https://www.contributor-covenant.org
[v2.1]: https://www.contributor-covenant.org/versi... | ai_ref_knowledge | OPEA Documentation | For answers to common questions about this code of conduct, see the FAQ at [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at [https://www.contributor-covenant.org/translations][translations].
[homepage]: https://www.contributor-covenant.org
[v2.1]: https://www.contributor-covenant.org/versi... | For answers to common questions about this code of conduct, see the FAQ at [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at [https://www.contributor-covenant.org/translations][translations].
[homepage]: https://www.contributor-covenant.org
[v2.1]: https://www.contributor-covenant.org/versi... | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
3991f391-79da-4e05-af58-48dc308e2bb2 | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 15 | opea-semantic-v1 | fa0c0d532ac69a05 | ## Enforcement Guidelines
Community leaders will follow these Community Impact Guidelines in determining
the consequences for any action they deem in violation of this Code of Conduct: | ai_ref_knowledge | OPEA Documentation | ## Enforcement Guidelines
Community leaders will follow these Community Impact Guidelines in determining
the consequences for any action they deem in violation of this Code of Conduct: | ## Enforcement Guidelines
Community leaders will follow these Community Impact Guidelines in determining
the consequences for any action they deem in violation of this Code of Conduct: | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
433981ce-c3ac-48ef-ab8a-57c19d9bab06 | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 14 | opea-semantic-v1 | 4ede7c990deccc06 | All community leaders are obligated to respect the privacy and security of the reporter of any incident.
## Enforcement Guidelines | ai_ref_knowledge | OPEA Documentation | All community leaders are obligated to respect the privacy and security of the reporter of any incident.
## Enforcement Guidelines | All community leaders are obligated to respect the privacy and security of the reporter of any incident.
## Enforcement Guidelines | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
5ae6dd2a-4ae0-4438-bd67-fae000c1e969 | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 8 | opea-semantic-v1 | 6060978f48fece3d | standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
Community leaders have the right and responsibility to remove, edit, or reject
comments, commits, code, wiki edits, issues, and other contri... | ai_ref_knowledge | OPEA Documentation | standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
Community leaders have the right and responsibility to remove, edit, or reject
comments, commits, code, wiki edits, issues, and other contri... | standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
Community leaders have the right and responsibility to remove, edit, or reject
comments, commits, code, wiki edits, issues, and other contri... | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
5ba69897-ed56-4a82-8047-f7f15e77c344 | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 25 | opea-semantic-v1 | 5143b56c49ec675e | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
Community Impact Guidelines were inspired by
[Mozilla's code of conduct enforcement ladder][Mozilla CoC]. | ai_ref_knowledge | OPEA Documentation | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
Community Impact Guidelines were inspired by
[Mozilla's code of conduct enforcement ladder][Mozilla CoC]. | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
Community Impact Guidelines were inspired by
[Mozilla's code of conduct enforcement ladder][Mozilla CoC]. | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
60ce8240-e958-49bf-829d-ccb732cc7f85 | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 26 | opea-semantic-v1 | fd8993f9fa7f8fe7 | Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder][Mozilla CoC].
For answers to common questions about this code of conduct, see the FAQ at
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
[https://www.contributor-covenant.org/translations][translat... | ai_ref_knowledge | OPEA Documentation | Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder][Mozilla CoC].
For answers to common questions about this code of conduct, see the FAQ at
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
[https://www.contributor-covenant.org/translations][translat... | Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder][Mozilla CoC].
For answers to common questions about this code of conduct, see the FAQ at
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
[https://www.contributor-covenant.org/translations][translat... | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
62d5600b-9da9-40e0-b201-28559cd19f13 | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 22 | opea-semantic-v1 | 369a6d9e57e21541 | involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
### 4. Permanent Ban | ai_ref_knowledge | OPEA Documentation | involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
### 4. Permanent Ban | involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
### 4. Permanent Ban | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
68a4cb36-0da3-492f-8176-402b680a3e9e | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 11 | opea-semantic-v1 | b6eda2bb0177cc2d | include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
## Enforcement | ai_ref_knowledge | OPEA Documentation | include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
## Enforcement | include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
## Enforcement | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
6cbb4b3f-d23c-4c2a-949b-ce6b7e637453 | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 17 | opea-semantic-v1 | 7dbe6f2efbaa6430 | **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
**Consequence**: A private, written warning from community leaders, providing
clarity around the nature of the violation and an explanation of why the
behavior was inappropriate. A public apology m... | ai_ref_knowledge | OPEA Documentation | **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
**Consequence**: A private, written warning from community leaders, providing
clarity around the nature of the violation and an explanation of why the
behavior was inappropriate. A public apology m... | **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
**Consequence**: A private, written warning from community leaders, providing
clarity around the nature of the violation and an explanation of why the
behavior was inappropriate. A public apology m... | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
7293bdde-eb0f-4801-aaf8-60d99a33522e | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 21 | opea-semantic-v1 | 4f42d13ae5e10425 | **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
**Consequence**: A temporary ban from any sort of interaction or public
communication with the community for a specified period of time. No public or
private interaction with the people involved, including unso... | ai_ref_knowledge | OPEA Documentation | **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
**Consequence**: A temporary ban from any sort of interaction or public
communication with the community for a specified period of time. No public or
private interaction with the people involved, including unso... | **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
**Consequence**: A temporary ban from any sort of interaction or public
communication with the community for a specified period of time. No public or
private interaction with the people involved, including unso... | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
76ee55a6-cea2-45ec-9d99-6595300d1d0f | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 20 | opea-semantic-v1 | 7efb6f0bf9da05d6 | includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
### 3. Temporary Ban | ai_ref_knowledge | OPEA Documentation | includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
### 3. Temporary Ban | includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
### 3. Temporary Ban | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
93ad169e-8b8f-4288-8dcb-63a0edd60301 | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 4 | opea-semantic-v1 | 8f886c29de378758 | by our mistakes, and learning from the experience - Focusing on what is best not just for us as individuals, but for the overall community
Examples of unacceptable behavior include: | ai_ref_knowledge | OPEA Documentation | by our mistakes, and learning from the experience - Focusing on what is best not just for us as individuals, but for the overall community
Examples of unacceptable behavior include: | by our mistakes, and learning from the experience - Focusing on what is best not just for us as individuals, but for the overall community
Examples of unacceptable behavior include: | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
98f8dd34-4c64-4f00-837a-9aa3a905d27b | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 13 | opea-semantic-v1 | 01af987bc9b27fc7 | Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders. All complaints will be reviewed and investigated promptly and fairly.
All community leaders are obligated to respect the privacy and security of the
reporter of any incident. | ai_ref_knowledge | OPEA Documentation | Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders. All complaints will be reviewed and investigated promptly and fairly.
All community leaders are obligated to respect the privacy and security of the
reporter of any incident. | Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders. All complaints will be reviewed and investigated promptly and fairly.
All community leaders are obligated to respect the privacy and security of the
reporter of any incident. | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
a05222b6-451e-43db-bb67-2f1421b4513b | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 9 | opea-semantic-v1 | 2bc52fd81bcf1954 | code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
## Scope | ai_ref_knowledge | OPEA Documentation | code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
## Scope | code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
## Scope | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
ae839e55-643d-495e-a158-7207def0c3c5 | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 18 | opea-semantic-v1 | d0feec9e6102dc0e | community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
### 2. Warning | ai_ref_knowledge | OPEA Documentation | community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
### 2. Warning | community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
### 2. Warning | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
b500ee1e-80ee-4bd3-8363-e57a9212f3b3 | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 16 | opea-semantic-v1 | 3f6f6bbcb1550050 | Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
### 1. Correction | ai_ref_knowledge | OPEA Documentation | Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
### 1. Correction | Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
### 1. Correction | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
b51d09a9-1067-4200-af67-a022bec7fc3b | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 1 | opea-semantic-v1 | f061e6b95eb25cb2 | ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
We pledge to act and interact in ways that contribute to an open, welcoming,
diverse, inclusive, and ... | ai_ref_knowledge | OPEA Documentation | ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
We pledge to act and interact in ways that contribute to an open, welcoming,
diverse, inclusive, and ... | ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
We pledge to act and interact in ways that contribute to an open, welcoming,
diverse, inclusive, and ... | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
b7204914-169e-4da9-9166-5a2afa950c60 | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 7 | opea-semantic-v1 | 694b072a2befa68a | ## Enforcement Responsibilities
Community leaders are responsible for clarifying and enforcing our standards of
acceptable behavior and will take appropriate and fair corrective action in
response to any behavior that they deem inappropriate, threatening, offensive,
or harmful. | ai_ref_knowledge | OPEA Documentation | ## Enforcement Responsibilities
Community leaders are responsible for clarifying and enforcing our standards of
acceptable behavior and will take appropriate and fair corrective action in
response to any behavior that they deem inappropriate, threatening, offensive,
or harmful. | ## Enforcement Responsibilities
Community leaders are responsible for clarifying and enforcing our standards of
acceptable behavior and will take appropriate and fair corrective action in
response to any behavior that they deem inappropriate, threatening, offensive,
or harmful. | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
b8e500d8-16ab-40bc-9997-a6ccbcac1c9d | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 19 | opea-semantic-v1 | 81b480a023e412f2 | **Community Impact**: A violation through a single incident or series of actions.
**Consequence**: A warning with consequences for continued behavior. No
interaction with the people involved, including unsolicited interaction with
those enforcing the Code of Conduct, for a specified period of time. This
includes avoidi... | ai_ref_knowledge | OPEA Documentation | **Community Impact**: A violation through a single incident or series of actions.
**Consequence**: A warning with consequences for continued behavior. No
interaction with the people involved, including unsolicited interaction with
those enforcing the Code of Conduct, for a specified period of time. This
includes avoidi... | **Community Impact**: A violation through a single incident or series of actions.
**Consequence**: A warning with consequences for continued behavior. No
interaction with the people involved, including unsolicited interaction with
those enforcing the Code of Conduct, for a specified period of time. This
includes avoidi... | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
bea2d826-2a49-4866-92bb-b2b9d688014f | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 24 | opea-semantic-v1 | bfd806c7801af569 | Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
**Consequence**: A permanent ban from any sort of public interaction within the
community. | ai_ref_knowledge | OPEA Documentation | Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
**Consequence**: A permanent ban from any sort of public interaction within the
community. | Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
**Consequence**: A permanent ban from any sort of public interaction within the
community. | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
c026b267-bdb2-4bdd-aab4-70708efb4243 | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 2 | opea-semantic-v1 | 723788b456dcac59 | We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
## Our Standards | ai_ref_knowledge | OPEA Documentation | We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
## Our Standards | We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
## Our Standards | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
c6724554-bcb3-43eb-9b18-9a23cbcece3c | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 3 | opea-semantic-v1 | 9bd080919afba094 | Examples of behavior that contributes to a positive environment for our community include:
- Demonstrating empathy and kindness toward other people
- Being respectful of differing opinions, viewpoints, and experiences
- Giving and gracefully accepting constructive feedback
- Accepting responsibility and apologizing to ... | ai_ref_knowledge | OPEA Documentation | Examples of behavior that contributes to a positive environment for our community include:
- Demonstrating empathy and kindness toward other people
- Being respectful of differing opinions, viewpoints, and experiences
- Giving and gracefully accepting constructive feedback
- Accepting responsibility and apologizing to ... | Examples of behavior that contributes to a positive environment for our community include:
- Demonstrating empathy and kindness toward other people
- Being respectful of differing opinions, viewpoints, and experiences
- Giving and gracefully accepting constructive feedback
- Accepting responsibility and apologizing to ... | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
d6e1eb09-5839-4728-8839-21238f6fc24e | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 10 | opea-semantic-v1 | 17b151e645f131d6 | ## Scope
This Code of Conduct applies within all community spaces, and also applies when
an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address,
posting via an official social media account, or acting as an appointed
repre... | ai_ref_knowledge | OPEA Documentation | ## Scope
This Code of Conduct applies within all community spaces, and also applies when
an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address,
posting via an official social media account, or acting as an appointed
repre... | ## Scope
This Code of Conduct applies within all community spaces, and also applies when
an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address,
posting via an official social media account, or acting as an appointed
repre... | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
e6108989-3136-4555-9c41-fd76cb0bc1db | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 0 | opea-semantic-v1 | b5f77776a5a36f41 | ## Our Pledge
We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic st... | ai_ref_knowledge | OPEA Documentation | ## Our Pledge
We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic st... | ## Our Pledge
We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic st... | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
eba7ee27-b55c-4ded-8a6e-f502c0ba0403 | OPEA Documentation | file://datasets/opea-docs/community/CODE_OF_CONDUCT.md | unknown | 9baa5960-5d67-4897-bf48-d7cd8a4d1637 | 6 | opea-semantic-v1 | bdf8eccf0e29a802 | information, such as a physical or email address, without their explicit permission - Other conduct which could reasonably be considered inappropriate in a professional setting
## Enforcement Responsibilities | ai_ref_knowledge | OPEA Documentation | information, such as a physical or email address, without their explicit permission - Other conduct which could reasonably be considered inappropriate in a professional setting
## Enforcement Responsibilities | information, such as a physical or email address, without their explicit permission - Other conduct which could reasonably be considered inappropriate in a professional setting
## Enforcement Responsibilities | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
0575ec73-dc60-46a8-811c-10cad8306b34 | OPEA Documentation | file://datasets/opea-docs/community/CONTRIBUTING.md | unknown | f2a8e60a-8777-4c8b-80d6-1ff816806cb5 | 59 | opea-semantic-v1 | 3e008b5384b75268 | ## Contributor Covenant Code of Conduct
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant Code of Conduct](./CODE_OF_CONDUCT.md). | ai_ref_knowledge | OPEA Documentation | ## Contributor Covenant Code of Conduct
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant Code of Conduct](./CODE_OF_CONDUCT.md). | ## Contributor Covenant Code of Conduct
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant Code of Conduct](./CODE_OF_CONDUCT.md). | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
05eabc89-c758-478b-aa2a-a3c4d7d68b20 | OPEA Documentation | file://datasets/opea-docs/community/CONTRIBUTING.md | unknown | f2a8e60a-8777-4c8b-80d6-1ff816806cb5 | 32 | opea-semantic-v1 | 2ca98092ef916a22 | the Component (i,e `GenAIComp/comps/llm/text-generation/tgi/Dockerfile.[vendor]_[hardware]` ) - Update the image build yaml for new images - Update the CI/CD workflow to identify and deploy new test
OPEA maintainer [@chensuyue](mailto://suyue.chen@intel.com) can assist in this process. | ai_ref_knowledge | OPEA Documentation | the Component (i,e `GenAIComp/comps/llm/text-generation/tgi/Dockerfile.[vendor]_[hardware]` ) - Update the image build yaml for new images - Update the CI/CD workflow to identify and deploy new test
OPEA maintainer [@chensuyue](mailto://suyue.chen@intel.com) can assist in this process. | the Component (i,e `GenAIComp/comps/llm/text-generation/tgi/Dockerfile.[vendor]_[hardware]` ) - Update the image build yaml for new images - Update the CI/CD workflow to identify and deploy new test
OPEA maintainer [@chensuyue](mailto://suyue.chen@intel.com) can assist in this process. | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
0ac8b0f7-1b23-4d6e-9c8e-6436f147af53 | OPEA Documentation | file://datasets/opea-docs/community/CONTRIBUTING.md | unknown | f2a8e60a-8777-4c8b-80d6-1ff816806cb5 | 4 | opea-semantic-v1 | 2fcb4defc5d8720d | image2image ├── image2video ├── llms ├── lvms ├── prompt_registry ├── rerankings ├── retrievers ├── text2image ├── text2sql ├── third_parties ├── tts ├── utils └── web_retrievers
2. Follow the folder structure in the TEI embedding component below: | ai_ref_knowledge | OPEA Documentation | image2image ├── image2video ├── llms ├── lvms ├── prompt_registry ├── rerankings ├── retrievers ├── text2image ├── text2sql ├── third_parties ├── tts ├── utils └── web_retrievers
2. Follow the folder structure in the TEI embedding component below: | image2image ├── image2video ├── llms ├── lvms ├── prompt_registry ├── rerankings ├── retrievers ├── text2image ├── text2sql ├── third_parties ├── tts ├── utils └── web_retrievers
2. Follow the folder structure in the TEI embedding component below: | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
115a7c57-d920-43dd-bb2e-cb1b41c97de8 | OPEA Documentation | file://datasets/opea-docs/community/CONTRIBUTING.md | unknown | f2a8e60a-8777-4c8b-80d6-1ff816806cb5 | 49 | opea-semantic-v1 | 6ac7a70fc9541341 | improvements to OPEA projects, send your pull requests to each project for review. If you are new to GitHub, view the pull request [How To](https://help.github.com/articles/using-pull-requests/).
##### Step-by-Step guidelines | ai_ref_knowledge | OPEA Documentation | improvements to OPEA projects, send your pull requests to each project for review. If you are new to GitHub, view the pull request [How To](https://help.github.com/articles/using-pull-requests/).
##### Step-by-Step guidelines | improvements to OPEA projects, send your pull requests to each project for review. If you are new to GitHub, view the pull request [How To](https://help.github.com/articles/using-pull-requests/).
##### Step-by-Step guidelines | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
1354c4fd-e52e-479e-b8ba-da44ff0569fe | OPEA Documentation | file://datasets/opea-docs/community/CONTRIBUTING.md | unknown | f2a8e60a-8777-4c8b-80d6-1ff816806cb5 | 25 | opea-semantic-v1 | c53e8c95218cb26e | ├── eval_multihop.py │ │ ├── process_crud_dataset.py │ │ └── run_acc.sh │ └── performance │ └── kubernetes ├── chatqna.py # Main application definition (microservices, megaservice, gateway).
├── chatqna_wrapper.py
├── docker_compose
│ ├── amd
│ │ └── gpu
│ ├── install_docker.sh
│ ├── intel
│ │ ├── c... | ai_ref_knowledge | OPEA Documentation | ├── eval_multihop.py │ │ ├── process_crud_dataset.py │ │ └── run_acc.sh │ └── performance │ └── kubernetes ├── chatqna.py # Main application definition (microservices, megaservice, gateway).
├── chatqna_wrapper.py
├── docker_compose
│ ├── amd
│ │ └── gpu
│ ├── install_docker.sh
│ ├── intel
│ │ ├── c... | ├── eval_multihop.py │ │ ├── process_crud_dataset.py │ │ └── run_acc.sh │ └── performance │ └── kubernetes ├── chatqna.py # Main application definition (microservices, megaservice, gateway).
├── chatqna_wrapper.py
├── docker_compose
│ ├── amd
│ │ └── gpu
│ ├── install_docker.sh
│ ├── intel
│ │ ├── c... | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
1ba5c57b-6207-4774-887f-9444a926e359 | OPEA Documentation | file://datasets/opea-docs/community/CONTRIBUTING.md | unknown | f2a8e60a-8777-4c8b-80d6-1ff816806cb5 | 55 | opea-semantic-v1 | 72a8337c73a67157 | the PR must pass all unit tests and without coverage regression. - End to End Test, the PR must pass all end to end tests.
#### Pull Request Review
You can tag or add reviewers from [the code owners list](https://github.com/opea-project/docs/blob/main/community/codeowner.md) to your PR. | ai_ref_knowledge | OPEA Documentation | the PR must pass all unit tests and without coverage regression. - End to End Test, the PR must pass all end to end tests.
#### Pull Request Review
You can tag or add reviewers from [the code owners list](https://github.com/opea-project/docs/blob/main/community/codeowner.md) to your PR. | the PR must pass all unit tests and without coverage regression. - End to End Test, the PR must pass all end to end tests.
#### Pull Request Review
You can tag or add reviewers from [the code owners list](https://github.com/opea-project/docs/blob/main/community/codeowner.md) to your PR. | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
1e176d80-e4a0-439f-a163-d21220f1aad4 | OPEA Documentation | file://datasets/opea-docs/community/CONTRIBUTING.md | unknown | f2a8e60a-8777-4c8b-80d6-1ff816806cb5 | 48 | opea-semantic-v1 | faf9548882a6b565 | #### Create Pull Request
If you have improvements to OPEA projects, send your pull requests to each project for review. If you are new to GitHub, view the pull request [How To](https://help.github.com/articles/using-pull-requests/). | ai_ref_knowledge | OPEA Documentation | #### Create Pull Request
If you have improvements to OPEA projects, send your pull requests to each project for review. If you are new to GitHub, view the pull request [How To](https://help.github.com/articles/using-pull-requests/). | #### Create Pull Request
If you have improvements to OPEA projects, send your pull requests to each project for review. If you are new to GitHub, view the pull request [How To](https://help.github.com/articles/using-pull-requests/). | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
220b056a-cae7-4c33-9be9-68e7fd9bb6a7 | OPEA Documentation | file://datasets/opea-docs/community/CONTRIBUTING.md | unknown | f2a8e60a-8777-4c8b-80d6-1ff816806cb5 | 42 | opea-semantic-v1 | 6ab8c6c1475cc2c3 | The RFC process is necessary for changes which have a substantial impact on end users, workflow, or user facing API. It generally includes:
- Changes to core workflow. - Changes with significant architectural implications. - changes which modify or introduce user facing interfaces. | ai_ref_knowledge | OPEA Documentation | The RFC process is necessary for changes which have a substantial impact on end users, workflow, or user facing API. It generally includes:
- Changes to core workflow. - Changes with significant architectural implications. - changes which modify or introduce user facing interfaces. | The RFC process is necessary for changes which have a substantial impact on end users, workflow, or user facing API. It generally includes:
- Changes to core workflow. - Changes with significant architectural implications. - changes which modify or introduce user facing interfaces. | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
23745a3c-0313-4177-aa75-7d939ed22a96 | OPEA Documentation | file://datasets/opea-docs/community/CONTRIBUTING.md | unknown | f2a8e60a-8777-4c8b-80d6-1ff816806cb5 | 1 | opea-semantic-v1 | af0c9e641176d534 | similar with other open source projects on Github, involving an amount of open discussion in issues and feature requests between the maintainers, contributors and users.
## All The Ways To Contribute | ai_ref_knowledge | OPEA Documentation | similar with other open source projects on Github, involving an amount of open discussion in issues and feature requests between the maintainers, contributors and users.
## All The Ways To Contribute | similar with other open source projects on Github, involving an amount of open discussion in issues and feature requests between the maintainers, contributors and users.
## All The Ways To Contribute | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
25f02d76-bab0-4812-9ef0-ea3434224595 | OPEA Documentation | file://datasets/opea-docs/community/CONTRIBUTING.md | unknown | f2a8e60a-8777-4c8b-80d6-1ff816806cb5 | 17 | opea-semantic-v1 | 94ad1e88a7c8c6da | subgraph User Interface direction TB a([User Input Query]):::orchid Ingest([Ingest data]):::orchid UI([UI server<br>]):::orchid end subgraph ChatQnA GateWay direction LR invisible1[ ]:::invisible GW([ChatQnA GateWay<br>]):::orange end subgraph .
X([OPEA Micsrservice]):::blue
Y{{Open Source Service}}
Z([OPEA Gateway])... | ai_ref_knowledge | OPEA Documentation | subgraph User Interface direction TB a([User Input Query]):::orchid Ingest([Ingest data]):::orchid UI([UI server<br>]):::orchid end subgraph ChatQnA GateWay direction LR invisible1[ ]:::invisible GW([ChatQnA GateWay<br>]):::orange end subgraph .
X([OPEA Micsrservice]):::blue
Y{{Open Source Service}}
Z([OPEA Gateway])... | subgraph User Interface direction TB a([User Input Query]):::orchid Ingest([Ingest data]):::orchid UI([UI server<br>]):::orchid end subgraph ChatQnA GateWay direction LR invisible1[ ]:::invisible GW([ChatQnA GateWay<br>]):::orange end subgraph .
X([OPEA Micsrservice]):::blue
Y{{Open Source Service}}
Z([OPEA Gateway])... | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
26106751-54ac-410d-a112-2f9b8a610751 | OPEA Documentation | file://datasets/opea-docs/community/CONTRIBUTING.md | unknown | f2a8e60a-8777-4c8b-80d6-1ff816806cb5 | 27 | opea-semantic-v1 | 88bdf957cbf90069 | of the example application. - `docker_build_image/build.yaml`: builds necessary images pointing to the Dockerfiles in the GenAIComp repository. - `docker_compose/[vendor]/[device]/compose.yaml`: defines pipeline for Docker Compose deployment.
For naming the Docker Image file please follow the naming convention:
- Dock... | ai_ref_knowledge | OPEA Documentation | of the example application. - `docker_build_image/build.yaml`: builds necessary images pointing to the Dockerfiles in the GenAIComp repository. - `docker_compose/[vendor]/[device]/compose.yaml`: defines pipeline for Docker Compose deployment.
For naming the Docker Image file please follow the naming convention:
- Dock... | of the example application. - `docker_build_image/build.yaml`: builds necessary images pointing to the Dockerfiles in the GenAIComp repository. - `docker_compose/[vendor]/[device]/compose.yaml`: defines pipeline for Docker Compose deployment.
For naming the Docker Image file please follow the naming convention:
- Dock... | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
276205a5-d70d-4901-af7e-8e8f14aa7630 | OPEA Documentation | file://datasets/opea-docs/community/CONTRIBUTING.md | unknown | f2a8e60a-8777-4c8b-80d6-1ff816806cb5 | 40 | opea-semantic-v1 | dacd5b991128ea61 | substantial changes to OPEA projects. The RFC process allows the contributors to collaborate during the design process, providing clarity and validation before jumping to implementation.
*When the RFC process is needed?* | ai_ref_knowledge | OPEA Documentation | substantial changes to OPEA projects. The RFC process allows the contributors to collaborate during the design process, providing clarity and validation before jumping to implementation.
*When the RFC process is needed?* | substantial changes to OPEA projects. The RFC process allows the contributors to collaborate during the design process, providing clarity and validation before jumping to implementation.
*When the RFC process is needed?* | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation | |
28732c85-737f-43af-8d21-3b01191e5011 | OPEA Documentation | file://datasets/opea-docs/community/CONTRIBUTING.md | unknown | f2a8e60a-8777-4c8b-80d6-1ff816806cb5 | 23 | opea-semantic-v1 | 6811639e11b051f2 | direction TB %% Vector DB interaction R_RET <-.->|d|VDB DP <-.->|d|VDB
- Follow the folder structure in the ChatQnA example below: | ai_ref_knowledge | OPEA Documentation | direction TB %% Vector DB interaction R_RET <-.->|d|VDB DP <-.->|d|VDB
- Follow the folder structure in the ChatQnA example below: | direction TB %% Vector DB interaction R_RET <-.->|d|VDB DP <-.->|d|VDB
- Follow the folder structure in the ChatQnA example below: | opea, enterprise-ai, genai, docs, P1 | OPEA Documentation |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.