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
function create_clusters() { | |
while(x) { | |
this.point_clusters[x] = consulta_arbol_r_x(); | |
for (var i=0; point_clusters.lenght <= i; i++) { |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title></title> | |
<link rel="stylesheet" href="http://rawgithub.com/prajwalkman/angular-slider/master/angular-slider.css" title="" type="" /> | |
<script data-require="[email protected]" src="lib/angular.min.js" data-semver="1.1.4"></script> | |
<script type="text/javascript" src='http://rawgithub.com/prajwalkman/angular-slider/master/angular-slider.js' charset="utf-8"></script> | |
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script> |
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
""" | |
G-code generation for the deck | |
""" | |
import boardcad.gui.jdk.BoardCAD | |
import boardcam.cutters.FlatCutter | |
import boardcam.cutters.STLCutter | |
import boardcam.BoardMachine | |
import cadcore.NurbsPoint | |
from javax.swing import * |
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
#!/usr/bin/python | |
import re | |
import os | |
import sys | |
try: | |
sys.argv[1] | |
sys.argv[2] | |
except IndexError: | |
print "usage: ./to_marlin_gcode origin.nc origin_marlin.gcode" |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Map populating form fields</title> | |
<meta charset="utf-8" /> | |
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" /> <!-- original: http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css --> | |
<style> | |
html, body, #container, #map { | |
padding: 0; | |
margin: 0; |
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
#!/usr/bin/env python | |
import os | |
import sys | |
import re | |
import fnmatch | |
from sys import argv | |
from pprint import pprint | |
def applyFormula( gcodePath ): |
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
<html> | |
<head> | |
<title>Exemplo frame</title> | |
<style> | |
body { | |
padding:0; | |
margin:0; | |
} | |
header { | |
width:100%; |
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
<html> | |
<head> | |
<title>Exemplo frame</title> | |
<style> | |
body { | |
padding:0; | |
margin:0; | |
} | |
header { | |
width:100%; |