Could not find one of these types of threads, so I am going to take the liberty of starting a new one...

Could not find one of these types of threads, so I am going to take the liberty of starting a new one, what text editors and themes are you Sup Forumsuys using?
>monokai is #1

Other urls found in this thread:

gist.github.com/yevgenko/1167205,
twitter.com/NSFWRedditVideo

please never write C again

You understand you just started a war right?

urxvt, why?

I'd like it if anons could tell me how to make Emacs Vim/BÉPO-compliant or how to put a solarized theme on it though.

Seriously, go read a book or something.

Solarized on urxvt is achieved using the .Xresources file - just google around or use terminal.sexy
about bepo layout - don't know, still have to remap mine to make it colemak-compatible.
your code made me suffer. You monster.

suck my dick i am prob 10x younger den u bitch
I know full well what I have just done

so it begins...
lol
lol, its 4am on a summer night mom
lol funny guy i admit i am just beginning but not to shabby, my man

What's wrong with his code?

Sorry, 'it' referred to Emacs. I already have a solarized theme for urxvt, it's pretty cool.

>strtok

HURRRRRRRRGH BLEEEEERRRRGH
fuck OP fucking why'd you post that shit I can't stop fucking hur- BLEEEEEEEEEEURUURURG

exactly, it gets the job done.
I have always felt that once you get the software to function, then you can go back and clean up the code, but that is just at an 18 years olds opinion so i don't really know lol

kys
-op

>sauce on that?
and oh, well this is my current theme, just got it yesterday ~

random indentation
"else continue" in the end of the while loop

I'm not a C programmer so maybe there is something else

jesus fucking christ, no

do it right the first time, unfucking shitty code is the least fun thing there is

sorry
>here

I might have to after looking at that shit

fixing other people's shit code is the most soul-crushing, demoralizing and degrading part of programming

fuck off

Do you run emacs in terminal or in GUI?
If the answer is the former - switch to the latter. It's too broke in the terminal, and not that functional anymore.
If you talk about gui, though - then apply a solarized theme to your gtk packages (I may advice you something like numix-solarized), then install the solarized theme from melpa package manager and select it among the options in the customization menu.

start with a simpler language, then switch to C. There's too much masturbation with pointers and manual memory management in that shit, if you ask me. Once humanity will produce compilers efficient enough to manage memory authomatically in order to get close to C's performance, it will be deprecated. And Rust/Haskell are getting pretty close already.
This.

Nano default is the best.

>There's too much masturbation with pointers and manual memory management in that shit

You have no idea what you're talking about.
There's no need to rewrite your shit code twice when you can write it correctly in standards compliant C.

One dark is the best.

i also use sublime text and monokai.

op's code makes me feel sad

I use urxvt with this theme gist.github.com/yevgenko/1167205, but I'm not sure you can use urxvt on your Mac.

You can fukken bet on the fact I do. I honestly tried to develop a serious C application for linux. There honestly too much shit to hold track of, - data structures, readability, code consistency... and memory management on top of that. You write hundreds and hundreds of lines for what other languages spend maximum 10-20 with some abstraction or syntactic sugar. Fuck that shit.
If you must squeeze performance from your application or have constraints such as real time/embedded hardware/similar - use C, else - use everything but that slight abstraction over assembly. It' simply isn't made for real world high level applications.

Sublime Text and Bliss.

tomorrow-night is some good shit

I like zenburn too

example attached
{
"auto_complete_triggers":
[
{
"characters": "

Code Artisans like me use Atom.

>Everybody bitching about the format of OP's code
>Nobody mentions he doesn't hash and salt his passwords

SHYGDDT

What font is that ? it looks awesome.

not him, but it's fira mono. I'm using a similar font, Fira Code, - but with ligatures, which are pure porn

Is that even effective with pin numbers?

His code is also vulnerable to buffer overflows. Never do what OP is doing. Don't even do it in projects of little import; that way you won't get into the habit of doing it.

Was about to post this, don't read strings from user input with scanf(). It's odd because he uses fgets() just a few lines later.

Cobol- programmer here.
Using goto's isn't good programming pattern either.

* clearly no formatter used
* no consistency in capitalization/naming of variables.
* useless 'continue'
* use of goto to compensate for bad design.
* no const where it would be helpful
* non portable system commands
* no use of (void) in function arguments

Terminus solarized

Vim with inkpot theme, fucking bae.

Who the fuck uses text editors in 2016?
Real men use IDE's like Intellij Idea

>public Object
How's the inheritance going for you?

Well, the method can return two types of objects. You mean that the class should inherit both of these classes? There is no multiple inheritance in java.

I think I have to fix this part.
Thanks user

what's the proper way to do this?

Mac Classic Master Race

The realest men write machine code with pen and paper. Nu-males use IDEs. Text editors are definitely more masculine by far than IDEs. The more plain the text editor the more masculine it is.

For example:
fgets(buffer, buffer_size, stdin);
The point is to limit how much data is read from standard input so the user can't overflow whatever buffer it is you're writing to.

...

>st.c
are you the dev?
actually, you use arch, which isn't the most suckless

Holy shit Fira Code looks sexy.
Thanks

god, didn't catch that, at this point is too much to not be bait

ot: is cobol really that bad? I heard the money is very good

retard detected

Don't worry about it user. The only reason I catched it is because I work with GOTO's on daily basis.

It's not that bad but the way the people have programmed makes it harder. Trying to implement something new without using GOTO's is literally pain in the ass.

The salary is pretty good imo. I earn around 27000$/month after tax. Been working for 10 months.

Hopefully I'll get more soon.