Pinned Repositories
brownian-motion-demo
A Java application that simulates the Brownian motion of particles.
docker-flash
Flash player running inside a docker container, because why not
greedy-tsp
Greedy TSP
link-prediction-with-supervised-random-walks
A matlab implementation of one of the top social networks link prediction algorithm to date
mahalanobis-for-weka
An implementation of the mahalanobis distance metrics suitable for integration in weka.
Mendix-Design-Patterns
Define interchangeable pieces of logic and reuse them
mendixSDK_FindCustomWidgets
Lets you keep track of the number and places in your mendix app were custom widgets are used.
social-networks-analysis-wan-bms
Analysing social networks, both real and online using actual data
vehicle2grid-dynamic-simulation-PSSE
A python framework for running dynamic simulation of power systems with vehicle to grid using the PSS/E software.
vehicle2grid-stability-analysis
A MATLAB toolbox for studying steady-state and transient stability of power systems with integrated vehicle to grid.
gajduk's Repositories
gajduk/docker-flash
Flash player running inside a docker container, because why not
gajduk/Mendix-Design-Patterns
Define interchangeable pieces of logic and reuse them
gajduk/ag-algorithm-competitions
A random sample of programing challenge solutions concerning algorithms and data structures.
gajduk/Bootstrap-RTE
Basic, bootstrap based, rich text editor.
gajduk/ChartJS
A Mendix widget that wraps the ChartJS library.
gajduk/CommunityCommons
This module adds a number reusable Java methods to your project, which can be called from Microflows or custom Java actions.
gajduk/docs
Mendix documentation repository
gajduk/edu.io
this is downloadings of all educative.io free student subscription courses as pdf from GitHub student pack
gajduk/envoy-maintenance
gajduk/flexmark-mendix
Easily convert Markdown to HTML from the context of a Mendix app.
gajduk/FormatString
This widget adds a user-defined string to your page, taking object attributes as input parameters.
gajduk/handlebars.java
Logic-less and semantic Mustache templates with Java
gajduk/hyf-homework-nodejs-3
gajduk/image-blender
gajduk/JavaScript2
This repository contains all the material for the HackYourFuture module "JavaScript 2: DOM Manipulation"
gajduk/list-view-controls
List view controls offers a set of widgets that allow you to build beautiful lists and grid.
gajduk/mendix-DragAndDropSupportWidget
Drag and drop support for Mendix applications
gajduk/mendixmodelsdk
A fork of npm mendixmodelsdk
gajduk/MendixPointsReport
gajduk/MicroflowTimer
This widget can be used to time and execute a Microflow as long as a certain form is open. The microflow can be executed once or repeatedly, in which case it will not stop until it returns false or until the form is closed.
gajduk/mojddv
mojddv
gajduk/mx-perfect-scrollbar
Mendix widget wrapper for the popular javascript based scroll.
gajduk/mx-toggle-boolean
gajduk/Node.js
This repository contains all the material for the HackYourFuture module "Understand backend: creating web servers with JavaScript using Node.js"
gajduk/ProcessQueue
This module enables you to control the amount of these microflows that are executed at once by assigning them to queues. Each of these queues can be configured to handle a subset of these microflows and you can also set a limit to the number of microflows each queue can execute at once. This allows you to control the maximum load put on your application during peak usage by these microflows while still ensuring all microflows will be executed eventually. The queues use a FIFO approach (first-in, first-out) and will automatically restart themselves (and any microflows still left to execute) after a server restart.
gajduk/reactive-programming-using-reactor
This repository has the code for writing reactive code using Project Reactor
gajduk/ShowByCondition
This Mendix widget allows conditionally showing a page element, based on the outcome of a Microflow.
gajduk/udemy-docker-mastery
Udemy Course to build, compose, deploy, and manage containers from local development to high-availability in the cloud
gajduk/webpush-java
Web Push library for Java
gajduk/widget-rest-api-spring
Sample RESTful API for doing basic CRUD operations on widgets.