Skip to content

Instantly share code, notes, and snippets.

View sbarisic's full-sized avatar
🕹️
Developing

Saša Barišić sbarisic

🕹️
Developing
View GitHub Profile
using System;
using System.Globalization;
using System.IO;
using System.Text;
using System.Web;
namespace HTMLog {
public class LogFile : IDisposable {
readonly string Prologue = @"<!DOCTYPE html><html><head><title>HTMLog</title>
<link rel=""stylesheet"" href=""//cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css"">
@sbarisic
sbarisic / vjezba.c
Created September 19, 2018 13:46
Vjezba
#define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include <math.h> // za sqrtf()
struct trokut {
float a;
float b;
float c;
};
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <jni.h>
#include <ui.h>
#pragma comment(lib, "libui.lib")
#define DEF_ARGS JNIEnv* Env, jobject This