Skip to content
View nmoinvaz's full-sized avatar
  • Phoenix, United States

Sponsors

@Coeur

Organizations

@Blosc @zlib-ng
Block or Report

Block or report nmoinvaz

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
nmoinvaz/README.md

πŸ‘‹ I am a software developer with experience in cross-platform desktop, web, and front-end application development.

πŸ”­ I’m currently working on ...

  • πŸ“Œ Software delivery and deployment platform for Solid State Networks called DIRECT. It provides a fully integrated download manager, patcher, repair tools, and self-updating launcher that is used by game studios.

    • Develop code-signing, executable branding, and dmg creation tools for macOS, Windows, and Linux.
    • Develop an application that hosts native web browser controls used to develop launchers, installers, and downloaders.
  • πŸ₯¨ proxyres, a cross-platform proxy resolution library.

  • βœ‚οΈ minizip-ng, a cross-platform zip manipulation library based on the old minizip contribution found in zlib.

  • πŸ’‰ zlib-ng, a zlib data compression library replacement for next-generation systems.

A long time ago I developed two popular freeware applications...

  • πŸ”Œ ExtractNow, a utility that allowed you to extract multiple archives quickly and easily. When it was first developed there were few if any software applications available that were designed to handle batch archive operations.

  • πŸ“· WebShot, a utility that allowed users to capture an image of any webpage given its address. It was a first of its kind application that allowed for batch screenshot generation through a command line interface in the days before Chrome existed.

πŸ’‘ There is no system of either education, politics, or religion, which ought to be excepted from the severest scrutiny of the human mind, or the closest examination which the human faculties can bestow on it. β€” Palmer, Elihu, Principles of Nature p. 207

A&B OceanLab - I Am What I Am

Pinned

  1. zlib-ng/minizip-ng zlib-ng/minizip-ng Public

    Fork of the popular zip manipulation library found in the zlib distribution.

    C 1.1k 417

  2. zlib-ng/zlib-ng zlib-ng/zlib-ng Public

    zlib replacement with optimizations for "next generation" systems.

    C 1.4k 243

  3. snxd/breakpad snxd/breakpad Public

    Forked from google/breakpad

    Mirror of Google Breakpad project with CMake support.

    C++ 6

  4. proxyres proxyres Public

    Cross-platform proxy resolution library written in C.

    C 10 2

  5. Antd Cursor Paginated Table Component Antd Cursor Paginated Table Component
    1
    import React, { useEffect, useState } from "react";
    2
    
                  
    3
    import { Table, Button, Space, Row, Col } from "antd";
    4
    import { LeftOutlined, RightOutlined } from "@ant-design/icons";
    5
    
                  
  6. Apple Notarization Submission Script Apple Notarization Submission Script
    1
    #!/usr/bin/env python
    2
    import argparse
    3
    import boto3
    4
    import jwt
    5
    import requests