A ready to print version of the figma keyboard shortcuts for windows.
4000pixels wide (0.8 Mb)
8000pixels wide (2.1 Mb)
stages: | |
- build | |
- deploy | |
before_script: | |
- | | |
# docker variables for name and tag of new image | |
export DOCKER_TAG="${CI_COMMIT_SHA:0:8}" | |
export DOCKER_REPO="$CI_REGISTRY_IMAGE" | |
export DOCKER_IMAGE="${DOCKER_REPO}:${DOCKER_TAG}" |
A ready to print version of the figma keyboard shortcuts for windows.
4000pixels wide (0.8 Mb)
8000pixels wide (2.1 Mb)
String a = String.valueOf(2); //integer to numeric string | |
int i = Integer.parseInt(a); //numeric string to an int |
/* Criado por: profa. Divani Barbosa Gavinier | |
Curriculo Lattes: http://lattes.cnpq.br/8503400830635447 | |
divanibarbosa@gmail.com | |
*/ | |
import java.io.*; // pacote contem classe Scanner | |
import java.util.*; // pacote contem System.in | |
import java.lang.*; | |
class Hash { | |
public double item; |
package com.acaverna; | |
import java.io.*; | |
import java.net.Socket; | |
import java.util.Scanner; | |
public class Bot { | |
static int port = 6667; |
/* ******************************************************************************************* | |
* THE UPDATED VERSION IS AVAILABLE AT | |
* https://github.com/LeCoupa/awesome-cheatsheets | |
* ******************************************************************************************* */ | |
// 0. Synopsis. | |
// http://nodejs.org/api/synopsis.html |