oliverjonasson

@oliverjonasson

75 Points 1 Followers

18 Posts

0 Answers

User has not added any information in their about section.

oliverjonasson · 1 year ago

Hide - Terminal improvements

So I wanted to improve on the integrated terminal a bit. The things I wanted to add was: Non blocking system output so that it could be read the second it becomes available Scrolling in the...

oliverjonasson · 2 years ago

Halppp - Match Statements

While working with a lot of string comparisons it gets tedious to write elif <variable> == "Some String". So since rust has this really nice way of doing this, using match st...

oliverjonasson · 2 years ago

Halppp - Extend

Extend is a new feature in my language that is added to reduce complexity of large classes. Extend basically is like importing a library but inside the class so that functionality within a c...

oliverjonasson · 2 years ago

Halppp - Lambda Functions / LINQ

So I wanted to add a library that worked similarly to LINQ in my language. And in order to do so I needed to be able to create lambda functions. //c++ lambda string a = "hello" str...

oliverjonasson · 2 years ago

Halppp - programming language

Description While exploring new places where I can go with programming. I realized I'm writing a lot of code but it's defined by someone else. I wanna try writing in a language where I've de...

oliverjonasson · 2 years ago

Hide - text editor

Description After working on my own programming language I wanted to be able to have my own text editor written in the new language. I really liked neovim so I made it as my main biggest i...

oliverjonasson · 2 years ago

landsc

Small little animated fetch in ncurses

oliverjonasson · 2 years ago

Hinterpret Updates

Functions The function is now working with taking arguments and optional return fn add argone argtwo | let sum = argone + argtwo | return = sum add 1 2 output print output There's...

oliverjonasson · 2 years ago

Hinterpret

So I've created a "compiled" language (Halppp) so I wanted to see if I could use it to create an interpreted language. Using the previous knowledge of building the compiler, for th...

oliverjonasson · 2 years ago

Ktheme Performance Improvements

Ktheme is a automation tool I created to apply color themes to applications based on a image. it also applies the image as wallpaper and if multiple monitor exists it will crop the image an...

oliverjonasson · 2 years ago

Clean Page

Description Looking at start pages on reddit I figured why not build one my self. I mean why not rebuild the wheel? Solution Must have Keyboard navigation. Using javascript/html/css I c...

oliverjonasson · 2 years ago

Pnote

Description So I tried out Obsidian which is a markdown notetaking application While using it I thought wonder if I can build something similar to this. Solution Using Electron seemed like...

oliverjonasson · 2 years ago

Rinja

Description (probably sometime around 2020) On my linux machine I wanted something to execute commands and open applications quickly. Something that can be opened quickly and dissapear....

oliverjonasson · 2 years ago

Sweepy

Description When creating my programming language Halp/Halp++ I wanted to test it out by creating a simple game Previously I created a multiplayer minesweeper using node so creating min...

oliverjonasson · 2 years ago

Minesweeper multiplayer

Description Me and my friends were bored and found co-op minesweeper but it only allowed for 2 players to play together and we we're 5. So I challenged my self to create a multiplayer mi...

oliverjonasson · 2 years ago

Pydo

Description When having multiple smaller projects going on I realized I was forgetting about which features I wanted to implement and so on. So creating some kind of local todo list withi...

oliverjonasson · 2 years ago

Overwatch Queue Notifier

Description (probably sometime around 2019-2020) Playing dps in Overwatch meant that queue times could be 10-15 min long. Which was far too long for me to just sit and wait. So instead...

oliverjonasson · 2 years ago

TemTem Overlay

Description (During open beta of TemTem in 2020?) When playing TemTem me and my friends thought it was annoying to have to look up information about creatures with the web browser sitting o...
1

Loading More Content