Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/frizensami/useful-programming-snippets
- Owner: frizensami
- Created: 2015-04-16T02:14:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-16T07:25:11.000Z (over 9 years ago)
- Last Synced: 2023-08-03T20:39:38.326Z (over 1 year ago)
- Language: C#
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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