Back to Home

Played == pokodil / Edison Blog

training · programming · edisonsoftware

Played == pokodil

Original author: Mybridge
  • Transfer
image

My record for writing C code was in the Quake II console. And absolutely without errors. In the dark, without looking, with shaking hands, I had to type something like this:

bind SHIFT "+snipe"
alias +snipe "sensitivity 2.5; fov 30"
alias -snipe "fov 90; sensitivity 4"

The gods were able to prescribe RocketJump.

Rocketjump
bind t "superrjr"
bind a "superrjn"
alias superrjr "echo SuperRocketJump enabled; bind a +srj; bind t superrjc"
alias superrjn "echo SuperRocketJump disabled"
alias superrjc "echo SuperRocketJump disabled; bind a superrjn; bind t superrjr"
alias +srj "lookdown1;hand 2;rjump"
alias -srj "lookdown2"
alias lookdown1 "cl_pitchspeed 999999;+lookdown"
alias lookdown2 "-lookdown;cl_pitchspeed 200;-attack;-moveup;wait;wait;wait;centerview;hand 2;cl_maxfps 80"
alias rjump "+moveup;+attack;wait;wait;wait;wait;cl_maxfps 0"
alias +QLD "+lookdown;cl_pitchspeed 999"
alias -QLD "-lookdown;cl_pitchspeed 200"
alias +RocketJump "hand 2;+QLD;wait;wait;+attack;+moveup"
alias -RocketJump "hand 2;-QLD;-attack;-moveup"
alias SuperRocketJump "hand 2;+QLD;wait;wait;wait;wait;+attack;+moveup;wait;cl_maxfps 0;LWX3;cl_maxfps 90;-QLD;-attack;-moveup;hand 2" 


Under the cut - a selection of a dozen projects that are geared to effortlessly increase coding skills.

Support for publication is Edison , a company that develops a web interface for controlling a radio relay station , and also designs and develops software for recording and analyzing heart rate variability .

Codingame


We solve problems. Let's go through the AI ​​bots. Having fun. Support for many many programming languages.


More vidos about CodinGame






Code combat


CodeCombat is a platform for students studying computer science through the game. Active community, volunteers create game levels. Support for Java, JavaScript, Python, Lua, CoffeeScript.


More vidos about Code Combat



Screeps


Learning JavaScript by playing the world's first MMO sandbox strategy for programmers.


More vidos about Screeps






Check iO


Check iO is a browser-based game where you need to solve problems in Python.

image

More vidos about Check iO




Vim adventures


Learn Vim by playing the game.


Cyber ​​dojo


Cyber-dojo training room, where they hone programming skills. Get a black belt in JavaScript, Java, Python, PHP, Ruby, etc. (Cyber ​​DoJo is used even in interviews.)


Open source Link

More vidos about Cyber ​​DoJo






Code monkey


Learning the code, trying to catch bananas. For the kids. For a fee.


Elevator saga


We program the elevator. We solve the problems step by step. Task # 1: Transport 15 people in 60 seconds or faster. Open source link


Codewars


We achieve mastery in “make-ups” and real tasks. Support for JavaScript, Python, C #, Java, Python, etc.

image

Ruby quiz


Ruby Quiz - weekly tasks for Ruby progers, similar to Perl Quiz of the Week. It has 156 tasks.

image

Git games


Learning the cool features of git scm (source control management). Use git commands to find clues and solve the puzzle.

image

Hacker org


Hacker.org is a series of puzzles, puzzles and tests to test your hacking abilities.

image

Read Next