Pinned Repositories
6_programming_problems
6 Programming problems from Medium.com article ( https://medium.com/better-programming/do-you-know-how-to-solve-these-programming-problems-18d04defc05e )
Angular-Turing-Machine
AngularJS implementation of Turing machine.
backup-filecopies
Finds same files (those that have same checksum or name) in particular folder, and saves lists of those to CSV files.
Closest_pair_of_points
Python implementation of algorithm for seeking "Closest pair of points" (divide and conquer).
Codility-Lessson12-Euclidean-algorithm
100% for tasks from Codility lesson 12 Euclidean algorithm
Codility-Lessson17-Dynamic-programming
100% score soluitions for tasks from Codility lesson 17 Dynamic programming
Codilitychallenges
100% score solutions for Codility challenges.
Crypt-JPG
Program that adds crypted text to pictures.
Discogs_to_Woocommerce
Parser that collect photos and info from discogs and putting it to CSV file that can be imported at WooCommerce
PicasaStarResizer
Old script that was written for some client who needed program for resizing pictures marked with "star" in Picasa.
Tosha1409's Repositories
Tosha1409/Codilitychallenges
100% score solutions for Codility challenges.
Tosha1409/Closest_pair_of_points
Python implementation of algorithm for seeking "Closest pair of points" (divide and conquer).
Tosha1409/Codility-Lessson12-Euclidean-algorithm
100% for tasks from Codility lesson 12 Euclidean algorithm
Tosha1409/Codility-Lessson17-Dynamic-programming
100% score soluitions for tasks from Codility lesson 17 Dynamic programming
Tosha1409/PicasaStarResizer
Old script that was written for some client who needed program for resizing pictures marked with "star" in Picasa.
Tosha1409/6_programming_problems
6 Programming problems from Medium.com article ( https://medium.com/better-programming/do-you-know-how-to-solve-these-programming-problems-18d04defc05e )
Tosha1409/Angular-Turing-Machine
AngularJS implementation of Turing machine.
Tosha1409/backup-filecopies
Finds same files (those that have same checksum or name) in particular folder, and saves lists of those to CSV files.
Tosha1409/Crypt-JPG
Program that adds crypted text to pictures.
Tosha1409/Discogs_to_Woocommerce
Parser that collect photos and info from discogs and putting it to CSV file that can be imported at WooCommerce
Tosha1409/Codility-Lessson11-CountNonDivisible
100% solution for CountNonDivisible (from Lesson 11 "Sieve of Eratosthenes")
Tosha1409/Codility-Lessson13-Fibonacci-numbers
100% score soluitions for tasks from Codility lesson 13 Fibonacci numbers
Tosha1409/Codility-Lessson14-Binary-search-algorithm
100% score soluitions for tasks from Codility lesson 14 Binary search algorithm
Tosha1409/Codility-Lessson15-Caterpillar-method
100% score soluitions for tasks from Codility lesson 15 Caterpillar method
Tosha1409/Codility-Lessson16-Greedy-algorithms
100% score soluitions for tasks from Codility lesson 16 Greedy algorithms
Tosha1409/codilitytest
Tosha1409/Discogs-inventory-scrapper
Script for scrapping (using discogs API) your own inventory (items for sale) from discogs
Tosha1409/Discogs-Scrapper-BS
My attempt to create scrapper for discogs using BeautyfullSoap Python library that turned out to be not so good idea in the end. Discogs start to drop connections after while, so there is must be pause before next connection attempt, and it require longer pauses when you make more connection attempts. So this script is really slow, but it is ok as an example of BeautifulSoup application
Tosha1409/discogs_client_example_Python3
Discogs client example for Python3 (rewritten Python 3 version of https://github.com/jesseward/discogs-oauth-example/blob/master/discogs_client_example.py )
Tosha1409/Filler-game-
JavaScript implementation of old classical(though less known) game. pure JS/AngularJS
Tosha1409/txt-to-srt
Generates srt file based on srt file and adds time correctly. (half done, will be finished during weekend)
Tosha1409/woocommerce-frequently-bought-together
Slightly improved version of Woocommerce plugin frequently-bought-together,
Tosha1409/xt-Commerce-Parser
Product parser for xt:Commerce v3.0.4 SP2.1