Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frizensami/useful-programming-snippets

A collection of useful snippets/implementations of certain functions
https://github.com/frizensami/useful-programming-snippets

Last synced: 27 days ago
JSON representation

A collection of useful snippets/implementations of certain functions

Awesome Lists containing this project

README

        

#Useful Programming Snippets

The code inside is mostly not mine, these are just useful snippets gathered from the web and other sources over time

Currently there is a problem with the NamedPipes snippets where while messages can be sent, for some reason the when comparing the recieved message to expected strings, there is a problem
Sending string versions of integers and converting them to ints during processing is currently the best current solution