programming
-
for some reason i cant change the name,do i have to pay or...
Yes, OriginalGriff normally charges £5 per name change. But it depends on what name you want. A fancy name like "Benedict Cumberbatch" would cost you more. But I'm sure that you could probably get "Justin Bieber" for free... :doh:
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the time -
A programming language is a tool. Use the right tool for the job. If you don't know the tool, then learn it.
If it's not broken, fix it until it is
I thought you could fix anything with a hammer and/or some duct tape... :confused:
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the time -
Yes, OriginalGriff normally charges £5 per name change. But it depends on what name you want. A fancy name like "Benedict Cumberbatch" would cost you more. But I'm sure that you could probably get "Justin Bieber" for free... :doh:
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the timeBenedict Cumberbatchfile ?
-
Kinda mean today, aren't you? :laugh:
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the timeIt's like-friday-evening here, so yes, I tried some jocka.
-
Hello Member12502619 ! To be an honest programmer, you should master at least 3 high level languages and two level languages (assembler and VB6 are the choices of most). You can combine several languages together, but then you will need to translate the code to english and use the plain english compiler. Cheers !
thanks,i'll work on the steps you have provided
-
It's like-friday-evening here, so yes, I tried some jocka.
Doesn't matter much, I guess - I've got a distinct feeling that I've seen Jocka somewhere before... :doh:
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the time -
Hello Member12502619 ! To be an honest programmer, you should master at least 3 high level languages and two level languages (assembler and VB6 are the choices of most). You can combine several languages together, but then you will need to translate the code to english and use the plain english compiler. Cheers !
Kinda early for you to be drinking
veni bibi saltavi
-
Kinda early for you to be drinking
veni bibi saltavi
DO NOT TELL ME WHAT TO DO WITH MY LIFE !
-
John Simmons / outlaw programmer wrote:
Go forth, and code.
in Forth?
Yes, certainly not Lisp - It would be too hard to understand what he was saying then! :doh:
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the time -
for some reason i cant change the name,do i have to pay or...
Look up in the top right corner of this page, and hover your mouse over your current username "Member 12502619". A drop-down will appear - click on "My Settings" A page will appear. Look at the textbox beside "Your Display Name" and change that to something that is free ("Jocka" is taken by an existing member so you can't use just that). Press the "Save my Settings" button.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
Look up in the top right corner of this page, and hover your mouse over your current username "Member 12502619". A drop-down will appear - click on "My Settings" A page will appear. Look at the textbox beside "Your Display Name" and change that to something that is free ("Jocka" is taken by an existing member so you can't use just that). Press the "Save my Settings" button.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
Why are you giving it to him for free when I had to pay £5??? ;) Besides, it's a SPA anyway, so Jocka2 will be appropriate... :doh:
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the time -
John Simmons / outlaw programmer wrote:
Go forth, and code.
in Forth?
Duncan Edwards Jones wrote:
in Forth?
No Scratch that!
New version: WinHeist Version 2.2.2 Beta
I told my psychiatrist that I was hearing voices in my head. He said you don't have a psychiatrist! -
Why are you giving it to him for free when I had to pay £5??? ;) Besides, it's a SPA anyway, so Jocka2 will be appropriate... :doh:
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the timeBecause your cheque bounced!
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
DO NOT TELL ME WHAT TO DO WITH MY LIFE !
Certainty not, that's what wives are for.
veni bibi saltavi
-
hey guys,my name is joakim,but you can call me jocka.Anyway,so i have always wanted to know how many programming languages do i have to know in order to make an effective app,like lets say a game or a social media app,and is it possible to combine two different types of languages together?:confused:
Member 12502619 wrote:
how many programming languages do i have to know in order to make an effective app,like lets say a game or a social media app
Two different things, I'll pick the latter. Web front-end: Javascript HTML (not a language, but you have to know it) Web back-end: The blue pill: C# The red pill (poison): Python / Ruby / Javascript, et al. But more importantly, for both front and back ends, you are going to have to choose from a variety of frameworks. Almost always jQuery for the front end, plus whatever you want to do with making it look better than plain vanilla HTML controls. Then there's a variety of MVC frameworks to choose from, like Angular, Backbone, etc. On the back-end, you have the same nightmare. Do you roll your own web server, use ASP.NET, Razor, or if you chose the red pill, buy into the framework, like Django, Ruby on Rails, node.js, respectively. It's a mess. As to combining different types of languages together, sure, you can call C++ with C#, you can call C with Python/Ruby/Javascript extensions, if you want a desktop app that runs a web app, you can use CefSharp to write stuff in C# and talk to Javascript, and vice-versa. It's a mess. Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny
-
Because your cheque bounced!
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
That's nothing. My reality check bounces every single day.... :(
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the time -
Certainty not, that's what wives are for.
veni bibi saltavi
-
Member 12502619 wrote:
how many programming languages do i have to know in order to make an effective app,like lets say a game or a social media app
Two different things, I'll pick the latter. Web front-end: Javascript HTML (not a language, but you have to know it) Web back-end: The blue pill: C# The red pill (poison): Python / Ruby / Javascript, et al. But more importantly, for both front and back ends, you are going to have to choose from a variety of frameworks. Almost always jQuery for the front end, plus whatever you want to do with making it look better than plain vanilla HTML controls. Then there's a variety of MVC frameworks to choose from, like Angular, Backbone, etc. On the back-end, you have the same nightmare. Do you roll your own web server, use ASP.NET, Razor, or if you chose the red pill, buy into the framework, like Django, Ruby on Rails, node.js, respectively. It's a mess. As to combining different types of languages together, sure, you can call C++ with C#, you can call C with Python/Ruby/Javascript extensions, if you want a desktop app that runs a web app, you can use CefSharp to write stuff in C# and talk to Javascript, and vice-versa. It's a mess. Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny
wow,well detailed,thanks man :-D
-
Learn what you need to complete the project. Every project is different. It's as much about your chosen framework as it is the language you choose. The chosen framework can be a factor in choosing the language. Conversely, the language you *prefer* will be a factor in choosing the appropriate framework. All of this will be dependent on the chosen platform (PC, Mac, Mobile, Web). Many times, at least ONE of those factors will be a requirement of the customer, possibly two, and most likely all three. Go forth, and code.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013 -
Member 12502619 wrote:
how many programming languages do i have to know in order to make an effective app,like lets say a game or a social media app
Two different things, I'll pick the latter. Web front-end: Javascript HTML (not a language, but you have to know it) Web back-end: The blue pill: C# The red pill (poison): Python / Ruby / Javascript, et al. But more importantly, for both front and back ends, you are going to have to choose from a variety of frameworks. Almost always jQuery for the front end, plus whatever you want to do with making it look better than plain vanilla HTML controls. Then there's a variety of MVC frameworks to choose from, like Angular, Backbone, etc. On the back-end, you have the same nightmare. Do you roll your own web server, use ASP.NET, Razor, or if you chose the red pill, buy into the framework, like Django, Ruby on Rails, node.js, respectively. It's a mess. As to combining different types of languages together, sure, you can call C++ with C#, you can call C with Python/Ruby/Javascript extensions, if you want a desktop app that runs a web app, you can use CefSharp to write stuff in C# and talk to Javascript, and vice-versa. It's a mess. Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny
Marc Clifton wrote:
The red pill (poison)
... but but ... it allows to escape the Matrix[^] !