Small Projects?

XSEAN | Legendary Invincible!
 
more |
XBL:
PSN:
Steam:
ID: XSEAN
IP: Logged

4,029 posts
 
Other then Eliab that has to fix his house. What small project do you have started?

I unfortunately have to do some body work on my car. Some inconsiderate person hit my car with something in a parking lot and did not even have the common decency to leave a sticky note.

 


Yeah I know she dirty

I have to:
-Chip the old paint away
- Pop out the dent
- Grind the rust out
- Re-prime and paint
- Re- paint seal
- Wash and Wax.

Should take me about 2 days.


 
cxfhvxgkcf-56:7
| Marty Inconceivable!
 
more |
XBL:
PSN:
Steam:
ID: SoporificSlash
IP: Logged

15,656 posts
 
This user has been blacklisted from posting on the forums. Until the blacklist is lifted, all posts made by this user have been hidden and require a Sep7agon® SecondClass Premium Membership to view.


 
gats
| alo
 
more |
XBL: goooots
PSN:
Steam: goootsby
ID: Gatsby
IP: Logged

19,293 posts
You will find out who you are not a thousand times, before you ever discover who you are. I hope you find peace in yourself and learn to love instead of hate.
i dunno gain some muscle so i don't look like a lollipop?


XSEAN | Legendary Invincible!
 
more |
XBL:
PSN:
Steam:
ID: XSEAN
IP: Logged

4,029 posts
 
i mean its school related but this thing

Code: [Select]
#include <stdio.h>
#include <stdlib.h>
#include "cstack.h"
#include "alg2rpn.h"
#include "rpn_util.h"
#include "rpn.h"
#include "boolean.h"

float alg2rpn(char my_string[]) {
  cstack top;
  char output[30];
  int i = -1, j = 0, next_state = 0;
  float ans;
  init_cstack(&top);
while (1) {
  switch(next_state) {
    case 0: i++;
  if (is_digit(my_string[i])) {
next_state = 1;
  }
  else if (is_operator(my_string[i])) {
next_state = 2;
  }
  else if (is_space(my_string[i])) {
next_state = 7;
  }
  else if (my_string[i] == '(') {
next_state = 3;
  }
  else if (my_string[i] == ')') {
next_state = 4;
  }
  else if (is_end(my_string[i])) {
next_state = 5;
  }
  else {
next_state = 6;
  }
 
    break;
   
    /* If Digit */
        case 1: while ((is_digit(my_string[i]) || (my_string[i] == '.'))) {
    output[j] = my_string[i];
    j++;
    i++;
    }
     output[j] = ' ';
     j++;
     next_state = 0;
        break;

            /* If Operator */
    case 2: while ((!c_is_empty(top)) && (is_operator(top -> data)) && prec(my_string[i]) <= prec(top -> data)) {
    output[j] = c_pop(&top);
    j++;
    output[j] = ' ';
    j++;
    }
    c_push(&top, my_string[i]);
    next_state = 0;
    break;

    /* If Left Parentheses */
    case 3: c_push(&top, my_string[i]);
    next_state = 0;
    break;

    /* If Right Parentheses */
    case 4: while (top -> data != '(') {
          output[j] = c_pop(&top);
      j++;
      output[j] = ' ';
      j++;
    }
    c_pop(&top);
    next_state = 0;
    break;
   
        case 5: while ((!c_is_empty(top)) && (is_operator(top -> data))) {
        output[j] = c_pop(&top);
j++;
output[j] = ' ';
j++;
            }
    ans = rpn(output);
    return ans;
    break;

    /* Garbage */
    case 6: return printf("Something went wrong\n");
    exit;
    break;

    /* If space */
    case 7: output[j] = my_string[i];
    j++;
    next_state = 0;
}
    }
}
Just looking at that is giving me a headache I hated my computer programming course. My dumb program never wanted to do what it was told.  It was like YAY another hour to screw over Sean's project. 

i dunno gain some muscle so i don't look like a lollipop?
Good for you


nͫiͤcͫeͤ | Mythic Inconceivable!
 
more |
XBL: my Xbox broke
PSN: PM for Request
Steam: very hot water vapor
ID: Ryle
IP: Logged

15,087 posts
the dj spins and cuts me
           hardcore will never die
: ส็็็็็็็็็็็็็็็็็็็ )               https://youtu.be/uDF4cwAghAc
: ส็็็็็็็็็็็็็็็็็็็ )
: ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ )
) : ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ )
: ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ )
: ส็็็็็็็็็็็็็็็็็็็: ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็
waiting for my little workshop to be accessible to me again so i can make a better box set up and carpet it

Spoiler
Last Edit: September 30, 2015, 03:02:50 PM by Dyle 911


 
Naru
| The Tide Caller
 
more |
XBL: Naru No Baka
PSN:
Steam: The Tide Caller
ID: GasaiYuno
IP: Logged

18,501 posts
The Rage....
6 page essay on NASA budget and my thoughts, 50 slide powerpoint on space race, measuring light pollution around the county, and something about binary stars, not sure tho.


XSEAN | Legendary Invincible!
 
more |
XBL:
PSN:
Steam:
ID: XSEAN
IP: Logged

4,029 posts
 
waiting for my little workshop to be accessible to me again so i can make a better box set up and carpet it

Spoiler
Nice is that A Yaris. I am finding it hard to figure what car is that 2 doors hatchback but not small like a smart car? Toyota Echo or Yaris?

Oh that going to sound NICE.

Oh your from Florida I love NASA and the space shuttle. RIP Challengers and Colombia


XSEAN | Legendary Invincible!
 
more |
XBL:
PSN:
Steam:
ID: XSEAN
IP: Logged

4,029 posts
 
6 page essay on NASA budget and my thoughts, 50 slide powerpoint on space race, measuring light pollution around the county, and something about binary stars, not sure tho.
Sound Interesting


Desty | Mythic Inconceivable!
 
more |
XBL:
PSN:
Steam:
ID: DTEDesty
IP: Logged

10,577 posts
 
i mean its school related but this thing

Code: [Select]
#include <stdio.h>
#include <stdlib.h>
#include "cstack.h"
#include "alg2rpn.h"
#include "rpn_util.h"
#include "rpn.h"
#include "boolean.h"

float alg2rpn(char my_string[]) {
  cstack top;
  char output[30];
  int i = -1, j = 0, next_state = 0;
  float ans;
  init_cstack(&top);
while (1) {
  switch(next_state) {
    case 0: i++;
  if (is_digit(my_string[i])) {
next_state = 1;
  }
  else if (is_operator(my_string[i])) {
next_state = 2;
  }
  else if (is_space(my_string[i])) {
next_state = 7;
  }
  else if (my_string[i] == '(') {
next_state = 3;
  }
  else if (my_string[i] == ')') {
next_state = 4;
  }
  else if (is_end(my_string[i])) {
next_state = 5;
  }
  else {
next_state = 6;
  }
 
    break;
   
    /* If Digit */
        case 1: while ((is_digit(my_string[i]) || (my_string[i] == '.'))) {
    output[j] = my_string[i];
    j++;
    i++;
    }
     output[j] = ' ';
     j++;
     next_state = 0;
        break;

            /* If Operator */
    case 2: while ((!c_is_empty(top)) && (is_operator(top -> data)) && prec(my_string[i]) <= prec(top -> data)) {
    output[j] = c_pop(&top);
    j++;
    output[j] = ' ';
    j++;
    }
    c_push(&top, my_string[i]);
    next_state = 0;
    break;

    /* If Left Parentheses */
    case 3: c_push(&top, my_string[i]);
    next_state = 0;
    break;

    /* If Right Parentheses */
    case 4: while (top -> data != '(') {
          output[j] = c_pop(&top);
      j++;
      output[j] = ' ';
      j++;
    }
    c_pop(&top);
    next_state = 0;
    break;
   
        case 5: while ((!c_is_empty(top)) && (is_operator(top -> data))) {
        output[j] = c_pop(&top);
j++;
output[j] = ' ';
j++;
            }
    ans = rpn(output);
    return ans;
    break;

    /* Garbage */
    case 6: return printf("Something went wrong\n");
    exit;
    break;

    /* If space */
    case 7: output[j] = my_string[i];
    j++;
    next_state = 0;
}
    }
}
I'd love to write codes like that, but meh


V | Mythic Inconceivable!
 
more |
XBL: Vien Quitonm
PSN:
Steam: Vien 'Quitonm
ID: Vien
IP: Logged

13,110 posts
Just message me.
Vien 'Quitonm#1598 is my discord
Making repairs within the office.


nͫiͤcͫeͤ | Mythic Inconceivable!
 
more |
XBL: my Xbox broke
PSN: PM for Request
Steam: very hot water vapor
ID: Ryle
IP: Logged

15,087 posts
the dj spins and cuts me
           hardcore will never die
: ส็็็็็็็็็็็็็็็็็็็ )               https://youtu.be/uDF4cwAghAc
: ส็็็็็็็็็็็็็็็็็็็ )
: ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ )
) : ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ )
: ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ )
: ส็็็็็็็็็็็็็็็็็็็: ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็
waiting for my little workshop to be accessible to me again so i can make a better box set up and carpet it

Spoiler
Nice is that A Yaris. I am finding it hard to figure what car is that 2 doors hatchback but not small like a smart car? Toyota Echo or Yaris?

Oh that going to sound NICE.

Oh your from Florida I love NASA and the space shuttle. RIP Challengers and Colombia
that's not a yaris its a crossfire

my sister has a yaris tho
Last Edit: September 30, 2015, 03:13:31 PM by Dyle 911


XSEAN | Legendary Invincible!
 
more |
XBL:
PSN:
Steam:
ID: XSEAN
IP: Logged

4,029 posts
 
waiting for my little workshop to be accessible to me again so i can make a better box set up and carpet it

Spoiler
Nice is that A Yaris. I am finding it hard to figure what car is that 2 doors hatchback but not small like a smart car? Toyota Echo or Yaris?

Oh that going to sound NICE.

Oh your from Florida I love NASA and the space shuttle. RIP Challengers and Colombia
that's not a yaris its a crossfire

my sister has a yaris tho
Now I know why I could not place it. I dislike those car alot.


nͫiͤcͫeͤ | Mythic Inconceivable!
 
more |
XBL: my Xbox broke
PSN: PM for Request
Steam: very hot water vapor
ID: Ryle
IP: Logged

15,087 posts
the dj spins and cuts me
           hardcore will never die
: ส็็็็็็็็็็็็็็็็็็็ )               https://youtu.be/uDF4cwAghAc
: ส็็็็็็็็็็็็็็็็็็็ )
: ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ )
) : ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ )
: ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ )
: ส็็็็็็็็็็็็็็็็็็็: ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็
waiting for my little workshop to be accessible to me again so i can make a better box set up and carpet it

Spoiler
Nice is that A Yaris. I am finding it hard to figure what car is that 2 doors hatchback but not small like a smart car? Toyota Echo or Yaris?

Oh that going to sound NICE.

Oh your from Florida I love NASA and the space shuttle. RIP Challengers and Colombia
that's not a yaris its a crossfire

my sister has a yaris tho
Now I know why I could not place it. I dislike those car alot.
its been good to me, corners pretty damn fine and it can drift when you want it to


XSEAN | Legendary Invincible!
 
more |
XBL:
PSN:
Steam:
ID: XSEAN
IP: Logged

4,029 posts
 
waiting for my little workshop to be accessible to me again so i can make a better box set up and carpet it

Spoiler
Nice is that A Yaris. I am finding it hard to figure what car is that 2 doors hatchback but not small like a smart car? Toyota Echo or Yaris?

Oh that going to sound NICE.

Oh your from Florida I love NASA and the space shuttle. RIP Challengers and Colombia
that's not a yaris its a crossfire

my sister has a yaris tho
Now I know why I could not place it. I dislike those car alot.
its been good to me, corners pretty damn fine and it can drift when you want it to
There just a Mercedes-Benz SLK-Class (R170)



With a different body style to them. I had to fix them alot and the 3.2L regular or the 3.2 Mercedez AMG are both very troublesome to work on


nͫiͤcͫeͤ | Mythic Inconceivable!
 
more |
XBL: my Xbox broke
PSN: PM for Request
Steam: very hot water vapor
ID: Ryle
IP: Logged

15,087 posts
the dj spins and cuts me
           hardcore will never die
: ส็็็็็็็็็็็็็็็็็็็ )               https://youtu.be/uDF4cwAghAc
: ส็็็็็็็็็็็็็็็็็็็ )
: ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ )
) : ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ )
: ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ )
: ส็็็็็็็็็็็็็็็็็็็: ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็
waiting for my little workshop to be accessible to me again so i can make a better box set up and carpet it

Spoiler
Nice is that A Yaris. I am finding it hard to figure what car is that 2 doors hatchback but not small like a smart car? Toyota Echo or Yaris?

Oh that going to sound NICE.

Oh your from Florida I love NASA and the space shuttle. RIP Challengers and Colombia
that's not a yaris its a crossfire

my sister has a yaris tho
Now I know why I could not place it. I dislike those car alot.
its been good to me, corners pretty damn fine and it can drift when you want it to
There just a Mercedes-Benz SLK-Class (R170)



With a different body style to them. I had to fix them alot and the 3.2L regular or the 3.2 Mercedez AMG are both very troublesome to work on
yeah they're pretty similar, but by no means are they hard to work on lol. easier than most mercs


Kitsune 狐 | Mythic Invincible!
 
more |
XBL:
PSN: KitsuneXHunter
Steam: KitsuneOverlord
ID: Kitsunekun
IP: Logged

7,655 posts
 
Trying to get fit... Or at least just get healthier.

Down 15


And learn how to code real goods.

Edit: also body work is an impressive skill. My fiancé does body modification. It's not easy.
Last Edit: September 30, 2015, 03:29:28 PM by Kitsunekun


nͫiͤcͫeͤ | Mythic Inconceivable!
 
more |
XBL: my Xbox broke
PSN: PM for Request
Steam: very hot water vapor
ID: Ryle
IP: Logged

15,087 posts
the dj spins and cuts me
           hardcore will never die
: ส็็็็็็็็็็็็็็็็็็็ )               https://youtu.be/uDF4cwAghAc
: ส็็็็็็็็็็็็็็็็็็็ )
: ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ )
) : ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ )
: ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ )
: ส็็็็็็็็็็็็็็็็็็็: ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็็็็็็ ) : ส็็็็็็็็็็็็็็
Trying to get fit... Or at least just get healthier.

Down 15


And learn how to code real goods.

Edit: also body work is an impressive skill. My fiancé does body modification. It's not easy.
why dont you just get him to modify your body


Thun | Mythic Inconceivable!
 
more |
XBL:
PSN:
Steam: Thunder
ID: Suarez
IP: Logged

8,991 posts
 
Trying to get fit... Or at least just get healthier.

Down 15


And learn how to code real goods.

Edit: also body work is an impressive skill. My fiancé does body modification. It's not easy.
yummy


XSEAN | Legendary Invincible!
 
more |
XBL:
PSN:
Steam:
ID: XSEAN
IP: Logged

4,029 posts
 
waiting for my little workshop to be accessible to me again so i can make a better box set up and carpet it

Spoiler
Nice is that A Yaris. I am finding it hard to figure what car is that 2 doors hatchback but not small like a smart car? Toyota Echo or Yaris?

Oh that going to sound NICE.

Oh your from Florida I love NASA and the space shuttle. RIP Challengers and Colombia
that's not a yaris its a crossfire

my sister has a yaris tho
Now I know why I could not place it. I dislike those car alot.
its been good to me, corners pretty damn fine and it can drift when you want it to
There just a Mercedes-Benz SLK-Class (R170)



With a different body style to them. I had to fix them alot and the 3.2L regular or the 3.2 Mercedez AMG are both very troublesome to work on
yeah they're pretty similar, but by no means are they hard to work on lol. easier than most mercs
I am a Honda Mechanic if it's doesn't come  out in 5 minutes I get angry.  love my civic for that. Spark plugs 5 minutes, Drive belt 10 minutes, Disc brakes I tend to take my time.


XSEAN | Legendary Invincible!
 
more |
XBL:
PSN:
Steam:
ID: XSEAN
IP: Logged

4,029 posts
 
Trying to get fit... Or at least just get healthier.

Down 15


And learn how to code real goods.

Edit: also body work is an impressive skill. My fiancé does body modification. It's not easy.
Wait your a girl?

OT: Nice tattoo, if I was going to ever get one i would get this


Coding fun


XSEAN | Legendary Invincible!
 
more |
XBL:
PSN:
Steam:
ID: XSEAN
IP: Logged

4,029 posts
 
waiting for my little workshop to be accessible to me again so i can make a better box set up and carpet it

Spoiler
Nice is that A Yaris. I am finding it hard to figure what car is that 2 doors hatchback but not small like a smart car? Toyota Echo or Yaris?

Oh that going to sound NICE.

Oh your from Florida I love NASA and the space shuttle. RIP Challengers and Colombia
that's not a yaris its a crossfire

my sister has a yaris tho
Now I know why I could not place it. I dislike those car alot.
its been good to me, corners pretty damn fine and it can drift when you want it to
There just a Mercedes-Benz SLK-Class (R170)



With a different body style to them. I had to fix them alot and the 3.2L regular or the 3.2 Mercedez AMG are both very troublesome to work on
yeah they're pretty similar, but by no means are they hard to work on lol. easier than most mercs
Agreed I hate audi


Rinev | Legendary Invincible!
 
more |
XBL: Rinev Jeqkogo
PSN:
Steam: rinevjekogo
ID: Rinev Jeqkogo
IP: Logged

3,690 posts
Feet first into fun!
I just got finished doing a programming assignment. I had to write some java code for a fake pizza place.


 
DAS B00T x2
| Cultural Appropriator
 
more |
XBL:
PSN:
Steam:
ID: DAS B00T x2
IP: Logged

37,623 posts
This is not the greatest sig in the world, no. This is just a tribute.
Trying to get fit... Or at least just get healthier.

Down 15


And learn how to code real goods.

Edit: also body work is an impressive skill. My fiancé does body modification. It's not easy.
Wait your a girl?

OT: Nice tattoo, if I was going to ever get one i would get this


Coding fun
Son, where do you see a tattoo in this picture?


Kitsune 狐 | Mythic Invincible!
 
more |
XBL:
PSN: KitsuneXHunter
Steam: KitsuneOverlord
ID: Kitsunekun
IP: Logged

7,655 posts
 

Trying to get fit... Or at least just get healthier.

Down 15


And learn how to code real goods.

Edit: also body work is an impressive skill. My fiancé does body modification. It's not easy.
Wait your a girl?

OT: Nice tattoo, if I was going to ever get one i would get this


Coding fun
Son, where do you see a tattoo in this picture?

I do have a tattoo but it's not showing in this picture. >.> I want to get more soon.


XSEAN | Legendary Invincible!
 
more |
XBL:
PSN:
Steam:
ID: XSEAN
IP: Logged

4,029 posts
 

Trying to get fit... Or at least just get healthier.

Down 15


And learn how to code real goods.

Edit: also body work is an impressive skill. My fiancé does body modification. It's not easy.
Wait your a girl?

OT: Nice tattoo, if I was going to ever get one i would get this


Coding fun
Son, where do you see a tattoo in this picture?

I do have a tattoo but it's not showing in this picture. >.> I want to get more soon.
I umm

Dafeeling when you mistake OP Top/Boobs are her arm and think the pattern is a tattoo

XD

Last Edit: September 30, 2015, 05:24:37 PM by XSEAN


XSEAN | Legendary Invincible!
 
more |
XBL:
PSN:
Steam:
ID: XSEAN
IP: Logged

4,029 posts
 
Trying to get fit... Or at least just get healthier.

Down 15


And learn how to code real goods.

Edit: also body work is an impressive skill. My fiancé does body modification. It's not easy.
Wait your a girl?

OT: Nice tattoo, if I was going to ever get one i would get this


Coding fun
Son, where do you see a tattoo in this picture?
I umm

Dafeeling when you mistake OP Top/Boobs are her arm and think the pattern is a tattoo

XD


Kitsune 狐 | Mythic Invincible!
 
more |
XBL:
PSN: KitsuneXHunter
Steam: KitsuneOverlord
ID: Kitsunekun
IP: Logged

7,655 posts
 


Trying to get fit... Or at least just get healthier.

Down 15


And learn how to code real goods.

Edit: also body work is an impressive skill. My fiancé does body modification. It's not easy.
Wait your a girl?

OT: Nice tattoo, if I was going to ever get one i would get this


Coding fun
Son, where do you see a tattoo in this picture?

I do have a tattoo but it's not showing in this picture. >.> I want to get more soon.
I umm

Dafeeling when you mistake OP Top/Boobs are her arm and think the pattern is a tattoo

XD

Meh I can get that.


XSEAN | Legendary Invincible!
 
more |
XBL:
PSN:
Steam:
ID: XSEAN
IP: Logged

4,029 posts
 


Trying to get fit... Or at least just get healthier.

Down 15


And learn how to code real goods.

Edit: also body work is an impressive skill. My fiancé does body modification. It's not easy.
Wait your a girl?

OT: Nice tattoo, if I was going to ever get one i would get this


Coding fun
Son, where do you see a tattoo in this picture?

I do have a tattoo but it's not showing in this picture. >.> I want to get more soon.
I umm

Dafeeling when you mistake OP Top/Boobs are her arm and think the pattern is a tattoo

XD

Meh I can get that.
Great sorry about that. About your size I find it healthy. I prefer girls with meat on the bones then twigs