Skip to content

Instantly share code, notes, and snippets.

View sameernyaupane's full-sized avatar

Sameer Nyaupane sameernyaupane

View GitHub Profile
@sameernyaupane
sameernyaupane / Preferences.sublime-settings
Created November 28, 2018 13:41
My SublimeText settings
{
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"font_face": "Operator Mono",
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 4,
"line_padding_top": 4,
<?php
namespace Tests\Integration;
use Tests\TestCase;
class MathTest extends TestCase
{
public function setUp()
{
parent::setUp();
<?php
namespace Tests\Integration;
use Tests\TestCase;
class MathTest extends TestCase
{
public function setUp()
{
parent::setUp();
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
</head>
<body>
<h1>Sameer Nyaupane</h1>
<p>Hi. I am Sameer from Nepal. I'm a software developer.<br>
I've been doing software development for more than 6 years now.<br>
I mostly do backend development using PHP and Laravel framework.<br>
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
</head>
<body>
<h1>Sameer Nyaupane</h1>
<p>Hi. I am Sameer from Nepal. I'm a software developer.<br>
I've been doing software development for more than 6 years now.<br>
I mostly do backend development using PHP and Laravel framework.<br>
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
</head>
<body>
<h1>Sameer Nyaupane</h1>
<p>Hi. I am Sameer from Nepal. I'm a software developer.<br>
I've been doing software development for more than 6 years now.<br>
I mostly do backend development using PHP and Laravel framework.<br>
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
</head>
<body>
<h1>Sameer Nyaupane</h1>
<p>Hi. I am Sameer from Nepal. I'm a software developer.<br>
I've been doing software development for more than 6 years now.<br>
I mostly do backend development using PHP and Laravel framework.<br>
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
</head>
<body>
<h1>Sameer Nyaupane</h1>
<p>Hi. I am Sameer from Nepal. I'm a software developer.
I've been doing software development for more than 6 years now.
I mostly do backend development using PHP and Laravel framework.
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
</head>
<body>
<h1>Sameer Nyaupane</h1>
<ul>
<li>
Write "Beginner's Guide to Web Development Part 1" article.