Skip to content

Instantly share code, notes, and snippets.

View valyrie97's full-sized avatar
🍉
☆*:.。.~(^ᗢ^)~.。.:*☆

Valerie valyrie97

🍉
☆*:.。.~(^ᗢ^)~.。.:*☆
View GitHub Profile
#! /bin/bash
screen -d -m top
@valyrie97
valyrie97 / index.html
Last active September 3, 2020 21:30
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<body>
<h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
GET https://danbooru.donmai.us/data/f30d1cd96c6e3b3822173cb3edfc87a2.png HTTP/1.1
Host: danbooru.donmai.us
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.87 Safari/537.36
DNT: 1
Accept: image/webp,image/apng,image/*,*/*;q=0.8
Sec-Fetch-Site: cross-site
Sec-Fetch-Mode: no-cors
Accept-Encoding: gzip, deflate, br
Accept-Language: en-US,en;q=0.9,ja-JP;q=0.8,ja;q=0.7
@valyrie97
valyrie97 / scary
Last active August 21, 2018 20:53
window.stripComments = (function stripComments() {
var _0xa0dc = ["length", "getValue", "editor", "innerHTML", "inputLength", "getElementById", "#AD2D3A", "bold", "css", "#inputLength", "#444444", "normal", "match", "href", "location", "run_tests", "<br>", "replace", "�", "&nbsp;", "&gt;", "&lt;", "&amp;", "results_raw", "show", "html", "#testresults", "tabsize", "cookie", "4", "val", "#tabsize", "brace-style", "collapse", "#brace-style", "checked", "detect-packers", "off", "prop", "#detect-packers", "max-preserve-newlines", "5", "#max-preserve-newlines", "keep-array-indentation", "on", "#keep-array-indentation", "break-chained-methods", "#break-chained-methods", "indent-scripts", "#indent-scripts", "space-before-conditional", "#space-before-conditional", "wrap-line-length", "0", "#wrap-line-length", "unescape-strings", "#unescape-strings", "jslint-happy", "#jslint-happy", "end-with-newline", "#end-with-newline", "indent-inner-html", "#indent-inner-html", "comma-first", "#comma-first", "e4x", "#e4x", "", "
@valyrie97
valyrie97 / command.sh
Created May 16, 2018 23:49
git credentials on windows
git config --global credential.helper wincred
@valyrie97
valyrie97 / readme.md
Created February 23, 2018 22:40
doxdox output

marcus 1.0.0

a Thing

dox.js

foo()

@valyrie97
valyrie97 / A.js
Last active February 23, 2018 22:41
doxdox async test
class A {
/**
* does foo
*/
foo() {}
/**
* does bar
*/
/*!
diff v2.0.1
Software License Agreement (BSD License)
Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
All rights reserved.
using UnityEngine;
using UnityEditor;
using UnityEditor.Callbacks;
using System.Collections;
using UnityEditor.iOS.Xcode;
using System.IO;
public class BL_BuildPostProcess
{
@valyrie97
valyrie97 / no-idea.js
Last active September 26, 2016 21:25
Timeline = {};
/* band.js */
Timeline._Band=function(B,G,C){if(B.autoWidth&&typeof G.width=="string"){G.width=G.width.indexOf("%")>-1?0:parseInt(G.width);
}this._timeline=B;
this._bandInfo=G;
this._index=C;
this._locale=("locale" in G)?G.locale:Timeline.getDefaultLocale();
this._timeZone=("timeZone" in G)?G.timeZone:0;
this._labeller=("labeller" in G)?G.labeller:(("createLabeller" in B.getUnit())?B.getUnit().createLabeller(this._locale,this._timeZone):new Timeline.GregorianDateLabeller(this._locale,this._timeZone));