2 тысяч подписчиков
218 видео
Validate the email address using Regex in Python
Using Factory method pattern in Java project
Sort a list of objects in Python
Compress a dictionary and store it to a file in Python
Merge multiple PDFs into a single PDF in Python
Using Decorator pattern in Java project
Rotate a PDF file in Python
Validate the email address using Regex in Java
Delete pages from pdf file in Python
Using Registry pattern in Java project
Using Strategy Pattern in Java
Apply Observer pattern to build a Class Management program using Java
Using Proxy pattern in Java project
Download all thumbnails of a Youtube video in Python
Create 2D array in Python that we access array elements like Pascal syntax
Replace multiple string a text file using Java. List of find and replace string are in an excel file
Invoke the parent setter and getter using @property decorators in Python
Measure the execution time of any function in Python
Build your own Iterator to generate a Fibonacci sequence in Python
Calculate the Median of a list in Python
Class and Instance Variables in Python
Using callback function in C++
Troubleshooting: error C2079: uses undefined class in friend function
Get the file size of a file in Python
Count the number of occurrences of each word in a text file with OOP in Java
Dynamically allocating a 2D array of objects in C++
Sorting a stack in ascending order - Java
Troubleshooting: Debug Assertion Failed : _CrtIsValidHeapPointer(block) in C++
Generate a list of random numbers without repeats in Python
Create an infinite Fibonacci Series in Python
Printing an address of a variable in hex by C++
Design a shopping cart database
Using Pthread In Windows
Generate a list of random odd numbers without repeats in Python
Create an Observable using Observable.create() in rxJava 2
Pass Object Between Activities in Android
Sorting the HashMap in Java
Store a dict to a file and load it to memory in Python
Sum of two large numbers in Java
Download Subtitles From Youtube in Python
Sort a list of objects by two fields in Python
One OnClick method to handle multiple buttons or any controls in Android
Protect PDF file with password in Python
Using Composite pattern in Java project
Exchanging Data Between Android App And JavaScript
Catch multiple exceptions in a single catch in Python
Create an infinite list of prime numbers in Python
Confirmation dialog to quit app when press back button in Android
Sum of two large numbers in Python
Count the number of occurrences of each word but excluding some words by Java