Posts

  • concretecms

    Official repository for Concrete CMS development

    If you’re looking for Concrete CMS documentation, you’ll want to navigate over to documentation.concretecms.org. If you see anything that needs more information or is just completely wrong, contributions are welcomed! Just log in to the documentation site with your community.concretecms.com account and edit away!

    Tags: #php • concrete5 • cms

  • request_store

    Per-request global storage for Rack.

    Ever needed to use a global variable in Rails? Ugh, that’s the worst. If you need global state, you’ve probably reached for Thread.current. Like this:

    def self.foo
      Thread.current[:foo] ||= 0
    end
    
    def self.foo=(value)
      Thread.current[:foo] = value
    end
    

    Ugh! I hate it. But you gotta do what you gotta do…

    Tags: #ruby

  • Knowage-Server

    Knowage is the professional open source suite for modern business analytics over traditional sources and big data systems.

    Tags: #java • business-intelligence • analyses

  • Javascript-Voronoi

    A Javascript implementation of Fortune’s algorithm to compute Voronoi cells

    A Javascript implementation of Steven J. Fortune’s algorithm to efficiently compute Voronoi diagrams. The Voronoi object’s purpose is to solely compute a Voronoi diagram, it is completely standalone, with no dependency on external code: it contains no rendering code: that is left to the user of the library.

    Tags: #javascript

  • bunny

    Bunny is a RabbitMQ client that focuses on ease of use. It is feature complete, supports all recent RabbitMQ features and does not have any heavyweight dependencies.

    Tags: #ruby • rabbitmq • amqp

  • laravel-auto-presenter

    A system for auto-decorating models with presenters

    • Automatically decorate objects bound to views
    • Automatically decorate objects within paginator instances
    • Automatically decorate objects within arrays and collections

    Tags: #php • hacktoberfest

  • expo-github-action

    Expo GitHub Action makes it easy to automate EAS builds or updates

    With this Expo action, you have full access to the [Expo CLI][link-expo-cli] itself. It allows you to fully automate the expo publish or expo build process, leaving you with more time available for your project. There are some additional features included to make the usage of this action as simple as possible, like caching and authentication.

    Tags: #javascript • expo • cli

  • AnimateFX

    A library of +70 ready-to-use animations for JavaFX

    A library of ready-to-use animations for JavaFX

    Features:

    • Custom animations
    • Custom interpolators
    • Play/Stop animation
    • Play an animation after another
    • More to come

    Tags: #java • animation • javafx

  • stocksight

    Stock market analyzer and predictor using Elasticsearch, Twitter, News headlines and Python natural language processing and sentiment analysis

    Stock market analyzer and stock predictor using Elasticsearch, Twitter, News headlines and Python natural language processing and sentiment analysis. How much do emotions on Twitter and news headlines affect a stock’s price? Let’s find out…

    Tags: #python • stock-market • stock-prediction

  • laravel-views

    Laravel package to create beautiful common views like data tables using the TALL stack.

    Laravel package to create beautiful common views like data tables using the TALL stack.

    Tags: #php • laravel • laravel-livewire

subscribe via RSS