Skip to content

Instantly share code, notes, and snippets.

View nuzelac's full-sized avatar
💩

Nino Uzelac nuzelac

💩
View GitHub Profile
var hub3_code = "HRVHUB30\nHRK\n" +
amount + "\n"+
"Nino Uzelac\n"+
"Murinska 8\n"+
"52470 UMAG\n"+
"uzi\n"+
"Spinel 34\n"+
"52470 Umag\n"+
"HR1524840081106663185\n"+
"HR00\n"+

Keybase proof

I hereby claim:

  • I am nuzelac on github.
  • I am nino (https://keybase.io/nino) on keybase.
  • I have a public key whose fingerprint is 1865 4EE0 8CE0 83A4 D486 9612 CA4A F231 092D BA16

To claim this, I am signing this object:

params=[0.8810701936786447, 0.08349034616251605, 0.2524146079852761, 0.2623549436341984, 0.16919784442505897, 0.08381734311122653, 0.28640179428816337, -0.2860572312093512, 0.6086903535400965, -0.13611985851519948, 0.7440807440724952, 0.2197319453670763, 0.1048140015114391, 0.08895272974163568, 0.26190953860243715, -0.3049581088891161, 0.15813569049988713, 0.20819138833851236, 0.7117722841701151, -0.8191725425834095, 0.3391510327653281, 0.1444563938818345, 0.7322709981260045, -0.18619824376408214, 0.8749980828748773, -0.1465559127557105, 0.7380235117879475, 0.1599958094161254, 0.37637792795635494, 1.9250668620808833, 0.29011229956365553, 0.8595811017386892, -5.569932404346597, 43.52861860878269, 21.883083493346255, 42.70475187098309, 34.21888950692353, -13.754851548205838, -8.732084423529306, -22.00206109503428, -25.05279241218901, -0.8903476287885805, -62.31091652519848, -21.499595048956103, -87.91227524062143, -37.47186633205531, 33.91753512763826, -15.062813242317773, 65.40127328868095, 31.490035543594843,
PROJECT = udpklijent udpserver
SOURCE = udpklijent.c udpserver.c
# HEADERS =
CC = gcc
CFLAGS = -Wall
OBJECTS = ${SOURCE:.c=.o}
sve: udpklijent udpserver
PROJECT = udpklijent udpserver
SOURCE = udpklijent.c udpserver.c
# HEADERS =
CC = gcc
CFLAGS = -Wall
OBJECTS = ${SOURCE:.c=.o}
sve: udpklijent udpserver
setStrokeColor = function(strokeColor) {
var currentLayerEffects, currentStroke, key, layer, newLayerEffects, newStroke, target, _i, _j, _len, _len1, _ref, _ref1, effectColor;
currentLayerEffects = getTargetLayerEffects();
currentStroke = currentLayerEffects.getObjectValue($t('frameFX'));
newLayerEffects = new ActionDescriptor();
newStroke = new ActionDescriptor();
effectColor = new ActionDescriptor();
effectColor.putDouble(charIDToTypeID("Rd "), strokeColor.rgb.red);
effectColor.putDouble(charIDToTypeID("Grn "), strokeColor.rgb.green);
effectColor.putDouble(charIDToTypeID("Bl "), strokeColor.rgb.blue);