https://linen.dev logo
Join Discord
Powered by
# showcase
  • v

    viferga

    08/17/2022, 11:26 PM
    MetaCall is a Polyglot Runtime that allows calling functions, methods or procedures between multiple programming languages (). We are using it for building a high performance Function as a Service (FaaS) which simplifies the deployment of frontend and backend services, without vendor locking and with the maximum simplicity (https://metacall.io). If you want to know more about us, please join our Discord community: .
  • i

    infiniteregrets

    09/28/2022, 4:47 AM
    wrote my first kernel module, creates proc entries. one reports the jiffy = ticks since boot and other reports the time elapsed since the module was loaded
  • i

    infiniteregrets

    10/27/2022, 6:27 PM
    wrote my first LL(1) parser for parsing simple boolean expressions, example:
    Copy code
    bash
    "$a = $a = not ( true or false and not ( true and false ) ) and false or true"
    Copy code
    bash
    [Token(identifier, $a), Token(equal, =), Token(identifier, $a), Token(equal, =), Token(not, not), Token((, (), Token(true, true), Token(or, or), Token(false, false), Token(and, and), Token(not, not), Token((, (), Token(true, true), Token(and, and), Token(false, false), Token(), )), Token(), )), Token(and, and), Token(false, false), Token(or, or), Token(true, true), Token(eof, )]
    
    
    Assign($a, Assign($a, Expr(Expr(Expr(None, not, Expr(Expr(True, or, False), and, Expr(None, not, Expr(True, and, False)))), and, False), or, True)))
    not sure how correct it is, but also found this really cool tool that helped me understand things https://www.cs.princeton.edu/courses/archive/spring20/cos320/LL1/
  • a

    Aviram Hassan

    12/07/2022, 2:05 PM
    Hey people, we released a GitHub action for using sccache 🙂 https://github.com/marketplace/actions/rust-cache-using-sccache
  • b

    blackgirlbytes

    12/14/2022, 5:59 PM
    Hey Maintainers! Looking to turn your open source project into a sustainable career? Check out the GitHub Accelerator. I'm hosting two sessions to share more about the program! Twitter Space: https://twitter.com/blackgirlbytes/status/1603032394692435968?s=20&t=995bknpU3OXY6PJ6RZhwbA Twitch Stream: https://twitter.com/blackgirlbytes/status/1603036888180600832?s=20&t=995bknpU3OXY6PJ6RZhwbA
  • i

    infiniteregrets

    02/12/2023, 2:05 AM
    heatmap based on twitter engagement for a starbucks drink