tuttelikz

Tuttelikz's Pastebin

Astana, Kazakhstan    2,642 42,513 0 10 years ago
Name / Title Added Expires Hits Comments Syntax  
Simplest DFS with Time Label Array [+] Nov 2nd, 2016 Never 250 0 C++ -
Simplest DFS with Array [+] Nov 2nd, 2016 Never 99 0 C++ -
Non-maxima Suppression [+] Nov 1st, 2016 Never 134 0 MatLab -
Sobel Edge Detection [+] Nov 1st, 2016 Never 107 0 MatLab -
Prewitt Edge Detection [+] Nov 1st, 2016 Never 101 0 MatLab -
Negative Diagonal Line Detection [+] Oct 31st, 2016 Never 90 0 MatLab -
Positive Diagonal Line Detection [+] Oct 31st, 2016 Never 96 0 MatLab -
Horizontal Line Detection [+] Oct 31st, 2016 Never 96 0 MatLab -
Vertical Line Detection [+] Oct 31st, 2016 Never 103 0 MatLab -
Point Detection [+] Oct 31st, 2016 Never 110 0 MatLab -
Bilateral Filter [+] Oct 31st, 2016 Never 51 0 MatLab -
Gaussian Color Blur [+] Oct 31st, 2016 Never 100 0 MatLab -
Gaussian Space Blur [+] Oct 31st, 2016 Never 93 0 MatLab -
Backprojection [+] Oct 25th, 2016 Never 74 0 MatLab -
Gaussian Filter Mask Coefs [+] Oct 21st, 2016 Never 96 0 MatLab -
Harris Corner Detector for Rhomb [+] Oct 10th, 2016 Never 95 0 MatLab -
Harris Corner Detector for Square [+] Oct 9th, 2016 Never 94 0 MatLab -
Corner detection Moravec Algorithm [+] Oct 9th, 2016 Never 121 0 MatLab -
edge detection [Last] Oct 9th, 2016 Never 99 0 MatLab -
CornernessMap - Morivec Mask Oct 9th, 2016 Never 98 0 MatLab -
Moravec Corner Detector Oct 8th, 2016 Never 109 0 MatLab -
Histogram Equalization - OpenCV Sep 21st, 2016 Never 60 0 C++ -
HEXA Developers' Problem Aug 29th, 2016 Never 108 0 C++ -
Queue in C/C++ [Linked List implementation of Queue] Jul 7th, 2016 Never 77 0 C++ -
Queue in C/C++ [Array implementation of Queue] Jul 7th, 2016 Never 83 0 C++ -
Reverse a string or linked list using stack Jul 6th, 2016 Never 85 0 C++ -
Stack in C/C++ [Linked List implementation of stacks] Jul 6th, 2016 Never 106 0 C++ -
Stack in C/C++ [Array implementation of stacks] Jul 6th, 2016 Never 41 0 C++ -
Linked List in C/C++ [Delete a node at nth position] Jul 6th, 2016 Never 109 0 C++ -
Linked List in C/C++ [Insert a node at nth position] Jul 6th, 2016 Never 97 0 C++ -
Linked List C/C++ [Inserting a node at beginning] Jul 6th, 2016 Never 99 0 C++ -
Problem D - Bomberman [-] - Innopolis Jun 30th, 2016 Never 82 0 C++ -
Problem C - Olympiads [+] - Innopolis Jun 30th, 2016 Never 85 0 C++ -
Hash table example Jun 27th, 2016 Never 114 0 C++ -
#499 - Турист [+] Jun 22nd, 2016 Never 89 0 C++ -
#296 - Лиса Алиса и кот Базилио [+] Jun 20th, 2016 Never 52 0 C++ -
#357 - Делимость на 11 [+] Jun 20th, 2016 Never 49 0 C++ -
FCC - JS - Truncate a string [+] Jun 16th, 2016 Never 58 0 JavaScript -
FCC - JS - Repeat a string repeat a string [+] Jun 16th, 2016 Never 89 0 JavaScript -
FCC - JS - Confirm the Ending [+] Jun 16th, 2016 Never 94 0 JavaScript -
sulifa Tarlan Jun 14th, 2016 Never 86 0 C++ -
FCC - JS - Return Largest Numbers in Arrays [+] Jun 14th, 2016 Never 90 0 JavaScript -
FCC - JS - Title Case a Sentence [+] Jun 13th, 2016 Never 59 0 JavaScript -
FCC - JS - Find the Longest Word in a String [+] Jun 12th, 2016 Never 103 0 JavaScript -
FCC - JS - Check for Palindromes [+] Jun 10th, 2016 Never 48 0 C++ -
FCC - JS - Factorialize a Number [+] Jun 8th, 2016 Never 133 0 JavaScript -
FCC - JS - Reverse a String [+] Jun 8th, 2016 Never 103 0 JavaScript -
FCC - JS - Join Strings with join [+] Jun 8th, 2016 Never 87 0 JavaScript -
FCC - JS - Split Strings with split [+] Jun 8th, 2016 Never 89 0 JavaScript -
FCC - JS - Concatenate Arrays with concat [+] Jun 8th, 2016 Never 51 0 JavaScript -
FCC - JS - Reverse Arrays with reverse [+] Jun 8th, 2016 Never 97 0 JavaScript -
FCC - JS - Sort Arrays with sort [+] Jun 8th, 2016 Never 96 0 JavaScript -
FCC - JS - Filter Arrays with filter [+] Jun 8th, 2016 Never 53 0 JavaScript -
FCC - JS - Condense arrays with reduce [+] Jun 8th, 2016 Never 59 0 JavaScript -
FCC - JS - Iterate over Arrays with map [+] Jun 8th, 2016 Never 108 0 JavaScript -
FCC - JS - Make Object Properties Private [+] Jun 8th, 2016 Never 84 0 JavaScript -
FCC - JS - Make Unique Objects by Passing Parameters to [+] Jun 8th, 2016 Never 97 0 JavaScript -
FCC - JS - Make Instances of Objects with a Constructor [+] Jun 8th, 2016 Never 86 0 JavaScript -
FCC - JS - Construct JavaScript Objects with Functions [+] Jun 7th, 2016 Never 93 0 JavaScript -
FCC - JS - Declare JavaScript Objects as Variables [+] Jun 7th, 2016 Never 91 0 JavaScript -
FCC - JS - Invert Regular Expression Matches with JavaSc [+] Jun 7th, 2016 Never 86 0 JavaScript -
FCC - JS - Find Whitespace with Regular Expressions [+] Jun 7th, 2016 Never 54 0 JavaScript -
FCC - JS - Find Numbers with Regular Expressions [+] Jun 7th, 2016 Never 84 0 JavaScript -
FCC - JS - Sift through Text with Regular Expressions [+] Jun 2nd, 2016 Never 110 0 JavaScript -
FCC - JS - Generate Random Whole Numbers within a Range [+] Jun 2nd, 2016 Never 128 0 JavaScript -
FCC - JS - Generate Random Whole Numbers with JavaScript [+] Jun 2nd, 2016 Never 86 0 JavaScript -
FCC - JS - Generate Random Fractions with JavaScript [+] Jun 2nd, 2016 Never 133 0 JavaScript -
FCC - JS - Profile Lookup [+] Jun 2nd, 2016 Never 93 0 JavaScript -
FCC - JS - Iterate with JavaScript While Loops [+] Jun 2nd, 2016 Never 94 0 JavaScript -
FCC - JS - Nesting For Loops [+] Jun 2nd, 2016 Never 86 0 JavaScript -
FCC - JS - Iterate Through an Array with a For Loop [+] Jun 2nd, 2016 Never 86 0 JavaScript -
FCC - JS - Count Backwards With a For Loop [+] Jun 2nd, 2016 Never 92 0 JavaScript -
FCC - JS - Iterate Odd Numbers With a For Loop [+] Jun 2nd, 2016 Never 74 0 JavaScript -
FCC - JS - Iterate with JavaScript For Loops [+] Jun 2nd, 2016 Never 89 0 JavaScript -
FCC - JS - Record Collection [+] Jun 1st, 2016 Never 88 0 JavaScript -
#312 Арифметическая прогрессия Apr 3rd, 2016 Never 105 0 None -
temp Mar 30th, 2016 Never 76 0 C++ -
50A. Domino piling [+] Mar 30th, 2016 Never 99 0 C++ -
118A. String Task [+] Mar 30th, 2016 Never 87 0 C++ -
A. Медвежонок и отображаемые друзья - VK Cup Round #1 Mar 28th, 2016 Never 96 0 C++ -
Untitled Mar 28th, 2016 Never 66 0 None -
B - qlfcn 2 Mar 20th, 2016 Never 154 0 C++ -
Симметрия Mar 20th, 2016 Never 73 0 C++ -
B - Порядок чатов [+] - VK Qualification #1 Mar 13th, 2016 Never 82 0 C++ -
A - Голосование за фотографии [+] - VK Qualification #1 Mar 13th, 2016 Never 89 0 C++ -
#86 - Головоломка про ферзей [+] Mar 12th, 2016 Never 130 0 C++ -
158A. Next Round [+] Feb 20th, 2016 Never 79 0 C++ -
71A. Way Too Long Words [+] Feb 20th, 2016 Never 74 0 C++ -
4A. Watermelon [+] Feb 20th, 2016 Never 97 0 C++ -
1A. Theatre Square [+] Feb 19th, 2016 Never 88 0 C++ -
A. Теннисный турнир [-] Feb 19th, 2016 Never 76 0 C++ -
B. Закон Мура Feb 18th, 2016 Never 66 0 C++ -
Шестиугольники! [-] - Codeforces Feb 18th, 2016 Never 92 0 C++ -
C. Счастливые номера Feb 18th, 2016 Never 68 0 C++ -
#264 - Оттепель [+] Feb 14th, 2016 Never 105 0 C++ -
#691 - Номера автобусов [+] Feb 14th, 2016 Never 101 0 C++ -
#148 - НОД [+] Feb 14th, 2016 Never 89 0 C++ -
#678 - Напёрстки [+] Feb 14th, 2016 Never 87 0 C++ -
#327 - В одном шаге от счастья [-] Feb 13th, 2016 Never 599 0 C++ -
#119 - Сортировка времени [+] Feb 13th, 2016 Never 87 0 C++ -