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
package set; | |
import java.util.Objects; | |
public class Set { | |
private String[] elements = new String[0]; | |
private int next; | |
public boolean isEmpty() { | |
return next == 0; |
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
package set; | |
import java.util.Objects; | |
public class Set { | |
private int size; | |
private final int DEFAULT_SIZE = 10; | |
private String[] elements = new String[DEFAULT_SIZE]; |
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
{ | |
programs(where: { | |
id: "0xceb11bb2725f0ee33f49b5052b3276c02f751c16" // program contract id | |
}) { | |
id | |
metaPtr { | |
protocol | |
pointer // ipfs pointer to document which holds more data about a specific program | |
} | |
} |
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
option text | selected option | |
---|---|---|
Dry Run | Enter (keep default) | |
Folder Path | Enter (keep default) - this will export it to c:\temp\notes | |
Specify a notebook to convert | Enter (keep default) | |
Create a new word .docx | Enter (keep default) | |
Discard .docx after conversion | 2 - keep the .docx | |
Use name .docx fiels using page ID | 2 - use hierarchy | |
Use prefix vs subfolders | Enter (keep default) | |
Markdown file length | 255 | |
Store media in single or multiple folders | 2 - separate for each folder in hierarchy |
OlderNewer