oliverjonasson

@oliverjonasson

75 Points 1 Followers

18 Posts

0 Answers

User has not added any information in their about section.

oliverjonasson · 2 weeks 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 · 10 months 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 · 11 months 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 · 11 months 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 · 1 year 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 · 1 year 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 · 1 year ago

landsc

Small little animated fetch in ncurses

oliverjonasson · 1 year 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 · 1 year 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 · 1 year 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 · 1 year 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 · 1 year 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 · 1 year 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 · 1 year 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 · 1 year 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 · 1 year 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 · 1 year 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 · 1 year 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