Skip to content

Instantly share code, notes, and snippets.

View Wqrld's full-sized avatar
🌍
Discord: Wqrld#7373

Wqrld Wqrld

🌍
Discord: Wqrld#7373
View GitHub Profile

Keybase proof

I hereby claim:

  • I am aycgit on github.
  • I am ayoungcoder (https://keybase.io/ayoungcoder) on keybase.
  • I have a public key whose fingerprint is D8DE FC02 61AB 2EF5 BCF0 1DCA 3175 EDE9 97FE 8296

To claim this, I am signing this object:

@Wqrld
Wqrld / grid.markdown
Last active December 17, 2016 11:45
Grid

Grid

Inspired by this gif from FLRN GIF.

I tried to keep the compiled CSS small as well (only one @keyframes, etc.).

@Wqrld
Wqrld / curl-websocket.sh
Created April 4, 2017 19:14 — forked from htp/curl-websocket.sh
Test a WebSocket using curl.
curl --include \
--no-buffer \
--header "Connection: Upgrade" \
--header "Upgrade: websocket" \
--header "Host: example.com:80" \
--header "Origin: http://example.com:80" \
--header "Sec-WebSocket-Key: SGVsbG8sIHdvcmxkIQ==" \
--header "Sec-WebSocket-Version: 13" \
http://example.com:80/
@Wqrld
Wqrld / snake.py
Last active May 14, 2017 07:32 — forked from sanchitgangwar/snake.py
Snakes Game using Python
# SNAKES GAME
# Use ARROW KEYS to play, SPACE BAR for pausing/resuming and Esc Key for exiting
import curses
from curses import KEY_RIGHT, KEY_LEFT, KEY_UP, KEY_DOWN
from random import randint
curses.initscr()
win = curses.newwin(20, 60, 0, 0) #CREATECANVAS
<?xml version="1.0" encoding="UTF-8"?>
<map name="Aardvark" version="1.1.0">
<include src="defaults.xml"/>
<include src="Shared/reward-one-gap.xml"/>
<include src="Shared/phases-dtm.xml"/>
<authors>
<author uuid="bf3319534f9243ee8abc7544b8234936"/> <!-- Oystervice -->
</authors>
@Wqrld
Wqrld / jarvis.py
Last active August 20, 2017 10:34
w.i.p. jarvis home assistant
#!/usr/bin/env python
# Copyright (C) 2017 Luc H and Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
[libprotobuf WARNING ..\src\google\protobuf\io\coded_stream.cc:537] Reading dangerously large protocol message. If the message turns out to be larger than 2147483647 bytes, parsing will be halted for security reasons. To increase the limit (or to disable these warnings), see CodedInputStream::SetTotalBytesLimit() in google/protobuf/io/coded_stream.h.
[libprotobuf WARNING ..\src\google\protobuf\io\coded_stream.cc:78] The total number of bytes read was 574671192
[libprotobuf WARNING ..\src\google\protobuf\io\coded_stream.cc:537] Reading dangerously large protocol message. If the message turns out to be larger than 2147483647 bytes, parsing will be halted for security reasons. To increase the limit (or to disable these warnings), see CodedInputStream::SetTotalBytesLimit() in google/protobuf/io/coded_stream.h.
[libprotobuf WARNING ..\src\google\protobuf\io\coded_stream.cc:78] The total number of bytes read was 574671192
*** Check failure stack trace: ***
@Wqrld
Wqrld / conf
Created October 22, 2017 11:59
iron:
Winnings:
'1':
Type: ITEM
Item Type: SUGARCANE
Item Data: 0
Percentage: 0
# Name: '&6&lExample Sword'
Amount: 32
'2':
var dualShock = require('dualshock-controller');
var robot = require("robotjs");
//pass options to init the controller.
var controller = dualShock(
{
//you can use a ds4 by uncommenting this line.
config: "dualshock4-generic-driver",
//if the above configuration doesn't work for you,

Keybase proof

I hereby claim:

  • I am wqrld on github.
  • I am ayoungcoder (https://keybase.io/ayoungcoder) on keybase.
  • I have a public key whose fingerprint is D8DE FC02 61AB 2EF5 BCF0 1DCA 3175 EDE9 97FE 8296

To claim this, I am signing this object: