css-animation-101 VS papers-we-love

Compare css-animation-101 vs papers-we-love and see what are their differences.

css-animation-101

Learn how to bring animation to your web projects (by cssanimation)

papers-we-love

Papers from the computer science community to read and discuss. (by papers-we-love)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
css-animation-101 papers-we-love
4 70
4,950 84,486
0.4% 1.4%
0.0 4.1
5 months ago 14 days ago
CSS Shell
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

css-animation-101

Posts with mentions or reviews of css-animation-101. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-28.

papers-we-love

Posts with mentions or reviews of papers-we-love. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-23.
  • Show HN: Hacker News but for state of the art research
    5 projects | news.ycombinator.com | 23 May 2024
    I usually look for research papers in well-known conferences. I think you can google the conferences for other fields, but some of them for Programming Languages are SPLASH, ECOOP, PLDI, ICFP. So if you want important new papers, those are the places to look.

    Universities often have “seminar” classes and “reading groups” to discuss influential papers, which sometimes includes older ones as well. The discussions are a bit like what this site is trying to accomplish, albeit in-person. Unfortunately the seminars and reading groups themselves aren’t usually public, but some of their websites are (and some past websites are still up) and they post the list of papers.

    For PL specifically you can find a lot of notable papers in the history of the r/ProgrammingLanguage subreddit, and there are lists you can google such as https://www.cis.upenn.edu/~bcpierce/courses/670Fall04/GreatW... and https://github.com/imteekay/programming-language-research?ta.... I also found https://github.com/papers-we-love/papers-we-love for more genera computer science papers.

  • The Top 10 GitHub Repositories Making Waves 🌊📊
    22 projects | dev.to | 20 Dec 2023
    Papers We Love (PWL) is a community built around reading, discussing and learning more about academic computer science papers. This repository serves as a directory of some of the best papers the community can find, bringing together documents scattered across the web. You can also visit the Papers We Love site for more info.
  • What led you to use Linux as your daily driver?
    4 projects | /r/linuxquestions | 7 Dec 2023
  • We have used too many levels of abstractions and now the future looks bleak
    6 projects | news.ycombinator.com | 21 Oct 2023
    You might find the paper Out of the Tar Pit interesting if you haven't already read it: https://github.com/papers-we-love/papers-we-love/blob/main/d...

    The ideas and approaches you talk about evoked some of the concepts from that paper for me. It talks a lot about separating accidental complexity and infrastructure so you can focus only on what is essential to define your solutions.

  • Out Of The Tar Pit (2006) [pdf]
    1 project | news.ycombinator.com | 8 Sep 2023
  • John McCarthy’s collection of numerical facts for use in elisp programs
    4 projects | news.ycombinator.com | 7 Sep 2023
    Sure he was expecting a practical language and was designing one. Lisp was from day zero a project to implement a real programming language for a computer.

    Earlier he experimented with IPL and also list processing programming on Fortran. The plan was to implement a Lisp compiler. At first the Lisp code McCarthy was experimenting with, was manually translated to machine code.

    Then came up the idea to use EVAL as a base for an interpreter, which was implemented by manually translating the Lisp code to machine language. Around 1962 then a compiler followed.

    https://github.com/papers-we-love/papers-we-love/blob/main/c...

  • Python: Just Write SQL
    21 projects | news.ycombinator.com | 14 Aug 2023
    I'm in a 4th camp: we should be writing our applications against a relational data model and _not_ marshaling query results into and out of Objects at all.

    Elaborations on this approach:

    - https://github.com/papers-we-love/papers-we-love/blob/main/d...

    - https://riffle.systems/essays/prelude/

  • CS Journals and Magazines?
    1 project | /r/csMajors | 23 Jun 2023
  • Ask HN: Incremental View Maintenance for SQLite?
    2 projects | news.ycombinator.com | 12 Jun 2023
    The short ask: Anyone know of any projects that bring incremental view maintenance to SQLite?

    The why:

    Applications are usually read heavy. It is a sad state of affairs that, for these kinds of apps, we don't put more work on the write path to allow reads to benefit.

    Would the whole No-SQL movement ever even have been a thing if relational databases had great support for materialized views that updated incrementally? I'd like to think not.

    And more context:

    I'm working to push the state of "functional relational programming" [1], [2] further forward. Materialized views with incremental updates are key to this. Bringing them to SQLite so they can be leveraged one the frontend would solve this whole quagmire of "state management libraries." I've been solving the data-sync problem in SQLite (https://vlcn.io/) and this piece is one of the next logical steps.

    If nobody knows of an existing solution, would love to collaborate with someone on creating it.

    [1] - https://github.com/papers-we-love/papers-we-love/blob/main/design/out-of-the-tar-pit.pdf

  • Good papers for high school students?
    1 project | /r/computerscience | 9 Jun 2023
    Here is a great Repo on GitHub named paers-we-love. You will surely find some great papers there and also some good other resources. Hope this helps.

What are some alternatives?

When comparing css-animation-101 and papers-we-love you can also consider the following projects:

guide.elm-lang.org - My book introducing you to Elm!

Crafting Interpreters - Repository for the book "Crafting Interpreters"

How-to-Make-a-Computer-Operating-System - How to Make a Computer Operating System in C++

Flowgorithm-macOS - Flowgorithm for Mac OS

milewski-ctfp-pdf - Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source

elm-architecture-tutorial - How to create modular Elm code that scales nicely with your app

RSpec style guide - RSpec Best Practices

clojure-style-guide - A community coding style guide for the Clojure programming language

devdocs - API Documentation Browser

git-internals-pdf - PDF on Git Internals

paip-lisp - Lisp code for the textbook "Paradigms of Artificial Intelligence Programming"

salsa - A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured