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
image: restra/golang-docker-gitlabci | |
variables: | |
DOCKER_REPO: registry.gitlab.com | |
MAIN_IMAGE_NAME: sh0umik/golang-gitlab-ci | |
services: | |
- docker:dind | |
stages: |
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
sudo gitlab-runner register -n \ | |
--url https://gitlab.com/ \ | |
--registration-token CI_RUNNER_TOKEN \ | |
--executor docker \ | |
--description "Docker Runner Vultr (Rancher)" \ | |
--docker-image "docker:latest" \ | |
--docker-volumes /var/run/docker.sock:/var/run/docker.sock |
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
/// This example uses google_maps_flutter: ^0.5.21+8 | |
/// For guide on how to setup google maps flutter, visit | |
/// https://pub.dev/packages/google_maps_flutter | |
/// Preview of this example is available at https://kutt.it/2VlCi9 | |
import 'dart:async'; | |
import 'dart:math'; | |
import 'dart:ui'; | |
import 'package:flutter/material.dart'; |
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
package main | |
import ( | |
"net" | |
"log" | |
"io" | |
"fmt" | |
) | |
func main() { |
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> | |
<head> | |
<meta charset="UTF-8"> | |
<title>UI</title> | |
<style type="text/css"> | |
#loader { | |
min-height: 100vh; | |
display: flex; |
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
[ | |
{ | |
"firstName": "Robert", | |
"lastName": "Newman", | |
"contactPerson": "Jennifer Mendoza", | |
"businessName": "Rose LLC", | |
"language": "mr", | |
"age": 61, | |
"isPerson": true, | |
"phoneNumber": "499.219.9568", |
OlderNewer