yo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>Canvas starter</title> | |
| <style type="text/css"> | |
| body{ | |
| margin: 0; | |
| } | |
| </style> | |
| </head> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Swiss cantons | |
| ============= | |
| dictCantonNPA = { | |
| 'AG' : 1, | |
| 'AI' : 2, | |
| 'AR' : 3, | |
| 'BE' : 4, | |
| 'BL' : 5, | |
| 'BS' : 6, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| C++ for C Programmers | |
| ===================== | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <script type="text/javascript" src="d3/d3.v3.js"></script> | |
| <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script> | |
| <title>Hello facebook</title> | |
| <style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "configuration_format_version": 2, | |
| "default_target": {"project": "BeneathTheSurface", "project_config": "Release", "target": "BeneathTheSurface"}, | |
| // Dictionary of global configuration parameters. | |
| // These parameters are not taken from the xcode project, | |
| // so they need to be supplied by the user. | |
| "config": { |
NewerOlder