Search results

  1. MayoMayn

    Show DevBest Deepkit

    Deepkit is a next-gen backend framework and a suite of high-quality libraries that enable you to leverage TypeScript in completely new ways.
  2. MayoMayn

    Apex HTML5

    Modern full-fledged & high-performance Habbo HTML5 retro powered by TypeScript Deepkit μWebSockets Angular Scuti I've created a feedback/roadmap where you can request features/integrations you want. https://github.com/marcus-sa/apex The UI will be inspired by
  3. MayoMayn

    Share your rhymes ?

    Just wrote these quickies "Yo this bitch wants me to take my pants down I don't give a fuck cuz the mic is on You can suck my dick before you go to work, or I'll crash your entire world I don't wanna face the responsibilities, of you not being on pills I'd rather fuck a milf, cuz I'm kinda ill...
  4. MayoMayn

    Show off your tattoos!

    So what kinda tattoos you guys got or want? Recently just had this done
  5. MayoMayn

    Chat - Forum Activity

    Don't show messages in Forum Activity that are unrelated to people without the right user privileges. Example: Option to subscribe to certain sections and their subsections only, such as some people might want to subscribe to the Habbo section and the sub Releases section under that, some...
  6. MayoMayn

    Best approach to setup mono repo using Docker

    So currently I have a mono repository that consists of the structure: +-- project | +-- client | +-- assets | +-- src | +-- ... | +-- package.json | +-- angular.json | +-- tsconfig.json | +-- Dockerfile | +-- ... | +-- server | +--...
  7. MayoMayn

    Ubuntu Budgie 18.04 - External monitor doesn't work

    So basically my OS froze when I was browsing the web, so I had to hard reset it by plugging out the battery and power cable. Now all of sudden after I've turned it on and plugged in the HDMI cable again the monitor doesn't detect the input at all. Output from xrandr Screen 0: minimum 8 x 8...
  8. MayoMayn

    Titan ~ Modern Node.js Framework

    Titan is a reactive modern decorator based Node.js framework. The idea behind this project is making backend coding different from how it's done using other frameworks. Features: Realtime strategies Fast and modern Lifecycles Routing Multi SQL ORM Dependency injection And more to come ...
  9. MayoMayn

    Python unable to execute script "invalid syntax"

    Okay, so basically we're using PHP to setup a dynamic Python script where the variables will be changing from request to request depending on the equation the user want's solved. Currently when producing the script, I'm using \r\n and \n to define indentations. Unfortunately this doesn't work...
  10. MayoMayn

    [Ubuntu] - Permission denied when compiling C++

    I need to install a NPM dependency that is using C++ bindings for Node After some research, it seemed like the permission got denied was because my storage was mounted with noexec flag, but after remounting them without the flag it sadly didn't fix the error. Exit code: 1 Command: sh...
  11. MayoMayn

    [Ubuntu] set default home folder for new users

    So I've just partitioned my HDD and SSD because I want to dual boot Windows. Now apart from that, the Ubuntu 17.10 OS is installed on my SSD, but I want all users to be created under the HDD mount. The HDD is mounted as /media/sda1 Now if I edit the HOME variable in /etc/default/useradd to...
  12. MayoMayn

    PC setup - should I wait for Zen+?

    So I've thought about waiting for the Zen+ but it seems like it's not really gonna improve the performance, so I don't really know if it's worth waiting for. I'd love to hear your opinion on my setup. Mainly gonna be using it for developing, streaming and gaming. I'm just worried that the Ryzen...
  13. MayoMayn

    Awesome React UIKit

    Awesome React UIKit aka. Aruk is https://getuikit.com for React & TypeScript PogChamp Since I'm going to use UIKit in one of my React projects, and I saw that the currently available React modules for UIKit were outdated or didn't have all its features implemented I decided to code my own...
  14. MayoMayn

    PC component prices

    So I'm 18 in this month and due to that I have some "child savings", I wanna buy a proper PC to code and game on. Since cryptominers have bought up all the PC components (GPU & RAM) continuously each time they got them back in store the prices have approximately risen by 50% over the past year...
  15. MayoMayn

    Scala.js | Use JavaScript object as function parameter

    So basically I'm exporting a top level object in Scala.js where the start method takes in a JS object as function argument. After some research I discovered that defining a trait for the object would solve the issue, but all I get is still "[Object object]" This is my main.scala file: package...
  16. MayoMayn

    Picking a country to study in/move to

    I'm getting pretty tired of Denmark, and I've had the thought about moving to a different country many times. If I only were to study in a different country, I would still get paid the SU we get here which is approximately $1K/mo, but yet again I've thought about moving permantly which would...
  17. MayoMayn

    TrinityJS - Minimalistic web framework

    TrinityJS is a ReactJS inspired web framework solely made for the purpose of being fast, simple and lightweight. Example of usage: https://github.com/marcus-sa/trinity-js/tree/master/test/client Features: Reusable components Routing Store Authentication wrappers for routing through store...
  18. MayoMayn

    Food

    I love food, and I enjoy cooking aswell. So yeah, post some pictures of whatever you've cooked / cooking or if you've just enjoyed a good meal. I'll start out by posting what I've cooked just now:
  19. MayoMayn

    Cryptocurrency Cardano

    What are your thoughts on Cardano (ADA)? From what I've heard it would go quite big in 2018. "Cardano is a decentralised public blockchain and cryptocurrency project and is fully open source. Cardano is developing a smart contract platform which seeks to deliver more advanced features than any...
  20. MayoMayn

    Socket.io

    I'm running into an issue regarding getting all clients associated with a room. I feel like there lacks a lot of documentation, and all Stackoverflow answers are outdated. Back in v1 you could do this to retrieve the clients: io.sockets.clients(roomId) So does any of you know how that is done now?
Top