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
↓ 1 callers
Method
isArraySorted
(int[] array)
BAC2/LEPL1402 - Informatique 2/Exos/Module 2/MergeSortImplementation/src/test/java/Tests.java:20
↓ 1 callers
Method
isSorted
(FList<Integer> fl)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/FListMergeSort/src/test/java/Tests.java:26
↓ 1 callers
Function
le
BAC2/LEPL1503 - Projet 3/S3/test.c:27
↓ 1 callers
Method
loadImage
submit the download of the image specified by the url to be executed by thread pool
BAC2/LEPL1402 - Informatique 2/Exos/Module 6/Future/src/main/java/WebPage.java:25
↓ 1 callers
Method
loadImages
Load all images of the page
BAC2/LEPL1402 - Informatique 2/Exos/Module 6/Future/src/main/java/WebPage.java:39
↓ 1 callers
Function
lt
BAC2/LEPL1503 - Projet 3/S3/test.c:32
↓ 1 callers
Method
map
(F f)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Generics/src/main/java/Cons.java:8
↓ 1 callers
Method
map
Returns a new list containing the outputs obtained by applying function f to each element of this list
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/FListMergeSort/src/main/java/FList.java:52
↓ 1 callers
Method
map
(Function <E,R> function)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Generics2/src/main/java/Cons.java:11
↓ 1 callers
Method
merge
Pre-conditions: a[lo..mid] and a[mid+1..hi] are sorted Post-conditions: a[lo..hi] is sorted
BAC2/LEPL1402 - Informatique 2/Exos/Module 2/MergeSortImplementation/src/main/java/MergeSort.java:16
↓ 1 callers
Method
merge
(FList<Integer> first, FList<Integer> second)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/FListMergeSort/src/main/java/FListMerge.java:25
↓ 1 callers
Function
ne
BAC2/LEPL1503 - Projet 3/S3/test.c:37
↓ 1 callers
Method
new_command
(cls)
BAC1/LINFO1101 - Introduction à la programmation/Session 10/Amazon dispatch center.py:19
↓ 1 callers
Method
next
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/FList/src/main/java/FList.java:63
↓ 1 callers
Method
not_gate
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Generics3/src/main/java/Evaluator.java:20
↓ 1 callers
Method
nullpointer
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 1/MakeMistakeToUnderstandThem/src/main/java/Except.java:25
↓ 1 callers
Method
outof
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 1/MakeMistakeToUnderstandThem/src/main/java/Except.java:8
↓ 1 callers
Method
product
Compute the product of two matrix @param matrix1 A n x m matrix @param matrix2 A m x k matrix @return The n x k matrix product of matrix1 and matrix2
BAC2/LEPL1402 - Informatique 2/Exos/Module 1/Array2D/src/main/java/Matrix.java:75
↓ 1 callers
Function
push
BAC2/LEPL1503 - Projet 3/S4/simpleStack.c:26
↓ 1 callers
Method
randomArray
(int size)
BAC2/LEPL1402 - Informatique 2/Exos/Module 2/MergeSortImplementation/src/test/java/Tests.java:29
↓ 1 callers
Method
resize
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 2/MyArrayList/src/main/java/MyArrayList.java:62
↓ 1 callers
Method
right
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/FTree/src/main/java/FTree.java:18
↓ 1 callers
Method
set_new_total_price
(cls, price)
BAC1/LINFO1101 - Introduction à la programmation/Session 10/Amazon dispatch center.py:11
↓ 1 callers
Method
set_text
(self, string)
BAC1/LINFO1101 - Introduction à la programmation/Session 11/Q_Double Link.py:10
↓ 1 callers
Function
solution
(a,b,c)
BAC1/LINFO1101 - Introduction à la programmation/Session 03/Q_Equations du second degré.py:15
↓ 1 callers
Method
sort
(int lo, int hi)
BAC2/LEPL1402 - Informatique 2/Exos/Module 6/ParallelelMergeSort/src/main/java/ParallelMergeSort.java:40
↓ 1 callers
Method
sortFlowerByColor
Should sort the list and order the Flower by color, in this specific order : red, blue, green
BAC2/LEPL1402 - Informatique 2/Exos/Module 3/ComparatorvsComparable/src/main/java/Sorter.java:13
↓ 1 callers
Method
sortHelper
(int[] a, int[] aux, int lo, int hi)
BAC2/LEPL1402 - Informatique 2/Exos/Module 2/MergeSortImplementation/src/main/java/MergeSort.java:46
↓ 1 callers
Method
sortPerson
(ArrayList<Person> persons)
BAC2/LEPL1402 - Informatique 2/Exos/Module 1/Comparator/src/main/java/Person.java:20
↓ 1 callers
Method
sortPlantByName
Should sort the Plant by name only
BAC2/LEPL1402 - Informatique 2/Exos/Module 3/ComparatorvsComparable/src/main/java/Sorter.java:24
↓ 1 callers
Method
sortTreeByHeight
Should sort the list and order the Tree by height
BAC2/LEPL1402 - Informatique 2/Exos/Module 3/ComparatorvsComparable/src/main/java/Sorter.java:43
↓ 1 callers
Method
sum
Compute the sum of the element in a matrix @param matrix The input matrix @return The sum of the element in matrix
BAC2/LEPL1402 - Informatique 2/Exos/Module 1/Array2D/src/main/java/Matrix.java:38
↓ 1 callers
Function
tab_find
BAC2/LEPL1503 - Projet 3/S1/tab_find.c:7
↓ 1 callers
Method
transpose
Compute the transpose of a matrix @param matrix The input matrix @return A new matrix that is the transpose of matrix
BAC2/LEPL1402 - Informatique 2/Exos/Module 1/Array2D/src/main/java/Matrix.java:54
↓ 1 callers
Function
treatment
(data)
BAC1/LINFO1101 - Introduction à la programmation/Session 04/Q_Anonymous - Information treatment.py:1
↓ 1 callers
Method
typ
(self)
BAC1/LINFO1101 - Introduction à la programmation/Session 09/Q_Zoo Game.py:21
↓ 1 callers
Method
value
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/FTree/src/main/java/Node.java:12
↓ 1 callers
Method
visit
(Add visitable)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Visitor/src/main/java/Visitor.java:3
↓ 1 callers
Method
visit
(Visitable visitable)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/VisitorBasic/src/main/java/VisitorList.java:14
Method
Add
(Visitable left, Visitable right)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Visitor/src/main/java/Add.java:2
Method
Animal
(String name)
BAC2/LEPL1402 - Informatique 2/Exos/Module 3/Inheritance/src/main/java/Animal.java:6
Method
BoundedBuffer
(int capacity)
BAC2/LEPL1402 - Informatique 2/Exos/Module 6/BoundedBuffer/src/main/java/BoundedBuffer.java:5
Method
Cat
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 3/Inheritance/src/main/java/Cat.java:6
Method
CircularLinkedList
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 2/CircularLL/src/main/java/CircularLinkedList.java:50
Method
Client
(int zone)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Observer/src/main/java/Client.java:6
Method
Cons
(int v, Cons next)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Generics/src/main/java/Cons.java:34
Method
Cons
(A value, FList<A> next)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/FListMergeSort/src/main/java/FList.java:122
Method
Cons
(E v, Cons<E> next)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Generics2/src/main/java/Cons.java:36
Method
Cons
(A value, FList<A> next)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/FList/src/main/java/FList.java:116
Method
Count
@param tab1 is a non null 2D array @param tab2 is a non null 2D array @return the number of elements that are the same at the same index more
BAC2/LEPL1402 - Informatique 2/Exos/Module 1/CommonElements/src/main/java/CommonElements.java:28
Method
Counter
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 6/ThreadsIntroduction/src/main/java/Counter.java:14
Method
Disk
(int i)
BAC2/LEPL1402 - Informatique 2/Exos/Module 2/HanoiTower/src/main/java/Disk.java:5
Method
Div
(Visitable left, Visitable right)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Visitor/src/main/java/Div.java:2
Method
Door
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Factory/src/main/java/Door.java:4
Method
ElementFactory
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Factory/src/main/java/ElementFactory.java:5
Method
Floor
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Factory/src/main/java/Floor.java:4
Method
Flower
(String name, int age, Color color)
BAC2/LEPL1402 - Informatique 2/Exos/Module 3/ComparatorvsComparable/src/main/java/Flower.java:7
Method
HTML
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 6/Future/src/main/java/HTML.java:7
Method
Key
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Factory/src/main/java/Key.java:4
Method
Leaf
(int val)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Visitor/src/main/java/Leaf.java:5
Method
Leaf
(A a)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/FTree/src/main/java/Leaf.java:6
Method
Level
Example of level building with this String : String s = "#-K\n-D-\n#-K\n" Gives : LevelComponent[][] componentsObjects = { {new Wall(), new Floor(), n
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Factory/src/main/java/Level.java:10
Method
ListNode
(Item item)
BAC2/LEPL1402 - Informatique 2/Exos/Module 2/CircularLL/src/main/java/CircularLinkedList.java:6
Method
MaxFinder
Initialize the instance variables, start the threads for the computation and create the barrier. <p> Explication for the instances variables: - nTreah
BAC2/LEPL1402 - Informatique 2/Exos/Module 6/CyclicBarrier/src/main/java/MaxFinder.java:76
Method
Mult
(Visitable left, Visitable right)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Visitor/src/main/java/Mult.java:2
Method
MyArrayList
(int initSize)
BAC2/LEPL1402 - Informatique 2/Exos/Module 2/MyArrayList/src/main/java/MyArrayList.java:11
Method
MyQueue
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 2/QueueWithStacks/src/main/java/MyQueue.java:14
Method
MyStack
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 2/StackWithQueue/src/main/java/MyStack.java:10
Method
Node
(Visitable left, Visitable right)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Visitor/src/main/java/Node.java:6
Method
Node
(int val)
BAC2/LEPL1402 - Informatique 2/Exos/Module 3/TreeInorder/src/main/java/Node.java:9
Method
Node
(int val)
BAC2/LEPL1402 - Informatique 2/Exos/Module 3/TreeSame/src/main/java/Node.java:7
Method
Pair
(String alert, Integer zone)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Observer/src/main/java/Pair.java:7
Method
ParallelMergeSort
(E[] a, int lo, int hi, E[] aux, Comparator<? super E> comp)
BAC2/LEPL1402 - Informatique 2/Exos/Module 6/ParallelelMergeSort/src/main/java/ParallelMergeSort.java:14
Method
Person
(String name, int age)
BAC2/LEPL1402 - Informatique 2/Exos/Module 1/Comparator/src/main/java/Person.java:10
Method
Person
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Optional/src/main/java/Person.java:6
Method
Plant
(String name, int age)
BAC2/LEPL1402 - Informatique 2/Exos/Module 3/ComparatorvsComparable/src/main/java/Plant.java:6
Method
RandomTest
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/VisitorBasic/src/test/java/Tests.java:27
Method
Student
(String firstName, String lastName, int section, Map<String, Double> courses_results)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Streams2/src/main/java/Student.java:11
Method
Student
(String firstName, String lastName, int section, Map<String, Double> coursesResults)
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Streams/src/main/java/Student.java:11
Method
Sub
(Visitable left, Visitable right)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Visitor/src/main/java/Sub.java:2
Method
Team
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Optional/src/main/java/Team.java:5
Method
TeamLeader
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 5/Optional/src/main/java/TeamLeader.java:6
Method
Tree
(Node root)
BAC2/LEPL1402 - Informatique 2/Exos/Module 3/TreeSame/src/main/java/Tree.java:5
Method
Tree
(String name, int age, int height)
BAC2/LEPL1402 - Informatique 2/Exos/Module 3/ComparatorvsComparable/src/main/java/Tree.java:5
Method
VisitableList
(Object[] elements)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/VisitorBasic/src/main/java/VisitableList.java:3
Method
Visitor
(Class cls)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/VisitorBasic/src/main/java/Visitor.java:9
Method
VisitorList
(Class cls)
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/VisitorBasic/src/main/java/VisitorList.java:5
Method
Wall
()
BAC2/LEPL1402 - Informatique 2/Exos/Module 4/Factory/src/main/java/Wall.java:4
Method
WebPage
Bound executor to a fixed thread pool size
BAC2/LEPL1402 - Informatique 2/Exos/Module 6/Future/src/main/java/WebPage.java:15
Method
Worker
(int threadID)
BAC2/LEPL1402 - Informatique 2/Exos/Module 6/CyclicBarrier/src/main/java/MaxFinder.java:36
Function
__eq__
(self, p)
BAC1/LINFO1101 - Introduction à la programmation/Session 08/__eq__().py:1
Function
__init__
(self, lst=[])
BAC1/LINFO1101 - Introduction à la programmation/Session 11/LinkedList - __init__.py:1
Function
__init__
(self)
BAC1/LINFO1101 - Introduction à la programmation/Session 09/Ticket - Variable de classe.py:1
Method
__init__
(self)
BAC1/LINFO1101 - Introduction à la programmation/Session 11/Q_LinkedList.py:3
Method
__init__
(self, cargo=None, next=None)
BAC1/LINFO1101 - Introduction à la programmation/Session 11/Q_LinkedList.py:22
Method
__init__
(self, cargo, previous=None, next=None)
BAC1/LINFO1101 - Introduction à la programmation/Session 11/Q_Double Link.py:2
Method
__init__
(self)
BAC1/LINFO1101 - Introduction à la programmation/Session 11/Q_Double Link.py:15
Method
__init__
(self, id_buyer, id_item, quantity_item, price_item)
BAC1/LINFO1101 - Introduction à la programmation/Session 10/Amazon dispatch center.py:22
Method
__init__
(self, name)
BAC1/LINFO1101 - Introduction à la programmation/Session 09/Q_Zoo Game.py:3
Method
__init__
(self, name)
BAC1/LINFO1101 - Introduction à la programmation/Session 09/Q_Zoo Game.py:26
← previous
next →
201–300 of 696, ranked by callers