Skip to content

Instantly share code, notes, and snippets.

View timethy's full-sized avatar

Tim timethy

View GitHub Profile
@timethy
timethy / keybase.md
Created February 26, 2015 21:47
keybase.md

Keybase proof

I hereby claim:

  • I am timethy on github.
  • I am timethy (https://keybase.io/timethy) on keybase.
  • I have a public key whose fingerprint is DE55 59B5 DF10 BD80 $ 2B1 1949 6E23 C7F2 71CF 8729 To claim this, I am signing this object:
{
    "body": {
import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
Main hashing = new Main();
int t = in.nextInt();
for(int t = in.nextInt(); t > 0; t--) {
int m = in.nextInt();
int n = in.nextInt();
@timethy
timethy / Main.java
Last active November 12, 2021 14:32
Generic Fibonacci
import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner ds = new Scanner(System.in);
int t = ds.nextInt(); // \n
//long start_time = System.currentTimeMillis();
for(int x = 0; x < t; x += 1) {
int i = ds.nextInt(); // \
int A = ds.nextInt(); // \
@timethy
timethy / eiffel_solarized_light.xml
Created December 7, 2012 12:22
EiffelStudio in solarized light
<EIFFEL_DOCUMENT>
<PREFERENCE NAME="compiler.maximum_processors_usage" VALUE="0"/>
<PREFERENCE NAME="general.acrobat_reader" VALUE="acroread"/>
<PREFERENCE NAME="editor.eiffel.text_mode_is_windows" VALUE="False"/>
<PREFERENCE NAME="general.internet_browser" VALUE="firefox $url"/>
<PREFERENCE NAME="general.dynamic_library_window_height" VALUE="300"/>
<PREFERENCE NAME="general.dynamic_library_window_width" VALUE="450"/>
<PREFERENCE NAME="general.preference_window_height" VALUE="600"/>
<PREFERENCE NAME="general.preference_window_width" VALUE="800"/>
<PREFERENCE NAME="general.show_hidden_preferences" VALUE="False"/>