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

Sponsors

@Coeur

Highlights

  • Pro

Organizations

@Blosc @zlib-ng

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 Loading

  1. zlib-ng/zlib-ng Public

    zlib replacement with optimizations for "next generation" systems.

    C 1.7k 276

  2. snxd/proxyres Public

    Cross-platform proxy resolution library written in C.

    C 12 3

  3. Upload CEF symbols to Sentry.io
    1
    # CEF symbols are too large to upload directly to Sentry.io. The maximum size is 2GB. 
    2
    # We use Breakpad to reduce the size of the original symbols at the expense of some 
    3
    # fidelity for inline functions.
    4
    name: CEF Symbols
    5
    on:
  4. Apple Notarization Submission Script
    1
    #!/usr/bin/env python
    2
    import argparse
    3
    import boto3
    4
    import jwt
    5
    import requests
  5. 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. snxd/breakpad Public

    Forked from google/breakpad

    Mirror of Google Breakpad project with CMake support.

    C++ 6 1

3,666 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to zlib-ng/zlib-ng, snxd/proxyres, zlib-ng/minizip-ng and 19 other repositories
Loading A graph representing nmoinvaz's contributions from March 24, 2024 to March 30, 2025. The contributions are 38% code review, 36% commits, 26% pull requests, 0% issues.

Contribution activity

March 2025

Created a pull request in zlib-ng/zlib-ng that received 13 comments

Disable MSVC optimizations for AVX512 GET_CHUNK_MAG

MSVC compiler (VS 17.11.x) incorrectly optimizes the GET_CHUNK_MAG code on older versions. Appears to be resolved in VS 17.13.2. The compiler would…

+7 −0 lines changed 13 comments
Reviewed 13 pull requests in 3 repositories

Created an issue in zlib-ng/zlib-ng that received 6 comments

AVX512 decompression bug in 2.2.3 or later

This is to keep track of an internal issue we found where in certain cases AVX512 decompression bug in 2.2.3. Older versions are not affected by th…

6 comments
192 contributions in private repositories Mar 3 – Mar 29
Loading