Projects in Awesome Lists by olekscode
A curated list of projects in awesome lists by olekscode .
https://github.com/olekscode/examples-pca-tsne
Some examples of using PCA and t-SNE for dimensionality reduction in Python and R
data-science dimensionality-reduction examples pca t-sne
Last synced: 18 Mar 2025
https://github.com/olekscode/ukrainianocr
A database of printed Ukrainian charcters, including the script for data generation
Last synced: 18 Mar 2025
https://github.com/olekscode/mlneuralnetwork
Multi-layer neural network implemented in Pharo
Last synced: 05 Apr 2025
https://github.com/olekscode/MLNeuralNetwork
Multi-layer neural network implemented in Pharo
Last synced: 11 May 2025
https://github.com/olekscode/MLNeuralNetwork-Doc
Documentation for MLNeuralNetwork - the object-oriented implementations of artificial neural networks in Pharo
documentation machine-learning neural-network pharo smalltalk
Last synced: 11 May 2025
https://github.com/olekscode/mlneuralnetwork-doc
Documentation for MLNeuralNetwork - the object-oriented implementations of artificial neural networks in Pharo
documentation machine-learning neural-network pharo smalltalk
Last synced: 21 Jun 2025
https://github.com/olekscode/pillarsublimesyntax
Pillar syntax highlighting in Sublime Text
markup-language pharo pharo-smalltalk pillar smalltalk sublime-syntax sublime-text sublime-text-3 syntax-highlighting
Last synced: 11 Apr 2025
https://github.com/olekscode/teachingpython
Presentations and other resources to help teaching Python programming in Ukrainian schools
Last synced: 05 Apr 2025
https://github.com/olekscode/identifiernamesplitter
A tool for splitting identifier names into separate words, numbers, and symbols. For example, 'aName_AST42:' gets separated into 'a', 'Name', '_', 'AST', '42', and ':'
code-analysis identifier identifier-names pharo smalltalk static-code-analysis
Last synced: 05 Apr 2025
https://github.com/olekscode/function
Reification of a mathematical function as an object. Allows function arithmetics and function composition.
function function-composition mathematics pharo
Last synced: 05 Apr 2025
https://github.com/olekscode/adventofcode2018
My solutions to the puzzles of the Advent of Code 2018
advent-of-code advent-of-code-2018 pharo pharo-smalltalk smalltalk
Last synced: 13 Jun 2025
https://github.com/olekscode/flashcards
Flashcards for learning words in a foreign language based on a Leitner System
Last synced: 05 Apr 2025
https://github.com/olekscode/intrinsicsavx
Implementation of several algorithms using Intel AVX intrinsic instructions
avx intel intrinsics vectorization
Last synced: 05 Apr 2025
https://github.com/olekscode/sparsematrix
My implementation CSR - Compressed Sparse Row and CSIR - Compressed Sparse (lower triangle) Row sparse matrix formats
Last synced: 05 Apr 2025
https://github.com/olekscode/covidanalysis
A setup for COVID-19 data analysis in Pharo
coronavirus covid-19 data-analysis pharo
Last synced: 05 Apr 2025
https://github.com/olekscode/sourcecodedatacollector
A small tool for collecting data from source code of projects written in Pharo
Last synced: 05 Apr 2025
https://github.com/olekscode/power2thewiki
Final project for the Mining Massive Datasets course at UCU.
Last synced: 05 Apr 2025
https://github.com/olekscode/dataframe-paper
Towards Exploratory Data Analysis for Pharo - an IWST-2017 paper
Last synced: 05 Apr 2025
https://github.com/olekscode/tinyblog
Following the TinyBlog tutorial: http://files.pharo.org/books-pdfs/tinyblog-tutorial/2016-02-18-tinyblog-tutorial.pdf
Last synced: 05 Apr 2025
https://github.com/olekscode/semanticclustering
Semantic clustering of source code of Pharo projects, packages, classes, and methods using TF-IDF and t-SNE
Last synced: 05 Apr 2025
https://github.com/olekscode/twittergeotag
Mapping tweets that contain a given hashtag
Last synced: 05 Apr 2025
https://github.com/olekscode/cohensutherland
Graphical implementation of the Cohen–Sutherland algorithm
Last synced: 05 Apr 2025
https://github.com/olekscode/masterthesis
A copy of my Master's thesis migrated from Inria's GitLab
machine-learning master-thesis natural-language-processing readability software-naturalness
Last synced: 05 Apr 2025
https://github.com/olekscode/shingles-code-similarity
The similarity metric for source code (methods, classes, or packages) based on the Shingles encoding
Last synced: 05 Apr 2025
https://github.com/olekscode/ihr-dv
Individual Home Reading - Digital Vocabulary
Last synced: 05 Apr 2025
https://github.com/olekscode/latex-examples
Code snippets with simple examples to learn LaTeX
examples latex learn learn-to-code snippets
Last synced: 05 Apr 2025
https://github.com/olekscode/secantmethod
The iterative and recursive approaches to implementing the Secant method of linear interpolation (a.k.a. Chord method).
Last synced: 05 Apr 2025
https://github.com/olekscode/namegen
Models for automatically suggesting the names for methods in Pharo
attention-mechanism deep-learning machine-learning machine-translation neural-machine-translation nlp seq2seq text-summarization
Last synced: 05 Apr 2025
https://github.com/olekscode/geowiki
Exploring geotag coverage and mutual attention based on data dumps of Wikipedia in different languages
Last synced: 05 Apr 2025
https://github.com/olekscode/statisticseconometrics
My solutions to the assignments from Elements of Statistics, Econometrics, and Time Series Analysis course at UCU
course econometrics homework r statistics time-series
Last synced: 05 Apr 2025
https://github.com/olekscode/pharocodetokenizer
A tool for tokenizing Pharo source code by visiting the leaves of AST
Last synced: 05 Apr 2025
https://github.com/olekscode/deprecationanalysis
Analysis of deprecations in Pharo images
Last synced: 20 Jun 2025
https://github.com/olekscode/deprecationvisitor
A visitor for collecting deprecations from Pharo methods
Last synced: 05 Apr 2025
https://github.com/olekscode/shouldbeimplementedinsteadof
A prototype warning for Pharo that allows us to automatically rename implementors
Last synced: 05 Apr 2025
https://github.com/olekscode/adventofcode
My solutions to this year's Advent Of Code puzzles
Last synced: 05 Apr 2025
https://github.com/olekscode/mycollection
A dummy collection in Pharo to demonstrate the Iceberg workflow
Last synced: 05 Apr 2025
https://github.com/olekscode/bibliography
Pharo package to parse and process bib files
Last synced: 05 Apr 2025
https://github.com/olekscode/clio
A tool for exploring the history of a project (e.g. getting API entities that were available at a given commit)
Last synced: 05 Apr 2025
https://github.com/olekscode/kernighanlin
A parallelized implementation of the Kernighan-Lin algorythm for solving the graph partitioning problem (with GUI)
Last synced: 05 Apr 2025
https://github.com/olekscode/codetokenizer
Source code and identifier name tokenizer for Pharo
Last synced: 05 Apr 2025
https://github.com/olekscode/bookstoread
A list of good books that I want to read
Last synced: 05 Apr 2025
https://github.com/olekscode/bankingdatagenerator
A data generator for my "banking" PostgreSQL database (university assignment)
Last synced: 05 Apr 2025
https://github.com/olekscode/andcardsqr
Prototyping the idea of attendee conference badges with QR codes for andCards
conference design-thinking prototype
Last synced: 05 Apr 2025
https://github.com/olekscode/javacollections
My implementations of some basic Java Collections
Last synced: 05 Apr 2025
https://github.com/olekscode/react-tictactoe
A simple Tic Tac Toe app implemented with React based on https://reactjs.org/tutorial/tutorial.html
Last synced: 18 Jun 2025
https://github.com/olekscode/prefixbrowser
A Spec2 application for exploring class name prefixes in Pharo
Last synced: 26 Jun 2025
https://github.com/olekscode/github-dataloader
Creating datasets from source code and commit history of public GitHub repositories
Last synced: 27 Jun 2025
https://github.com/olekscode/pharo-gsoc
Project ideas for Google Summer of Code students proposed by Pharo Consortium
Last synced: 05 Apr 2025
https://github.com/olekscode/colorpalettes
Color palettes for Pharo
color color-palette data-visualization pharo smalltalk
Last synced: 05 Apr 2025
https://github.com/olekscode/pharo-gsoc-2021
Preparing the application of Pharo Consortium for GSoC 2021
Last synced: 05 Apr 2025
https://github.com/olekscode/cormas-website
The new website for Cormas project based on React.js
Last synced: 05 Apr 2025
https://github.com/olekscode/suggestingnamesexperiment
Suggesting method names using TF-IDF and n-grams model
Last synced: 05 Apr 2025
https://github.com/olekscode/transformationrule
Transformation rule reification based on the Refactoring rules
Last synced: 16 Jun 2025
https://github.com/olekscode/proofreader
A tool for proofreading source code and correcting language mistakes (e.g. typos)
Last synced: 05 Apr 2025
https://github.com/olekscode/moodleguidelines
Instructions for managing Moodle CMS at the Faculty of Applied Sciences of the Ukrainian Catholic University.
Last synced: 05 Apr 2025
https://github.com/olekscode/montecarlointegration
Scala implementation of sequential and parallel Monte Carlo method for computing a deterministic numerical integration of functions
functional-programming integration monte-carlo numerical-integration parallel scala scalameter
Last synced: 05 Apr 2025
https://github.com/olekscode/rsp
A simple console application for modeling Rock-Scissors-Paper game.
Last synced: 05 Apr 2025
https://github.com/olekscode/cholesky-avx
Optimizing Cholesky Factorization with Intel AVX Instructions
avx cholesky-decomposition cholesky-factorization intrinsics numerical-methods parallel-computing simd
Last synced: 05 Apr 2025
https://github.com/olekscode/cppocr
A C++ implementation of OCR (Optical Character Recognition) using an Artificial Neural Network.
Last synced: 05 Apr 2025
https://github.com/olekscode/blog
Blog posts in Markdown format that can be loaded elsewhere
Last synced: 05 Apr 2025
https://github.com/olekscode/consultingdetective
A tool to help library developers detect breaking changes before the release and reduce their negative effect on client systems
breaking-changes data-mining deprecation library-migration library-update pharo software-evolution
Last synced: 18 Jun 2025
https://github.com/olekscode/datageneration
Exploring the methods of data generation for different Machine Learning algorithms
data javascript machine-learning
Last synced: 05 Apr 2025
https://github.com/olekscode/codecleaner
A tool for cleaning Pharo code with pre-defined rules
Last synced: 05 Apr 2025
https://github.com/olekscode/classnameanalyserspecview
Spec view for @NourDjihan 's ClassNameAnalyser
Last synced: 05 Apr 2025