MCPcopy Create free account

hub / github.com/4nywan/guide-de-survie-sciences-informatiques / functions

Functions696 in github.com/4nywan/guide-de-survie-sciences-informatiques

Method__init__
(self, name, neck_length)
BAC1/LINFO1101 - Introduction à la programmation/Session 09/Q_Zoo Game.py:46
Method__init__
(self)
BAC1/LINFO1101 - Introduction à la programmation/Session 09/Q_Zoo Game.py:57
Method__init__
(self, life=100, damage=10)
BAC1/LINFO1101 - Introduction à la programmation/Session 09/Kill them all.py:3
Method__init__
(self, life=100, damage=10)
BAC1/LINFO1101 - Introduction à la programmation/Session 09/Kill them all.py:15
Method__init__
(self, firstname, surname, birthday, email)
BAC1/LINFO1101 - Introduction à la programmation/Session 09/Q_Student - init.py:3
Method__init__
(self, firstname, surname, birthday, email)
BAC1/LINFO1101 - Introduction à la programmation/Session 09/Student - init.py:3
Method__init__
(self, author, title, length)
BAC1/LINFO1101 - Introduction à la programmation/Session 09/QBF.py:5
Method__init__
(self, matrix)
BAC1/LINFO1101 - Introduction à la programmation/Session 07/Q_Wrong iterations.py:2
Method__init__
(self, attack)
BAC1/LINFO1101 - Introduction à la programmation/Session 08/Q_Kill an ennemy.py:2
Method__init__
(self, weapon)
BAC1/LINFO1101 - Introduction à la programmation/Session 08/Q_Kill an ennemy.py:6
Method__init__
(self, life)
BAC1/LINFO1101 - Introduction à la programmation/Session 08/Q_Kill an ennemy.py:14
Method__init__
(self)
BAC1/LINFO1101 - Introduction à la programmation/Session 08/Q_SMS Store.py:2
Method__init__
(self, name, salary)
BAC1/LINFO1101 - Introduction à la programmation/Session 08/QBF.py:2
Method__iter__
(self)
BAC1/LINFO1101 - Introduction à la programmation/Session 07/Q_Wrong iterations.py:8
Method__next__
(self)
BAC1/LINFO1101 - Introduction à la programmation/Session 07/Q_Wrong iterations.py:10
Function__str__
(self)
BAC1/LINFO1101 - Introduction à la programmation/Session 11/Q_LinkedList - __str__.py:1
Method__str__
(self)
BAC1/LINFO1101 - Introduction à la programmation/Session 10/Amazon dispatch center.py:30
Method__str__
(self)
BAC1/LINFO1101 - Introduction à la programmation/Session 09/Q_Student - init.py:10
Method__str__
(self)
BAC1/LINFO1101 - Introduction à la programmation/Session 09/QBF.py:12
Method__str__
(self)
BAC1/LINFO1101 - Introduction à la programmation/Session 08/QBF.py:6
Function__undoAction
(self,action)
BAC1/LINFO1101 - Introduction à la programmation/Session 10/QBF.py:21
Functionabsval
BAC2/LEPL1503 - Projet 3/S1/absval.c:3
Methodaccept
(Visitor visitor)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Visitor/src/main/java/Div.java:6
Methodaccept
(Visitor visitor)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Visitor/src/main/java/Add.java:6
Methodaccept
(Visitor visitor)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Visitor/src/main/java/Leaf.java:13
Methodaccept
(Visitor visitor)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Visitor/src/main/java/Mult.java:6
Methodaccept
(Visitor visitor)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Visitor/src/main/java/Sub.java:6
Methodaccept
(Visitor visitor)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/VisitorBasic/src/main/java/Visitable.java:5
Methodaccept
(Visitor visitor)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/VisitorBasic/src/main/java/VisitableList.java:6
Methodadd
(self, val)
BAC1/LINFO1101 - Introduction à la programmation/Session 11/Q_LinkedList.py:7
MethodaddObserver
Adds an observer to the subscribers of the station
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Observer/src/main/java/Observable.java:27
Methodadd_new_arrival
(self, from_number, time_arrived, text_of_SMS)
BAC1/LINFO1101 - Introduction à la programmation/Session 08/Q_SMS Store.py:5
Functionadd_node
* Add a node at the head of the list @list and increment the number of nodes in the list (member `size`) * * @l: linked list * @value: value to add to
BAC2/LEPL1503 - Projet 3/S3/linkedList.c:55
FunctionafficheMax
(a, b)
BAC1/LINFO1101 - Introduction à la programmation/Session 03/Maximum.py:1
Functionajoute
(l,v)
BAC1/LINFO1101 - Introduction à la programmation/Session 04/Ajoute.py:1
MethodasArray
(FList list)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/FList/src/test/java/Tests.java:26
Methodattack
(self, target)
BAC1/LINFO1101 - Introduction à la programmation/Session 09/Kill them all.py:7
Methodattribute
(int value)
BAC2/LEPL1402 - Informatique 2/Exos/Module 1/Introduction/src/main/java/IntroductionExercises.java:12
Methodaugmente
(self, augmentation)
BAC1/LINFO1101 - Introduction à la programmation/Session 08/QBF.py:9
MethodbasicTest
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/CoverageIntermidiate/src/test/java/Tests.java:27
MethodbasicTest
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 1/Comparator/src/test/java/Tests.java:9
MethodbasicTest
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 1/ASCIIDecoder/src/test/java/Tests.java:7
MethodbasicTestCreateOptionalTeamLeader
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Optional/src/test/java/Tests.java:9
MethodbiggestSum
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 2/LargestSum/src/test/java/Tests.java:19
Functionbinary_search
( course, list_of_courses )
BAC1/LINFO1101 - Introduction à la programmation/Session 05/Recherche binaire.py:1
Methodbroadcast
Sends a message to APPROPRIATE subscribers.
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Observer/src/main/java/Observable.java:22
Methodbroadcast
(Pair<String, Integer> pair)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Observer/src/main/java/WeatherStation.java:11
Functionbuf_strcpy
BAC2/LEPL1503 - Projet 3/S3/improvedStrcpy.c:17
Functioncalloc2
BAC2/LEPL1503 - Projet 3/S3/newCalloc.c:7
Functioncapitalize
(filename_in, filename_out)
BAC1/LINFO1101 - Introduction à la programmation/Session 06/Manipulation de fichiers.py:20
Functioncarre
(n)
BAC1/LINFO1101 - Introduction à la programmation/Session 04/Carre.py:1
Functionchar_count
(filename)
BAC1/LINFO1101 - Introduction à la programmation/Session 06/Manipulation de fichiers.py:6
Functionchiffres_pairs
(n)
BAC1/LINFO1101 - Introduction à la programmation/Session 03/QBF.py:1
Methodclear
(self)
BAC1/LINFO1101 - Introduction à la programmation/Session 08/Q_SMS Store.py:34
Functioncmp_func
BAC2/LEPL1503 - Projet 3/S4/compFunct.c:20
Functioncollect
(filename)
BAC1/LINFO1101 - Introduction à la programmation/Session 07/Q_Anonymous - Information collection.py:1
Functioncompar
* Function used to compare two structures based on their averages. * * @s1 : a pointer to the first structure * @s2 : a pointer to the second structur
BAC2/LEPL1503 - Projet 3/S6/sortMyPoints.c:24
Functioncompare
BAC2/LEPL1503 - Projet 3/S4/orderedLL.c:9
MethodcompareTo
Should compare Tree by using name and age in that specific order returns: > 0 if this is greater then o 0 if they are equal < 0 if this is less than o
BAC2/LEPL1402 - Informatique 2/Exos/Module 3/ComparatorvsComparable/src/main/java/Tree.java:21
MethodcompareTo
Should compare Flower by using name and age in that specific order returns: > 0 if this is greater then o 0 if they are equal < 0 if th
BAC2/LEPL1402 - Informatique 2/Exos/Module 3/ComparatorvsComparable/src/main/java/Flower.java:23
MethodcompareTo
Should compare Plant by using name and age in that specific order returns: > 0 if this is greater than o 0 if they are equal < 0 if thi
BAC2/LEPL1402 - Informatique 2/Exos/Module 3/ComparatorvsComparable/src/main/java/Plant.java:26
Methodcompute
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 6/ParallelelMergeSort/src/main/java/ParallelMergeSort.java:26
MethodcomputeAverageForStudentInSection
(Stream<Student> studentStream, int section)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Streams/src/main/java/StudentFunctions.java:12
MethodcomputeAverageForStudentInSection
(Stream<Student> studentStream, int section)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Streams/src/main/java/StudentStreamFunction.java:11
Functioncontains
* Return 1 if there is a node containing @value in @tree and 0 otherwise. */
BAC2/LEPL1503 - Projet 3/S3/binaryTree.c:32
Functioncopy
* @pre file_name != NULL, name of the original file * new_file_name != NULL, name of the new file (the copy) * * @post copy the contents of {f
BAC2/LEPL1503 - Projet 3/S5/fileCopy.c:21
MethodcornerCasesTest
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 3/TreeSame/src/test/java/Tests.java:66
Functioncorrect
BAC2/LEPL1503 - Projet 3/S2/rewritreStrCaseCmp.c:29
MethodcorrectOutput
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 2/LargestSum/src/test/java/Tests.java:11
Functioncount
(events, i, j)
BAC1/LINFO1101 - Introduction à la programmation/Session 05/Compteur d'événement.py:1
Functioncreate_dict
(lst)
BAC1/LINFO1101 - Introduction à la programmation/Session 07/Création de dictionnaire.py:1
Functioncreate_dict_max
(lst)
BAC1/LINFO1101 - Introduction à la programmation/Session 07/Création de dictionnaire des valeurs maximums.py:1
Functioncreate_dictionary
(filename)
BAC1/LINFO1101 - Introduction à la programmation/Session 07/Texte à Dictionnaire.py:1
Methoddec
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 6/SharedCounterMonitor/src/main/java/SharedCounter.java:10
Methoddelete
(self, index)
BAC1/LINFO1101 - Introduction à la programmation/Session 08/Q_SMS Store.py:27
Functiondequeue
BAC2/LEPL1503 - Projet 3/S4/advancedQueue.c:25
Methoddequeue
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 6/ProducerConsumer/src/main/java/LockQueue.java:20
FunctiondoMyWork
* Function used to launch threads that will do the work for us. * * @long_computing : a function that will do a really long computing and that must be
BAC2/LEPL1503 - Projet 3/S6/doMyWork.c:32
Methoddraw
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Factory/src/main/java/Wall.java:6
Methoddraw
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Factory/src/main/java/Door.java:6
Methoddraw
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Factory/src/main/java/Key.java:6
Methoddraw
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Factory/src/main/java/Floor.java:6
Functionenqueue
BAC2/LEPL1503 - Projet 3/S4/advancedQueue.c:8
Methodenqueue
(Integer i)
BAC2/LEPL1402 - Informatique 2/Exos/Module 6/ProducerConsumer/src/main/java/LockQueue.java:38
Functionequal
(l,d)
BAC1/LINFO1101 - Introduction à la programmation/Session 07/Egalité entre structures.py:1
Methodequals
(Object o)
BAC2/LEPL1402 - Informatique 2/Exos/Module 3/TreeSame/src/main/java/Node.java:15
Methodequals
(Object obj)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Streams2/src/main/java/Student.java:48
Methodequals
(Object obj)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Streams/src/main/java/Student.java:48
MethodequalsIntegers
(int a, int b)
BAC2/LEPL1402 - Informatique 2/Exos/Module 1/Introduction/src/main/java/IntroductionExercises.java:26
MethodexceptionHandling
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/CoverageTesting/src/test/java/TestSuite.java:41
Methodexists
(Stream<Student> studentsStream, Map<String, Predicate<?>> conditions,
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Streams2/src/main/java/StudentFunctions.java:34
Methodexists
(Stream<Student> studentsStream, Map<String, Predicate<?>> conditions,
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Streams2/src/main/java/StudentStreamFunction.java:29
MethodfiboRecursive
(int index)
BAC2/LEPL1402 - Informatique 2/Exos/Module 2/Fibonacci/src/main/java/Fibonacci.java:4
Functionfibonacci
(n)
BAC1/LINFO1101 - Introduction à la programmation/Session 03/Q_Fibonacci.py:1
Functionfile_exists
BAC2/LEPL1503 - Projet 3/S5/fileExist.c:13
Methodfilter
Returns a new list containing only the elements from this list that fullfill predicate f (i.e. f(elem) == true)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/FListMergeSort/src/main/java/FList.java:57
Methodfilter
(Predicate<A> f)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/FListMergeSort/src/main/java/FList.java:111
Methodfilter
(Predicate<A> f)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/FListMergeSort/src/main/java/FList.java:153
Methodfilter
Returns a new list containing only the elements from this list that fullfill predicate f (i.e. f(elem) == true)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/FList/src/main/java/FList.java:51
Methodfilter
(Predicate<A> f)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/FList/src/main/java/FList.java:105
← previousnext →301–400 of 696, ranked by callers