This is a generator that will allow you to easly create complex JSF applications. Using the JPA, EJBs and JSF with Bootsfaces.
Requirements:
- Eclipse ( with Maven )
import { IFC4, IfcAPI, IfcLineObject, Schemas } from 'web-ifc' | |
const ID_CHARS = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_$' | |
/** | |
* This library creates an object and context to work with web-ifc | |
* as web-ifc is provides simply types and a way to write to files | |
*/ | |
export class EasyIfc { | |
public ctx: IfcAPI |
const http = require('http'); | |
const { spawn } = require('child_process'); | |
const { DeviceDiscovery } = require('sonos'); | |
const ip = require('ip'); | |
const PORT = 8080; | |
const HOST = ip.address(); | |
const SOURCE = 'hw:1,0'; | |
const STREAM_NAME = 'Vinyl'; | |
const SONOS_GROUP = 'Pool'; |