Skip to content

Instantly share code, notes, and snippets.

View QVMaster's full-sized avatar

Ali QVMaster

  • canada
View GitHub Profile
@QVMaster
QVMaster / media-query.css
Created April 13, 2019 16:41 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS
using System;
using System.Security;
using System.Security.AccessControl;
namespace GCAWeb.Utils
{
/// <span class="code-SummaryComment"><summary>
/// Configuring a Web site through a Web interface can be tricky.
@QVMaster
QVMaster / DbGeographyTryOut.cs
Created July 24, 2018 14:12 — forked from tugberkugurlu/DbGeographyTryOut.cs
System.Data.Spatial.DbGeography sample (Latitude and Longitude).
class Program {
public class Db {
public static Dictionary<string, DbGeography> Locations = new Dictionary<string, DbGeography>() {
//instert the place locations here...
};
}
@QVMaster
QVMaster / index.html
Created July 8, 2018 13:59
JS Bin [add your bin description] // source https://jsbin.com/tilahog
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="[add your bin description]">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<div id="timer"></div>