Skip to content

Instantly share code, notes, and snippets.

static void Main(string[] args)
{
Tuple<int,int> t=Math(100, 25);
Console.WriteLine(t.Item1);
Console.WriteLine(t.Item2);
Console.ReadLine();
@Rinlama
Rinlama / gist:2d87504ed38c35c90a67ad724b5716b7
Last active November 18, 2018 22:59
C# IComparable and IComparer
using System;
using System.Collections.Generic;
using System.Collections;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApp1
{
class Program
@Rinlama
Rinlama / gist:cd2565c32d9e545e825012561ae77c47
Created October 11, 2018 17:56
Nice Boostrap 4 Nav Try it out
<nav class="navbar navbar-icon-top navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">Navbar</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
@Rinlama
Rinlama / Kill Mac Server
Created February 24, 2018 01:04
Kill Mac Server (Angular)
lsof -t -i tcp:4200 | xargs kill -9
@Rinlama
Rinlama / gist:8838e54cd03f64685f6819483d23345d
Created September 11, 2017 22:19
C# Get and Post request
using System;
using System.Net.Http;
using System.Collections;
using System.Collections.Generic;
using System.Net.Http.Headers;
namespace AsycAwaitWebrequest
{
class Webreq
{
[
{
"Ren_rowpointer": "1categorypost",
"Ren_autoid": "1categorypost",
"Ren_name": "tecategorypostst ",
"Ren_email": "categorypost@gmail.com",
"Ren_phone": "",
"Ren_price": "",
"Ren_subject": "test",
"Ren_description": "Dakshin dhoka Aryal gau jane 20 fit ra 12 fit bato bhaye 5ana 5Ana ko jagga dui tukra jagga bikrima prati Ana 1650000 samparka 9813935351",
[
{
"Ren_rowpointer": "test",
"Ren_autoid": "tes",
"Ren_name": "test ",
"Ren_email": "test@gmail.com",
"Ren_phone": "",
"Ren_price": "",
"Ren_subject": "test",
"Ren_description": "Dakshin dhoka Aryal gau jane 20 fit ra 12 fit bato bhaye 5ana 5Ana ko jagga dui tukra jagga bikrima prati Ana 1650000 samparka 9813935351",
[
{
"short": "AL",
"name": "Alabama",
"country": "US"
},
{
"short": "AK",
"name": "Alaska",
"country": "US"
[
{
"name": "United States of America",
"code": "US"
},
{
"name": "Afghanistan",
"code": "AF"
},
{