Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6850455
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:07:35+00:00 2026-05-27T01:07:35+00:00

Once, there was this awesome SNIPPETS library of C (and C++) code. I used

  • 0

Once, there was this awesome SNIPPETS library of C (and C++) code. I used it from 1995 on, but its origin is much older and it was updated until at least 2007. From time to time, I found that I needed a piece of code not from a library, but something I could cut and paste into my own projects.

To my horror, it’s now gone. There are traces of it, dead links on SO for instance.

Can anybody find me a mirror, or an archive of it? I had an early version on my harddrive for years, but not any more.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T01:07:36+00:00Added an answer on May 27, 2026 at 1:07 am

    TL;DR

    Full github mirror of the code (Edited to point to github site, since first mirror died.)


    Since your ServerFault question was off topic, I thought I’d post this here;

    *puts on detective hat*

    Well DNSHistory.org reports the domain snippets.org used to point to ‘206.251.38.37’ up till 2011-04-02 (When did the domain go?)

    Using CURL to send the ‘host’ header to that server;

    [samr@ocelot~]$ curl -I -H "Host:snippets.org" http://206.251.38.37/
    HTTP/1.1 200 OK
    Date: Thu, 24 Nov 2011 15:12:16 GMT
    Server: Apache/2.2.9 (Debian) PHP/4.4.4-8+etch6 mod_ssl/2.2.9 OpenSSL/0.9.8g
    X-Powered-By: PHP/4.4.4-8+etch6
    Content-Type: text/html
    

    gives us a response. Next step, what does that page look like?

    Well just getting the HTML and opening it in lynx;

    [samr@ocelot~]$ curl -H "Host:snippets.org" http://206.251.38.37/ > snippets.org.html
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 10319    0 10319    0     0  29500      0 --:--:-- --:--:-- --:--:-- 52583
    [samr@ocelot~]$ lynx snippets.org.html
    

    Gives the wonderful response of;

    SNIPPETS sponsors [MicroFirm.gif] Firmware, system, and sensors
    development [Sponsor.jpg] Click here to learn more [dmlogo.gif]
    “Free C/C++ Compilers” [188x44_bss14.jpg] “High-Performance Version
    Control”


                                                                        [logo.gif]
                                                        Free educational resources on the Internet
                  ______________________________________________________________________________________________________________________
    
                                                           Thursday, 24-Nov-2011, 15:13:22 GMT
                                                         Last modified: 01-Apr-2007, 05:50:42 GMT
                                                            395594 visitors since 15-Jul-2002
                                        __________________________________________________________________________
    

    Mission:

    SNIPPETS.ORG is dedicated to providing free informational and
    educational resources on the World Wide Web. Currently, the two
    principle topics are programming and do-it-yourself (DIY) audio.
    The fields covered by SNIPPETS.ORG are generally technology and arts.
    As soon as enough free material is collected, new sections will be
    added related to photography and digital imaging.

    The one common factor in everything you’ll find on this site is
    that it’s all free. Programming source code is free. Tools and
    utilities are free. And, of course, information is always free.
    While SNIPPETS.ORG provides many links to commercial sites, it is a
    not-for-profit operation – nothing here is for sale! If you wish
    to contribute content, information, or entire web sites to
    SNIPPETS.ORG, please contact me.
    [snip]

    So to answer your question, the domain used to point to ‘206.251.38.37’, and the site (appears to) still exist.

    Next thing; mirroring. The wget tool provides a --mirror flag to recursively download a website to a directory, which looks to be just what we’re after.

    Started creating a mirror on my home server, but here’s the command I’m using;

    wget --header="Host:snippets.org" --mirror -p --convert-links -P ./snippets.org/ http://206.251.38.37/
    

    Then I extracted the files from the code directories and uploaded them to my mirror site http://mirror.rmg.io/snippets.org/

    embedded.snippets.org reports as ‘down for maintenance’ so couldn’t be spidered.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

there was this plugin i once saw and i cant find it anymore. its
Php novice. 1.Is there anything wrong with this PHP & MySQL code? include_once db_login.php
Once again I'm doing Java graphics (Graphics2D) but I noticed there is no Polygon.Double
The Gerrit system is only used by us several people. Once there is a
I'm parsing data from this RSS feed: http://rss.accuweather.com/rss/liveweather_rss.asp?metric=1&locCode=SAM|AR|AR005|MONTE%20MAIZ , The data there updates once
Once all three loads are complete... $(#sidebar a).live(click, function(e){ $(this).addClass(selected loading); $(#conceptual).load(conceptualUrl, null, function(){
Someone told me once there was a good novel around the story of the
Once the system is shutdown there will be message in syslog file. I have
Is there an equivalent to browser cookies for Smart Client / Click Once application
is there any way to map 2 Models once in my application ( Mapper.CreateMap())

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.