Skip to content

Instantly share code, notes, and snippets.

View rfprod's full-sized avatar
☯️

Vadim rfprod

☯️
View GitHub Profile
@rfprod
rfprod / angular-form-with-datetimepicker-custom-styling.markdown
Last active April 22, 2017 15:47
Angular Form with DateTimePicker (custom styling)

Angular Form with DateTimePicker (custom styling)

Default bootstrap styling for form is overridden and extended.

A Pen by V on CodePen.

License.

@rfprod
rfprod / angular-form-with-datetimepicker.markdown
Last active April 22, 2017 15:47
Angular Form with DateTimePicker
@rfprod
rfprod / AppointmentTimeFinder.markdown
Last active April 22, 2017 15:44
Appointment Time Finder

Appointment Time Finder

Searches provided schedules of apointments for spare time gaps. Checks whether found time gaps fullfill a provided duration requirement. Possible time for appointment is 09:00 - 19:00 excluding ending time. Next appointment can be scheduled at 11:30 if previous apointment ends at 11:30 accorging to provided schedule. Returns earliest possible time for an appointment in format hh:mm or null if nothing was found.

Input schedule example |Person | Meetings |

@rfprod
rfprod / SpeechFixerAndCensor.markdown
Last active April 22, 2017 15:44
Speech Fixer and Censor

Speech fixer and censor

Fixes case for letters according to punctuation and word positioning in the sentence. Censores all words longer that 2 characters by replacing all letters with asterisks except the fitst and the last by default. Function can be passed and array of allowed words, these will not be censored with asterisks.

A script by V.

License.

@rfprod
rfprod / Spiralizer.markdown
Last active April 22, 2017 15:44
Spiralizer

Spiral generator based on spiral square side size.

Spiral size 5:

00000
....0
000.0
0...0
00000
@rfprod
rfprod / SudokuSolver.markdown
Last active November 17, 2019 14:46
Sudoku Solver

Sudoku Solver

Solves 9x9 sudoku puzzles.

A script by V.

License.

@rfprod
rfprod / Base64Coder.markdown
Last active April 22, 2017 15:45
Base64 Coder

Base64 Coder

Encodes/decodes strings to/from Base64.

A script by V.

License.

@rfprod
rfprod / SumStringsAsIntegers.markdown
Last active April 22, 2017 15:45
Sum Strings As Integers

Sum Strings As Integers

Sums provided strings, consisting of integers, as integers.

A script by V.

License.

@rfprod
rfprod / Carousel.markdown
Last active April 22, 2017 15:46
Carousel
@rfprod
rfprod / Object Playground.markdown
Last active April 22, 2017 15:46
Object Playground

Object Playground

Playground for NPC(non-player character)<->PC(player character) interaction.

A Pen by V on CodePen.

License.