[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

One of my control theory courses has a pretty assburger prof

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 140
Thread images: 18

File: 1467046880789.jpg (75KB, 720x720px) Image search: [Google]
1467046880789.jpg
75KB, 720x720px
One of my control theory courses has a pretty assburger prof who insists we use UNIX-based systems in a code project. Still half the class, including me, went with using Visual Studio as an IDE instead.

The deadline is next week and my entire project is written for a windows system.
What's a good excuse for not having used UNIX? Could I blame it on compability issues with my hardware preventing installation of a new OS?
>>
>using IDE for learning
Seriously why do normalfags do this? I bet half of class doesn't understand the difference between IDE and compiler. Professor is right. Stop complaining and port code to UNIX. And no hardware can't prevent you from installing a new OS? Ever heard of virtualization?
>>
>>60141665
There's no excuse, since many Unix systems are open source, therefore being free, and therefore running on nearly any hardware architecture possible. Too bad, bro, but it's all your fault.
If your computer can run Windows it can run FreeBSD.
>>
>>60141665
Like you haven't even said what language you're using (likely either C or C++ but still). Do you even know if your code is platform dependent? If it's just using standard libraries it probably won't be.
>>
File: 1480969578927.jpg (37KB, 600x338px) Image search: [Google]
1480969578927.jpg
37KB, 600x338px
>>60141665
>>
>>60141847
It's C.

And yeah some functions used are platform dependent, like getting the time elapsed and sleep.
>>
>>60141732
Because students are more worried about grades than learning
>>
>>60141665
You sound like the kind of retards in my programming courses that always failed and ended up droping out because they were terrified of anything that wasn't GUI-based on a Windows OS and would refuse to try even with constant handholding and offers for help from the rest of the class.

Install ubuntu on a virtual machine and port your shit there.
>>
>>60141665
>Could I blame it on compability issues with my hardware preventing installation of a new OS?
that would be fucking retarded. *nix OSs run on fucking everything while windows is limited in hardware support.

>UNIX
you mean.. POSIX ? even windows has a POSIX layer and you can write and compile POSIX compliant code on windows.
>>
>>60141885
Your prof is trying to get you to adapt good coding practices and you're trying to come up with excuses for crappy code that's out of spec?
>>
File: 85e.jpg (263KB, 764x551px) Image search: [Google]
85e.jpg
263KB, 764x551px
>>60141885
>mfw to smart to know fflush(stdin) is undefined behavior
>>
>>60141665
>writing C
>Deciding to use Windows despite your professor telling you to use unix-like OS
>For a C project
>Adamantly using Windows
Can't help you OP
>>
>>60141885
>It's C.

why would you even need to use windows specific functions in a C project ? it would be way harder than just writing standard C or maybe POSIX compliant C code, because the documentation of the windows api is worse than the GNU documentation
>>
>>60141902
>Install ubuntu on a virtual machine and port your shit there.
I'm doing it, but it's so fucking slow it's unbearable. It legit takes 4 seconds before virtualbox registers a simple mouse click.
>>
>>60141948
Buy a SSD
Install FreeBSD on it.
Wow! Problem solved!
>>
This just reminded me
Professor: I need you to write this assignment in HTML + CSS by hand so you can learn exactly how does it work and the code is readable
Half the class: *Eagerly open Dreamweaver and use the WYSIWYG editor for absolutely everything like it was a fucking Word file resulting in a tangled mess of spaghetti code, unsuccessfully struggle to fix it by hand, fail the assignment*
>>
>>60141948
Install the guest additions you mong
>>
>>60141665
tell him you prefer using windows
>>
>>60141805
>are open source, therefore being free
Stallman would like to have a word with you.
>>
>>60142123
this
>grsec
>open source
>not free
>>
>>60142089
it's not about the OS, OP is just a retard. his prof wanted him to write either standard C or posix compliant code but OP decided to use windows specific code
>>
File: ubuntu on windows.png (97KB, 650x300px) Image search: [Google]
ubuntu on windows.png
97KB, 650x300px
>>60141665
>>
Honestly had a professor like this. Use Dev C++. It compiles like the same minus command line args.
>>
File: wtfthisshitagain.png (238KB, 904x626px) Image search: [Google]
wtfthisshitagain.png
238KB, 904x626px
>>60141665
MSYS2
S
Y
S
2
>>
>>60141732
IDE is required for large projects. Writing required methods by hand is codemonkey tier.
>>
>>60142253
I've also seen this image like 10 times already
I don't understand what the fuck is going on
>>
>>60142270
>Writing required methods by hand is codemonkey tier.
how else are you supposed to write your methods ?
>>
File: Nk7WJhQ.jpg (17KB, 270x320px) Image search: [Google]
Nk7WJhQ.jpg
17KB, 270x320px
>The professor told me to do a thing but I didn't do it how can I convince that I was right all along
>>
>>60142270
Just implement your architecture once, I don't see how this is a problem unless all your functions are boilerplate set get garbage.

You were robbed.
>>
>>60142306
>appear to be female
>>
>>60142274
it keeps happening
>>
>>60142313
It is Japan after all.
>>
File: wtfthisshitagain.png (262KB, 1301x649px) Image search: [Google]
wtfthisshitagain.png
262KB, 1301x649px
>>60142274
>>60142319
forgot pic
>>
>>60142313
I still believe she was a girl pretending to be a boy pretending to be a girl for the attention.
>>
>>60142270
>homework assignment
>large project
>>
>>60141885
>like getting the time elapsed and sleep
Should have used libraries instead of writing those yourself.

But worst case you can still #ifdef platform-specific code and add the equivalent for a UNIX system if you weren't allowed to use certain libraries or something retarded like that.
>>
>>60142287

>>60142270
>not importing a skeleton and doing a line range replace using vim
>>
>>60141665
Tell him it's written on a solaris machine
>>
>>60142270
And making excuses instead of manning up and writing your code to spec ISN'T codemonkey tier?
>>
>>60141665
There is no excuse pajeet.
>hurr my shit wasnt compatible with linux
a fucking toaster runs linux you dumb fuck, there is no excuses. And if there _WAS_ an excuse, then you should have discussed it with the professor at the beginning of the semester.

>Still half the class, including me, went with using Visual Studio as an IDE instead.

>half of the class will graduate and go on to peruse careers
>guess which half of the class this is
>>
>>60141665
I had a professor who required we learn both g++ and msvc++; our code projects had to compile with both compilers.
We were even required to write our own makefiles and give compile instructons when we "turned it in" for a grade.
I HATED it at first. But halfway through the course I saw the wisdom of it and stopped being a little bitch about it. Your professor wants you to learn these things so you aren't boxed in to using windows for the rest of your life. If your code doesn't need platform specific code, you should not write platform specific code initially. For very large projects, you want as much of your code to be portable as reasonably possible (hopefully not at the cost of performance or functionality). Your professor probably gave you an assignment which they knew could be coded in a platform independent manner.
>>
>>60142253
>>60142274
the botnet wants us to know it's there, watching us
>>
>>60142560
Solaris is Unix.
>>
>>60141665

Why didn't you use macOS + VS Code?
>>
>>60141885
If it's C and you're using VisualStudio, you are NOT writing C. You are writing C++.
>>
>>60143387
Wrong
>>
>>60142859
>I had a professor who required we learn both g++ and msvc++; our code projects had to compile with both compilers.
so, he required you to write code compliant to the c++ standard ? thats how it's handled at every decent university, we had the requirement that if it's non-standard c or throws any warnings with -Wall -pedantic you get 0 points
>>
File: 1411883906621.gif (407KB, 535x480px) Image search: [Google]
1411883906621.gif
407KB, 535x480px
>>60141665
>One of my control theory courses has a pretty assburger prof who insists we use UNIX-based systems in a code project.
Which makes sense considering that UNIX and UNIX-like families of OSes are far better suited for the job and far easier to use than Microsoft Windows in this particular context. There is more documentation and examples available and just truck loads worth insanely good books. You should install Open/Net/Free/*BSD, Solaris or (some UNIX-like such as) your favourite GNU/Linux distribution (such as Fedora, Debian or Slackware).

>Still half the class, including me, went with using Visual Studio as an IDE instead.
Why on earth would you guys do that? You're not learning anything that way. Especially if the language is C. The MSVC isn't even fully C99 compatible (let alone C11).

Introduce yourself to Bash, Vim, GCC and Make.

>The deadline is next week and my entire project is written for a windows system.
Well, I guess it's time for you to learn POSIX and write universally compatible programs. The problems you mentioned are fairly easy to solve. For example sleep() being in microseconds on Windows and seconds in POSIX is solved using nanosleep().

>What's a good excuse for not having used UNIX?
In this programming context there aren't any good excuses. You could try building an argument using the "UNIX-Haters Handbook" but that's mostly invalidated by the fact that the book is outdated as fuck. It's still amusing to read though.

>Could I blame it on compability issues with my hardware preventing installation of a new OS?
Nope. Modern UNIX systems like *BSD and Solaris work pretty much everywhere. Furthermore GNU/Linux (which is a UNIX-like to be precise) has a far better hardware compatibility out of box than Microsoft Windows. You guys could have even used macOS (which is a one kind of UNIX) for this task and still come out as winners.
>>
Blame it on the jews
>>
>>60143952
>The MSVC isn't even fully C99 compatible
seriously ? i'm too lazy to look it up, but thats kinda hard to believe, even if it's m$
>>
>>60141665
Just install a VM and compile it there.

If you use compatibility as an excuse he'll just think you are a moron.
>>
>>60144066
It isn't even C89 compatible. fopen is broken by design, to prevent code monkeys to do portable code.
>>
>>60144086
fuck, thats really messed up. now i start to understand why windows users use mingw or cygwin or stuff like that.
>>
>>60144066
However it's true. Microsoft doesn't care about the C language. They're only supporting it as a part of the C++ and the latest C++ standard supported by MSVC is C++11 which isn't fully C99 or C11 compliant. If you want C99 on Windows you have to use something like Pelles C.

https://en.wikipedia.org/wiki/C99#Implementations

And when people ask for the support Microsoft promptly usually declines...

https://visualstudio.uservoice.com/forums/121579-visual-studio-ide/suggestions/2089423-c99-support
https://herbsutter.com/2012/05/03/reader-qa-what-about-vc-and-c99/
>>
>>60144241
so seems like they only support iso c90
i don't know anyone who uses or even read that standard and i don't really get why they don't just copy LLVM code .. it's not like it would be the first time they'd copy BSD code.
>>
File: 1492845500116.jpg (43KB, 645x609px) Image search: [Google]
1492845500116.jpg
43KB, 645x609px
>complete retards like OP will be more successful than me
>>
>>60144492
This. No matter how much time you invest in learning technology you will never be a normalfag.
>>
>>60144229
mingw has the same problem. It does'nt implement fopen correctly on NT.
>>
>>60142270
IDEs are literally just.... bloated text editors with better auto complete and project templates
>>
>>60141948

Give it more than 128mb of ram you jabroni
>>
>>60142306
This. Get fucked, op.
>>
>>60144548
> It does'nt implement fopen correctly on NT.
wasn't NT posix compliant ? when did they stop ?
>>
>>60141665
my professor was the opposite

he adamantly encouraged people to install and get used to Eclipse and all the magical buttons and menus rather than learn OOP/Java

this is at a half-decent uni too
>>
File: 4033649366_85d039ff28_o.jpg (460KB, 1609x1080px) Image search: [Google]
4033649366_85d039ff28_o.jpg
460KB, 1609x1080px
>>60141854
>>
>>60142789
the one using real tools
>>
>>60144583
nope, an IDE is a tool that integrates different tools needed for development and provides a common interface.
so with the right configuration every combination of at least a shell + texteditor + compiler can be qualifies as an IDE
>>
OP, you fucked up. Just unfuck yourself and use Linux or BSD.

Coding like Unix like environments is easier anyway. Why would you do something stupid like use Windows when the person giving you a grade says to use a Unix like environment?
>>
>>60141665
>make linux LiveUSB
>install any compiler of your choice for your language
>copy your source files somewhere accessible from liveUSB
>compile for linux

>test it
>turn it in
>?????
>PROFIT
>>
>>60141665
>>>/sci/8872044
>>
>>60144674
Around Windows NT 5.0 (Windows 2000). That's when they stopped caring about it. Windows NT is currently not fully POSIX compliant.

https://en.wikipedia.org/wiki/Microsoft_POSIX_subsystem
>>
>>60141885
Okay then just copy the code to a Linux machine, edit it to be standard C and recompile

If you're that stupid you don't deserve a degree
>>
>>60145346
Yeah I'm in the process of doing it.

And regarding my degree, I'm not gonna be a codemonkey; I'll be giving orders to the programmers.
>>
>>60145384
>I'll be giving orders to the programmers
HAHAHAHAHAHA
>>
>>60145384
>I'm not gonna be a codemonkey
you can't even write standard compliant code, ofc you'll be worse than a codemonkey.

> I'll be giving orders to the programmers.
do you seriously think you are suited to write specifications if you can't even read standards and specificatons ??
>>
>>60145384
Settle down Pajeet
>>
>>60145384
>Can't even follow basic instructions
>I'll be giving orders to the programmers.
lmao
>>
>>60145384
Not with that "I know better than my professor trying to wean me of MS products and autocomplete" attitude. You'll be a code monkey at best if you don't change your ways.
>>
File: 1369414152555.jpg (21KB, 218x265px) Image search: [Google]
1369414152555.jpg
21KB, 218x265px
>>60145384
>I'm not gonna be a codemonkey; I'll be giving orders to the programmers.
>>
File: 1463442175650.png (156KB, 362x259px) Image search: [Google]
1463442175650.png
156KB, 362x259px
>prof tells you to do shit a certain way
>you don't
Enjoy your failure, dumbass. You couldn't even set up a VM? Who the fuck let you near computers? Your handler need to be retrained.
>>
>>60145460
>You'll be a code monkey at best if you don't change your ways.
wrong, he might manage to become a code monkey if he changes his ways and learns to read specifications.
>>
>>60141665
Im very confused, why would you prefer windows api over posix. Windows is fucking disgusting to program with.
>>
>>60145607
You don't get it. She/he is just one of the code monkeys who can't code without a powerful IDE.
>>
>>60145384
>I'll be giving orders to the programmers.
Sure enough, you'll be telling pajeet to make big macs for the drive-thru customers
>>
>>60145431
I'm doing better than 80% of my class, at one of the most respectable universities in my country (India).
>>
>>60145687
PAJEET

MY SON

AHAHAHAHAHAHA ONLY AN INDIAN COULD BE THIS STUPID AND ARROGANT
>>
>>60145687
Indians don't understand what the word "specification" means. More news at 11.
>>
>>60145687
too obvious, way too obvious. you should have searched for some indian university with a name that doesn't give away it's indian unless you look it up.
>>
File: poowizard.png (1MB, 880x759px) Image search: [Google]
poowizard.png
1MB, 880x759px
>>60145687
>>
>>60145802
I frequent Quora, the school you're looking for is the Indian Institute of Technology or IIT. The Pajeets on Quora have deluded themselves into thinking their school is on par with the likes of MIT and Stanford.
>>
>>60145687
Please be bait
>>
>>60141665
Maybe you should have listened to the requirements of the course. If you have a job and the customer wants it on a linux system, and you give them a solution that only works on windows, you aren't going to make very much money

My school provided some ubuntu machines that we could ssh into for this stuff, and I did all my dev in visual studio, then wrote a makefile and tested it on ubuntu
>>
>>60145965
See >>60145687
Everything will be explained
>>
>>60145965
>wrote a makefile and tested it on ubuntu
Please help me with my makefile. It produces linker errors (many "undefined reference to ..." errors while compiling in emacs)

CC=gcc
CFLAGS=-g

all: main

main: main.o subfunction1.o subfunction2.o subfunction3.o subfunction4.o subfunction4.o
$(CC) main.o subfunction1.o subfunction2.o subfunction3.o subfunction4.o subfunction4.o -o main

main.o: main.c
$(CC) $(CFLAGS) main.c

subfunction1.o: subfunction1.c
$(CC) $(CFLAGS) subfunction1.c

subfunction2.o: subfunction2.c
$(CC) $(CFLAGS) subfunction2.c

subfunction3.o: subfunction3.c
$(CC) $(CFLAGS) subfunction3.c

subfunction4.o: subfunction4.c
$(CC) $(CFLAGS) subfunction4.c

subfunction5.o: subfunction5.c
$(CC) $(CFLAGS) subfunction5.c

clean:
rm *o main
>>
>>60146242
When compiling a ".o" add -c to gcc command.
>>
>>60146242
CFLAGS should be -Wall -pedantic -c
>>
>>60146242
CC=gcc
CFLAGS=-std=c89\
-Wall -Wextra -Wno-parentheses\
-Werror -Wfatal-errors -pedantic\
-Ofast

all: main

OBJS=\
subfunction1.o\
subfunction2.o\
subfunction3.o\
subfunction4.o\
main.o

main: $(OBJS)
$(CC) -o main $(OBJS)

.SUFFIXES:
.SUFFIXES: .c .o

.c.o:
$(CC) -c $(CFLAGS) -o $@ $<

clean:
rm -f *o main


>>60146312
No.
>>
>>60146377
ok, thats really better.. but why c89 and not c99 ? c99 has some nice features and is supported by every decent compiler
>>
>>60146411
>some nice features
Absolutely useless.
>>
>>60141665
did he provide a server to ssh into, or assume you would dual-boot linux?
also why do you need windows-specific stuff? you didn't do system("PAUSE") or any of that bullshit or use a windows-specific gui library, did you?
>>
>>60146429
declaring variables in for-loop heads is a neat feature.
but i can't really think of any other c99 features i use
>>
>>60146471
>declaring variables in for-loop heads is a neat feature.
No. It's absolutely useless. It doesn't change the way of coding.
>>
>>60146377
>>60146306
Thanks a lot both of you!

What's a POSIX complying alternative to scanf_s? For reading keyboard input.
>>
>>60146538
I would say scanf. But beware it's a dangerous function.
>>
>>60146522
>It doesn't change the way of coding.
it does because you get temporary local scope without an extra block and improves readability because you don't reuse your old counter variables or create useless new ones (i know the compiler drops them anyway)
>>
File: pajeet.jpg (49KB, 432x411px) Image search: [Google]
pajeet.jpg
49KB, 432x411px
>>60145687
>India

of fucking course.
>>
>>60146630
Useless.
>>
>>60146659
everything that isn't writing pure opcodes is useless. but it still makes things easier
>>
>>60142434
He would still have to type. That guy is a dumbass.
>>
>>60146698
I would'nt trust a coder who need non c89 features. They're all useless. C lacks two things, generics and closure. Those non c89 features cover that? No, so it's useless.
>>
>>60142789
That half of the class that follows instructions.
>>
>>60146646
whoa

Is this a fucking JoJo reference ?
>>
>>60145687
>I'm doing better than 80% of my class,
>India
So at least 80% of IIT grads cannot follow simple instructions? That explains a lot.
>>
Assuming it compiles on a posix compliant machine, I doubt he'll care.
>>
>>60146732
>generics
useless, just use macrocs or void pointers with structs and enums

>closure
useless, same reason, you can also achieve the same using standard c


i don't really care about generics, but lambdas / closures and first-class entities without pointer hacks would be still nice to have in C
>>
>>60146733
exactly.
>>
Dumbass question:

My makefile seem to work now and outputs a file with the name main (application/x-executable). Problem is nothing happens when I run it, not even with Wine installed. How am I supposed to run it?
>>
>>60147176
>How am I supposed to run it?
Just come up with a plausible excuse for why it doesn't run.
>>
>>60147214
It already runs under windows, but doesn't do it now after porting it to POSIX.

What's the default output when using a makefile like this one? >>60146377
>>
>>60147301
just write an excuse not to your Prof, explaining that you suffer from a chronic case of being a dumb currynigger
>>
>>60147322
cringe
>>
>>60141665
Tell him the truth: the OS choice is irrelevant for the software you're making, and you didn't want to waste time finding your way around some junkyard challenge OS, while you already have everything you need. That's just efficient thinking, which always ends up saving more time and money. Professors often don't understand how the real world works and live in some ideological fantasy. It should be a good lesson for him. I mean, what's next? Forcing everyone to type it on his favorite type of keyboard? He should learn to control his autism.
>>
>>60147456
kek.
what >>60147435 says
>>
>>60147176
Please help
>>
>>60147582
Nah, you're on your own now. We didn't sign up for this shit to help people, we only want to convert them.

So, RTFM, google it, etc.

bye
>>
Your professor likely uses Unix systems to test your code, and therefore, it makes sense to write code on a Unix system to avoid incompatibilities with the test script. If you're insisting on using Visual Studio and Windows-specific system functions, knowing full well that they will not work on the professor's machine, YOU'RE the autistic one.

>>60143464

It's not wholly wrong. The CL compiler will adopt a few C++ isms when compiling C code, like bitching about implicit conversions that gcc will have no problem with, but g++ will obviously have problems with.

>>60144548

To be fair, MinGW literally links everything against msvcrt.dll. So while it may do everything language specific perfectly (because it's literally just gcc for Windows), everything library specific is fucked by Microsoft. It really would be better to just ship their own libc and stop using msvcrt.dll entirely, although that would mean that they'd have to ship said libc with every application, just like with c++ programs produced with MinGW.
>>
>>60146732

Well maybe you should consider that C11 offers _Generic, so that covers at least one of your cases.
>>
>>60147176

How are you running it?
>>
>>60146242
rm -rf /
>>
>>60148019
Got it running now! Thanks for the help anyway.

New problem; the code counts time way differently than the windows code. Below is an excerpt from a while loop.

        clock_t timeAtStart = clock();
usleep(2000000);
clock_t curTime = clock();
runTime= (double)(curTime - timeAtStart ) / CLOCKS_PER_SEC;
printf("%f\n", runTime);


This leaves a 2 second delay between the iterations in realtime, but when printed to terminal by printf it displays as in the screenshot. It's supposed to be like 0, 2, 4, 6 instead of 0.110, 0.113, 0.118 etc.
>>
File: 1493268696713.jpg (84KB, 720x480px) Image search: [Google]
1493268696713.jpg
84KB, 720x480px
>>60144531
>learn technology to be normal
Yikes, you got it completely wrong.
>>
File: 1482001810007.jpg (53KB, 625x625px) Image search: [Google]
1482001810007.jpg
53KB, 625x625px
>>60148184
>स्क्रीनशॉट .png
Oh my god, an actual Pajeet.
>>
>>60148184
I'm running on a virtualbox btw, can it fuck it up?
>>
>>60148492
>>60148184
Please help, I beg.
>>
>>60148184
you aren't checking the return value of usleep, If it returns -1, you need to check errno. On some systems, the value passed in to usleep needs to be smaller than 1000000 (errno would tell you if that's the case for your system).
>>
>>60148670
>>60148019

Stop helping this Pareekshit!
He did everything wrong that could be done wrong, let him learn from his experience instead.

See, this is what happens if you use Winblows by Microshit instead of a superior and free GNU/Linux system
>>
>>60148670
I checked it, it's OK.

It still runs either WAY too slow or too fast, the time doesn't seem to be connected with real life
>>
>>60148184
Lmao pajeet my son do ur own homework. Why aren't you doctor now?
>>
>>60148941
My name is not Pajeet. Also I have European adimixture.
>>
>>60149265
>adimixture
Fucking topkek pajeet.

You can rub as much whitening cream in your brown face as you want, you will never be european.
>>
>>60149299
We're Dravidian, read up on it (stem from the same people as Indo-Europeans/Aryans)
Thread posts: 140
Thread images: 18


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.