Skip to content
View anacicconi's full-sized avatar
  • Freelance
  • France
Block or Report

Block or report anacicconi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. express-react-ssr-example express-react-ssr-example Public

    A starter for a project using ExpressJs and ReactJs with server side rendering.

    JavaScript 14 7

  2. universal-react-logger universal-react-logger Public

    A logger to catch client errors on the server.

    JavaScript 12 2

  3. dockerized-symfony dockerized-symfony Public

    A development environment for a Symfony + SQL application based on Docker

    Shell 5 1

  4. express-react-cssr-example express-react-cssr-example Public

    A starter for a project using ExpressJs and ReactJs with both client and server side rendering.

    JavaScript 2

  5. Comparison Coroutines versus RX Comparison Coroutines versus RX
    1
    fun main() {
    2
        runBlocking {
    3
            val timeCoroutine = measureTimeMillis {
    4
                (1..10).asFlow()
    5
                    .map { "value $it" }
  6. Rounded Background Span Rounded Background Span
    1
    import android.graphics.Canvas
    2
    import android.graphics.Paint
    3
    import android.graphics.Paint.FontMetricsInt
    4
    import android.graphics.RectF
    5
    import android.text.style.LineHeightSpan