9999 подписчиков
3.2 тысяч видео
🏓 ft_transcendence: 42 Transcendence Pong42 Project - Pure JS Frontend with Django Backend
Selenium How does one conditionally change the values of a loop variable in Selenium
Selenium How do we wait for a specific element to be visible or enabled in Selenium
Cyber Security Which of the following statements about NISTs special publication 800 53 security con
Javascript What is the syntax for declaring a variable in JavaScript
Selenium How can one read the page source code in selenium webdriver
Flutter What is the correct syntax to create an empty floating action button in Flutter
Flutter How do you create a List in Flutter
React Native How can you create a JSON data object in React Native
C What is the output of the following code snippet int main int i fori5i1i printfd i return 0
Flutter How is a value accessed from a HashMap in Flutter
Php How to convert a SimpleXMLElement object to an array in PHP
SQL How can you group the results of a SELECT statement in SQL
NoSql How can you optimize the performance of MongoDB queries
Kotlin What is the correct syntax to execute a function passed in an argument
Flutter What is the most used widget in Flutter for creating a button
Git What is the command to search for a specific commit on the current branch
Flutter In Flutter which annotation marks the main function
Front end development What is the correct syntax for a while loop in JavaScript
Flutter What widget can be used in place of a Column widget to make the UI scrollable
Selenium What is the command to set the page load timeout in Selenium
SQL What is the syntax for creating a table in SQL
Php What is the correct syntax to define a function in PHP
Javascript What is the output of the following code snippet let sum 0 for let i 1 i 3 i sum i
Bootstrap How can you change the default breakpoint sizes used by Bootstrap 4
Dart What is the correct Syntax to create a generic type in dart
Flutter How do you configure the Flutter devlib debug mode
Kotlin What is the correct syntax for creating an extension function on String
Assembly What instruction is used to implement a loop in assembly language
Python Which built in function in Python will search for a substring within a string and return the
Linux What is the command to check the version of the Linux Kernel running on a system
Git What is the correct command to discard all local changes in git
Angular What is the component relative module loader for feature modules in Angular
Haskell Which of the following is correct syntax for importing modules in Haskell
TypeScript What is the correct way to assign a value to a variable in TypeScript
Assembly What is the purpose of macro in assembly language
TypeScript What is the correct syntax of type assertion in TypeScript
CSS What is the correct syntax for applying a style to an element with a class of test
TypeScript What is the correct way to declare an array of type number in TypeScript
Assembly What is the syntax for a basic loop statement in assembly code
Javascript How can the print method be used to display a line of output in a JavaScript console
Flutter What is the correct way to access an array element in the Flutter language
Flutter What is the syntax to use async await in Flutter
Qt What is the syntax to create a QAbstractTableModel in Qt
C In C what is the return type of a function which does not return any value
C What is the output of the following code snippet int a 3 ifa 0 ConsoleWriteLinePositive
Dart What is the correct syntax to define a try catch statement in Dart
Rust How do you access the value of an environment variable in Rust
Cyber Security What is the command to execute an encrypted file received via email in OpenSSL
Python How would one append a list to a dictionary in Python
Git What is the command to checkout a branch
Assembly What is the syntax for a JMP instruction in x86 Assembly
Flutter How do you wrap a text in a Widget in Flutter
Python What does self refer to in a Python class method