Author Archives: Ladbon Svampbob

Web Servers!

This blog post and probably the next one will be about winsock servers.
Winsock like many other ways to code servers is a hassle and are not worth the trouble unless you are seriously considering creating one.
This post will only outline my idea of how the server is going to be designed in a simple way to interact with a user trying to connect to the server.
I will show some code but as I am only at the accept phase I […]

/ Comments Off on Web Servers!
Program: Programming

Web Servers!

This blog post and probably the next one will be about winsock servers.
Winsock like many other ways to code servers is a hassle and are not worth the trouble unless you are seriously considering creating one.
This post will only outline my idea of how the server is going to be designed in a simple way to interact with a user trying to connect to the server.
I will show some code but as I am only at the accept phase I […]

/ Comments Off on Web Servers!
Program: Programming

Web Servers!

This blog post and probably the next one will be about winsock servers.
Winsock like many other ways to code servers is a hassle and are not worth the trouble unless you are seriously considering creating one.
This post will only outline my idea of how the server is going to be designed in a simple way to interact with a user trying to connect to the server.
I will show some code but as I am only at the accept phase I […]

/ Comments Off on Web Servers!
Program: Programming

Web Servers!

This blog post and probably the next one will be about winsock servers.
Winsock like many other ways to code servers is a hassle and are not worth the trouble unless you are seriously considering creating one.
This post will only outline my idea of how the server is going to be designed in a simple way to interact with a user trying to connect to the server.
I will show some code but as I am only at the accept phase I […]

/ Comments Off on Web Servers!
Program: Programming

Unit Testing

So this time I’ll be blogging about what Unit testing is and how I applied it to both my projects(BST and L.List).
Generally unit testing follows your functions you’ve created and makes sure they return the correct values or just does what they are suppose to do.
The way you configure them is dependent on what your functions does.
I will state here what kind of testing my class does and how it does so.
As a whole this is my unit testing:
 
bool are_equal(T […]

/ Comments Off on Unit Testing
Program: Programming

Unit Testing

So this time I’ll be blogging about what Unit testing is and how I applied it to both my projects(BST and L.List).
Generally unit testing follows your functions you’ve created and makes sure they return the correct values or just does what they are suppose to do.
The way you configure them is dependent on what your functions does.
I will state here what kind of testing my class does and how it does so.
As a whole this is my unit testing:
 
bool are_equal(T […]

/ Comments Off on Unit Testing
Program: Programming

Unit Testing

So this time I’ll be blogging about what Unit testing is and how I applied it to both my projects(BST and L.List).
Generally unit testing follows your functions you’ve created and makes sure they return the correct values or just does what they are suppose to do.
The way you configure them is dependent on what your functions does.
I will state here what kind of testing my class does and how it does so.
As a whole this is my unit testing:
 
bool are_equal(T […]

/ Comments Off on Unit Testing
Program: Programming

Unit Testing

So this time I’ll be blogging about what Unit testing is and how I applied it to both my projects(BST and L.List).
Generally unit testing follows your functions you’ve created and makes sure they return the correct values or just does what they are suppose to do.
The way you configure them is dependent on what your functions does.
I will state here what kind of testing my class does and how it does so.
As a whole this is my unit testing:
 
bool are_equal(T […]

/ Comments Off on Unit Testing
Program: Programming

Linked List

Warning: This post will contain video game blood.

OK so this time I’ll be talking about how to make an linked list from scratch.
I’ll be using VS 2014 with c++ syntax(might be some C involved here).
Linked list in programming terms are(but can be something else!) a series of nodes which carry a data and a pointer.
These nodes make up a list where each node looks in front of them so you can traverse in a line to find what you need […]

/ Comments Off on Linked List
Program: Programming

Linked List

Warning: This post will contain video game blood.

OK so this time I’ll be talking about how to make an linked list from scratch.
I’ll be using VS 2014 with c++ syntax(might be some C involved here).
Linked list in programming terms are(but can be something else!) a series of nodes which carry a data and a pointer.
These nodes make up a list where each node looks in front of them so you can traverse in a line to find what you need […]

/ Comments Off on Linked List
Program: Programming

Linked List

Warning: This post will contain video game blood.

OK so this time I’ll be talking about how to make an linked list from scratch.
I’ll be using VS 2014 with c++ syntax(might be some C involved here).
Linked list in programming terms are(but can be something else!) a series of nodes which carry a data and a pointer.
These nodes make up a list where each node looks in front of them so you can traverse in a line to find what you need […]

/ Comments Off on Linked List
Program: Programming

Linked List

Warning: This post will contain video game blood.

OK so this time I’ll be talking about how to make an linked list from scratch.
I’ll be using VS 2014 with c++ syntax(might be some C involved here).
Linked list in programming terms are(but can be something else!) a series of nodes which carry a data and a pointer.
These nodes make up a list where each node looks in front of them so you can traverse in a line to find what you need […]

/ Comments Off on Linked List
Program: Programming

Binary Search Tree

So its been a while !
I am currently studying for a course that will introduce me to 3D engines, networking and multi threading.
What I’ve been taught this week has blown me away so far so I’ll go through one subject which interested me.
Binary search trees.
So currently I haven’t really started on doing the assignment but I would love to tell you everything I know about BST’s.
Binary search trees or BST is a system for listing certain variables be it string, […]

/ Comments Off on Binary Search Tree
Program: Programming

Binary Search Tree

So its been a while !
I am currently studying for a course that will introduce me to 3D engines, networking and multi threading.
What I’ve been taught this week has blown me away so far so I’ll go through one subject which interested me.
Binary search trees.
So currently I haven’t really started on doing the assignment but I would love to tell you everything I know about BST’s.
Binary search trees or BST is a system for listing certain variables be it string, […]

/ Comments Off on Binary Search Tree
Program: Programming

Binary Search Tree

So its been a while !
I am currently studying for a course that will introduce me to 3D engines, networking and multi threading.
What I’ve been taught this week has blown me away so far so I’ll go through one subject which interested me.
Binary search trees.
So currently I haven’t really started on doing the assignment but I would love to tell you everything I know about BST’s.
Binary search trees or BST is a system for listing certain variables be it string, […]

/ Comments Off on Binary Search Tree
Program: Programming

Binary Search Tree

So its been a while !
I am currently studying for a course that will introduce me to 3D engines, networking and multi threading.
What I’ve been taught this week has blown me away so far so I’ll go through one subject which interested me.
Binary search trees.
So currently I haven’t really started on doing the assignment but I would love to tell you everything I know about BST’s.
Binary search trees or BST is a system for listing certain variables be it string, […]

/ Comments Off on Binary Search Tree
Program: Programming

Why Are Developers Suffering?

EDIT 1:You know when you write a rant, explaining everything that’s wrong with the world and forget the fucking question you tried to answer?
This is the only thing I kept.
”Are we suffering because everybody else is ? Are we meant to work ourselves to death so our children can run amok with the money we left behind ?”
EDIT 2: I just did it again….
I’ll put this quote in because I enjoyed it, a bit of side tracking.
”You are basically writing […]

/ Comments Off on Why Are Developers Suffering?
Program: Programming

Why Are Developers Suffering?

EDIT 1:You know when you write a rant, explaining everything that’s wrong with the world and forget the fucking question you tried to answer?
This is the only thing I kept.
”Are we suffering because everybody else is ? Are we meant to work ourselves to death so our children can run amok with the money we left behind ?”
EDIT 2: I just did it again….
I’ll put this quote in because I enjoyed it, a bit of side tracking.
”You are basically writing […]

/ Comments Off on Why Are Developers Suffering?
Program: Programming

Why Are Developers Suffering?

EDIT 1:You know when you write a rant, explaining everything that’s wrong with the world and forget the fucking question you tried to answer?
This is the only thing I kept.
”Are we suffering because everybody else is ? Are we meant to work ourselves to death so our children can run amok with the money we left behind ?”
EDIT 2: I just did it again….
I’ll put this quote in because I enjoyed it, a bit of side tracking.
”You are basically writing […]

/ Comments Off on Why Are Developers Suffering?
Program: Programming

Why Are Developers Suffering?

EDIT 1:You know when you write a rant, explaining everything that’s wrong with the world and forget the fucking question you tried to answer?
This is the only thing I kept.
”Are we suffering because everybody else is ? Are we meant to work ourselves to death so our children can run amok with the money we left behind ?”
EDIT 2: I just did it again….
I’ll put this quote in because I enjoyed it, a bit of side tracking.
”You are basically writing […]

/ Comments Off on Why Are Developers Suffering?
Program: Programming

Analyzing Carcassonne

Introduction

So this week I will be analyzing the infamous board game Carcassonne or as a senior student named is “Knarkassonne”(roughly translated to drugassonne). I will go through the core system, the system I enjoyed the most, enjoyed least and the most interesting. After this I will try to write about who the board game appeals to the most and a small summary of what I thought of the board game.
Carcassonne
Carcassonne (named after the medieval French city of the same name) […]

/ Comments Off on Analyzing Carcassonne
Program: Programming

Analyzing Carcassonne

Introduction

So this week I will be analyzing the infamous board game Carcassonne or as a senior student named is “Knarkassonne”(roughly translated to drugassonne). I will go through the core system, the system I enjoyed the most, enjoyed least and the most interesting. After this I will try to write about who the board game appeals to the most and a small summary of what I thought of the board game.
Carcassonne
Carcassonne (named after the medieval French city of the same name) […]

/ Comments Off on Analyzing Carcassonne
Program: Programming

Analyzing Carcassonne

Introduction

So this week I will be analyzing the infamous board game Carcassonne or as a senior student named is “Knarkassonne”(roughly translated to drugassonne). I will go through the core system, the system I enjoyed the most, enjoyed least and the most interesting. After this I will try to write about who the board game appeals to the most and a small summary of what I thought of the board game.
Carcassonne
Carcassonne (named after the medieval French city of the same name) […]

/ Comments Off on Analyzing Carcassonne
Program: Programming

Analyzing Carcassonne

Introduction

So this week I will be analyzing the infamous board game Carcassonne or as a senior student named is “Knarkassonne”(roughly translated to drugassonne). I will go through the core system, the system I enjoyed the most, enjoyed least and the most interesting. After this I will try to write about who the board game appeals to the most and a small summary of what I thought of the board game.
Carcassonne
Carcassonne (named after the medieval French city of the same name) […]

/ Comments Off on Analyzing Carcassonne
Program: Programming