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 haxe:4.0.5-stretch | |
ENV HL_VERSION 1.10 | |
RUN set -ex \ | |
&& hlBuildDeps=' \ | |
gcc \ | |
make \ | |
cmake \ | |
libpng-dev \ |
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/env python | |
from gimpfu import * | |
import glob | |
from os import listdir | |
from os.path import isfile, isdir, join, splitext | |
import os | |
import sys | |
import string | |
def run(image, drawable, out_dir, boleto_kop, fontface, fontsize): |
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/env python | |
from gimpfu import * | |
import glob | |
from os import listdir | |
from os.path import isfile, isdir, join, splitext | |
import os | |
import sys | |
import time | |
import datetime |
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
jQuery(document).ready(function($) { | |
jQuery("#button_polr_get_url").click(function(){ | |
var doc_pathname = ''; | |
var url = document.location.protocol + '//' + document.location.host + MyAjax.ajax_path; | |
jQuery.ajax({ | |
type: 'POST', | |
url: url, | |
dataType: 'text', |
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
class AE { | |
static public inline var lerro_saltoa = ~/\r?\n/g; | |
static public inline var zuriunea = ~/[\t|\s]+/g; | |
// ONARTUAK: 1985/08/21 / 1982/2/24 / 2013/12/3 | |
// EZ ONARTUAK: 1/3/14 / 01/09/16 / 21/08/1958 | |
// data_osoa = data.matched(0); // 1985/08/21 | |
// urtea = data.matched(1); // 1985 | |
// hilabetea = data.matched(2); // 08 |
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
/** | |
* @author Mark Knol | |
*/ | |
class MacroJsonValidator { | |
public static macro function validateJson(path:String) { | |
if (sys.FileSystem.exists(path)) { | |
var content = sys.io.File.getContent(path); | |
try { | |
// Test the json by parsing it. | |
// It will throw an error when you made a mistake. |
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/env python | |
from gimpfu import * | |
import glob | |
from os import listdir | |
import os | |
import time | |
import datetime | |
def run(timg, tdrawable): | |
ts = time.time() |
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
package; | |
import Selectors; | |
class Main { | |
static function main() { | |
Cls.akatsa.jq().fadeOut(); | |
Id.eszena.jq().addClass(Cls.ezkutua); | |
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
package macros; | |
using StringTools; | |
typedef LibVer = { | |
var name:String; | |
var version:String; | |
} | |
class LibraryParser { |
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
package; | |
@:build(macros.ResourceBuilder.build('../img/', ['jpg', 'png', 'bmp'], 'Img', 'img/')) | |
@:build(macros.ResourceBuilder.build('../snd/', ['mp3', 'ogg'], 'Snd', 'snd/')) | |
class Main { | |
public function new() { | |
trace( Img.irudia__png ); | |
trace( Snd.abestia__mp3 ); |
NewerOlder