Skip to content

Instantly share code, notes, and snippets.

View hasandiwan's full-sized avatar
💭
Fixing bugs, always

Hasan Diwan hasandiwan

💭
Fixing bugs, always
View GitHub Profile
DATE SFXRSA
1987-01-01 46.955792489659004
1987-02-01 47.302674799207004
1987-03-01 47.840212928966
1987-04-01 47.984057701756
1987-05-01 48.305065129391004
1987-06-01 48.605786861179
1987-07-01 49.084565779988004
1987-08-01 49.542592009624
1987-09-01 50.2412878147
@hasandiwan
hasandiwan / sqltime.c
Last active February 6, 2019 05:06
SQLTime
/*
* World-time, by Hasan Diwan <[email protected]>
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <libpq-fe.h>
static int
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>default-cli</id>
<phase>package</phase>
<configuration>
<target>
<java classname="hello.GistMap">
@hasandiwan
hasandiwan / GeoErrorControllerTest.java
Last active December 26, 2018 05:53
Geonotes Unit Tests
package hello;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import java.util.List;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;