Welcome to iNTERFACEWARE’s code repository – a place to find and share official and community-submitted code. Our goal is to provide useful and commonly used interfaces, modules, code snippets, and to encourage the members of our community to learn, share and help each other with their projects.

Rating
iNTERFACEWARE
Added by iNTERFACEWARE
This module performs basic stream processing, read, write, save to file, convert to text etc.
Added by iNTERFACEWARE
Encode and decode strings for use in uri/url, using filter.uri.enc() and filter.uri.dec()
Added by iNTERFACEWARE
How to encode strings with html special characters, using filter.html.enc()
Added by iNTERFACEWARE
How to encode and decode strings with hex, using filter.hex.enc() and filter.hex.dec()
Added by iNTERFACEWARE
How to create and unzip a bzip2 or gzip file, using filter.bzip2.deflate() and filter.bzip2.inflate() or gzip.deflate() and gzip.inflate()
Added by iNTERFACEWARE
How to create and unzip a zip file containing multiple files and directories, using filter.zip.deflate() and filter.zip.inflate()
Added by iNTERFACEWARE
How to encode and decode data as base 64, by using filter.base64.enc{} and filter.base64.dec{}
Added by iNTERFACEWARE
How to encode and decode strings with AES, using filter.aes.enc{} and filter.aes.dec{}
Added by iNTERFACEWARE
Use the net.tcp module to send and receive using tcp sockets
Added by iNTERFACEWARE
Using http.get{} http.post{} and http.put{} commands
Added by iNTERFACEWARE
ftp commands to list, download, upload and rename files, the commands for ftps and sftp are similar
Added by iNTERFACEWARE
Use node.setInner() to set the value of an XML node, only works for XML nodes
Added by iNTERFACEWARE
Use node.setNodeValue() to set the value of a leaf node, works for all node types
Added by iNTERFACEWARE
Use node.nodeType() to get the type of a node, works for all node types
Added by iNTERFACEWARE
Use node.nodeValue() to get the value of a leaf node, works for all node types
Added by iNTERFACEWARE
Use node.nodeName() to get the name of a node, works for all node types
Added by iNTERFACEWARE
Use node.isNull() to check if a node is null (not present), works for all node types
Added by iNTERFACEWARE
Use node.isLeaf() to check if a node is a leaf node (has no children), works for all node types
Added by iNTERFACEWARE
Use node.isKey() to check if a node is the primary key for a database table, this method only for table node trees
Added by iNTERFACEWARE
Use node.childCount() to count the number of children for a specified node, works for all node types
Showing 21 - 40 of 167 results