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
| static void Main(string[] args) | |
| { | |
| Tuple<int,int> t=Math(100, 25); | |
| Console.WriteLine(t.Item1); | |
| Console.WriteLine(t.Item2); | |
| Console.ReadLine(); |
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
| using System; | |
| using System.Collections.Generic; | |
| using System.Collections; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| namespace ConsoleApp1 | |
| { | |
| class Program |
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
| <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"> |
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 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> |
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
| lsof -t -i tcp:4200 | xargs kill -9 |
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
| using System; | |
| using System.Net.Http; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using System.Net.Http.Headers; | |
| namespace AsycAwaitWebrequest | |
| { | |
| class Webreq | |
| { |
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
| [ | |
| { | |
| "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", |
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
| [ | |
| { | |
| "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", |
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
| [ | |
| { | |
| "short": "AL", | |
| "name": "Alabama", | |
| "country": "US" | |
| }, | |
| { | |
| "short": "AK", | |
| "name": "Alaska", | |
| "country": "US" |
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
| [ | |
| { | |
| "name": "United States of America", | |
| "code": "US" | |
| }, | |
| { | |
| "name": "Afghanistan", | |
| "code": "AF" | |
| }, | |
| { |