Skip to content

Instantly share code, notes, and snippets.

View artfisica's full-sized avatar
😃
get in touch: arturos@domoart.ch

ArturoS artfisica

😃
get in touch: arturos@domoart.ch
View GitHub Profile
@artfisica
artfisica / opendata.cpp
Last active June 2, 2017 00:11
ATLAS OpenData
// The ATLAS OpenData Project
// http://opendata.atlas.cern
#include "ATLAS_public_datasets.h"
#include "ATLAS_public_analysis_tools.h"
#include "ATLAS_members_hard_work.h"
#include "hundreds_of_hours.h"
void main() {
bool ATLAS_Experiment = false;
@artfisica
artfisica / learn-code.md
Created April 8, 2016 15:45 — forked from adamhollett/learn-code.md
List of resources for learning to code

Languages

When it comes to coding languages, the best advice (that's tough to follow) is to pick one and stick with it. If you flip between languages or try to learn more than one at a time, you'll quickly find yourself overwhelmed and unable to get past the initial roadblocks.

Javascript

Javascript is a powerful scripting language that runs in browsers. With the creation of Node, people have begun running JavaScript on servers and using it to create "native" apps that run outside of browsers. Javascript has exploded in popularity over the last few years.

Where to learn Javascript