Ian Nieves's repositories

gnu-coreutils

These are the GNU core utilities (commands such as ls, cp, chmod, chown, etc.) used on operating systems such as Linux, BSD, Mac OSX, etc. My most recent contribution (not yet approved) has been to add --exclude-filed and --exclude-directories to chown, chmod, chgrp to make setting filesystem permissions recursively much simpler, needing to depend less on find and +X.

Language:CLicense:GPL-3.0Stargazers:1Issues:2Issues:0

web-kit

A LEMP (linux, nginx, mysql, php) stack in the form of a docker container, described with docker-compose. The stack is based on Debian stretch-slim (a stretch image with non-esseitial packages removed). It also features PHP 7.1.14, MySQL 5.7.21, and latest nginx 1.6.2. Key features include https (for web) and ssl (for db) working right out of the box, for building secure applications. As well, all php/nginx/mysql communications are over unix domain sockets (not TCP/IP connections). This is a great starting point for any LEMP project or a great stepping stone for any LAMP enthusiast.

Language:ShellStargazers:1Issues:1Issues:0

intacct-sdk-php-examples

Examples used with the Sage Intacct SDK for PHP guides

Language:PHPLicense:Apache-2.0Stargazers:0Issues:1Issues:0

ipcsocket

IPC: Unix Domain Socket and Windows Named Pipes for Java

Language:JavaLicense:NOASSERTIONStargazers:0Issues:1Issues:0

libnetwork

networking for containers

Language:GoLicense:Apache-2.0Stargazers:0Issues:0Issues:0

urban-dictionary-scraper

A Java program that can help you scrape (hilarious) words from Urban Dictionary (https://www.urbandictionary.com)

Language:JavaStargazers:0Issues:2Issues:0