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
Graphics Feature Status | |
Canvas: Hardware accelerated | |
Flash: Hardware accelerated | |
Flash Stage3D: Hardware accelerated | |
Flash Stage3D Baseline profile: Hardware accelerated | |
Compositing: Hardware accelerated | |
Multiple Raster Threads: Enabled | |
Out-of-process Rasterization: Disabled | |
OpenGL: Enabled |
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
[Desktop Entry] | |
Version=1.0 | |
Name=Eclipse | |
Exec=env UBUNTU_MENUPROXY=0 LIBOVERLAY_SCROLLBAR=0 SWT_GTK3=0 <path to eclipse>/eclipse | |
Icon=<path to eclipse>/eclipse/icon.xpm | |
Terminal=false | |
Type=Application | |
StartupNotify=true |
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
from xml.sax.saxutils import escape | |
from datetime import datetime | |
from bs4 import BeautifulSoup | |
headerXml = """<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE en-export SYSTEM "http://xml.evernote.com/pub/evernote-export3.dtd"> | |
<en-export application="Evernote" version="Evernote Mac">""" | |
footerXml = "</en-export>" |
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
{ | |
"total": 3, | |
"rows": [ | |
{ | |
"id": "VeYlRMYVEeu1Y7_aRVyBVQ", | |
"created": "2021-06-05T15:47:30.187666+00:00", | |
"updated": "2021-06-06T14:02:06.102230+00:00", | |
"user": "acct:[email protected]", | |
"uri": "https://www.lesswrong.com/posts/NunuKwrSg92ST9E8W/chapter-17-locating-the-hypothesis", | |
"text": "ch. 17 explanation https://www.reddit.com/r/HPMOR/comments/ektuat/we_want_mor_chapter_18_discussion_thread/fdhg56k\n\n", |
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
adb shell dumpsys battery | grep level |
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
#What's my path? | |
$env:Path | |
#How many characters long is my path? | |
$env:Path.Length | |
#I want to see each entry separately. I'll save the entries into an array... | |
$pathEntries = $env:Path.Split(";") | |
#...and output that array to the commandline. | |
$pathEntries | |
#for grins, how many entries in the array? |
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
/* ==UserStyle== | |
@name Monokai for Observable | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@description Overrides the Observable CodeMirror theme with Monokai. | |
@author - | |
==/UserStyle== */ | |
@-moz-document domain("observablehq.com") { | |
/* Based on Sublime Text's Monokai theme */ |
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
/** | |
* Requires node v0.7.7 or greater. | |
* | |
* To connect: $ curl -sSNT. localhost:8000 | |
*/ | |
var http = require('http') | |
, repl = require('repl') | |
, buf0 = new Buffer([0]) |
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
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
Version 2, December 2004 | |
Copyright (C) 2011 Tom Robinson <http://tlrobinson.net/> | |
Everyone is permitted to copy and distribute verbatim or modified | |
copies of this license document, and changing it is allowed as long | |
as the name is changed. | |
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
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
{ | |
"metadata": { | |
"language": "Julia", | |
"name": "WIFI simulation" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ |