This file contains 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
[{'aliases': ['Star Trek: The Original Series', 'Star Trek: TOS'], 'banner': 'graphical/77526-g11.jpg', 'firstAired': '1966-09-08', 'id': 77526, 'network': 'NBC', 'overview': "Space. The Final Frontier. The U.S.S. Enterprise embarks on a five year mission to explore the galaxy. The Enterprise is under the command of Captain James T. Kirk, who is assisted by First Officer Mr. Spock, from the planet Vulcan, and Chief Medical Officer Dr. Leonard 'Bones' McCoy. With a determined crew, the Enterprise encounters Klingons, Romulans, time paradoxes, tribbles and genetic supermen led by Khan Noonien Singh. Their mission: to explore strange new worlds, to seek new life and new civilizations, to boldly go where no man has gone before. ", 'seriesName': 'Star Trek', 'slug': 'star-trek', 'status': 'Ended'}] | |
[{'aliases': [], 'banner': 'graphical/73566-g.jpg', 'firstAired': '1973-09-08', 'id': 73566, 'network': 'NBC', 'overview': 'This is the further adventures of the Star Trek series in a half-hour animated form. This show |
This file contains 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": { | |
"id": "http://lbauto-198-175-96-168.cps.intel.com/API/v1_0/Products/Processors(97129)", | |
"uri": "http://lbauto-198-175-96-168.cps.intel.com/API/v1_0/Products/Processors(97129)", | |
"type": "Intel.OData.v1_0.Processor" | |
}, | |
"ChipsetComponents": { | |
"__deferred": { | |
"uri": "http://lbauto-198-175-96-168.cps.intel.com/API/v1_0/Products/Processors(97129)/ChipsetComponents" | |
} |
This file contains 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
class ScrollBar { | |
float x,y,w,h; | |
float min,max,val; | |
String name; | |
ScrollBar(float xp, float yp, float sw, float sh, float lo, float hi, float v, String n) { | |
x=xp; | |
y=yp; | |
w=sw; | |
h=sh; |
This file contains 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
# depends on Pillow/PIL and ImageMagick's `convert' utility | |
from PIL import Image | |
import json | |
import sys | |
import os | |
import tempfile | |
import shutil | |
# specify the image file (not the mcmeta file) as the first argument |
This file contains 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
#!/bin/sh | |
## all the input files should be png files in the current directory | |
# dependencies: imagemagick convert utility | |
mkdir -p temp | |
mkdir -p output | |
for file in *.png | |
do echo "Converting $file" |
This file contains 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
## python algebra module | |
import math | |
def func_in(func,var='x'): ## lowercase var to split on | |
# returns a list of the coefficients | |
func = func.replace('-','+-').lower().replace(' ','') | |
lst2 = {} | |
try: | |
for term in func.split('+'): |
This file contains 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 SydDiscord import Discord | |
from dogecord import BotFramework | |
## here would probably be where we load the secret keys, configuration, and such | |
dc = Discord(authentication thingies) | |
bot = BotFramework(dc, config_stuff) # the config would point to a module folder | |
bot.load_modules() | |
if __name__ == '__main__': |
This file contains 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
# A fatal error has been detected by the Java Runtime Environment: | |
# | |
# SIGSEGV (0xb) at pc=0xb6dd1824, pid=7498, tid=0xb52e7470 | |
# | |
# JRE version: OpenJDK Runtime Environment (8.0_131-b57) (build 1.8.0_131-b57) | |
# Java VM: OpenJDK Client VM (25.131-b57 mixed mode, Evaluation linux-aarch32 ) | |
# Problematic frame: | |
# C [libc.so.6+0x5b824] fwrite+0x18 | |
# |
This file contains 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
- Google chrome | |
- Sublime Text | |
- Clover configurator | |
- CPU LED | |
- Discord | |
- GIMP | |
- HandBrake | |
- iMovie | |
- Inventor Fusion (not the 360 version if you can get it) | |
- Itsycal |
This file contains 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
[09:53:51] *** Joins: nwx ([email protected]) | |
[09:54:09] *** Joins: WebIRC22009 ([email protected]) | |
[09:54:54] *** Quits: Lightning ([email protected]) (Client Quit) | |
[09:56:11] *** Quits: mightym0 ([email protected]) (Ping timeout: 252 seconds) | |
[09:56:18] <nwx> ಠ_ಠ | |
[09:57:22] *** Quits: IceGuest_78 ([email protected]) (Ping timeout: 252 seconds) | |
[10:01:31] *** Joins: lurcifer (~a29@2601:143:4202:ba5c:a8d0:d4ca:365e:2968) | |
[10:03:57] *** Quits: lurcifer (~a29@2601:143:4202:ba5c:a8d0:d4ca:365e:2968) (Client Quit) | |
[10:05:14] *** Quits: WebIRC31809 ([email protected]) (Client Quit) | |
[10:06:43] <TMT> how much we should watch time_sink ? :)) |
NewerOlder