Skip to content

Instantly share code, notes, and snippets.

View Root3287's full-sized avatar
😖
Breaking Down

Timothy Gibbons Root3287

😖
Breaking Down
View GitHub Profile
@Root3287
Root3287 / docusignBuilder.abap
Created August 17, 2023 20:09
Inline Docusign Builder ABAP
* Not wise to do this, in fact this is just plain messy.
* I just wanted to try to do this inline
* Much better if you separate them out into varibles.
LV_REQ_DATA = ZCL_DOCUSIGN_ENVELOPE_BUILDER=>create( )->SET_EMAIL_SUBJECT( 'Docusign Test' )->ADD_DOCUMENT(
ZCL_DOCUSIGN_DOCUMENT_BUILDER=>CREATE( )->SET_DOCUMENT_ID( 1 )->SET_FILE_EXTENSION( 'pdf' )->SET_DOCUMENT_NAME( 'test' )->SET_DOCUMENT( FP_FORMOUTPUT-PDF )->BUILD( )
)->ADD_RECIPIENT(
RECIPIENTTYPE = 'signers'
RECIPIENT = ZCL_DOCUSIGN_RECIPIENT_BUILDER=>CREATE( )->SET_NAME(
'John Doe'
)->SET_EMAIL(
@Root3287
Root3287 / Components.java
Created March 2, 2017 04:13
ECS/ Componet System
package components;
public class Components implements ComponentsInterface{
}
@Root3287
Root3287 / chunkData.txt
Created February 17, 2017 04:50
Chunk Data
<Comments>
This is the height and chunk position output log.
To go to the start of an chunk find <Start of Chunk X,Z>
To go to the end of an chunk find <End of Chunk X,Z>
</Comments>
<Start of Chunk 0,0>
ChunkX: 0.0 ChunkZ: 0.0 HEIGHT: -31.507877
ChunkX: 0.0 ChunkZ: 0.0 HEIGHT: -31.507877
ChunkX: 0.0 ChunkZ: 0.0 HEIGHT: -31.507877