-
as seen on Super User
- Search for 'Super User'
I'm looking for a good Snippets collection on Windows.It's hard to just save them in files :P
Thanks first :)
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
There are already two questions about F#/functional snippets.
However what I'm looking for here are useful snippets, little 'helper' functions that are reusable. Or obscure but nifty patterns that you can never quite remember.
Something like:
open System.IO
let rec visitor dir filter=
seq…
>>> More
-
as seen on Dot net Slackers
- Search for 'Dot net Slackers'
A snippet is a small section of text or source code that can be inserted into the code of a program. Snippets provide an easy way to implement commonly used code or functions into a larger section of code. Instead of rewriting the same code over and over again, a programmer can save the code [...]
Related…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have to install a CMS to manage a set of mathematical problems, i.e., our main content will be short (~3 lines) snippets of text. We need the ability to add comments and categories/tags, possibly with a powerful search function combining different constraints on the categories.
A crucial ability…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I am designing a public code repository. Users will be allowed to post and edit whatever amount of code they want, from code snippets to entire multi-file projects. I have a few major legal concerns about this:
Not getting sued/shut down - I feel the site would be a much easier target than tracking…
>>> More