repository stringclasses 156 values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8 values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
freecodecampfreecodecamp | create file greek | Invalid | since I be bilingual I will also translate the guide in greek I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add example for easy understanding | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update index md | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add text my change to article | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | change the color of variable | Invalid | uppercase be shine as a keyword it must be normal black as a variable as in above code x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add text my change to article | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | create file german | Invalid | I will translate some part of the guide in german x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add text my change to article | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | angularjs explain in brief | Invalid | angularjs be mostly suitable if one need to build a dynamic web application angularjs provide some of the feature such as two way datum bind dependency injection directive and testing x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add text my change to article | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add framework | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add history in the article | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | change to improve explanation of example | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update see also skin in the game | Invalid | update see also skin in the game to the story of the chicken and pig x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add text my change to article | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | remove redundant line | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close 21999 |
freecodecampfreecodecamp | add the text change by infitake | Invalid | mark and sweep garbage collection algorithm background all the object which be create dynamically use new in c and java be allocate memory in the heap if we go on create object we might get out of memory error since it be not possible to allocate heap memory to object so we need to clear heap memory by release memory for all those object which be no long reference by the program or the unreachable object so that the space be make available for subsequent new object this memory can be release by the programmer itself but it seem to be an overhead for the programmer here garbage collection come to our rescue and it automatically release the heap memory for all the unreferenced object there be many garbage collection algorithm which run in the background one of they be mark and sweep mark and sweep algorithm any garbage collection algorithm must perform 2 basic operation one it should be able to detect all the unreachable object and secondly it must reclaim the heap space use by the garbage object and make the space available again to the program the above operation be perform by mark and sweep algorithm in two phase 1 mark phase 2 sweep phase mark phase when an object be create its mark bit be set to 0 false in the mark phase we set the marked bit for all the reachable object or the object which a user can refer to to 1 true now to perform this operation we simply need to do a graph traversal a depth first search approach would work for we here we can consider every object as a node and then all the nodes object that be reachable from this node object be visit and it go on till we have visit all the reachable nodes root be a variable that refer to an object and be directly accessible by local variable we will assume that we have one root only we can access the mark bit for an object by markedbit obj algorithm mark phase mark root if markedbit root false then markedbit root true for each v reference by root mark v note if we have more than one root then we simply have to call mark for all the root variable sweep phase as the name suggest it sweep the unreachable object I e it clear the heap memory for all the unreachable object all those object whose marked value be set to false be clear from the heap memory for all other object reachable object the marked bit be set to true now the mark value for all the reachable object be set to false since we will run the algorithm if require and again we will go through the mark phase to mark all the reachable object algorithm sweep phase sweep for each object p in heap if markedbit p true then markedbit p false else heap release p the mark and sweep algorithm be call a trace garbage collector because it trace out the entire collection of object that be directly or indirectly accessible by the program advantage of mark and sweep algorithm it handle the case with cyclic reference even in case of a cycle this algorithm never end up in an infinite loop there be no additional overhead incur during the execution of the algorithm disadvantage of mark and sweep algorithm the main disadvantage of the mark and sweep approach be the fact that that normal program execution be suspend while the garbage collection algorithm run other disadvantage be that after the mark and sweep algorithm be run several time on a program reachable object end up be separate by many small unused memory region look at the below figure for well understanding figure heapmemory here white block denote the free memory while the grey block denote the memory take by all the reachable object now the free segment which be denote by white color be of vary size let s say the 5 free segment be of size 1 1 2 3 5 size in unit now we need to create an object which take 10 unit of memory now assume that memory can be allocate only in contiguous form of block the creation of object isn t possible although we have an available memory space of 12 unit and it will cause outofmemory error this problem be term as fragmentation we have memory available in fragment but we be unable to utilize that memory space we can reduce the fragmentation by compaction we shuffle the memory content to place all the free memory block together to form one large block now consider the above example after compaction we have a continuous block of free memory of size 12 unit so now we can allocate memory to an object of size 10 unit island of isolation in java in java object destruction be take care by the garbage collector module and the object which do not have any reference to they be eligible for garbage collection garbage collector be capable to identify this type of object island of isolation object 1 reference object 2 and object 2 reference object 1 neither object 1 nor object 2 be reference by any other object that s an island of isolation basically an island of isolation be a group of object that reference each other but they be not reference by any active object in the application strictly speak even a single unreferenced object be an island of isolation too iterator vs collection iterator can only move to next element or remove an element however collection can add iterate remove or clear the element of the collection iterator provide a well speed than collection as the iterator interface have limit number of operation java sql sqlexception extend iterable hence it allow the caller to safely iterate over cause of sqlexception use a collection in this case would be expensive because in a chain of n exception use of a collection in the sqlexception interface would potentially require the construction of o n 2 element however use of iterable provide o n access to the exception chain x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add the text java array be an object which contain element of a sim | Invalid | ilar datum type it be a data structure where we store similar element we can store only a fix set of element in a java array to the article x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update external link for the story of the chicken and pig from www I | Invalid | mplementingscrum com update external link for the story of the chicken and pig from www implementingscrum com x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add more border radius value | Invalid | add more border radius value x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add text my change to article | Invalid | x I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add link to reddit community | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add the text my change | Invalid | x I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add the give text to the article | Invalid | add the text array be special variable which can hold more than one value under the same variable name organise with an index to the article x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add example image to generation | Invalid | adde example image to all generation thread x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | enhance appearance of index md | Invalid | create an unordered list for laravel feature package x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add link to reddit guide and resource | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add the text sequential or continous java array to the article | Invalid | add the text java array be an object which contain element of a similar data type it be a data structure where we store similar element we can store only a fix set of element in a java array to the article x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add the give text to the article | Invalid | add the text android sdk the android software development kit sdk include a comprehensive set of development tool these include a debugger librarie a handset emulator base on qemu documentation sample code and tutorial currently support development platform include computer run linux any modern desktop linux distribution mac os x 10 5 8 or later and window 7 or later as of march 2015 the sdk be not available on android itself but software development be possible by use specialized android application until around the end of 2014 the officially support integrate development environment ide be eclipse use the android development tool adt plugin though intellij idea ide all edition fully support android development out of the box and netbean ide also support android development via a plugin as of 2015 android studio make by google and power by intellij be the official ide however developer be free to use other but google make it clear that adt be officially deprecate since the end of 2015 to focus on android studio as the official android ide additionally developer may use any text editor to edit java and xml file then use command line tool java development kit and apache ant be require to create build and debug android application as well as control attach android device e g trigger a reboot instal software package s remotely enhancement to android s sdk go hand in hand with the overall android platform development the sdk also support old version of the android platform in case developer wish to target their application at old device development tool be downloadable component so after one have download the late version and platform old platform and tool can also be download for compatibility testing android application be package in apk format and store under datum app folder on the android os the folder be accessible only to the root user for security reason apk package contain dex file compile byte code file call dalvik executable resource file etc I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add the text change by infitake | Invalid | java concurrency yield sleep and join method we can prevent the execution of a thread by use one of the follow method of thread class 1 yield suppose there be three thread t1 t2 and t3 thread t1 get the processor and start its execution and thread t2 and t3 be in ready runnable state completion time for thread t1 be 5 hour and completion time for t2 be 5 minute since t1 will complete its execution after 5 hour t2 have to wait for 5 hour to just finish 5 minute job in such scenario where one thread be take too much time to complete its execution we need a way to prevent execution of a thread in between if something important be pende yeild help we in do so yield basically mean that the thread be not do anything particularly important and if any other thread or process need to be run they should run otherwise the current thread will continue to run use of yield method whenever a thread call java lang thread yield method it give hint to the thread scheduler that it be ready to pause its execution thread scheduler be free to ignore this hint if any thread execute yield method thread scheduler check if there be any thread with same or high priority than this thread if processor find any thread with high or same priority then it will move the current thread to ready runnable state and give processor to other thread and if not current thread will keep execute int thread communication in java prerequisite multithreade in java synchronize in java what be poll and what be problem with it the process of test a condition repeatedly till it become true be know as polling polling be usually implement with the help of loop to check whether a particular condition be true or not if it be true certain action be take this waste many cpu cycle and make the implementation inefficient for example in a classic queuing problem where one thread be produce datum and other be consume it how java multi threading tackle this problem to avoid polling java use three method namely wait notify and notifyall all these method belong to object class as final so that all class have they they must be use within a synchronize block only wait it tell the call thread to give up the lock and go to sleep until some other thread enter the same monitor and call notify notify it wake up one single thread that call wait on the same object it should be note that call notify do not actually give up a lock on a resource notifyall it wake up all the thread that call wait on the same object start function in java we have discuss that java thread be typically create use one of the two method 1 extend thread class 2 implement runnable in both the approach we override the run function but we start a thread by call the start function so why don t we directly call the oveerridden run function why always the start function be call to execute a thread what happen when a function be call when a function be call the follow operation take place the argument be evaluate a new stack frame be push into the call stack parameter be initialize method body be execute value be reture and current stack frame be pop from the call stack java lang thread class in java thread a line of execution within a program each program can have multiple associate thread each thread have a priority which be use by thread scheduler to determine which thread must run first java provide a thread class that have various method call inorder to manage the behaviour of thread note every class that be use as thread must implement runnable interface and over ride it s run method constructor thread allocate a new thread object thread runnable target allocate a new thread object thread runnable target string name allocate a new thread object thread string name allocate a new thread object thread threadgroup group runnable target allocate a new thread object thread threadgroup group runnable target string name allocate a new thread object so that it have target as its run object have the specify name as its name and belong to the thread group refer to by group thread threadgroup group runnable target string name long stacksize allocate a new thread object so that it have target as its run object have the specify name as its name and belong to the thread group refer to by group and have the specify stack size thread threadgroup group string name callocate a new thread object x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update the image for the chicken and the pig | Invalid | update the image for the chicken and the pig from the wiki x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add map of computer science | Invalid | a video regard the different branch of computer science x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close 21956 |
freecodecampfreecodecamp | russian datum science tool improve translation | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update index md with addition of more resource | Invalid | add more resource x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add reddit guide and resource page | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add the give text to the article | Invalid | add the text python be an interpret high level programming language create by guido van rossum and first release in 1991 python have a design philosophy that emphasize code readability notably use significant white space to the article x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add the give text to the article | Invalid | add the text oracle vm virtualbox be a free and open source host hypervisor for x86 computer currently be develop by oracle corporation develop initially by innotek gmbh it be acquire by sun microsystem in 2008 which be in turn acquire by oracle in 2010 to the article x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add the text change by infitake | Invalid | include in c it be basically a header file that include every standard library in programming contest use this file be a good idea when you want to reduce the time waste in do chore especially when your rank be time sensitive in programming contest people do focus more on find algorithm to solve a problem than on software engineering from software engineering perspective it be a good idea to minimize the include if you use it actually include a lot of file which your program may not need thus increase both compile time and program size unnecessarily disadvantage of bit stdc bit stdc h be not a standard header file of gnu c library so if you try to compile your code with some compiler other than gcc it might fail e g msvc do not have this header use it would include a lot of unnecessary stuff and increase compilation time this header file be not part of the c standard be therefore non portable and should be avoid moreover even if there be some catch all header in the standard you would want to avoid it in lieu of specific header since the compiler have to actually read in and parse every include header include recursively include header every single time that translation unit be compile advantage of bit stdc in contest use this file be a good idea when you want to reduce the time waste in do chore especially when your rank be time sensitive this also reduce all the chore of write all the necessary header file you don t have to remember all the stl of gnu c for every function you use x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | commit the acceptance criterion add | Invalid | commit the acceptance criterion add I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add more good book | Invalid | add 2 more good and useful book on javascript x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add the give text to the article | Invalid | add the text it be a standardized system for tag text file to achieve font colour graphic and hyperlink effect on world wide web page to the article x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | minor readability update | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update about json | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | random forest update with additional section | Invalid | random forest document be miss a proper introduction and few basic section add working of algorithm problem with the algorithm and summary to the algorithm to make user understand when to use the algorithm and how effective this algorithm would be in different scenario x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update start develop js | Invalid | change I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update index md | Invalid | change I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | bullete the link | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add text my change 3 to article | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update index md | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add the text begineer change to the article | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update index md | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | bullete the link | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add the text my change to the article | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | case cool picture | Invalid | add picture to the case cool arcticle x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update index md | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add text my change on article | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add option of ctrl d to quit node | Invalid | add ctrl d as an option to quit node I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | fix bug | Invalid | fix a bug where the code provide would print my first php script instead of hello world minor format adjustment programming language prerequisite be remove to avoid confusion because they be not need for hello world example x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | benefit of alias | Invalid | major benefit of alias which we allow the user to manipulate datum as per requirement and can maximize the performance x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update index md | Invalid | add footer element x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update index md | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add link for more information | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update index md | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | service generation | Invalid | ng generate service name I believe instead of generate a service individually I would suggest that let the service be automatically generate within the component just like the typescript file css and the html file x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | fix incorrect grammar | Invalid | initially the text be though we discuss html help to provide meaning to our document the propose change be though we discuss html help to provide meaning to our document x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | change title to h1 | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add sample configuration for reference | Invalid | add a sample docker compose yml content for reference x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | my change to the index md add new book | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add the text my change on article | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add youtube video to article | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | russian apply accessibility improve translate | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | additional article for introduction be add | Invalid | the article by adam geitgey be the easy introduction for anyone who want to know machine learn x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add the text my change to article | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link |
freecodecampfreecodecamp | add former name of virtualbox | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | fix translation in spanish readme md | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number 18307 |
freecodecampfreecodecamp | update index md | Invalid | another simple if else statement example include use namespace std int main int I 10 if I 15 cout I be less than 15 else cout I be not less than 15 cout I be not part of if if else statement return 0 output 10 be less than 15 I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update index md | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update index md | Invalid | x I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | translation of java pojo file to german | Invalid | this be to provide some german translate file to the guide |
freecodecampfreecodecamp | add a new link in line 110 | Invalid | sololearn com free website to learn php x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update the file | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | fix naming issue | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link |
freecodecampfreecodecamp | just add an example for very beginner | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | grammatical change | Invalid | fix numbering paragraph x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link |
freecodecampfreecodecamp | change on index md | Invalid | x I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update readme md | Invalid | hj I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add the text freecodecamp org be proud to help you all to article | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update license md | Invalid | format I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | the part of a for loop be a little wonky so I want to improve they | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add text my change to article | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add missing space after period | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update index md | Invalid | add definition x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add the text to index md | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | hope this thing help you | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update available here to can be view here | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update index md | Invalid | update definition of switch statement x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | include two more link | Invalid | in line 139 and 140 x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | change change | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | I add new definition of class | Invalid | add new definition of class x I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add a recommendation | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.