Skip to content

Instantly share code, notes, and snippets.

View j0nimost's full-sized avatar
😎
solo queuing

John Nyingi j0nimost

😎
solo queuing
View GitHub Profile
(function() {
try {
(function() {
function Uf(a, c, b) {
function d(p) {
return function() {
var u = b.o("scip", "") + p;
b.C("scip", u)
}
}
public class ACMContext: DbContext
{
public ACMContext(DbContextOptions<ACMContext> options)
:base(options)
{
}
public virtual DbSet<ACMPreauthList> PreauthLists { get; set; }
@j0nimost
j0nimost / Bernoullis_Temperature_Formular.cs
Created June 14, 2017 10:15
Implemeting NCalc to a console application
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NCalc;
namespace Bernoulli_s_Temperature_Formula
{
class Program
@j0nimost
j0nimost / index.html
Created February 23, 2017 16:13
I cant register events from the HTML to the TypeScript
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>TypeScript HTML App</title>
<link rel="stylesheet" href="app.css" type="text/css" />
<script src="app.js"></script>
<script src="sampler.js"></script>
</head>