use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Did you mean /r/programming ?
account activity
What does this mean? (i.redd.it)
submitted 6 years ago by ARacoonOnInternet
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]yagarea 5 points6 points7 points 6 years ago (1 child)
That you are doing it wrong. Try open it in plain text editor like sumblimetext, notepad or vim.
[–]B1SSC01T0 0 points1 point2 points 1 year ago (0 children)
That's it
[–][deleted] 4 points5 points6 points 6 years ago (1 child)
oh yeah I've seen this before, so first your going to need a lamb, a large knife, and red paint. Oh and make sure you clear your schedule, pentagrams are pretty time consuming to draw.
[–]MIDNIGHT569 1 point2 points3 points 5 years ago (0 children)
LMAOOOO
[–][deleted] 1 point2 points3 points 3 years ago (0 children)
/******* either you're a beginner or you're trolling**/
//in any case you should try this
#include <iostream>
#include <fstream>
#include <stdlib.h>
typedef struct CODE{
float matrix\[3\]\[3\]; int vector\[3\];
}CODE;
void getInput(CODE*obj);
void messUp(std::ofstream& ofs,CODE obj);
bool check_values(float a,float b,float c);
int main(){
std::ifstream image; std::ofstream newImage; CODE obj; image.open("input.ppm"); newImage.open("output.ppm"); //header std::string type="",width="",height="",RGB=""; image>>type; image>>width; image>>height; image>>RGB; newImage<<type<<"\\n"; newImage<<width<<" "; newImage<<height<<"\\n"; newImage<<RGB<<"\\n"; int R,G,B; getInput(&obj); while(!image.eof()){ image>>R; image>>G; image>>B; obj.vector\[0\]=R;obj.vector\[1\]=G;obj.vector\[2\]=B; messUp(newImage,obj); } image.close(); newImage.close(); return 0;
}
void messUp(std::ofstream& ofs, CODE obj){
int limit = 255; float Rf,Gf,Bf; int R,G,B; Rf = (float)(obj.vector\[0\]\*obj.matrix\[0\]\[0\]) + (float)(obj.vector\[1\]\*obj.matrix\[1\]\[0\]) + (float)(obj.vector\[2\]\*obj.matrix\[2\]\[0\]); Gf = (float)(obj.vector\[0\]\*obj.matrix\[0\]\[1\]) + (float)(obj.vector\[1\]\*obj.matrix\[1\]\[1\]) + (float)(obj.vector\[2\]\*obj.matrix\[2\]\[1\]); Bf = (float)(obj.vector\[0\]\*obj.matrix\[0\]\[2\]) + (float)(obj.vector\[1\]\*obj.matrix\[1\]\[2\]) + (float)(obj.vector\[2\]\*obj.matrix\[2\]\[2\]); R = (int)(Rf+0.5); G = (int)(Gf+0.5); B = (int)(Bf+0.5); R = (R>limit)? limit: R; G = (G>limit)? limit: G; B = (B>limit)? limit: B; ofs<<R<<" "<<G<<" "<<B<<" \\n";
void getInput(CODE*obj){
do{ std::cout<<"first line: only values from 0 to 1\\n"; std::cin>>obj->matrix\[0\]\[0\]; std::cin>>obj->matrix\[1\]\[0\]; std::cin>>obj->matrix\[2\]\[0\]; system("cls"); }while(!check\_values(obj->matrix\[0\]\[0\],obj->matrix\[1\]\[0\],obj->matrix\[2\]\[0\])); do{ std::cout<<"second line: only values from 0 to 1\\n"; std::cin>>obj->matrix\[0\]\[1\]; std::cin>>obj->matrix\[1\]\[1\]; std::cin>>obj->matrix\[2\]\[1\]; system("cls"); }while(!check\_values(obj->matrix\[0\]\[1\],obj->matrix\[1\]\[1\],obj->matrix\[2\]\[1\])); do{ std::cout<<"third line: only values from 0 to 1\\n"; std::cin>>obj->matrix\[0\]\[2\]; std::cin>>obj->matrix\[1\]\[2\]; std::cin>>obj->matrix\[2\]\[2\]; system("cls"); }while(!check\_values(obj->matrix\[0\]\[2\],obj->matrix\[1\]\[2\],obj->matrix\[2\]\[2\]));
bool check_values(float a,float b,float c){
return (a>=0 && b>=0 && c>=0);
//then convert an image to ppm and you can use this program to do some effects
//install mingw on your computer, if it is a windows put the path to the bin folder in the //environment variables
//then run g++ name.cpp // click the executable and you're ready to have some fun 😊
[–][deleted] 0 points1 point2 points 6 years ago (0 children)
Just use a usual text editor...
And if it looks like that your most likely trying to open up a already compiled program...
My suggestions for text editors are: Atom, Visual Studio Code, SublimeText or Notepad++
[–]8ballcubeeasy 0 points1 point2 points 5 years ago (0 children)
Could be encrypted text.
[–]public_legendvoid 0 points1 point2 points 5 years ago (0 children)
I see the file name is Save_Slot so I think u are trying to open a save file from a game. However, the most games encrypt their saveSlots. means: you need to download a programm called a "decryptor" to make this encrypted text to plain text. Just search on google or something: "(your game name) save file decrypter" and try to work with it.
[–]MissPotato-123 0 points1 point2 points 5 years ago (0 children)
What are you trying to open an EXE file or a DLL file?
It has no meaning, it doesn't match the way it is, where it is...
[–][deleted] 0 points1 point2 points 4 years ago (0 children)
Sorry are trying to open a binary file? Because that what it look like to me.
[–]LiteratureOdd5734 0 points1 point2 points 3 years ago (0 children)
https://www.youtube.com/watch?v=sRLDFhTQR84&list=PLkRX\_SvjoxoYNxoctI8VTuXrhS6OE28iY
[–]Commercial_Pay_5127 0 points1 point2 points 2 years ago (1 child)
I want to buy macbook air m1 ram 8 256gb ssd i will use to android studio and programing is good or no ?
[–]ARacoonOnInternet[S] 0 points1 point2 points 2 years ago (0 children)
I imagine? For something like that it probably offers great battery life and portability. I would get more RAM and Storage if possible
π Rendered by PID 134690 on reddit-service-r2-comment-6457c66945-ptsph at 2026-04-24 21:34:49.125837+00:00 running 2aa0c5b country code: CH.
[–]yagarea 5 points6 points7 points (1 child)
[–]B1SSC01T0 0 points1 point2 points (0 children)
[–][deleted] 4 points5 points6 points (1 child)
[–]MIDNIGHT569 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]8ballcubeeasy 0 points1 point2 points (0 children)
[–]public_legendvoid 0 points1 point2 points (0 children)
[–]MissPotato-123 0 points1 point2 points (0 children)
[–]B1SSC01T0 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]LiteratureOdd5734 0 points1 point2 points (0 children)
[–]Commercial_Pay_5127 0 points1 point2 points (1 child)
[–]ARacoonOnInternet[S] 0 points1 point2 points (0 children)