22 matches for your search of '' in 'Programming'. For a more advanced search, fill out the form below!
The importance of keeping the skill involved in your projects, yours.Posted by maxtingle to Programming on Tuesday 16th July 2013Recently I've had a thought about the way people are "helped" to learn new things and about how easy it is to have no idea what you're doing, while doing it. In programming you are going to run into issues, some people battle it out against the issue and some people ask for help from others, but both these routes result in the person learning. Even when the person is running into issues, they are still learning, they still know what everything does and how to do it next time.
However, more and Read More..
Comment posting enabled | 0 comments
MaxCap - Image capturing / hosting softwarePosted by maxtingle to C# on Wednesday 17th July 2013MaxCap is software I developed to fulfill a need, I had found image capturing software that was lightweight and I had found image capturing software that was advanced, but I could not find a middle ground. So I created it. Download here
Features:
- History system showing links to all your images
- Built in autoupdater with 3 different modes of updating
- 2 Options for image uploading (Upload or copy to clipboard)
- Region selection for where you want to capture
- Notification displaying after
 
Read More..Comment posting disabled | 0 comments
Counter - A two way alert system with a stopwatchPosted by maxtingle to C# on Wednesday 17th July 2013Counter is a quick application I wrote to allow me to set alerts and keep track of time. This program allows you to set two separate time alerts with a custom message. When the alert is triggered you will be pulled out of any application (Even if it's fullscreen) and shown the message. If no message is entered, it uses the default one. The program also has a stopwatch feature for timing events. Download here
Features:
- Custom alert messages - Incase you forgot what the alert is for, you can
 
Read More..Comment posting disabled | 0 comments
Planetside 2 Stat Manager - View and compare player statsPosted by maxtingle to C# on Wednesday 17th July 2013Planetside 2 manager was created simply because no other application existed. At the time there were no applications because the API was private, however a few select sites Planetside Universe being one of them, had access to it and were using it on their site. This application uses data scraping to retrieve information from their site. Maybe one day I will re-write it to use the official API. Download here
Features:
- Username stat lookup
- Comparing of two user's stats with difference
 
Read More..Comment posting disabled | 0 comments
Pong - The classic video gamePosted by maxtingle to C# on Wednesday 17th July 2013This project was to get to know game programming and it do so fairly well. This is the only one of my projects that is incomplete and it is only incomplete because half way through development I ran into a bug in OpenTK to do with cursor focus, this caused all sorts of issues for the project and after finding out OpenTK had last been updated in 2010, I ceased development of the project. Never the less, the AI is done and most of the game is, but it may be hard to play due to lack of polish.  Read More..
Comment posting disabled | 0 comments
Steam Sales Manager - View all the sales on steamPosted by maxtingle to C# on Wednesday 17th July 2013Steam sales manager is another program I created because of the lack of it already existing. It is... One of my less pretty applications (Not that the other are particularly pretty) but it is strong in functionality. The program will allow you to view all sales on steam currently. Download here
Features:
- Lists all games on steam right now
- Supports region selection to see prices for your area
- Supports shop lists, so you can choose what shops you want to see deals from (As you can buy steam
 
Read More..Comment posting disabled | 0 comments
Twenty Minute Rule - Stop yourself suffering from CVSPosted by maxtingle to C# on Wednesday 17th July 2013I created this application because I was suffering from CVS (Computer vision syndrome), basically it has two options hardcore or core mode. Hardcore mode locks you out of your computer until you've spent twenty seconds looking away (Obviously if you actually look away or just wait 20 seconds is down to you), Core just reminds you that you need to. Download here
Features:
- Two levels of reminders
- Counter so you know when it's been twenty seconds
- Hidden application only shows when you need to
 
Read More..Comment posting disabled | 0 comments
Visual Studio Project Version Changer - SLN version fixerPosted by maxtingle to C# on Wednesday 17th July 2013At my college I have to use VS2008 portable because they don't have VS2010 installed on all their machines, so with this in mind I made a program that changes the version inside the SLN file. This means that 2010 projects should work on 2008 and so on. Download Here
 Read More..
Comment posting disabled | 0 comments
XboxMB Chat Server Client - View the chat from an applicationPosted by maxtingle to C# on Wednesday 17th July 2013My good friend David created a chatbox for the website XboxMb but he did not create a desktop application for it, so I went ahead and created one for him. Download here
Features:
- Lists what everyone is saying in the xboxMB chat
- Account rank support
- Account privileges support (Mod/Admin displayed)
- AFK support (Shown with *)
- You can type messages to the chat so long as you're logged in
- @'ing support
- User list
- Can double click someone's name in the userlist to start a private tab with
 
Read More..Comment posting disabled | 0 comments
DownloadAction - Adding the features some applications don't havePosted by maxtingle to C# on Wednesday 17th July 2013DownloadAction (Originally named steam download manager) is an application that will automatically shutdown, hibernate, logout or hibernate your computer after it finds no difference in size after two intervals. The application is designed to be a customizable as possible so you can change pretty much everything. Download here
Features:
- Auto action activated after no change
- Customizable interval
- Customizable action
- Warn setting to confirm you want to continue with the action, before doing
 
Read More..Comment posting disabled | 0 comments
Hangman - The classic hand drawn gamePosted by maxtingle to C# on Wednesday 17th July 2013This project was more for fun than anything else, a friend of mine told me that If I wanted something to do, I could try making a video game on a winform using System.Drawing and I accepted. The challenge was fairly simple other than one setback where I had to figure out a bug with the drawing, but then again the game is fairly simple to make in the first place.
Download here
 Read More..
Comment posting disabled | 0 comments
Crossword Generator - A fairly simple winforms crossword generation toolPosted by maxtingle to C# on Thursday 30th January 2014This application generates a 16x16 (Customizable, via code) grid in which it randomly generates a crossword. I wouldn't recommend trying to complete one because they are really, really hard but if you think it's worth a shot go for it! Download
This application features:
- Random word selection
- Random word reversing (Reverses the order of the letters in the word)
- Random orientation selecting
- Dynamic generation system, can easily be changed by changing _Size
- Dynamic word list (Can be populated
 
Read More..Comment posting disabled | 0 comments
Flappy Birds ClonePosted by maxtingle to Programming on Tuesday 11th February 2014After hearing a lot about "Flappy Birds", how much of a rip off it was and how easy it was to create, I decided to have a go myself. This is my first go at any random world generation (Even if it is fairly simple at that) so be gentle!
The game is pretty easy, you get score by going through the gaps between two sets of pipes, you die if you hit the pipe. I made this in GameMaker 8.1 so there isn't much to be impressed by, although the entire thing (Beyond sprite creation) was code which I Read More..
Comment posting disabled | 0 comments
Bitmask ViewerPosted by maxtingle to C# on Monday 10th March 2014This is a basic application, you choose an image file, it converts it to a bitmask using version one of the algorithm I made for my game engine. I really just made this so that a friend of mine, doing the graphics for an upcoming game, can test the sprite masks to make sure there aren't any obscurities.
If you want anything adding to it like resizing (Currently fixed for my small sprites) then please contact me. Otherwise, enjoy! Download with source
 Read More..
Comment posting disabled | 0 comments
SpriteSheet CreatorPosted by maxtingle to Programming on Sunday 16th March 2014Another tool I made for my game engine (Oh I do like making tools!), the SpriteSheet creator takes an input of as many files as you want and generates a sprite sheet (One image after another) for all the images. It has a few features, not much compared to other tools out there, but I didn't need all the stuff the other tools had! Download with source
Features:
- Sprite sheet generation (Duh!)
- Offset support
- Custom row and column image split up support
- Background colour support
- Image scaling
 
Read More..Comment posting disabled | 0 comments
C# Keeping the caret in position while setting textPosted by maxtingle to C# on Saturday 5th April 2014While writing an upcoming project, I needed to debug information. Now the .Net just in time debugger is great, but it's not convenient for checking values as they change in live. So I wanted to make a debugger, the information it displays updates every 100ms. This caused huge issues, when you set the text property of a TextBox or RichTextBox the caret position is reset and I was displaying a ton of information, so scrolling back to the top of it isn't acceptable.
I did a bit of research into Read More..
Comment posting enabled | 0 comments
C# The mystery of the MediaPlayer AppCrashPosted by maxtingle to C# on Saturday 3rd May 2014During the development of my game engine, I discovered that System.Media.SoundPlayer had a nasty catch, it was simply hooking into a PlaySound function that Windows implements and that function only supports a single sound. Because of this I had to move onto a better player, System.Media.MediaPlayer, but this made me come toe to toe with another nasty problem, the lack of looping support. So I went along and implemented looping through the MediaEnded event and some simple functions.
All was Read More..
Comment posting enabled | 0 comments
C# Game libraryPosted by maxtingle to C# on Tuesday 27th May 2014This project is the largest project i've created so far and the first one to be completely documented and designed for future use. It is a GDI+ based library for creating games with many different helper classes and features put in to make the game development process as easy as possible.
I created the game library because I wanted more experience in C# and had very few ideas for software, but knew that game development is infinitely more complex than most software development, making it a Read More..
Comment posting disabled | 0 comments
C# Side Scrolling Speller (Game)Posted by maxtingle to C# on Tuesday 27th May 2014This is what I originally made my game engine for, it was going to be a clone of DinoCap, a silly IOS game I have enjoyed from time to time in my spare time. I was really enjoying it, but unfortunately the person who was supposed to do the textures for the game couldn't deliver and I suck at graphics so I called it quits for that project. But I already had the base systems for a side scrolling shooter in place and I didn't want my time to be a complete waste so I re-developed the game (After Read More..
Comment posting disabled | 0 comments
C# Grid-free SnakePosted by maxtingle to C# on Sunday 13th July 2014This project started out more of a proof of concept than anything else and really still is. I see snake created all the time, hell I love snake! But one day while playing it on a mobile device I noticed that the developer had tried to make everything as pretty as possible and it was damn pretty, but it was still grid based.. The ugly movement system of snake head moves, last child moves into the gap between the snake head and the 2nd child (Curr 1st).
So I set out to make a grid free snake, Read More..
Comment posting disabled | 0 comments
Java clearing the consolePosted by maxtingle to Programming on Saturday 9th May 2015My oh my, what fun I've had with Java recently.
For one of my upcoming projects (Yes I actually have been working on stuff, just a bit busy getting used to 9 hour work days right now) I have been working in Java due to the fact that C# is only cross platform for web applications and this is a desktop application.
Part of this project is a server and what does a server need to do? Run from the command line. This means that the entire server application and all its output go through the Read More..
Comment posting disabled | 0 comments
Java EasyTV - Server and ClientPosted by maxtingle to Java on Sunday 24th May 2015EasyTV is a project I've been working on for some time now, it was originally designed to be a replacement for Sky TV as the quality is bad, the price is high (And ever increasing) and the content I actually want to watch on TV isn't even on there anymore since everyone and their mother has their own £10/m subscription service to "get all content" now.
You may be asking yourself, why would you choose Java for this project? Your history shows you clearly love C#, so why go to the anti-C#? Read More..
Comment posting disabled | 0 comments