|
Cinjection ( Oleksi Derkatch )
Toronto, Canada Offline
Send A Message
Send A Friends Invite
Add To My Contacts
|
Profile Views
|
737 |
Profile URL
|
coderprofile.com/coder/Cinjection |
|
Profile Summary
|
35 |
Comments
|
32 |
Friends
|
4 |
Coding Articles
|
10 |
Source Codes
|
6 |
Pinned Codes
|
3 |
Portfolio Entries
|
|
Language
|
Proficiency
|
Time
|
C / C++
|
2 - Advanced
|
2 Years
|
Java
|
2 - Advanced
|
2 Years
|
PHP (Hypertext Preprocessor)
|
2 - Advanced
|
2 Years
|
SQL (Structured Query Language)
|
2 - Advanced
|
1 Year
|
Visual Basic
|
3 - Intermediate
|
1 Year
|
HTML
|
3 - Intermediate
|
1 Year
|
CSS (Cascading Style Sheets)
|
3 - Intermediate
|
<1 Year
|
Assembly
|
4 - Foundation
|
<1 Year
|
ActionScript
|
4 - Foundation
|
<1 Year
|
Scheme
|
5 - Beginner
|
<1 Year
|
Other languages and more information about my selected languages.
|
I also know Liberty Basic and Turing, but they are both learning languages and impractical for actual programming work. |
|
Area of Skill
|
Proficiency
|
Time
|
Application Development
|
3 - Intermediate
|
4 Years
|
Website Development
|
3 - Intermediate
|
2 Years
|
Database Development
|
3 - Intermediate
|
1 Year
|
Game Development
|
4 - Foundation
|
1 Year
|
Security
|
4 - Foundation
|
1 Year
|
Other areas of skill, and more information about my selected skills.
|
Artificial Intelligence, I suppose. |
|
Software
|
Proficiency
|
Time
|
Microsoft Word
|
1 - Expert
|
4 Years
|
Microsoft Visual Basic
|
2 - Advanced
|
2 Years
|
Microsoft Visual C++
|
3 - Intermediate
|
2 Years
|
Macromedia Dreamweaver
|
4 - Foundation
|
<1 Year
|
Macromedia Flash
|
5 - Beginner
|
<1 Year
|
Microsoft Front Page
|
5 - Beginner
|
<1 Year
|
|
Just a little bit about yourself?
Started programming in 2004. I'm 17 now and I hope to become a Systems Architect in the future.
|
How did you get interested in coding?
Through a language called Liberty BASIC. It all started there and I've been hooked ever since.
|
What do you least enjoy about coding?
Debugging
|
What do you enjoy most about coding?
Creating something from nothing and using creativity to make something that hasn't been seen before. It's like cocaine running through an addict's veins.
|
Do you write code as a hobby, or because you have to for work?
It's a hobby for now, but I can't see myself doing anything else in the future as a career.
|
How did you learn how to write code?
Via the internet and books.
|
Do you have a speciality in a specific area of coding, if so please explain?
I've always been interested in cryptology, artificial intelligence, and heuristics.
|
Anything else you want to mention?
I prefer desktop programming to website development.
|
 |
Contact Details |
|
|
|
Permutations of names.
C / C++, Posted 1 Day Ago
This is a small program that I made as per request from some people from Newgrounds. It simply permutes all the combinations of 12 character names, where 11 characters must be 'w'.
|
|
SPS Expression Parser
C / C++, Posted 4 Days Ago
This is a small recursive-decent expression parser. It handles +, -(unary and binary), *, /, and grouping by parenthesis, It also has capabilities for variable declarations. That is, you can declare a... view in full
|
|
HIgh-Low Card with A Neural A.I.
Java, Posted 41 Days Ago
Well this was the first time I touched a somewhat advanced AI. I was fascinated by neural networks, so I wanted to try my hand at it. I could think of no better catalyst for such a project, than a sim... view in full
|
|
String Reverser
C / C++, Posted 66 Days Ago
A very basic program that simply takes a string as input and outputs the reverse of that string. That is, the string "Hello World" would turn into "dlroW olleH".
This program wo... view in full
|
|
A Generic Stack
C / C++, Posted 66 Days Ago
This is a generic Stack that I wrote a while back. It works with any data type, thanks to to C++'s wonderful parameterized templates. There are two files involved:
Stack.hpp -> The definiti... view in full
|
|
Solving Linear systems.
C / C++, Posted 66 Days Ago
There was another challenge out involving linear systems. Given 4 points (2 per line), your program had to solve the system (find the point of intersection, if any). This was my C++ solution. I think ... view in full
|
|
A Phonebook
C / C++, Posted 66 Days Ago
This was made for a challenge. The challenge was to create a simple address book. When I did this challenge I wanted to learn more about C++, so I implemented the linked list manually, as opposed to u... view in full
|
|
Outputing your programs own source.
C / C++, Posted 66 Days Ago
Hehe, A little program I made that made, that when run, simply outputs the code behind itself. I was just playing with fileIO and thought it was pretty funky.
|
|
deficient, perfect, or abundant numbers
C / C++, Posted 66 Days Ago
This is a solution I wrote for the following programming challenge:
__________________________________________________________________________________
Write a program that repeatedly reads a positiv... view in full
|
|
SPS Poker
Java, Posted 67 Days Ago
This is a program I wrote for the OBEA provincial programming contest. It won! :).
It is a game of Texes Hold 'Em Poker.The real value of this program is the Neural AI. The bot of the game has... view in full
|
|
|