Skip to content

Instantly share code, notes, and snippets.

@bhvreddy
bhvreddy / App.md
Created August 31, 2022 11:06 — forked from kcak11/App.md
Country Codes

Country Codes

List of all Country Codes (ISO & Dialing) sorted in alphabetical order.

@bhvreddy
bhvreddy / CountryCodes.json
Created August 31, 2022 11:06 — forked from anubhavshrimal/CountryCodes.json
Country and Dial or Phone codes in JSON format
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"
@bhvreddy
bhvreddy / 0_reuse_code.js
Created August 15, 2017 09:22
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@bhvreddy
bhvreddy / gist:1b12f89023ad861ae21f79a8fa9b2d72
Created July 27, 2017 04:27 — forked from murum/gist:47b35085dfb603d56b82
Wordpress gulp with PHP browsersync
///// Plugin Includes /////
var gulp = require('gulp'),
uglify = require('gulp-uglify'),
plumber = require('gulp-plumber'),
concat = require('gulp-concat'),
jshint = require('gulp-jshint'),
autoprefixer = require('gulp-autoprefixer'),
browserSync = require('browser-sync'),
reload = browserSync.reload,
sass = require('gulp-sass');
@bhvreddy
bhvreddy / index.html
Created June 16, 2017 02:40 — forked from anonymous/index.html
Fullscreen backgrounds with centered content Fullscreen backgrounds with centered content // source http://jsbin.com/huneluheqa
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<meta charset="utf-8">
<title>Fullscreen backgrounds with centered content</title>
<meta name="description" content="Fullscreen backgrounds with centered content">
<style id="jsbin-css">
/* background setup */
.background {
@bhvreddy
bhvreddy / main.scss
Created May 19, 2017 04:07 — forked from equinoxel/main.scss
webpack 2 config capable of loading font-awesome fonts
@import "~normalize-scss/sass/normalize";
$fa-font-path: "~font-awesome/fonts";
@import "~font-awesome/scss/font-awesome.scss";
@import "bourbon";
<div>
<img [src]="event?.imageUrl" [alt]="event?.name" class="event-image">
<div class="row">
<div class="col-md-11">
<h2>{{event?.name}} </h2>
</div>
</div>
<div class="row">