Git Product home page Git Product logo

activity's Introduction

Hi there ๐Ÿ‘‹

I'm a 22-year-old maker, and I love building things.

I work at Worldcoin, building the most scalable & private sybil-resistance solution.

In my free time, I like to build. Here's a few of my favourite open-source projects:

  • cog-rust: Rust containers for machine learning.
  • ensemble: A Laravel-inspired ORM for Rust.
  • commit: A command palette-style Git client for blazing-fast commits.
  • lil-web3: Simple, intentionally-limited versions of web3 protocols & apps.
  • auto-commit: Rust CLI that automatically writes commit messages for you, built in Rust.
  • yt-whisper: Automatically generate subtitles for YouTube videos, using OpenAI's Whisper.
  • plz-cli: Copilot for your terminal
  • armchair: A Next.js starter kit for full-stack web3 apps.
  • php-evm: A PHP implementation of the Ethereum Virtual Machine, because why not.
  • connect4-sol: A hyper-optimised Connect 4 implementation on Solidity.
  • ...

activity's People

Contributors

m1guelpf avatar scrutinizer-auto-fixer avatar usmanatron avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

activity's Issues

[Syntax] Boolean should be compared strictly - in index.php, line 6

in index.php, line 6

With booleans, only strict comparison (with === operator) should be used to lower bug risks and to improve performances.

<?php

include 'config.php';
include 'functions.php';
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
    if (!isset($_GET['token']) || $_GET['token'] == null) {
        // Not authenticated
    $error['status'] = '401';
        $error['description'] = ' Unauthorized';
        header('Content-Type: application/json');
        echo json_encode($error);

Logo

We need a favicon!

Make a banner

We need a banner for the Activity project.
It will be located at the top of our github README and the creator will be credited in the Credits section.
It should be simple, contain the word Activity and the logo.
This is an awesome oportunity for newcomers to start working on a Github project!

[Syntax] Boolean should be compared strictly - in index.php, line 40

in index.php, line 40

With booleans, only strict comparison (with === operator) should be used to lower bug risks and to improve performances.

        exit();
    }
    $token = $result->fetch_assoc();
// Insert activity
} elseif ($_SERVER['REQUEST_METHOD'] === 'GET') {
    if (!isset($_GET['token']) || $_GET['token'] == null) {
        // Not authenticated
    $error['status'] = '401';
        $error['description'] = ' Unauthorized';
        header('Content-Type: application/json');
        echo json_encode($error);

More clients

We currently have clients in:

  • PHP
  • Bash (cURL)
  • NodeJS
  • GO
  • Python
  • Ruby
  • .NET

If you have a little free time, take a minute testing the clients in your server and report here.

If you know a programming language that isn't listed above, feel free to create a client.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.