This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public static void countupA(int n) { | |
if (n == 0) { | |
System.out.println("blast off"); | |
} else { | |
countupB(n - 1); | |
System.out.println(n); | |
} | |
} | |
public static void countupB(int n) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://gist.github.com/76a5a4e6b20e97fc5794242bcb2b43ae |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I rarely use base c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
your heapify function |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00:29:59 <jollyfoxyfoxy10> i need ur help | |
00:30:07 <jollyfoxyfoxy10> i cant find out why dis dont work | |
00:30:10 <jollyfoxyfoxy10> import turtle turtle.circle turtle.color("red") turtle.done() | |
00:30:49 <jollyfoxyfoxy10> kk | |
00:30:56 <jollyfoxyfoxy10> " dis | |
00:31:10 <jollyfoxyfoxy10> " | |
00:31:24 <jollyfoxyfoxy10> ` | |
00:31:49 <jollyfoxyfoxy10> i use python 3.6 should i use 2.7 | |
00:32:42 <jollyfoxyfoxy10> huh | |
00:32:45 <jollyfoxyfoxy10> i just started |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
range |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/P/twitch-chat-proxy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
system('gist -P | tr -d "\n" | xclip', getbufline('%', line("'<"), line("'>")))<CR> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://gist.github.com/de3001d2b89acc56a45a2fe3570164cf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://gist.github.com/ae2953e18b93cb98dd6d9a0e1dd8b6f8 |