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
#include <iostream> | |
#include <fstream> | |
#include <string> | |
#include <cstring> | |
#include <unordered_map> | |
#include <map> | |
#include <iterator> | |
template <typename Iter> | |
void print (Iter i, Iter end) |
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
import bugzilla | |
import xmlrpclib | |
import types | |
import unicodedata | |
class FilterParser(object): | |
""" | |
Filtering object that strips control characters before actually parsing | |
""" | |
def __init__(self, parser): |
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
#!/bin/sh | |
# wlan-watchdog -- a simple watchdog daemon that checks for wpa_supplicant | |
# attempting to reestablish the connection and temporarily removes wlan0 from | |
# the bridge. | |
# | |
# Copyright 2013 Chow Loong Jin <[email protected]> | |
# Licensed under WTFPL | |
# | |
# This is a workaround for a weird bug in iwl4965 where wpa_supplicant is not | |
# able to complete authentication when attached to a bridge, with error messages |
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
#!/usr/bin/python3 | |
import json | |
import sys | |
fmt = '{key} = {value}' | |
def dump_obj(prefix, obj): | |
if isinstance(obj, dict): | |
for k, v in obj.items(): |
This file has been truncated, but you can view the full file.
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
; generated by Slic3r 1.1.3 on 2014-06-03 at 19:33:56 | |
; perimeters extrusion width = 0.40mm | |
; infill extrusion width = 0.67mm | |
; solid infill extrusion width = 0.67mm | |
; top infill extrusion width = 0.20mm | |
; support material extrusion width = 0.18mm | |
M127 ; disable fan | |
M109 S115 ; wait for bed temperature to be reached |
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
; generated by Slic3r 1.1.4 on 2014-06-12 at 00:56:51 | |
; perimeters extrusion width = 0.40mm | |
; infill extrusion width = 0.56mm | |
; solid infill extrusion width = 0.56mm | |
; top infill extrusion width = 0.56mm | |
; support material extrusion width = 0.40mm | |
G21 ; set units to millimeters | |
M127 ; disable fan |
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
#include <iostream> | |
#include <fstream> | |
#include <sstream> | |
#include <unordered_map> | |
#include <string> | |
#include <cstring> | |
#include <exception> | |
#include <memory> | |
This file has been truncated, but you can view the full file.
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
; generated by Slic3r 1.2.0 on 2014-08-15 at 00:46:56 | |
; external perimeters extrusion width = 0.40mm | |
; perimeters extrusion width = 0.60mm | |
; infill extrusion width = 0.60mm | |
; solid infill extrusion width = 0.60mm | |
; top infill extrusion width = 0.40mm | |
; support material extrusion width = 0.40mm | |
G21 ; set units to millimeters |
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
# generated by Slic3r 1.2.0 on Fri Aug 15 09:36:06 2014 | |
avoid_crossing_perimeters = 0 | |
bed_shape = -112.5x-72.5,112.5x-72.5,112.5x72.5,-112.5x72.5 | |
bed_temperature = 70 | |
bottom_solid_layers = 6 | |
bridge_acceleration = 0 | |
bridge_fan_speed = 100 | |
bridge_flow_ratio = 1 | |
bridge_speed = 10 | |
brim_width = 1 |
OlderNewer