https://jamstack.org/generators/
- Next.js - JavaScript / React
 - Hugo - Go
 - Jekyll - Ruby / Liquid
 
Firebase Hosting https://firebase.google.com/docs/hosting/frameworks/frameworks-overview
Angular and Next.js - Web framework
https://jamstack.org/generators/
Firebase Hosting https://firebase.google.com/docs/hosting/frameworks/frameworks-overview
Angular and Next.js - Web framework
| ### Taken from https://github.com/Hyperparticle/hyperparticle.github.io/blob/2365749469b1eea3e8c4b18af24a4865fc426fd3/.circleci/config.yml | |
| # Javascript Node CircleCI 2.0 configuration file | |
| # | |
| # Check https://circleci.com/docs/2.0/language-javascript/ for more details | |
| # | |
| version: 2 | |
| jobs: | |
| build: | |
| docker: | 
| /*################################################################### | |
| * Learn C++ 11 | |
| */ | |
| /* | |
| * 1. Initializer List | |
| */ | |
| //C++ 03 initializer list: | |
| int arr[4] = {3, 2, 4, 5}; | 
| <?xml version="1.0" encoding="utf-8"?> | |
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
| package="com.cards.notification"> | |
| <uses-sdk | |
| android:minSdkVersion="17" | |
| android:targetSdkVersion="17" /> | |
| <application | |
| android:allowBackup="true" | 
| @Override | |
| public boolean didFinishLaunching(UIApplication application, | |
| UIApplicationLaunchOptions launchOptions) { | |
| // TODO Auto-generated method stub | |
| boolean b = super.didFinishLaunching(application, launchOptions); | |
| initADSBanner(); | |
| InitInterstitial(); | |
| return b; | |
| } | |
| private GADBannerView adview; | 
| # OSX - https://github.com/github/gitignore/blob/master/Global/OSX.gitignore | |
| .DS_Store | |
| .AppleDouble | |
| .LSOverride | |
| # Icon must end with two \r | |
| Icon | |
| # Thumbnails | 
| package com.badlogic.gdx.tests.examples; | |
| import com.badlogic.gdx.math.MathUtils; | |
| import com.badlogic.gdx.scenes.scene2d.Actor; | |
| import com.badlogic.gdx.scenes.scene2d.ui.ScrollPane; | |
| import com.badlogic.gdx.scenes.scene2d.ui.Skin; | |
| import com.badlogic.gdx.scenes.scene2d.ui.Table; | |
| import com.badlogic.gdx.utils.Array; | 
| package com.badlogic.gdx.tests.examples; | |
| import com.badlogic.gdx.math.MathUtils; | |
| import com.badlogic.gdx.scenes.scene2d.Actor; | |
| import com.badlogic.gdx.scenes.scene2d.ui.ScrollPane; | |
| import com.badlogic.gdx.scenes.scene2d.ui.Skin; | |
| import com.badlogic.gdx.scenes.scene2d.ui.Table; | |
| import com.badlogic.gdx.utils.Array; | |
| import com.esotericsoftware.tablelayout.Cell; | 
| package com.mobidevelop.gdx.examples; | |
| import java.io.File; | |
| import java.io.IOException; | |
| import java.io.InputStream; | |
| import java.util.zip.ZipEntry; | |
| import java.util.zip.ZipFile; | |
| import com.badlogic.gdx.Files.FileType; | |
| import com.badlogic.gdx.files.FileHandle; |