Skip to content
View bitsmanent's full-sized avatar
Block or Report

Block or report bitsmanent

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. circo circo Public

    Simple IRC client for the terminal

    C 7 1

  2. snore snore Public

    sleep with feedback

    C 72 11

  3. beans beans Public

    Simple pastebin server

    C 6 1

  4. cgol cgol Public

    Conway's Game of Life

    C 2

  5. Simple translations with parametrize... Simple translations with parametrized strings and infinite plural forms
    1
    /* Do not use code you have not read first.
    2
     * Original file: https://gist.github.com/clamiax/ee6eea3010021bc62d188739b42c86cd */
    3
    let T9N_DEFLANG = null;
    4
    
                  
    5
    function _() {
  6. Simple sprite sheets for React Native Simple sprite sheets for React Native
    1
    import React from "react";
    2
    import {ImageBackground} from "react-native";
    3
    
                  
    4
    export function Sprite(props) {
    5
    	const [w, h] = [props.geometry.width, props.geometry.height];