Skip to content

Instantly share code, notes, and snippets.

@ashokkuikel
ashokkuikel / docker-compose.yaml
Created September 4, 2022 09:21 — forked from aneslozo/docker-compose.yaml
Running GitLab in the container with Google G Suite Single Sign-On enabled.
gitlab:
container_name: gitlab-example
image: 'gitlab/gitlab-ce:latest'
restart: always
hostname: 'gitlab.example.com'
environment:
GITLAB_OMNIBUS_CONFIG: |
# Gitlab basic configuration
letsencrypt['enable'] = true
letsencrypt['contact_emails'] = ['gitlab@example.com']
@ashokkuikel
ashokkuikel / display-nepali-date.php
Last active July 9, 2020 05:12
WordPress Nepali Date
<?php if (function_exists('todayNpDate')){
todayNpDate();
} ?>
@ashokkuikel
ashokkuikel / bootstrap-3-registration-form-with-validation.markdown
Last active October 24, 2018 19:11
Bootstrap 3 Registration Form with Validation

Bootstrap 3 Registration Form with Validation

A contact form built with Bootstrap 3. Field validation with Bootstrap Validator.

A Pen by Juffrey Rodriguez on CodePen.

License.

@ashokkuikel
ashokkuikel / facebook-google-login-buttons.markdown
Created November 26, 2017 14:00
Facebook & Google login buttons
@ashokkuikel
ashokkuikel / gist:f80eda38e4cc8a14ce9d9602918e5207
Created December 29, 2016 14:23 — forked from vianaweb/gist:5164544
vagrant + vmware license :(
Work/vagrant-ubuntu » vagrant plugin license vagrant-vmware-fusion license.lic
Installing license for 'vagrant-vmware-fusion'...
The license for 'vagrant-vmware-fusion' was successfully installed!
Work/vagrant-ubuntu »
Work/vagrant-ubuntu »
Work/vagrant-ubuntu » vagrant up --provider=vmware_fusion
The Vagrant VMware Fusion provider requires a valid license
to run. The license provided is invalid. Please make sure you
downloaded the proper license. If you believe you're seeing
this message in error, please contact support.