This forum is in archive mode. You will not be able to post new content.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - -Polyphony-

Pages: [1] 2
1
General discussion / Re: Good horror movies?
« on: September 10, 2012, 03:37:52 AM »
My favorite horror movies are the "Halloween" ones with Michael Myers :) and they aren't blood and gory types of movies either, just classics imo.  Great recommendations too, I'll look into some of them :D

2
It would be really nice if I wouldn't have to pay 200 something dollars for a copy of windows.  Does anyone have a link to one? It would be much much appreciated and of course +1 (not that important but it's still a +1 lol)

3
C - C++ / explanation of pointers in c
« on: September 08, 2012, 05:24:12 PM »
to me, the syntax of pointers was never really explained to me thoroughly, but I've got some code that I think will help anyone learn the difference of the * operator and & and whatnot...

Code: [Select]
#include <stdio.h>

void task(x, y);

int main()
{
    int x;
    int y;
    x = 10;
    y = 100;
    printf("x = %d\n", x);
    printf("the address of x: %p\n", &x);
    printf("y = %d\n", y);
    printf("the address of y: %p\n", &y);
    task(&x, &y);
    return 0;
}

void task(int *p1,int *p2)
{
    printf("in task() x = %d\n", *p1);
    printf("and in task() y = %d\n", *p2);
    printf("also, in task()... the address of y = %p\n", p2);
    printf("and in task(), the address of x = %p\n", p1);
}

this kind of program is really what it took for me to really understand pointers and their significance. I hope it will help someone else :)


This youtube video also explains pointers alot

http://www.youtube.com/watch?v=Rxvv9krECNw#

Staff Edit
Do not double post, simply edit your post

4
Found it on the Webs / Re: Infosec Reactions
« on: September 07, 2012, 05:18:09 AM »
I cried over some of those gifs :P my favorite was the "That attack will never work in practice"



5
Found it on the Webs / Re: Hitchhikers guide
« on: September 06, 2012, 03:35:16 AM »
Much thanks skidiot.h I didn't know that little "kiss"youtube.com trick ;)

6
General discussion / Re: War Games 1983 Full Movie
« on: September 05, 2012, 02:18:15 AM »
Finished the movie, it was AWESOME!!! I was talking to my mom about it, she remembers when she watched it in theaters, and she liked it too :D

7
General discussion / War Games 1983 Full Movie
« on: September 05, 2012, 01:03:41 AM »
http://www.youtube.com/watch?v=2k1aztBGnWc

This is a freaking cool movie so far, I'm only about 40 minutes into it, but I thought I would share the link :P

8
General discussion / Youtube vids on Conspiracy theories
« on: September 03, 2012, 06:13:14 AM »
This is a 3 part series that is pretty cool so far

http://www.youtube.com/watch?v=T4oMGW4JXtU&feature=plcp

9
Science / Re: Fetus = Parazite?
« on: September 02, 2012, 05:19:33 AM »
great question lol, I don't really know what I want to believe here, but it does seem that a fetus is helping the mother more than hurting lol I wouldn't call my soon to be born nephew a parasite but he is behaving like one ;)

10
Hacking and Security / Re: Basic Learner Hacks?
« on: September 02, 2012, 03:20:57 AM »
damn skidiot.h when you say, "To be good you need to develop you own definition of what a hacker is..." that shit needs to be framed.  I think it is the toughest part for anybody who wants to get into hacking, but really you could change that word "hacker" into coder or, hell, even musician.

11
Operating System / Server Partition scheme?
« on: July 15, 2012, 04:10:47 AM »
so I am trying to make a little web server on an old pentium 4 (arch linux with LAMP setup) and it was working fine and all, but I soon found that I have very limited space on the partition I'm using "root" all of my files are in /srv/http/ so idk if I should put that on a seperate partition or not, I've also just thought about only having a / and /boot partitions. not very urgent but I'm going to totally reinstall my OS with apache mysql and python2 + openbox probably

12
General discussion / Re: IRC nicks
« on: July 05, 2012, 04:09:00 AM »
because i don't know their nicks lol

13
Operating System / Re: OS for slow netbook
« on: July 05, 2012, 04:05:52 AM »
You may want to try Lubuntu I runned that for a Looooong time and it comes with a default netbook desktop environment and another light desktop environment and I was running it on a pentium 4 512 mb of ram and it was slow but not near as slow as xp was before i installed lubuntu I would definitly suggest it for your case (if you havent already decided on one)

14
General discussion / IRC nicks
« on: July 04, 2012, 05:27:29 AM »
I think everybody should post their IRC names (if you want to) so I can mentally connect the nick and the username on the forum... just a suggestion  ;D

15
Operating System / Re: Installing Slackware
« on: June 29, 2012, 10:08:40 AM »
Ok. I need to stop distro hopping, I've installed arch with lxde working fully functional lol what DE do you have on your machine LuciD?

Pages: [1] 2


Want to be here? Contact Ande, Factionwars or Kulverstukas on the forum or at IRC.