Pinned Repositories
array-removeat
Removes an item from a specific position.
create-file
Create a new file.
dash-to-camelcase
Converts a string with words separated by dashes into a camel cased string.
emiljohansson.dev
Fika
A web application for organizing important social events in the form of coffee breaks.
html-decoder
Decodes html
keyboard-handler
Single handler for browser keyboard events.
keyboard-key-code
Key code handler
list-files
Finds all files in a directory and passes them into an array.
override-style-chrome-extension
Chrome extension that overrides the css style on any page.
emiljohansson's Repositories
emiljohansson/language-vue-component
Adds syntax highlighting to Vue Component files in Atom
emiljohansson/dash-to-camelcase
Converts a string with words separated by dashes into a camel cased string.
emiljohansson/c-random-string
Generates a random string.
emiljohansson/c-random-string-cli
Generates a random string.
emiljohansson/true-looking
Helps validate if a property is either 'true' or true.
emiljohansson/false-looking
Helps validate if a property is either 'false' or false
emiljohansson/class-name-starting-with
Finds all element starting with `string`. Queries the DOM for '[class*="string"]'.
emiljohansson/string-replace-first
Replaces first match of a pattern in a string.
emiljohansson/is-windows
Checks if the OS is Windows.
emiljohansson/git-cmd-lookup
A lookup how to write a few git commands, like a google search.
emiljohansson/clock-in-out
Keep track on work hours
emiljohansson/electron-camera
Camera app with filters developed in electron.
emiljohansson/electron-finder
A simplified app of the OSX Finder developed in electron.
emiljohansson/slash-to-dots
Replaces all slashes to dots in a string.
emiljohansson/mini-game-pong
A simple version of the game `pong`.
emiljohansson/mini-game-snake
A simple version of the game `snake`.
emiljohansson/current-dir
Returns the full path to the current directory.
emiljohansson/is-empty
Validates if a string, object or array is empty.
emiljohansson/copy-to-clipboard
Copies the passed parameter to the clipboard
emiljohansson/value-by-key
Returns a string matching the key
emiljohansson/capitalize
Capitalize each word in a string or array.
emiljohansson/random-string-component
Generates a random string [0-9][A-Z][a-z]
emiljohansson/notes-cli
Command line based notes.
emiljohansson/array-movetoend
Moves an item the array to the end of the array.
emiljohansson/coconut.js
npm based HTML5 game engine.
emiljohansson/newtab-chrome
Replacement for my new tab in Chrome. Playing w/ custom element and html import.
emiljohansson/make-array
Returns `array` if it's an array or a new array.
emiljohansson/array-removeat
Removes an item from a specific position.
emiljohansson/captn
JavaScript DOM manipulation library.
emiljohansson/test-watcher
Watches changes for all files in a directory and runs npm test.