Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/4nywan/guide-de-survie-sciences-informatiques
/ functions
Functions
696 in github.com/4nywan/guide-de-survie-sciences-informatiques
⨍
Functions
696
◇
Types & classes
199
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
Function
absval
BAC2/LEPL1503 - Projet 3/S1/absval.c:3
Method
accept
(Visitor visitor)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Visitor/src/main/java/Div.java:6
Method
accept
(Visitor visitor)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Visitor/src/main/java/Add.java:6
Method
accept
(Visitor visitor)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Visitor/src/main/java/Leaf.java:13
Method
accept
(Visitor visitor)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Visitor/src/main/java/Mult.java:6
Method
accept
(Visitor visitor)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Visitor/src/main/java/Sub.java:6
Method
accept
(Visitor visitor)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/VisitorBasic/src/main/java/Visitable.java:5
Method
accept
(Visitor visitor)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/VisitorBasic/src/main/java/VisitableList.java:6
Method
add
(self, val)
BAC1/LINFO1101 - Introduction à la programmation/Session 11/Q_LinkedList.py:7
Method
addObserver
Adds an observer to the subscribers of the station
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Observer/src/main/java/Observable.java:27
Method
add_new_arrival
(self, from_number, time_arrived, text_of_SMS)
BAC1/LINFO1101 - Introduction à la programmation/Session 08/Q_SMS Store.py:5
Function
add_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
Function
afficheMax
(a, b)
BAC1/LINFO1101 - Introduction à la programmation/Session 03/Maximum.py:1
Function
ajoute
(l,v)
BAC1/LINFO1101 - Introduction à la programmation/Session 04/Ajoute.py:1
Method
asArray
(FList list)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/FList/src/test/java/Tests.java:26
Method
attack
(self, target)
BAC1/LINFO1101 - Introduction à la programmation/Session 09/Kill them all.py:7
Method
attribute
(int value)
BAC2/LEPL1402 - Informatique 2/Exos/Module 1/Introduction/src/main/java/IntroductionExercises.java:12
Method
augmente
(self, augmentation)
BAC1/LINFO1101 - Introduction à la programmation/Session 08/QBF.py:9
Method
basicTest
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/CoverageIntermidiate/src/test/java/Tests.java:27
Method
basicTest
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 1/Comparator/src/test/java/Tests.java:9
Method
basicTest
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 1/ASCIIDecoder/src/test/java/Tests.java:7
Method
basicTestCreateOptionalTeamLeader
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Optional/src/test/java/Tests.java:9
Method
biggestSum
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 2/LargestSum/src/test/java/Tests.java:19
Function
binary_search
( course, list_of_courses )
BAC1/LINFO1101 - Introduction à la programmation/Session 05/Recherche binaire.py:1
Method
broadcast
Sends a message to APPROPRIATE subscribers.
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Observer/src/main/java/Observable.java:22
Method
broadcast
(Pair<String, Integer> pair)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Observer/src/main/java/WeatherStation.java:11
Function
buf_strcpy
BAC2/LEPL1503 - Projet 3/S3/improvedStrcpy.c:17
Function
calloc2
BAC2/LEPL1503 - Projet 3/S3/newCalloc.c:7
Function
capitalize
(filename_in, filename_out)
BAC1/LINFO1101 - Introduction à la programmation/Session 06/Manipulation de fichiers.py:20
Function
carre
(n)
BAC1/LINFO1101 - Introduction à la programmation/Session 04/Carre.py:1
Function
char_count
(filename)
BAC1/LINFO1101 - Introduction à la programmation/Session 06/Manipulation de fichiers.py:6
Function
chiffres_pairs
(n)
BAC1/LINFO1101 - Introduction à la programmation/Session 03/QBF.py:1
Method
clear
(self)
BAC1/LINFO1101 - Introduction à la programmation/Session 08/Q_SMS Store.py:34
Function
cmp_func
BAC2/LEPL1503 - Projet 3/S4/compFunct.c:20
Function
collect
(filename)
BAC1/LINFO1101 - Introduction à la programmation/Session 07/Q_Anonymous - Information collection.py:1
Function
compar
* 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
Function
compare
BAC2/LEPL1503 - Projet 3/S4/orderedLL.c:9
Method
compareTo
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
Method
compareTo
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
Method
compareTo
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
Method
compute
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 6/ParallelelMergeSort/src/main/java/ParallelMergeSort.java:26
Method
computeAverageForStudentInSection
(Stream<Student> studentStream, int section)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Streams/src/main/java/StudentFunctions.java:12
Method
computeAverageForStudentInSection
(Stream<Student> studentStream, int section)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Streams/src/main/java/StudentStreamFunction.java:11
Function
contains
* Return 1 if there is a node containing @value in @tree and 0 otherwise. */
BAC2/LEPL1503 - Projet 3/S3/binaryTree.c:32
Function
copy
* @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
Method
cornerCasesTest
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 3/TreeSame/src/test/java/Tests.java:66
Function
correct
BAC2/LEPL1503 - Projet 3/S2/rewritreStrCaseCmp.c:29
Method
correctOutput
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 2/LargestSum/src/test/java/Tests.java:11
Function
count
(events, i, j)
BAC1/LINFO1101 - Introduction à la programmation/Session 05/Compteur d'événement.py:1
Function
create_dict
(lst)
BAC1/LINFO1101 - Introduction à la programmation/Session 07/Création de dictionnaire.py:1
Function
create_dict_max
(lst)
BAC1/LINFO1101 - Introduction à la programmation/Session 07/Création de dictionnaire des valeurs maximums.py:1
Function
create_dictionary
(filename)
BAC1/LINFO1101 - Introduction à la programmation/Session 07/Texte à Dictionnaire.py:1
Method
dec
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 6/SharedCounterMonitor/src/main/java/SharedCounter.java:10
Method
delete
(self, index)
BAC1/LINFO1101 - Introduction à la programmation/Session 08/Q_SMS Store.py:27
Function
dequeue
BAC2/LEPL1503 - Projet 3/S4/advancedQueue.c:25
Method
dequeue
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 6/ProducerConsumer/src/main/java/LockQueue.java:20
Function
doMyWork
* 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
Method
draw
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Factory/src/main/java/Wall.java:6
Method
draw
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Factory/src/main/java/Door.java:6
Method
draw
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Factory/src/main/java/Key.java:6
Method
draw
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Factory/src/main/java/Floor.java:6
Function
enqueue
BAC2/LEPL1503 - Projet 3/S4/advancedQueue.c:8
Method
enqueue
(Integer i)
BAC2/LEPL1402 - Informatique 2/Exos/Module 6/ProducerConsumer/src/main/java/LockQueue.java:38
Function
equal
(l,d)
BAC1/LINFO1101 - Introduction à la programmation/Session 07/Egalité entre structures.py:1
Method
equals
(Object o)
BAC2/LEPL1402 - Informatique 2/Exos/Module 3/TreeSame/src/main/java/Node.java:15
Method
equals
(Object obj)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Streams2/src/main/java/Student.java:48
Method
equals
(Object obj)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Streams/src/main/java/Student.java:48
Method
equalsIntegers
(int a, int b)
BAC2/LEPL1402 - Informatique 2/Exos/Module 1/Introduction/src/main/java/IntroductionExercises.java:26
Method
exceptionHandling
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/CoverageTesting/src/test/java/TestSuite.java:41
Method
exists
(Stream<Student> studentsStream, Map<String, Predicate<?>> conditions,
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Streams2/src/main/java/StudentFunctions.java:34
Method
exists
(Stream<Student> studentsStream, Map<String, Predicate<?>> conditions,
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Streams2/src/main/java/StudentStreamFunction.java:29
Method
fiboRecursive
(int index)
BAC2/LEPL1402 - Informatique 2/Exos/Module 2/Fibonacci/src/main/java/Fibonacci.java:4
Function
fibonacci
(n)
BAC1/LINFO1101 - Introduction à la programmation/Session 03/Q_Fibonacci.py:1
Function
file_exists
BAC2/LEPL1503 - Projet 3/S5/fileExist.c:13
Method
filter
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
Method
filter
(Predicate<A> f)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/FListMergeSort/src/main/java/FList.java:111
Method
filter
(Predicate<A> f)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/FListMergeSort/src/main/java/FList.java:153
Method
filter
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
Method
filter
(Predicate<A> f)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/FList/src/main/java/FList.java:105
← previous
next →
301–400 of 696, ranked by callers