Skip to content

Instantly share code, notes, and snippets.

View samyok's full-sized avatar
🌴
palo alto

Samyok Nepal samyok

🌴
palo alto
  • University of Minnesota, Twin Cities
  • Minneapolis, MN
  • LinkedIn in/samyok
View GitHub Profile
@samyok
samyok / Valorant.md
Created May 22, 2020 04:13
How to get around "We couldn't install a required dependency. Please try again, restart your computer or reach out to us at Riot Support"

Search for "Command Prompt" in your search bar IMPORTANT: Click on "Run as administrator" Copy this and right click inside your terminal:

sc delete vgc
sc delete vgk
sc stop vgk

and relaunch Valorant.

@samyok
samyok / index.html
Created April 24, 2020 22:45
Items on circle
<ul class='circle-container'>
<li><img src='http://lorempixel.com/100/100/city'></li>
<li><img src='http://lorempixel.com/100/100/nature'></li>
<li><img src='http://lorempixel.com/100/100/abstract'></li>
<li><img src='http://lorempixel.com/100/100/cats'></li>
<li><img src='http://lorempixel.com/100/100/food'></li>
<li><img src='http://lorempixel.com/100/100/animals'></li>
<li><img src='http://lorempixel.com/100/100/business'></li>
<li><img src='http://lorempixel.com/100/100/people'></li>
</ul>
{
"name": "locatesnow",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
{
"name": "locatesnow",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
import os.path
import urllib.request
from PIL import Image
# for x in range(-225, -228):
# for y in range(85, 90):
# https://map.smpearth.com/tiles/world_the_end/flat/-8_2/z_-227_87.png
@samyok
samyok / index.html
Created December 11, 2019 02:33
Testimonial Section - Vue and Fetch
<section id="app">
<div class="review__container">
<div v-for="review in reviews">
<div class="review__item">
<p class="review__review">{{ review.review }}</p>
<div class="review__user">
<img :src="review.status">
@samyok
samyok / Storage.js
Created December 4, 2019 02:36
musicblocks test
// Copyright (c) 2019 Samyok Nepal
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the The GNU Affero General Public
// License as published by the Free Software Foundation; either
// version 3 of the License, or (at your option) any later version.
//
// You should have received a copy of the GNU Affero General Public
// License along with this library; if not, write to the Free Software
// Foundation, 51 Franklin Street, Suite 500 Boston, MA 02110-1335 USA
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCd88j1XD+Jk5hX1fkN/K+jw2A3kcC6XR6UFMPL9uGR1QmbjsSuVIPh26zQKVH52wlZ4WIky2e0PSVPI0KH79r9T3v/GfzarEYUrJPapRLgD6hr1IuRddOgDjzOEACKrKveulrZAN8Yvlw99giC8WJMp/BWb+nyJQcaxlYqf5TmGVMXkQ5wkIAv6tqj5a93hPL8LUjcYZJwYeDO0dDNpbDpoJ2ZxQUpY8n7Oh+9ed58DjSkUmFHXViyeLxzxWr9yfXGFYTKNx3W6Kpj0Vf3nRoaJDuEgUevGhVZMlFNZ8SYi/NBWRTLfn8K9VlESA2JYPHefPZBYXZAr2Kw8OiS8/hr nepalsa@bps@R90PWXZ1
@samyok
samyok / test
Created January 27, 2019 22:03
test
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDybLcyb7zjLxTXxeI8ofC7FARd/zTFHk03M2nwi8dIWpKWxA0bpOTnU7AuZnxBJYm9CYJuEqCDpZVLBwOuMk9F5BgvKex3Li66luwIWXQMYauIn8iOp9moQJZ1UJorevPnUII8/sz3gG5SVuK3RT/jzzf7eM5O481uuoY+MGB0KRBQT/d6FwJgz9Pfpcgb3Ae306by+MoB9VhIEFsgsoaAQVmpaRSAhKXWyXun6JAMcEyf7uqGJf8mzZGZIIkzxwTdYUeP28R5i4H6tU3/1oOzMj2SmfyAZqT3xaLZFdhrACba8glBLcgjxCTERlazrduZ4ptBLXP6fj/Bt1YDQPCN samyo@DESKTOP-Gn
[Unit]
Description=QBBuzzer
[Service]
ExecStart=/home/meredith/qbbuzzer/index.js
Restart=always
User=nogroup
# Note Debian/Ubuntu uses 'nogroup', RHEL/Fedora uses 'nobody'
Group=nogroup
Environment=PATH=/usr/bin:/usr/local/bin