Jump to content

Programmers Lounge

deafboy

I just saw this thread. It's pretty cool that everyone's sharing their experiences with different languages. Here's some of my favorites:

 

C++ 

MySQL 

Verilog 

 

Definitely teaching myself other ones such as HTML/PHP and also C#.

Link to comment
Share on other sites

Link to post
Share on other sites

  • 4 weeks later...

Heya guys,

adding another introduction to the threat.

My name is Alex I'm 18 and a first year student in Computer Science here in Germany.

I started "coding" when I was 12 but that was more likely basic HTML and PHP.

When I was 15 I had Computer Science as a suject for the first time where I started learning Delphi (Object Pascal).

Actually I spent more time at that than anyone else so I was always ahead of the others as well as of my teacher so in the end I was the one teaching the subject (kinda ironic).

Sadly Delphi only compiles to Win32 and by now to Win64, OSX and some iOS platforms.

Starting with some Minecraft-modding just for fun I began learning Java which I unfortunatly almost forgot by now.

But since I need this and C++ for my studies I guess I'll relearn it.

I also restarted with python and PHP(incl. MySQL,HTML,CSS,JS etc) but I rarely use them (only if a friend who's a webdesigner needs some help from work overflow :D).

I also looked into C# but thats kinda the same as Delphi and Java together so there was no point in learning it.

And yeah just the basic stuff like Bash-scripts in linux or autoIt for windows shortcuts.

 

As for the OS I'm running Win7 and XP since I game on my machine a lot and my netbook has insufficient RAM for any linux distribution (tested that multiple times) and crashed a hackintosh installation after the first reboot :D

I like Linux a lot but just dont have any use for it for now except for my root-servers running debian 6 and ubuntu server 12.04.

On windows I use Notepad++ for almost everything except for webdesign things for which I got dreamweaver.

 

Kind regards,

Trek / Alex

Bitfenix Phenom M White | ASUS RoG Maximus VIII Gene | Intel i7 6700K @4.6GHz | HyperX Savage 2800MHz CL14 DDR4 16GB | EVGA GTX1080 SC | Intel 750 Series PCIe SSD 400GB | EVGA SuperNova G2 550W | Windows 10 Professional x64 | Logitech G900, Corsair K70 RGB MXbrown O-ringed, BeyerDynamic DT880 (600 Ω) on Fiio E10K & Samson Meteor | Dell U2715H 27", Samsung SyncMaster P2450H 24", Samsung SyncMaster 931BF 19" | DIY Ambilight

Link to comment
Share on other sites

Link to post
Share on other sites

  • 3 weeks later...

I haven't coded in a while and I was a beginner at that but I would do JavaScript, Java, and C.

Link to comment
Share on other sites

Link to post
Share on other sites

  • 2 months later...

I am 16-year-old boy from Finland and I'm in high school for the first year now. I have been programming for almost seven years now. I started with basic HTML and quite soon I started adding CSS for styling and Javascript for functionality. After a year or so PHP came in and for a few years all I did was web applications. Now for a few years I have been very keen on Java and especially Android. I have been building a lot of Android applications for my own use because there are some that I didn't find in Google Play. Now I'm working on two bigger projects, here's a peek in one of those:

 

1388094369273-img.png

 

It is for scheduling events like mute, wifi, bluetooth etc. It supports four languages at the moment, English, Finnish, Swedish and German. It's not available on Google Play yet, it is still in beta testing. If you necessarily want to beta test it, feel free to PM me with your Google Play account email address and I'll sent you a Google Play beta testers' download link :D

Link to comment
Share on other sites

Link to post
Share on other sites

  • 1 month later...

Im a CS major at CSU Dominguez Hills in California. Im main using C++ and Java for my programming. I prefer text editors on Linux(I like old school stuff haha) to program, however, I use IDEs on windows. CodeBlock++ and IntelliJ are favorite IDEs to use. 

 

Im working on some robotics with the raspberry pi, by interfacing with the GPIO pins. WiringPI is and excellent C/C++ library to use for this.

 

My raspberry pi doesnt want to read my usb lol.. so im going to post my code and retrieve it, im too lazy to fix my usb issue, plus I dont have a hub.

#include <conio.h>#include <iostream>#include <stdio.h>#include <sstream>#include <string>using namespace std;int main(){    string visualPower = "";    string status = "START";    string wUnder = "MIN!";    string wOver = "MAX!";    char A = 0;    int  a = 0;    int pwrlvl = 0;    cout << "Start" << endl;    stringstream ss;    while( A != 'q' )    {        for( int i = 0; i < 50; ++i )        {             cout << endl;        }        cout << "--------------------------------------------------------------" << endl;        cout << "|                   -----Control Panel-----                  |" << endl;        cout << "--------------------------------------------------------------" << endl;        printf( "|  Power:  %5d     |    Press - to Decrease Power          |\n", pwrlvl );        printf( "|  Status: %5s     |    Press + to Increase Power          |\n", status.c_str());        cout << "--------------------------------------------------------------" << endl;        printf( "| MIN:%-50s:MAX |", visualPower.c_str());        cout << "\n--------------------------------------------------------------" << endl;        A = getch();        switch( A )        {            case '-':            {                pwrlvl = pwrlvl - 10;                if( pwrlvl  < 0 )                {                    status = wUnder;                    pwrlvl = pwrlvl + 10;                }                else if( pwrlvl >  -10)                {                    ss.str("");                    ss.clear();                    ss << pwrlvl;                    status = ss.str();                    visualPower.clear();                }                for(int i = 0; i < pwrlvl/2; ++i)                    {                        visualPower = visualPower + "#";                    }                //visualPower.erase(visualPower.begin() + pwrlvl, visualPower.end());                break;            }//Case 1            case '=':            {                pwrlvl = pwrlvl + 10;                if( pwrlvl > 100 )                {                    status = wOver;                    pwrlvl = pwrlvl - 10;                }                else if( pwrlvl > 0)                {                    ss.str("");                    ss.clear();                    ss << pwrlvl;                    status = ss.str();                    cout << pwrlvl << endl;                    visualPower.clear();                    for(int i = 0; i < pwrlvl/2; ++i)                    {                        visualPower = visualPower + "#";                    }                }                break;            }            case 'q':                break;        }// End Switch    }// End While}//end Main

[ Cruel Angel ]:     Exterior  -   BENQ XL2420T   |   SteelSeries MLG Sensei   |   Corsair K70 RED   |   Corsair 900D  |                                                                                                    CPU:    -   4.7Ghz @ 1.425v             |

                             Interior    -   i7 4770k   |    Maximus VI Formula    |   Corsair Vengeance Pro 16GB    |   ASUS GTX 980 Strix SLIx2  |  840 Pro 512Gb    |    WD Black 2TB  |           RAM:   -   2400Mhz OC @ 1.650v    |

                             Cooling   -   XSPC 120mm x7 Total Radiator Space   |   XSPC RayStorm    |    PrimoChill Tubing/Res  |                                                                                             GPU:   -   1000Mhz @ 1.158            |

Link to comment
Share on other sites

Link to post
Share on other sites

Hello everyone! im learning currently an undergrad student learning how to program! So far have dabbled in python, c++, and java but haven't really done anything too extreme. Got interested in programming my senior year in high school when i took a webpage class and liked it more than doing animation (was going to go for game art or animation at first). The most complex thing i have made would be a master mind game, probably really simple for most people who have some experience with programming, but since that was made in my first class for programming that i have taken, it was definitely a challenge.

Link to comment
Share on other sites

Link to post
Share on other sites

  • 2 weeks later...

I would vote Eclipse as my IDE of choice. Started learning when I was 16. Currently know Java, C and MySQL. Studying Computer Engineering :)

 

My uni didn't give us a choice of IDE, we given Eclipse and told "Here use that, but be careful of the Auto Correct options" and they were right the correction features are a trap a new programmer could easily fall into. That being said it is one of my favorites.

 

Anyway, I'm a Software Engineering student with experience in:

 

Python (made my first game with this)

Java

SQL

XHTML

aspx

 

I've also dabbled in or am in the process of learning

 

C#

C++

VB.NET

 

I'm not really sure what I'm going to specialize in or weather I'll continue studies after my undergrad degree or not.

Link to comment
Share on other sites

Link to post
Share on other sites

  • 1 month later...

I'm an undergrad in CS. I've currently have learnt the following languages (chronological order with bottom being latest)
Turing
Java

C#
Scheme
C
C++

I've personally done a lot of Java in highschool and when I learnt C in uni it was just completely different. I've heard that they were similar, but I feel they are completely different. I didn't really do any resource managing in Java since it had 'garbage collection', so the jump to C/C++ was a little difficult (along with introduction to pointers and references). I'm now more familiar with C/C++ and am planning on doing a project using OpenGL.

Link to comment
Share on other sites

Link to post
Share on other sites

So far in Computer Science&Engineering as an undergrad I've learned: 

 

Java

C++ 

C

Assembly/MIPS

MATLAB

CPU: i7 9700K GPU: MSI RTX 2080 SUPER VENTUS Motherboard: ASRock Z390 Phantom Gaming 4 RAM: 16GB ADATA XPG GAMMIX D10 3000MHz Storage: ADATA SU630 480GB + Samsung 860 EVO 1TB + Samsung 970 EVO Plus NVMe 1TB + WD Blue 1TB PSU: HighPower 80+ Gold 650W Case: Slate MR Mirror Finish OS: Windows 11 Pro Monitor: Dell S2716DGR 27" Mouse: Logitech G300s Keyboard: Corsair K70 LUX Cherry MX Brown Speakers: Bose Companion 2 Series III Headset: HyperX Cloud Revolver Microphone: Razer Seiren X

Link to comment
Share on other sites

Link to post
Share on other sites

Hi I am TizzyT, I started learning programming (self taught) somewhere in highschool. Thought I start with C but I didn't get it at all. Started looking into simpler things and found RealBasic. Got comfortable with that and moved to VB.NET. Since it was essentially the same I migrated over pretty quickly. After a couple months of learning/using VB.NET I went to learn C#, I found it VERY SIMILAR to VB.NET only that there is case sensitivity and a small syntax change. I messed around with code I wrote in C# and VB.NET and decided to use VB.NET (only because I was more confortable with it). I never really decided to learn Java but a friend of mine in the IT courses asked me for help and he was learning Java, and thought I might have some experience in it, but I didn't non the less it looked very familiar to me and I ended up helping him and learning a bit of Java on the way (even though for some reason I hate it lol). While I was helping my friend I was also in college myself (after a years break), I was attending Devry University in Philadelphia PA (worst school ever imo). I was taking business with a specialty in computer science. I was learning C++ for only 1 of the 4 semesters I was there (which was opossite of what they told me). I bailed from that school and am suffering from debt atm lol but anyways I was comfortable with C++ aswell and I help out classmates that needed help (skype sessions) even one time getting in trouble because I apparently wasn't allowed to help (wtf?). Some people tell me if I know C++ I should know C, and even if that were true I do not say I know how to code in a particular language unless I have actually written something in that language. So C is not on my list lol. As for the other languages I know HTML, Javascript, some R, some D. My plan atm is to wrap my head around x86 or IA-32 (which ever you wanna call it). For now I write mostly in VB.NET because its was essentially the language I started with and am most comfortable, it does what I need and want to do. I am mostly self taught and only had a 8 week course in C++ so as far as being a good programmer goes I'm probably not one but I find it fun and makes me think, and there is always things to learn.

My first contribution ever I think was a little chess timer for my little brother. My first public contribution was in the ps3 scene where I made a simple bundle/GUI to make coldboots for the PS3. Since then I have been on my blog writting little programs that I think are helpful to at least one person and randomly posting projects I have been working on or completed. I provide source and yes they might be bad but I encourage others to improve and post changes in the comments so that I may learn. Currently I am working on a Twitch bot for a friend and its basicially complete, just need to make a couple plugins here and there.

 

Langauges:

Realbasic

VB.NET

C#

C++

Java

R

D

JS

HTML

 

Lanuages I want to eventually learn:

C

ActionScript

CSS

PHP

Python

Some ASM (preferably x86/IA-32)

 

IDEs:

1) Visual Studio (for VB.NET and C#, occasionally C++)

2) Code::Blocks (so much better for c++ imo)

Link to comment
Share on other sites

Link to post
Share on other sites

I just got back to university to grab my second bachelor degree in IT-Security and Networking ,

As far as I know we will only be taking Java as a programming language...

 

When it comes to thing I am studying and to expand my knowledge , what other programming language should I learn which will benefit me in the long run?

Link to comment
Share on other sites

Link to post
Share on other sites

Very interesting thread, a lot of amazing introductions so unfortunately mine won't be too spectacular. :P

 

I know HTML, CSS and JS (although I prefer to use jQuery) and am mediocre in terms of design. xD I learned PHP like most people in the mainstream, and am now starting to learn Java. I want to eventually learn some form of C, and I still have to get the hang of Objective-Oriented Programming. :P

Link to comment
Share on other sites

Link to post
Share on other sites

I am just beginning my journey into programming. I have dabbled in HTML/CSS at shcool etc

 

But I am currently learning Python, as recommended from my Uni friends currently in their 3rd year of computer science.

 

Thinking of doing a computer science degree with the OU, but im not sure

Desktop - Corsair 300r i7 4770k H100i MSI 780ti 16GB Vengeance Pro 2400mhz Crucial MX100 512gb Samsung Evo 250gb 2 TB WD Green, AOC Q2770PQU 1440p 27" monitor Laptop Clevo W110er - 11.6" 768p, i5 3230m, 650m GT 2gb, OCZ vertex 4 256gb,  4gb ram, Server: Fractal Define Mini, MSI Z78-G43, Intel G3220, 8GB Corsair Vengeance, 4x 3tb WD Reds in Raid 10, Phone Oppo Reno 10x 256gb , Camera Sony A7iii

Link to comment
Share on other sites

Link to post
Share on other sites

  • 3 weeks later...

I participated in a programming course at Vancouver Art Institute for spring break when I was in grade 10, ever since then I have been programming, c++ and python. I also know how to do HTML and CSS too :)  :D . I wanted to go to BCIT for their IT program but never got the grades for it (I'm bad at math). In the near future I will be going to college for computer science. WOO WOOT. But yeah I love coding, it's just so relaxing and satisfying. 

wotm8?

Link to comment
Share on other sites

Link to post
Share on other sites

Was born and grew up in Cardiff, Wales where I taught myself the basics of computer programming as I turned a teenager firstly by typing in a load of peeks and pokes into my Commodore 64 and then thinking I would like to learn what these actually do and visited the central library umpteen number of times to loan out computer programming books on the subject of BASIC.

 

A year or so later I was lucky enough to have given an Amiga 600 (a year later an Amiga 1200) for Christmas and set to work teaching myself AMOS (free cover disk on one of the Amiga magazines at the time) and saved up my pocket money and bought AMOS Professional.  I had great fun with AMOS as it was a development on my knowledge of BASIC.

 

After High School I attended college and took a computer programming course which taught the basics using Pascal before moving onto COBOL and focusing in on C, if I remember correctly we used Borland Turbo C for MS-DOS.  Whilst at College I managed to obtain SAS C and taught myself C on the Amiga which was fun.  I also dabbled a little in 68K and 8x86 Assembly but only a little and can't remember a thing twenty years later! :-)

 

After college I left the world of programming behind me and went into 1st Line Tech Support on a ISP Helpdesk before moving onto 1st Line Tech Support on a Shared Hosting Platform.  This then led onto 2nd Line for the same Shared Hosting Platform where I re-kindled my passion for coding and bought myself a book on PHP as we were also responsible for 1st Line support for integrating our payment card system with customers code.  It was great, I was able to use the knowledge gained write basic scripts that made static web pages a thing of the past.

 

Over the coming years I kept up my PHP knowledge and am now conversant in PHP using OOP techniques in an MVC environment (I prefer using my own MVC framework but have used various frameworks like Cake) using MySQL as my DB of choice.  I also taught myself jQuery as I needed to start integrating my PHP code with Ajax calls.

 

Back eight years ago (around 2006) I did teach myself C# using Visual Studio 2005 and made my first and only game.  It wasn't anything original, just Connect 4 but my then girlfriend (now wife) thought it was fabulous and had it on her computer for quite some time.  Didn't really do much with C# after this but have, in the last month, signed up on Visual Studio Online for a Professional Licence.  This gives me the full Visual Studio 2013 Professional IDE and am currently working through the latest ADO.NET Entity Framework Step by Step book to bring myself up to speed with technologies such as LINQ.

 

IDE's I currently use are PHP Storm (7.1) for PHP development and Visual Studio 2013 Professional.  I also use MySQL Workbench and SQL Server 2012 Management Studio and I mention these as I suppose they could be classed as IDE's for their respective DB engines.

 

I don't work as a Developer or Designer (I couldn't design to save my life) but am still in the IT industry as Data Centre Manager for a large Telecommunications company in the UK.  Coding remains a hobby of mine and I do have ideas in the pipeline for a project based around a Windows C# WPF Application.

Link to comment
Share on other sites

Link to post
Share on other sites

  • 3 weeks later...

I'm a game dev student. My first experience with programming was in high-school, where I learned to code in Java. When I started university I learned to code in C++, and man do I like that language! Currently sitting with C# as I'm sitting with Unity. Has also briefly touched Perl as well

Link to comment
Share on other sites

Link to post
Share on other sites

  • 2 weeks later...

I am currently wrapping up my second year at Computer Engineering

 

For now we have learned or touched

Java (Primarly) (Normal Java programs + Android apps)

JavaScript

jQuery

ASP.NET

C#

C

Assembly

Python

HTML

SQL

CSS

 

and on my spare time I have tinkered with PHP

 

Primarly used Visual Studio and Eclipse, but also Netbeans (for PHP)

Ryzen 7 5800X     Corsair H115i Platinum     ASUS ROG Crosshair VIII Hero (Wi-Fi)     G.Skill Trident Z 3600CL16 (@3800MHzCL16 and other tweaked timings)     

MSI RTX 3080 Gaming X Trio    Corsair HX850     WD Black SN850 1TB     Samsung 970 EVO Plus 1TB     Samsung 840 EVO 500GB     Acer XB271HU 27" 1440p 165hz G-Sync     ASUS ProArt PA278QV     LG C8 55"     Phanteks Enthoo Evolv X Glass     Logitech G915      Logitech MX Vertical      Steelseries Arctis 7 Wireless 2019      Windows 10 Pro x64

Link to comment
Share on other sites

Link to post
Share on other sites

Started Programming when I was 14, I am learning to program in Java (touched on C++ a bit), want to eventually learn C#, C and learn more on C++, I learn through a tutor at the local polytechnic, not an official class though, I am 15 and still in high school unfortunately forced to do Word, Excel (its like preschool), Photoshop and Illustrator, I do not mind them although I do not care for mastering them as I am not going down the design path, As for Programming we have only done VB Macros in Powerpoint (*sigh*) and next year are doing scratch (again, preschool). I plan to get a bachelors in Computer Science and later on eventually get a masters and PhD.

Main PC: CPU: i7-4770k RAM: 16GB Kingston HyperX Blu SSD: Samsung 850 Pro 256GB HDD: 1TB WD Blue GPU: ASUS GeForce GTX 770 2GB PSU: Corsair CX600M Case: Bitfenix Shinobi OS: Windows 10 Pro 64-Bit

 

Laptop: ASUS N56VJ

Link to comment
Share on other sites

Link to post
Share on other sites

  • 2 weeks later...

Well, I'm 15 and starts programming. I sell themes at themeforest.net and just trying codes. I code HTML, CSS, PHP, Javascript and Ruby (still learning ruby tho :D). I learn at codeacademy.com without any knowledge but just putting some effort in learning coding. Coding is fun to do in spare time, also get some money for selling themes :D

"THE RED ARMY"

| INTEL i5 4690K | GIGABYTE Z97X GAMING 3 | XFX R9 390X | CORSAIR VENGEANCE PRO 4x2 8GB 1600Mhz | CORSAIR H80i | XFX XTR 650W | 1TB WESTERN DIGITAL CAVIAR BLUE | ADATA SP600 256GB | LOGITECH G502 | CORSAIR VENGEANCE 1400 | CORSAIR K70 MECHANICAL RED | NZXT S340 |

Link to comment
Share on other sites

Link to post
Share on other sites

Anyone have an IDE that works well for coding in Node? General javascript syntax highlighting is okay but not as robust as I'd like. And having a quick way to run node files without opening up the command prompt would be nice. 

Look at the node.js-mode for Emacs or some of the other modes that work with it:

 

http://www.emacswiki.org/emacs/NodeJs#toc5

"You have got to be the biggest asshole on this forum..."

-GingerbreadPK

sudo rm -rf /

Link to comment
Share on other sites

Link to post
Share on other sites

  • 1 month later...
  • 1 month later...

jQuery

jQuery is a library...

"You have got to be the biggest asshole on this forum..."

-GingerbreadPK

sudo rm -rf /

Link to comment
Share on other sites

Link to post
Share on other sites

Just found this thread. I think it's pretty cool. Pretty awesome to see all of these creations with all of these different languages.

 

I develop websites however. HTML5, CSS3, the usual stuff (I'm 14 and self-taught.)

 

I know a few bit-more-than-useless-but-barely languages: Batch and YAML.

 

Just a hello from me, and I look forward to conversing with fellow programmers.

 

I'd like to learn Ruby currently. I'm looking into learning it. I'd like to learn Java or something from the C family later, too.

Link to comment
Share on other sites

Link to post
Share on other sites

Hey everyone :)

 

My coding journey started when I was about 10 or 11 dabbling in XHTML and CSS, learning off of TheNewBostons tutorials (I never really got anywhere with XHTML and CSS) after that I played around in Java on and off from then until now (I am 14 now) and I got a pretty decent understanding of the Java syntax but never really got anywhere with it. After seeing Barnacules' Codegasm series on C# I downloaded Visual Studio 2013 and have been playing around in C# for the last couple weeks and so far I love it! I find it very similar to Java so my tiny Java background gave me a bit of a head start. I am currently working on a RPG style text-based game in C# and I am having quite a bit of fun with it :)

 

Languages I am Currently Learning: (Disappointing)

Java (On and Off)

C#

 

Languages I am Interested in Learning: (In the next 2 years)

C++

C#

Python

HTML

Javascript

 

IDE's:

Eclipse (Java)

Visual Studio Express 2013 (C#)

Notepad++ (Any Scripting Languages)

 

Goals:

I am hoping that by the time I am 18 I can be fluent in atleast 2 or 3 major languages :D

 

- James

My Current Build: 

Intel i5 3570K @ 4.4GHz 1.11V, Cooler Master Hyper 212 EVO, Asrock Z77 Extreme4, Corsair Vengeance 8GB 1600MHz, Samsung 840 EVO 250GB, Asus GTX 760 DCII Overclocked, Corsair CX600M

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×