[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]

/dpt/ - Daily Programming Thread

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: 337
Thread images: 52

File: 1196464312932ts5.jpg (280KB, 1824x1374px) Image search: [Google]
1196464312932ts5.jpg
280KB, 1824x1374px
What are you working on, /g/irls?

Anterior thread: >>59909028
>>
File: 1462008290140.gif (747KB, 500x508px) Image search: [Google]
1462008290140.gif
747KB, 500x508px
Building a CPU where implication is the lowest level thing.
>>
>>59914531
Who said this?
>>
>>59914531
I'm working on getting used to programming in Vim.
>>
>>59914571
I highly recommend https://vim-adventures.com/
>>
I feel like I am not autistic enough to be a good programmer.
Is it possible to acquire autism somehow?
>>
>>59914531
Who are you quoting?
>>
>>59914549
>>59914585
Why are you asking it? That post didn't quote anyone.
>>
>>59914596
What does this mean?
>>
In >>59914585, Anonymous wrote:
>Who are you quoting?

In >>59914549, Anonymous wrote:
>Who said this?

Why do you keep asking the same thing over and over again?
>>
>>59914574
Is it better than vimtutor?
>>
>>59914581
Browse /jp/ for a while.
>>
In >>59914581, Anonymous wrote:
>Is it possible to acquire autism somehow?
According to some non-mainstream theories, vaccines may cause autism.
>>
>>59914609
It means what it means.
>>59914612
I believe those are two different people.
>>
In >>59914628, Anonymous wrote:
>I believe those are two different people.
It's the same person, look at the usernames of the posts.
>>
>>59914615
I feel like that's wasn't enough.
>>59914625
What kind of vaccines exactly?
>>
In >>59914650, Anonymous wrote:
>What kind of vaccines exactly?
https://en.wikipedia.org/wiki/Causes_of_autism#Vaccines
>>
>>59914643
Indeed...
Now that you mention it, don't we also have a similar name?
>>
>>59914665
I wonder who this mr. who claims to not be an e-moose is.
>>
>>59914660
I believe that website to be directly controlled by the BBC and their like so I won't visit it.
>>
In >>59914665, Anonymous wrote:
>Now that you mention it, don't we also have a similar name?
Yes, you must be a dirty hacker. Get off my account, you cur!
>>
>>59914682
How? You were completely fucking wrong.
>>
is this how /dpt/ becomes shit?
>>
>>59914710
Are you just flat out stupid?
>>
In >>59914692, Anonymous wrote:
>How? You were completely fucking wrong.
I don't understand what you mean.
>>
>>59914710
I came back to /dpt/ after some months, and now it's somehow even worse. Where the fug did these shitposters come from?
>>
>>59914722
sorry, im autistic
>>
>>59914725
Cheer up. I'm sure tomorrow will be a better day.
>>
>>59914726
Mods don't do their job to stem the blatant trash.
>>
>>59914735
that's fantastic, anon
>>
>>59914735
Wow holy shit, how did you do that?
>>
>>59914726
Generaly are cancer because they try to turn 4chan into reddit.
>>
>>59914746
How can they, when stem is trash?
>>
>>59914726
What are you going to mean by this?
>>
>>59914746
>>59914755
Would it be better if we got our own board dedicated to programming? Kind of like /lam/?
>>
>>59914766
I think you're going to have meant to have asked what he's going to have meant by that.
>>
>>59914775
This question is completely unanswerable as-written.
>>
is project Euler hard if you're not math inclined?
>>
File: viper - abamadisf2.jpg (49KB, 600x600px) Image search: [Google]
viper - abamadisf2.jpg
49KB, 600x600px
>>59914775
Remove generaly.
>>
>>59914798
>if you're not math inclined
Sounds pedophilic.
>>
>>59914798
Do some of the problems and find out if you're ready for them.
>>
>>59914710
You know that only makes it better, right?
>>
>>59914798
i studied anthro as an undergrad and it wasn't too hard. you need to develop an intuition for the thing each problem is presenting, but it starts out trivially easy and ramps up at a reasonable pace.

if you can't do it, calling yourself "not math inclined" would be an understatement.
>>
>>59914843
>anthro
Was it worth it?
>>
>>59914798
//Problem 596: Hyperball
int main(){
int x,y,z,t,r,cont0;
unsigned long long cont=0;
cin>>r;
for(t=0; r*r>=t*t; t++){
for(z=0; r*r>=t*t+z*z; z++){
for(y=0; r*r>=t*t+z*z+y*y; y++){
for(x=0; r*r>=t*t+z*z+y*y+x*x; x++){
cont0=1;
if(x>0) cont0*=2;
if(y>0) cont0*=2;
if(z>0) cont0*=2;
if(t>0) cont0*=2;
cont += (unsigned long long) cont0;
cont=cont%1000000007;
}
}
}
}
cout<<cont<<endl;
return 0;
}

What am I doing wrong?
>>
>>59914847
Not programming related.
>>
>>59914847
in my case, yeah. i studied digitally mediated cultures and got into one of the top ~10 CS PhD programs to do more of the same, and i'm really happy.

it very much feels like one of those things that if i tried to do again an atom somewhere in the universe would be in the wrong position and it would all unfold differently, though. so i strongly discourage people from trying to do exactly what i did.
>>
>>59914869
Ha, don't worry, humanities are really not my thing, and I have no desire to go back to school again. I was just interested because anthro + CS seems like such an odd combination.
>>
>>59914879
it's definitely weird and unusual. i had to show that i could hack it (not in the "lulz hacker" sense but in the "keep your head above water" sense) in a CS program, but i did that and it worked out.

my glib explanation to people is that CS has room (read: enough funding) to accommodate weird people like me who don't fit many existing molds. anthro, sociology, etc... don't really have a ton of funding for people who are weird and don't conform to their existing sense of what a good anthropologist is/does, so there's only a certain amount of latitude for people to do interdisciplinary stuff (e.g. interviewing (which is anthro) and system design/building (which is obviously CS))
>>
>>59914531
I'm making a stupid project management app because I wanted to learn react and how to test restful apis written with node/express. I like how easy it is to set everything up, and modern Javascript is even pretty nice but I miss types and real classes.
>>
:~/python_programs$ python useLL.py
Traceback (most recent call last):
File "useLL.py", line 4, in <module>
x.add(1)
File "/home/me/python_programs/LinkedList.py", line 12, in add
newNode.next = self.head
AttributeError: linkedList instance has no attribute 'head'
:~/python_programs$ cat LinkedList.py
class node:
def _init_(self):
self.value = None
self.next = None

class linkedList:
def _init_(self):
self.head = node()
def add(self, val):
newNode = node()
newNode.value = val
newNode.next = self.head
self.head = newNode

:~/python_programs$ cat useLL.py
from LinkedList import *

x = linkedList()
x.add(1)
x.add(2)
x.add(3)

print x.head.value
print x.head.next.value

:~/python_programs$


what's the right way to do what i'm trying to do? from what i can glean, it doesn't like that when i add a new node, that new node's next value is being set to None
>>
File: wayne-brady.jpg (6KB, 199x253px) Image search: [Google]
wayne-brady.jpg
6KB, 199x253px
Anybody know why my encrypt/decrypt is getting fucked up; I'm using curl and I'm just practicing out load balacing with php and apache. I know it needs to be encrypted but I was having a huge problem with openssl_encrypt().

I went so low as to switch to using a hard coded key; and then to simplify it I even went down to base64 (just to see if really was something other than the AES key/iv.)

No matter what I do I always get encrypted text back, it simply will not decrypt and I'm at my wits end (but need this problem solves :( .)

here's the code for it https://ghostbin.com/paste/q6u3c

help me /g/
>>
>>59915035
>"lulz hacker"
>>>/r/abbit
>>
>>59915098
>not in the...
>>
>>59915098
>>59915106

shitposters pls go
>>
>>59915106
How does that negate the inherent redditry in saying "lulz hacker"?
>>
>>59915086
I think you're missing an extra _ on your inits
try __init__ instead of _init_
>>
>>59915181
as in i'm specifically saying i'm not talking about "hack it" in that context. the fact that i'm aware of language (which happens to predate reddit by kind of a long time, frankly) doesn't mean that i spend time there or subscribe to "redditry". it literally just means that i'm aware of the other connotation.
>>
Legitimate question from someone who's in his second semester for compeng: is it worth learning C? My beginner compsci classes about syntax and basic bitch algorithms were all in C++, and my class next semester on OOP is using Java. However I want to make some software over the summer that isn't just command line calculators or programming challenges and apparently C is good at preparing you for that. Is there any big syntax differences between C and C++?
>>
>>59915235
>is it worth learning C
Yes.
If you started on C++ then learning C will take you all of 15 minutes, and it's good practice to deal with pointers and memory allocation more forcefully.
>>
>>59915235
>OOP
Go be retarded somewhere else, like at reddit.
>>
>>59915255
not him, but if i started with C# how hard would it be to learn C++?
>>
File: 1417852456669.gif (802KB, 264x264px) Image search: [Google]
1417852456669.gif
802KB, 264x264px
>>59914843
>tfw stuck on p. 1
fuck I'm retarded Jim, this is middle school shit
>>
>>59915258
FFS, anonTurd!
the kid can't help that they make him take OOP as one of the classes in the degree program
>>
>>59915273
It would take you much much longer, because C# is not based on C++ in the same way C++ is based on C.
It still wouldn't be a herculean task or anything, probably a week to get the syntax down and another week to cozy up to not having the CRE fix everything for you
>>
>>59915296
i see, ty
>>
int a = new int;
free(&a);
>>
>>59915295
They can't really make him do that.
>>
>>59915358
Do you know what degree requirements are?
>>
>>59915273
They're different languages entirely, you wouldn't find most things you learned in C# useful in learning C++. Some basic syntax, maybe.
>>
What are some programing projects that I could work on to make me a better candidate for entry level Networking jobs?
>>
>>59915402
Yes. I don't see how anyone can force him to learn OOP without breaking some laws.
>>
File: 1490061394699.jpg (32KB, 400x360px) Image search: [Google]
1490061394699.jpg
32KB, 400x360px
>>59915424
>He's not being FORCED to get a degree xDDD
>>
>>59915428
Stop taking his bait, anon-kun.
>>
>>59915428
Who the f*ck are you quoting?
>>
>>59915428
You literally said "they are making him learn OOP", which is equivalent to saying "they are forcing him to learn OOP". Which is quite a retarded statement to make.
>>
File: 1484091865893.jpg (43KB, 482x482px) Image search: [Google]
1484091865893.jpg
43KB, 482x482px
What is the best decidable language? I don't care about it being self-contradictory.
>>
>>59915476
F U N C C
>>
File: 1491944443305.png (261KB, 583x290px) Image search: [Google]
1491944443305.png
261KB, 583x290px
>>59915450
>I'm legally retarded
>>
>>59915273
speaking from experience, it helps. but that doesn't mean it'll be easy, per se. take away the garbage collector and reference types and they bear a lot of similarity (especially unsafe C#). hell, they're even interoperable to a degree with C++/CLI. but no matter what you're coming from, C++ is a bit of a rabbit hole, to say the least (especially if you keep up with the new standards, which you should). it shouldn't take long to get comfortable with basic shit, but expect to periodically discover weird little edge cases and idiosyncrasies for months or years to come
>>
>>59915494
Oh well in that case..
>>
>>59915255
Are pointers different in C? Is there really that drastic of a difference between memory management in C and C++ (mind you, I don't think I've done much in C++)?
>>59915258
You uh, really got me there I guess.
>>
File: 1478296619600.png (304KB, 441x440px) Image search: [Google]
1478296619600.png
304KB, 441x440px
>>59915508
My tulpa disagrees with you.
>>
>>59915549
>C++
Sorry, but kill yourself if you thought that was a good post.
>>
y'all need to collaborate with some animation fags and develop some anime courses on how-to program
would buy
>>
>>59915630
>buncha neckbeards pretending to be anime girls
What could go wrong
>>
File: 1484573739060.jpg (808KB, 1280x720px) Image search: [Google]
1484573739060.jpg
808KB, 1280x720px
>>59915630
First we would need to develop an anime language.
>>
>>59915273
You are genuinely fucking retarded.
>>
>>59914548
I like her when I see her as autistic. I don't know if she's meant to be autistic though.
>>
>>59914856
>Euler

Does your program work with the trivial cases?
>>
I want to create a text editor in n-curses, but I have a dumb question, would it be possible to dynamically create LaTeX-like formatting?

Like, when you finish typing
\lambda
or
 \frac{\partial u}{\partial t}
, it appears as a single character (as it would normally appear in a compiled TeX document), much like what Word does, but better.

What would some good books/resources be for this project?
>>
Good evening, /g/

Allow me to provide some background on what I'm working on. I am building my first large personal project. It's largely abstract at this point, but as i figure out databasing basics with sqlite, I'm getting to the first steps in actually constructing the fundamental c# classes I'm going to need.

For lack of a better word, i need to store a bunch of 'scenes', where each scene is just a specific instantiation of a certain class with different parameters set in different ways that sort of define each version of this object as 'scene1', 'scene2', etc...

How do i go about storing these scenes in the final project? I'm already using sqlite for another part of the program, so using that should be no problem.

Do I just store a set of parameters? And then somehow 'feed' that into the creation of these objects? What's The design philosophy around this problem?
>>
>>59916016
>c# classes
How in the fuck can anyone actually be this brain dead? I'd like you to refrain from embarrassing yourself further please.
>>
>>59914531
>/g/irls
trying to figure out how to join the more programming-capable gender
>>
File: 1486596094290.png (818KB, 1280x719px) Image search: [Google]
1486596094290.png
818KB, 1280x719px
>>59916044
Lolis are the best programmers!
>>
>>59916056
too late for me in terms of age, but i guess i could still change the gender
>>
File: 1257.jpg (145KB, 634x822px) Image search: [Google]
1257.jpg
145KB, 634x822px
>>59916044
>gender
There is but one overarching factor in programming capability, and it isn't gender, anons.
>>
>>59916032
?
>>
>>59916075
i don't think i can afford that much gold, but at least it wouldn't involve changing the gender
>>
>>59916091
What's the matter, struck a nerve, did I?
>>
>>59916065
wanna get a sex change with me
>>
>>59916114
>with me
i don't think it matters unless you're opposite the gender
>>
&59915942
&59916032
&59916091
&59916104
S A M E F A G
A
M
E
F
A
G
>>
File: 1478074257953.png (228KB, 292x785px) Image search: [Google]
1478074257953.png
228KB, 292x785px
>>59915476
Bump.
>>
>>59916126
>opposite the gender
how can this be when gender can't be defined?
>>
>>59916065
You don't need to change sex; just wear some frilly clothes. You should know this by now if you've been on /g/ for more than a day.
>>
>>59916134
opposite the biological sex
>>
File: 1486375195300.jpg (5KB, 370x334px) Image search: [Google]
1486375195300.jpg
5KB, 370x334px
>>59916127
>taking the address of literals
>>
>>59916135
What is a good place to buy frilly clothes to fit a tall body and boost programming performance?
>>
>>59916134
It has already been defined.
gender :<=> biological sex
>>
>>59916151
Amazon
>>
>>59916173
What about more brand-specific information? also, any /dpt/ code and fashion style guides?
>>
Is there a way to write a comically large matrix to a file without actually having to create that matrix in memory in python? like line by lining it somehow
>>
>>59914531
Are there vim plugins that offer completion anywhere near as good as visual studio?
I got youcompleteme but when I have full clang completion enabled every time I press tab it freezes vim for like 30 seconds while it matches against all the library headers.
>>
File: 1470306362310.png (254KB, 417x417px) Image search: [Google]
1470306362310.png
254KB, 417x417px
If you can't evaluate every single one of your programs by hand, then you are merely a "coder", not a programmer.
>>
>>59916216
You must be doing something horribly wrong. Google uses YCM internally and it works fine.
>>
>>59916219
>If you can't evaluate every single one of your programs by hand
>women are naturally better at multi-threading, while men are naturally better at single-threaded tasks
>traps, taking ideal amounts of estrogen, can modify their brains to function in the most feminine manner

This is why traps make the best programmers. You can't argue with this logic.
>>
>>59916216
No, sorry anon. Once you've had VS, everything else is disappointment.
VS IntelliSense is the quintessence of code completion. All other implementations are crude mimicry and bastardization.
>>
>>59916238
Forgot to point out that modern CPUs and programming relies on multi-threading far more than they used to
>>
>>59916243
>Once you've had VS, everything else is disappointment.
Everything in your post reeks of reddit.
Seriously: piss off. Your kind is not welcome here.
>>
>>59916243
>quintessence
>>
>>59916216
>>59916243
>>>/g/wdg
>>
>all these butthurt vim luddites coming out of the woodwork
Shouldn't you be spending your time raising money for poor Ugandan children, anons?
For fucking shame
>>
/* Copyright © 1998, Regents of the University of California

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
Neither the name of the University of California, Berkeley nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package fizzbuzz;

public class Fizzbuzz {

public static void main(String[]args)
{
int i;
for(i = 0; i < 101; i++)
{
if (i % 3 == 0)
{
System.out.println("fizz");
}
else if (i % 5 == 0)
{
System.out.println("buzz");
}
else
{
System.out.println(i);
}
}
}
}
>>
>>59916294
I really want to know who are you quoting.
>>
>>59916294
>First C and now vim
Crazy times
>>
>>59916314
From whom did you reference this statement?
>>
>59916252
>59916280
>59916282
Total arguments made: 0
>>
gedit and notepad++ best editors
>>
>>59916327
But only in your head
>>
>>59916327
new user? not knowing how to link to posts
or gifted veteran refusing to give (You)s?
>>
>>59916326
>Not programming related
>>
>59916346
Total arguments made: -1
>>
>>59916363
>>>59916326
>>Not programming related
>Not programming related
>>
>>59916219

You want to know how I know you've never worked with Machine Learning algorithms or anything involving large data sets?
>>
File: 1.png (2MB, 2304x1706px) Image search: [Google]
1.png
2MB, 2304x1706px
Working on minimalistic bullshit free imgur alternative.

No community, just drag and drop image host and thats it.

Mostly for my own personal use because I hate imgur. It's almost done.
>>
File: 1459870215401.png (235KB, 638x360px) Image search: [Google]
1459870215401.png
235KB, 638x360px
>>59915285
>>59915428
>>59915508
>>59915672
>>59916143
>>59916238
>>59916294
>>59916314
>>59916363
Can you stop typing in this retarded fashion if you aren't quoting anyone?
>>
File: 1453279748404.png (114KB, 320x320px) Image search: [Google]
1453279748404.png
114KB, 320x320px
Did a subhuman just reply to me?
>>
>>59916418
>Being a degenerate weeb
>Thinking they can call anything retarded
>>
>>59916418
Can you stop being such a faggot?
No?
Okay then, business as usual.
>>
>>59916431
I really don't understand your motivation. Why are you on anime site yet you despise anime fans? Why are you wasting your life away arguing with anime fans? Anime is the fundamental part of imageboard culture and being disgraceful to the anime must be a punishable offence.

And I don't see the text you quoted in any other posts.
>>59916432
Why am I a "faggot"?
>>
File: 1492295884862.jpg (34KB, 710x720px) Image search: [Google]
1492295884862.jpg
34KB, 710x720px
>>59916430
I-I came
>>
>>59916459
Really making strong arguments for your debilitating autism
>>
File: 1481672953871.jpg (45KB, 312x395px) Image search: [Google]
1481672953871.jpg
45KB, 312x395px
>>59916474
Elaborate?
>>
>>59916475
Just jump off a bridge already.
>>
File: 1492032871986.png (46KB, 174x238px) Image search: [Google]
1492032871986.png
46KB, 174x238px
>>59916484
Sperm has erupted from the top of my phallus in an orgasmic fashon
>>
>>59916497
You should do like the Japanese people you idolize and jump off a building.
>>
>>59916511
I don't consider most Japanese "people" to be people actually.
Jump off a bridge already.
>>
>>59914531
I-I am NOT a girl!

I'm working on drone cloud controller so I can control drones over the cloud

And then eventually just override any drone with any sort of internet connection

Don't fly your drones two days from now, I like you guys.
>>
File: 1485129506235.png (41KB, 315x259px) Image search: [Google]
1485129506235.png
41KB, 315x259px
>>59916508
Are you ok anon? What is the reason for such a strange thing happening to you?
>>
>>59916519
Is it could you have a hard time distinguishing faces? I heard that's a symptom for your mental defect.
>>
>>59916528
A weapon with the ability to launch a nuclear attack from any place on the face of the earth.
>>
>>59916543
>Is it could you have
What were you going to have meant by this?
>I heard that's a symptom for your mental defect.
You're the only one showcasing your extreme social autism here repeatedly. Don't skip out on medication, boy.
>>
>>59916566
>Social autism
Strong claims for the "person" who made an interesting comment on the Japanese status as humans. It's what I should except from someone so bankrupt of wit that they attack a typo.
>>
File: 1459129710143.jpg (283KB, 800x850px) Image search: [Google]
1459129710143.jpg
283KB, 800x850px
>>59916508
>>59916540
>>
>>59916528
>I-I am NOT a girl!
yet
>>
>>59916555
W-well, no
It's not a weapon
And technically speaking, even if I wanted to, I can't
Those kinda missiles don't use the protocols I'm working with, and I'd assume they're using some ultra proprietary software to guide them
And I'm sure they ditched the protocols I'm using for their military drones as well and created military only software for them.

>>59916616
>yet
I can't be anything but mentally a little girl inside my head while I'm programming, Anon
I'm a lanklet bear
>>
>>59916609
>an interesting comment on the Japanese status as humans
Why would that be an "interesting comment"? It's self-evident.
>they attack a typo.
The hell did you even mean by this, slut?
>>
>>59916621
Also, I'd like make another opinion in the matter
I believe missiles don't even connect to the internet and instead just use Satellites to guide them through GPS, kinda like a very long range WLAN
>>
>>59916635
>Self-evident
I'm sure you think it is. You also think anime is good, so...

>Get called a witless moron
>Respond "slut"
>>
>>59915855
She consorts with youkai.
>>
File: 1455674301334.gif (496KB, 304x253px) Image search: [Google]
1455674301334.gif
496KB, 304x253px
>>59916668
Don't be so tsuntsun anon-kun~~~~~~
>>
File: 1491865705119.jpg (887KB, 789x2000px) Image search: [Google]
1491865705119.jpg
887KB, 789x2000px
>>59916540
I was bullied
>>
>>59916668
>I'm sure you think it is.
Sometimes the truth is hard to understand. Especially for the less gifted ones of our kind.
>You also think anime is good, so...
A medium can't be either good or bad.

I'm assuming your quotes were just intended as normal text so I will respond to them as if they were.
>Get called a witless moron
I don't know if I would call myself either of those things.
>Respond "slut"
Yes?
>>
File: blur.gif (4MB, 600x600px) Image search: [Google]
blur.gif
4MB, 600x600px
Made this with python. what do you think about it lads?
>>
>>59916668
>Get called a witless moron
>Respond "slut"
From whom did you reference these statements?
>>
File: marvel 3D.gif (1MB, 308x450px) Image search: [Google]
marvel 3D.gif
1MB, 308x450px
>>59916721
cool. but check what made in C#
>>
@59916721
I think it's fucking garbage. Much like you.
>>
>>59916698
>a medium can't be either good or bad
The only remotely intelligent thing you have said.

About that embarrassing second paragraph, it would be best if you deleted your post to remove it.
>>
I'm trying to read data form data segment but I get a segmentation fault. AFAIK everything is readable and addresses from _etext onwards should belong to my process
void read_data(uint32_t *start, uint32_t *end)
{
for (; start < end; ++start) {
uint32_t v = *start; //segmentation fault here
}
}

int main(void)
{
extern uint32_t _etext, _edata; //man 3 end
read_data(&_etext, &_edata);
}
>>
>>59916746
>The only remotely intelligent thing you have said.
Which implies that your statement about the word "good" being applicable to it is a retarded thing to say. I'm glad you at least acknowledge your own retardation.

>About that embarrassing second paragraph, it would be best if you deleted your post to remove it.
You seem a tad emotional. I'm pretty sure they have medication for this.
>>
90% dumb anime posting and childish insults / screaming at each other - nice thread neo-/g/
>>
>>59916801
Jesus christ, how new are you?
It's has always been like that.
>>
>>59916801
The cosmos is a large place but I truly hope you find your way back home. Don't give up.
>>>/r/abbit
>>
>>59916772
>That rabid latching to the acknowledgement of a hyperbole
It was meant to be a mild praise. Looks like you didn't deserve it. Also, what's with your second paragraphs being irrational nonsense? It's happened twice now.
>>
>>59916801
>dumb anime posting
You've got to go back, frogposter
>>
>>59916759

Why are you declaring your local variables as extern? And why are you trying to dereference a range of addresses that are not in some sort of array?
>>
>>59916810
>It was meant to be a mild praise.
Continue being idiotic then.
>Looks like you didn't deserve it
Ew. Nice way to out yourself as a bullying victim.
>It's happened twice now.
That happens, from time to time, but not often enough.
>>
>>59916831
I genuinely don't believe you know English after this post. Are you using Google or Babble fish?
>>
>>59916830
it's not a local variable. _etext and _edata are provided by the linker. man 3 end
>>
>>59916853
>I genuinely don't believe you know English after this post.
I think you need to re-examine your assumptions. Also I'm not sure I understand what you're trying to say.

>Are you using Google or Babble fish?
Not that I'm aware of.
>>
File: 1491421050464.jpg (54KB, 478x604px) Image search: [Google]
1491421050464.jpg
54KB, 478x604px
Gimme Python with braces and I will be OK with Python.
>>
>>59916908
Haha
>>
every1 who h8s M$ says .NET sucks and i am wondering why?

what is the largest platform .NET doesn't work on?
>>
>>59916916
Any language with braces is garbage anyway. So it's not going to change.
>>
>>59916924
>what is the largest platform .NET doesn't work on?
Linux
>>
>>59916920
What sort of retarded response is that?
>>
>>59916934
lots of linux servers run .NET
(i'm not a loonix user, so idk about personal rigs)
>>
>>59916924
>>59916934
>>59916944
Not programming related.
>>>/g/wdg
>>
>>59916941
The post that stopped caring after this >>59916831 "wonderful" post. Don't reply to this. I won't respond.
>>
>>59916965
What an absolutely abhorrent post. Are you Canadian or something?
>>
>>59916959
>Not programming related.
this sentence is getting old, especially when it is not accurate.
writing C# is very based on .NET platforms
>>
>>59916863

If you're declaring external symbols, you shouldn't put them in a function definition. That's just bad form... or at least incredibly uncommon. Also, man 3 end for me suggests that the names of those symbols might not begin with an underscore.

That all aside, you are trying to read every address starting with the beginning of your .text section and ending with the beginning of your initialized data section, you might just have a problem. Your OS doesn't need to make your initialized data section start immediately after your .text section, so some of the pages between the two may be invalid.

>>59916959

.NET isn't necessarily web related.
>>
File: 1421904920529.jpg (136KB, 500x700px) Image search: [Google]
1421904920529.jpg
136KB, 500x700px
>>59916830
>>59916863
Reading from &_edata -> &_end works just fine. The range between &_etext -> &_edata just doesn't seem to work. It should though
>>
>>59916988
>this sentence is getting old, especially when it is not accurate.
Not programming related.
>writing C# is very based on .NET platforms
He didn't say C#.
>>
>>59916998

>it should though
There is no reason to suggest that every address from .text to .data should be valid.
>>
>>59917006
>He didn't say C#.
I didn't HAVE to say C#, you flaming super-sperg homo idiot!
>>59917006
>Not programming related.
your comment is not thread related, GTFO!
>>
>>59916959
>Not programming related.
Not programming related.
>>
>>59917025
Do you realize how autistic you sound?
>>
>>59916993
>If you're declaring external symbols, you shouldn't put them in a function definition.
I don't understand what you mean. Where should I put them if not there?

&_etext points to the *end* of text segment. Right after that should start data segment. If not, however, then these values are garbage and I don't understand why they're provided if may point to invalid data.

>>59917021
I'm reading from the end of text to the end of data. Not from the beginning of text to the end of data.
>>
>>59917047

The end of .text is not necessarily the beginning of .data, so again, you're reading missing pages here.
>>
>>59917064
Different anon, but why wouldn't they contiguous?
>>
>>59917064
wew

how am i then supposed to find the beginning of data segment? i guess i'll just backtrack from _edata to _etext until i catch a segfault
>>
>>59917047

>Where should I put them if not there?
external symbols are typically declared at global scope, sometimes even in the header.

>>59917079

Why WOULD they?
>>
>>59917006
retardedAnon = new Person()
{
string name = "Cuck Rogers";
int age = 5;
int IQ = 62;
long autismSpectrum = 98,765,321,856,563,213,246,584,658,465,163,548,465,121,654,651,321,315,458,465,132,135,465,352;
}
>>
>>59917093
I guess you're right, but only one function needs them so I guess I'll keep them where they're
>>
>>59917095
Just fucking leave and spare yourself from further embarrassment.
>>
>>59917093
>Why WOULD they?
I don't know
>>
>>59917111

Why in hell are you trying to arbitrarily read from your .data section?
>>
>>59917113
you leave, bitchBoi beta-fag!
>>
>>59917122
Because I want to get access to all global and static variables
>>
File: 1483800155797.jpg (49KB, 412x350px) Image search: [Google]
1483800155797.jpg
49KB, 412x350px
C has been deprecated for a decade. Only CIA plants still use it.
>>
>>59917138

Then do so by their name.
>>
>>59917140
Terry would like a word with you
>>
>>59917150
I don't know their names, that's the point. User has defined n global and static variables, I need to read their values and then do magic with the results
>>
What would be the best way to archive what I learn to better re-inforce my knowledge 3 months from now or to re-use discovered / researched, hard googled code that I modified.

Blog / GIT / Word press documents / Text files or maybe other alternative? I'm looking for ease of access.

Mainly learning C++ now after I finish the main 2 books gonna go straight to C.
>>
>>59917173
I meant simple word / office documents lol not wordpress - very tired.
>>
File: class vs structure.jpg (44KB, 575x216px) Image search: [Google]
class vs structure.jpg
44KB, 575x216px
i have the phrases down. but my book doesn't show examples. try GIS and get nothing really useful.

is anyone willing to show me the code for each method and constructor in C# please?
>>
>>59917140

I'm doing security research and I program in C...

>>59917168

So let me get this straight... you're working with a piece of code written by someone else, which you don't have the source code to and can't modify to make easier to link against... and you can't just throw the damn thing in a debugger to modify your variables...

What the hell are you doing?
>>
>>59917199
I'm sorry, but you must be confused, redditor. Never ever recommend usage of objects or OOP here.
>>
>>59917210
riiight, cuz we only program in binary here
>>
>>59917140
Rust is largely ignored and C still got a huge library and lots of goodies alongside being updated.

We can talk again in 10 years rust or maybe other low level language will take off, but by then C will have at least 2 updates.
>>
>>59917210
never used reddit. but keep attacking other to feel better about yourself.
>>
>>59917203
All code is written by me and I'm writing of sort of a library that has to do a scan on data segment. The library doesn't know how many global and static variables the user has defined and afaik going through the data segment is the only way to find out

>and you can't just throw the damn thing in a debugger to modify your variables...
what?
>>
>>59917221
When did I ever mention Rust? It suffers from the same problems I mentioned.
>>
>>59917232
>>>/quora/
>>
>>59917218
>""binary""
>>>/r/abbit
>>59917232
You should start then.
>>
>>59917221
>C
Yeah let's just forget about the billions of bugs and all the crappy performance inherent to using such shitty languages, eh?
>>
>>59917240

>I'm writing a sort of a library that has to do a scan on the data segment

FUCKING WHY?
>>
>>59917269
>The library doesn't know how many global and static variables the user has defined and afaik going through the data segment is the only way to find out
>>
>>59917267
No one forces you to be clueless and have no programming principles like people did in 80's you mountains of resources to learn from, enterprise level code - security fixes / optimizations and so on.

It's more about programmer than the programming language, C just enables a very good programmer to do much better.
>>
>>59917240
That sounds really convenient anon. I applaud your efforts.
>>
>>59917308
Tell me your secrets, master. How would you do it?
>>
>>59917289

Why are you trying to access global and static variables that aren't fucking yours? What legitimate purpose are you trying to do this with your library for?
>>
>>59917240
>The library doesn't know how many global and static variables the user has defined and afaik going through the data segment is the only way to find out
Scanning the data segment is not gonna tell you how many global variables there are.
How could you tell the difference between say an array of bytes or N seperate integers that happens to be contiguous?
And if you have some kind of memory map to compare to, why do you need the scan?
>>
They lost me. Is the point here that a and i share address or that initialized values somehow assumed the initialized value?
>>
>>59917360
Wait I'm dumb. They share address. But why?!
>>
>>59917360
those rust shills were right
>>
File: 1489115779232.jpg (73KB, 640x426px) Image search: [Google]
1489115779232.jpg
73KB, 640x426px
>>59917345
Global and static variables belong to every programmer, Ruby-chan
>>
>>59917345
>>59917355
I'll rephrase; I need to find a certain 4-byte value from data segment. Do you know how to do that if you don't know the starting address of data segment nor how big it is?
>>
>>59917360
just ran this and got the output "555" like I expected. wtf u going on about?
>>
>>59917415
That's compiler dependent.
>>
>>59917379
They don't unless you have a buggy compiler.
The output should be 555.
>>
>>59917421
>>59917415

gcc (GCC) 6.3.1 20170306

if it matters at all
>>
>>59917423
>>59917415
I was just reading some C programming interview questions and they did this to me ;_;
http://www.cquestions.com/2011/02/data-segment-in-c.html?m=1
Happy to know it's not normal behavior.
>>
>>59917449
2 different comments on that page address that there is a missing "a++;" line
>>
>computer science textbook
>jam packed with useless metaphors, drawn out and repetitive sentences, and shallow forays into topics that have absolutely nothing to do with computer science; for example, there's a long paragraph talking about how RAM is sorta like a fridge where you don't know if there's beer in it or not until you look inside
>give up on the possibility that it contains anything that I don't already know; if it does, there's undoubtedly a place to learn about it that doesn't involve drudging through a pile of shit in order to find it

The people who write these things need to be grilled over their use of space fillers that exist solely so that they can take a topic that should take maybe 300 pages to cover and drag it out to 1000+ pages so that they can murder your checking account without raising eyebrows. I have no doubt whatsoever that this is what's going on.

Good online tutorials are a fraction of the length of this textbook, cover more topics in a more concise and articulate manner, and their cost is often however much you pay to access the internet.

Looking ahead a bit, I know that it might seem inconceivable in the current environment, but much like any human institution, the survival of universities is not assured. There's already a lot of worry and debate spread around society about the cost of going to university. They don't need to add quality concerns on top of that. If they can drop the cost of textbooks and increase the quality instead of lowering the quality in order to increase the cost to students, that could be a significant contributor to the state of universities in 2037.
>>
/dpt/ why do people use hash tables tries are clearly superior

tries:
* lookup time is linear in key size in the worst case, with a high overhead but no other independent variables
* easy to understand, work with, and maintain
* no wasted space but high spatial overhead

hash tables:
* high wasted space -- still much less space lost to waste than tries lose to overhead, but who gives a shit, it's 2017
* easy to understand and work with, pain in the ass to maintain
* CLAIMS to boast constant lookup time, but ACTUALLY, lookup time is linear in table size in the worst case, with a high worst-case overhead, AND it's ALWAYS at least linear in the key size, because any hash function worth using must process the entire datum
>>
>>59917598
Maybe graduate from the children's library?
>>
File: 1485473684854.png (408KB, 824x792px) Image search: [Google]
1485473684854.png
408KB, 824x792px
>>59917616
I too am a fan of tries. I just like their elegance.
>>
File: library.gif (404KB, 500x239px) Image search: [Google]
library.gif
404KB, 500x239px
best book for learning and understanding C# from a complete beginner perspective? (ZERO programming knowledge)

room mate is wanting to learn but i barely have started learning myself.
>>
>>59917598
Online tutorial sucks - just pick the best books based on genuine reviews from actual programmers.
>>
>>59917616
>but high spatial overhead
And that is what kills it.
Wasting cache = killing performance.
>>
Learning emacs without evil-mode (coming from vim)
And lisp, because why not, internet praises lisp as eye opening when you 'get' it.
>>
>>59917666
>muh locality
if you transferred the implementation of a trie to a more cache-friendly format by storing all node instances in a dynamic array and child references as indices, it would still be easier to maintain than something that requires you to calculate relative primes
>>
>>59917638
>C#
>>>/r/abbit
>>
>>59917733
just die, you worthless troll
>>
>>59917668
>internet praises lisp as eye opening when you 'get' it.
Not really, it's dynamic garbage which means it should be banned and outlawed.
>>
>>59917668
Let me tell you about Common Lisp.
The base language is really verbose. This is my opinion but having read a lot of lisp I still think that loop constructs and recursion in Lisp is harder to read than eqvivalent C or ML code.
The cool thing about is macros and especially readermacros but you won't use them. You would need to allocate some kind of string for readermacro starter which makes your API usually more complex.
There is no good lisp implementation for deployment. You either need to add the whole lisp environment in to the application making even hello word size to about 50mb. Give people compiled fasl files which are not portable between different compilers and not even portable between versions in same compiler. It would require the user to install lisp environment. There are Common Lisp compilers that compile to C but they are either not maintained or really buggy.
There usually is no libraries in Lisp that would help you for the task that you want to implement.
>>
File: 1479592760342.gif (550KB, 728x720px) Image search: [Google]
1479592760342.gif
550KB, 728x720px
Please learn C. Pentesters and the whole infosec field need to eat too
>>
>>59917768
nice anime image but it's not enough for me to learn C
>>
File: 1482034529344.gif (538KB, 318x400px) Image search: [Google]
1482034529344.gif
538KB, 318x400px
>>59917786
'c' is a disservice to intelligent programmers.
>>
File: anime pic.jpg (71KB, 400x465px) Image search: [Google]
anime pic.jpg
71KB, 400x465px
>>59917768
>>59917854
Get out of here, you falseflagging Rust shill.
>>
File: 1461999665080.jpg (95KB, 1280x720px) Image search: [Google]
1461999665080.jpg
95KB, 1280x720px
>>59917872
What if Rust is actually a CIA invention, and there is a war between NSA/C shills and CIA/Rust shills?
>>
>>59917914
>the lifetime checker will be tied in to each US citizen's lifetime
>>
>>59917914
Why wouldn't two US agencies just cooperate?
>>
>>59917914
>What if
well? WHAT IF?
>>
>>59917925
ha ha ha ha ha
>>
>>59917925
Why would they?
>>
>>59917933
Because they work for the US?
>>
>>59917944
Not in the traditional sense
>>
>>59917929
Will the CIA win? Are they big guys?
>>59917944
They don't. The so-called "US government" works for them.
>>
>>59914531
Oh, just my imageboard, 4kev.org
>>
>>59917962
fresh and exciting name
>>
File: 94.jpg (27KB, 540x404px) Image search: [Google]
94.jpg
27KB, 540x404px
we all have that moment when the next step just isn't clear...
what do you do when you come to that brick wall while coding?
>>
What languages does the military use?
I want to roleplay as a leader of a PMC.
>>
>>59917996
Windows 10
>>
File: 1478887543670.png (835KB, 1200x1080px) Image search: [Google]
1478887543670.png
835KB, 1200x1080px
>>59916044
Gender is not important, but stockings are
>>
>>59917996
COBOL
>>
>>59917951
>>59917947
So what body is the one that calls the shots in US? Is there someone who all report to, or is it just a mess of "government" agencies today?
>>
>>59917987
>what do you do when you come to that brick wall while coding?
Nothing, since I don't "code".
You're looking for >>>/g/wdg
>>
>>59918006
His name is $
>>
>>59917944
The US agencies aren't cooperating well and have their own agendas.
>>
>>59918009
>I don't "code".
then GTFO.
wow you are a piece of shit, smearing yourself all over this thread
>>
>>59918006
>So what body is the one that calls the shots in US?
It isn't known at this point, but I wouldn't say it's one body.
>Is there someone who all report to
Even if there is something like that, it's probably just another proxy.
>or is it just a mess of "government" agencies today
Most likely.
>>
File: 1490484678175.png (435KB, 720x720px) Image search: [Google]
1490484678175.png
435KB, 720x720px
>>59918034
Wow, you really missed the entire point of his post.
You really should go.
>>
>>59918013
I'm from a small country so I can't imagine our secret and informative services not cooperating with the police for example because the government is the boss, what they say probably goes most of the time because it's all in the service of the government.

Let's just leave at this, this is a /dpt/ after all.
>>
>>59917987
>we all have that moment when the next step just isn't clear...
Usually that's when you're out of features. Can't help you there.
>>
File: 1434740271468.jpg (96KB, 300x400px) Image search: [Google]
1434740271468.jpg
96KB, 300x400px
>>59917410
bump ;__;
>>
Anyone use Go? Thoughts?
>>
>>59918166
I know how to do that, but I won't help you since you posted this "man".
>>
>>59918187
Yes. It's garbage.
>>
File: 1480949660174.png (129KB, 459x439px) Image search: [Google]
1480949660174.png
129KB, 459x439px
>>59918191
pls halp, i'm desperate

Can you explain why data segment doesn't start right after text segment? I can't understand the design choice behind that
>>
>>59918004
Where did this pic come from? Also please give download link for 'learn python the hard way' pdf and videos.
>>
File: cute.jpg (49KB, 600x480px) Image search: [Google]
cute.jpg
49KB, 600x480px
>>59915322
rust would have caught this
>>
>>59918233
>python
Wrong site.
>>>/r/abbit
>>
>>59918234
What language does she use?
>>
File: 1489369594975.gif (328KB, 420x360px) Image search: [Google]
1489369594975.gif
328KB, 420x360px
What is the most anime-like programming language out there?
>>
>>59916016
i implore you to try another approach than OOP, especially c# OOP. You will write 10x more code than is required for no gain, refactoring will be a monumental task
>>
File: DSC_1794.jpg (154KB, 1296x416px) Image search: [Google]
DSC_1794.jpg
154KB, 1296x416px
>>59918249
>>59918009
>>59917733
>>59917247
>>59917252
>>59917210
>>59916959
>>59916805
>special delivery:
22 tons of "kill yourself"
>>
>>59918322
>OOP
Please don't reproduce.
>>>/r/ibbit
>>
>>59918336
get back in here:
>>59918331
>>
>>59918331
this post is so cancerous it has looped around and reached ironic levels and become an actually funny post
>>
>>59918331
>California, Arizona, Oregon, Washington, Idaho, Utah
But I don't live in a communist country.
>>
>>59917753
>>59917756
So learning lisp for academic purposes is not valuable?
I think it's good idea to learn/understand how different languages work.
Keeps mind sharp.
>>
File: 2017-04-16_04-33-38.webm (2MB, 666x382px) Image search: [Google]
2017-04-16_04-33-38.webm
2MB, 666x382px
i made this thing to help me find anime movies i haven't watched yet instead of having to go through a bunch of bullshit top 10 pages
>>
>>59918377
>So learning lisp for academic purposes is not valuable?
Not really, any statically typed language similar to it is already better, and a lot of those are outright garbage.
>>
>>59918387
You don't belong here if you haven't watched most of these.
>>
>>59918387
Source code?
>>
>>59918414
kimi no nawa doesn't have legit subs and koe no katachi doesn't have a bd release, i haven't watched mushishi and kizumono 3 doesn't have any online release either

but that was just an example
>>
>>59918397
You are ignorant. Nothing does homoiconicity as well as Lisps.
>>
>>59918397
Can you elaborate on your research why it's not valuable in any way?
>>
>>59918477
Lisp's homoiconicity is a fundamental design flag.
>>59918486
It is actually valuable if you want to learn just how shit a language can actually be.
>>
>>59918513
Tell me about your experience with lisp.
I want to understand how much your opinion is valuable.
>>
>>59918533
I haven't stated a single opinion so your request is impossible to fulfill.
>>
>>59918536
Then give me source of your facts like
>Lisp is garbage
>>
>>59918554
That wouldn't fall under the definition of "fact".
And I didn't say it was garbage, I said it was "dynamic garbage" and a "shit language".
>>
>>59918414
I've watched a crapload of animu (~400 series), but I've seen less than half of those.
>>
>>59918576
Then what are these statements if not facts nor your opinion?
You just type random letters?
>>
>>59918595
>Then what are these statements if not facts nor your opinion?
These statements are true under all possible interpretations and regardless of anything else.
>You just type random letters?
I don't think typing random letters could possibly construct these kinds of sentences in any reasonable amount of time.
>>
File: Screenshot_2016-10-19-02-51-28.png (1MB, 1305x1066px) Image search: [Google]
Screenshot_2016-10-19-02-51-28.png
1MB, 1305x1066px
>>59918233
>Where did this pic come from?
From this very general
>>
>>59918617
So you just assume this is true without any common ground on these statements?
Just out of the blue
>Lisp is shit language

Wow... I wish I would get hallucinations like this.

>Stating something obvious without trying to interpetate what it could mean

Know I know that your opinion means nothing, thanks.
>>
>>59918670
>So you just assume this is true
No.
>without any common ground on these statements?
What is that even supposed to mean?
>Wow... I wish I would get hallucinations like this.
It's merely a simple and self-evident truth.

>Stating something obvious without trying to interpetate what it could mean
I literally could not comprehend what you were trying to say here.
>Know I know that your opinion means nothing, thanks.
I haven't stated a single opinion anywhere in my posts.
>>
So what's the drill If I really like a language and I want to learn it properly, let's say Rust or Scala ( random examples ) - could I find a job for it even if it implies traveling?

Or should I mainly research job opportunities around my region / region I desire to work in.
>>
>>59918710
>Rust
CIA garbage with a weak type system.
>Scala
Possibly CIA garbage with a weak type system.
>>
>>59918710
If you want a job, pick a language from the top of this list: https://stackoverflow.com/insights/survey/2017#most-popular-technologies.
>>
Anyone can recommend few books on C alongside the K&R2 - that discuss modern implementations and solutions and cover C11?

There's so much C maculature and I'm still a novice programmer If I get the wrong book I might develop bad principles and practices.
>>
>>59918742
I've picked C++, C and Assembly to learn this year - hope it will get me one, C++ is a language I'm genuinely obsessed with.

Assembly would take me probably 3 years to program good commercial stuff with, but at least in one year I'll be competent with it.
>>
>>59918750
>C++
Go be retarded somewhere else, like at plebbit.
>>
>>59918757
Oh sorry I meant Java :^)
>>
>>59918750
Java and C# are more popular, but there are plenty of companies hiring C/C++ developers. Mainly those who work with embedded systems.
I highly doubt Rust will get you a job anytime soon. The language is too young and it doesn't offer any significant benefit over C++.
>>
>>59918770
>Java
:^)
>>>/v/
>>>/r/abbit

>>59918780
>Java
>C#
>C"""/"""C++
>>>/r/abbit
>>
File: 1470487206979.png (51KB, 657x527px) Image search: [Google]
1470487206979.png
51KB, 657x527px
>>59918669
Can people actually tell from me doing this?
>>
>>59918797
Are we being raided by redditors like you today? Your kind is not welcome here.
>>
>>59918797
If by "this" you mean frogposting and by "tell" you mean tell that you don't have any friends, yes
>>
New thread:
>>59919019
>>59919019
>>59919019
>>
>>59918227
Surely a security feature to avoid reading data as if it was executable, tell you what. Is the text_end thing or whatever page aligned btw?
Thread posts: 337
Thread images: 52


[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.