Skip to content

Instantly share code, notes, and snippets.

#include<iostream>
#include<fstream>
#include<iomanip>
#include<string>
#include<cmath> //You do have the correct versions of the includes. Some teachers teach the C-versions, so kudos to you for getting the right ones.
using namespace std; //using namespaces isn't harmful per-se, but be careful you never use it in a header. However, it conventionally comes after the includes.
//a data set is a concept of a single thing that can be read from an io stream,operated on, and passed around.
//make it a class.
class data_set
@Steve132
Steve132 / Output1.txt
Last active June 21, 2023 00:35 — forked from VirtuosoChris/groupimages.py
groupimages.py
image0 in group_0 0
image1 in group_0 1
image2 in group_0 2
image3 in group_0 3
Processing: 1/12 groups. 8.33% done.
image5 in group_1 5
image7 in group_1 7
Processing: 2/12 groups. 16.67% done.
image9 is unmatched
Processing: 2/12 groups. 16.67% done.
@Steve132
Steve132 / Programming Language Checklist 2024.md
Last active July 29, 2024 18:42 — forked from boppreh/Programming Language Checklist 2024.txt
Updated version of the tongue-in-cheek Programming Language Checklist

Programming Language Checklist by Colin McMillen, Jason Reed, and Elly Fong-Jones, 2011-10-10 updated by BoppreH, 2024-01-24

You appear to be advocating a new:

  • functional
  • imperative
  • object-oriented
  • stack-based
  • concurrent -[ ] interpreted -[ ] compiled [ ] JIT [ ] cloud [ ] AI [ ] beginner-friendly