GithubHelp home page GithubHelp logo

jowoscript / samples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from googlechrome/samples

0.0 0.0 0.0 64.82 MB

A repo containing samples tied to new functionality in each release of Google Chrome.

Home Page: https://www.chromestatus.com/samples

License: Apache License 2.0

JavaScript 36.54% HTML 56.55% CSS 2.62% Ruby 0.01% C 0.10% Python 2.25% SCSS 0.08% Svelte 1.84%

samples's Introduction

Many fiture you never see before baby
*jS Technology
*JowoScript | *JowoStyle | - *jS Technology
Introduction


*JowoScript is programming language typing less, compile language, complex structure, small size and faster

*JowoStyleSheet is programming language for a pattern core of computation style sheet programming language used for describing the presentation of JowoScript programming language

*JowoIcon is part a pattern *JowoStyleSheet programming language used for describing the presentation of a icon

๐ŸŒ Basic regulatory requirements in registration of JowoScript Technology or can look on website ๐ŸŒ

JavaScript and Java Virtual Machine is old concept. The new is JowoScript and the powerfull of native code and native jowo and super power of new technology concept.

The intellectual patent by Muhammad Nurcahyo Pratomo cannot be contested by any party, either in the future or now
This only work in JowoScript and inheritance


Support Technology :
  • Auto compile and dive deeper JowoScript of compile inside file extension *.js or *.jowo with type of application/jowoscript or text/jowoscript
  • Auto compile and dive deeper JowoStyle of compile inside file extension *.jss or *.js3 with type of application/jowostyle or text/jowostyle
  • JowoScript Technology and JowoStyle Technology undefined technology the mean is cannot be detected by third-party technology or the like because the source code of JowoScript Technology is end-to-end encryption, meaning that it is not easily read by bad hackers or cybercriminals.
  • Very easy to install on multiplatform servers to deploy because it is a native technology with javascript technology standard
  • Support TypeScript above version 1.0.0 auto compile file *.ts
  • Responsive mode user interface (Meaning i.e. when your design is in tablet mode, mobile or phone mode, television mode, LCD(Liquid Crystal Display) mode and laptop mode)
  • Native platform (For example, a cross-platform application may run on Microsoft Mobile, Microsoft Windows, Android, z/OS, Linux OS, Unix OS, iOS and macOS)
  • Smart automatic detection error in javascript engine
  • Smart automatic detection error in jowoscript engine
  • Handling array of objects and decided multiple of attributes and pseudo
/*
 * @jowo.version        : xx.xx.xx
 * @jowo.owner        	: Muhammad Nurcahyo Pratomo
 * @jowo.creator	: Muhammad Nurcahyo Pratomo
 * @jowo.architect	: Muhammad Nurcahyo Pratomo
 * @jowo.author         : Muhammad Nurcahyo Pratomo
 * @jowo.founder        : Muhammad Nurcahyo Pratomo 
 * @jowo.developer	: Muhammad Nurcahyo Pratomo 
 * @jowo.license        : Licensed under privilege of creator technology (How to get token license contact email cohayfun@gmail).
 */

Example :
mnp attribute		: mnp("mnp^object"), jowo("mnp^object"), mnp("^object"), jowo("^object");
jowo attribute		: mnp("jowo*object"), jowo("jowo*object"), mnp("*object"), jowo("*object");
jawa attribute		: mnp("jawa@object"), jowo("jawa@object"), mnp("@object"), jowo("@object");
id attribute		: mnp("id*object"), jowo("id*object"), mnp("id^object"), jowo("id^object"), mnp("id@object"), jowo("id@object"), mnp("#object"), jowo("#object");
class attribute		: mnp("class*object"), jowo("class*object"), mnp("class^object"), jowo("class^object"), mnp("class@object"), jowo("class@object"), mnp(".object"), jowo(".object");
name attribute		: mnp("name*object"), mnp("name^object"), mnp("name@object");
array of attribute 	: mnp("[ jowo*object, [jowo*object], element[attribute], node[node] ]")	mnp("element[attribute="value"], [attribute="value"], [attribute="value"] [attribute]");
array of pseudo		: mnp("[ element:pseudo, node:pseudo ], element:pseudo node:pseudo object:pseudo ");

More Information you can look example at:
https://www.facehom.com or https://www.jowoscript.web.id

The concept universe of
Click to view image

Architecture of Jowo Kindom Machine
Click to view image

Architecture of *JowoScript Technology and *JowoStyle Technology
Click to view image

Installation information
Installation iOS - MacOS
//Let's call class WKWebViewConfiguration(), WKWebView(frame, config), URL(url root) and URLRequest(base string url)
import UIKit
import WebKit
class ViewController: UIViewController, WKUIDelegate {
    var webView: WKWebView!
    override func loadView() {
        let webConfiguration = WKWebViewConfiguration()
        webView = WKWebView(frame: .zero, configuration: webConfiguration)
        webView.uiDelegate = self
        view = webView
    }
    override func viewDidLoad() {
        super.viewDidLoad()        
        let myURL = URL(string:"jowo-script.jowo")
        let myRequest = URLRequest(url: myURL!)
        webView.load(myRequest) //Load from url base webview class
	webView.loadHTMLString("<script>jowo.technology</script>", baseURL: myURL)
	//Result : JowoScript Technology
    }
}

iOS - MacOS, More information you can look at here

Installation server side Liferay Framework
//Call this class JSTopHeadDynamicInclude extends BaseDynamicInclude (include, register)
@Component(immediate = true, service = DynamicInclude.class)
public class JSTopHeadDynamicInclude extends BaseDynamicInclude {
	@Override
	public void include(HttpServletRequest request, HttpServletResponse response, String key)
		throws IOException {
		PrintWriter printWriter = response.getWriter();
		String content = "<script href=\"http://localhost:8080/../../js/jowo-script.jowo\" type = \"text/javascript\" />";
		String jowoScript = "jowo.technology" type = \"text/javascript\" />";
		printWriter.println(jowoScript);
		//In console IDE like eclipse, rational application developer, jetbrains, netbeans, browser environment, etc. 
		//Result : JowoScript Technology
	}
	@Override
	public void register(DynamicIncludeRegistry dynamicIncludeRegistry) {
		dynamicIncludeRegistry.register("/html/common/themes/top_js.jspf#resources");		
	}  
}

Liferay Framework, More information you can look at here

Installation Zkoss Framework
<zk>
<script type="text/javascript" src="jowo-script.jowo"></script>
<window title="sample jowo script" border="none" width="100%" closable="true">	
	<script type="text/javascript">
		jowo.technology
	</script>
	//Result : JowoScript Technology
</window>
</zk>
Installation Android
webview.loadDataWithBaseURL("file:///android_asset/javascript/jowo-script.jowo", page, "text/javascript", null, null);

Android, More information you can look at here

Installation Microsoft DOT NET
/* Let's call this function in server side */
/* 
@Function method call in server side
public string GetWebResourceUrl (Type type, string resourceName);
*/

using System;
using System.Web;
using System.Web.UI;
using System.Security.Permissions;
[assembly: WebResource("Samples.AspNet.CS.Controls.jowo-script.jowo", "application/x-javascript")]
namespace Samples.AspNet.CS.Controls
{
    [AspNetHostingPermission(SecurityAction.Demand, Level = AspNetHostingPermissionLevel.Minimal)]
    public class ClientScriptResourceLabel
    {
		Console.WriteLine(jowo.technology);
		//Result : JowoScript Technology
    }
}

Microsoft DOT NET, More information you can look at here

Installation standart HTML

Make sure your code JavaScript tag install.

<html>
<head>
<script type="text/javascript" src="jowo-script.jowo"></script>
</head>
<body>
	<script type="text/jowoscript">
		<string> strong = 'JowoScript walking alone';
		<int> count = 1 / 9999;
		jowo.information( strong );
		jowo.information('Result :'+count);
		//Result JowoScript walking alone
		//Result 0.00010001000100010001
	</script>
	<jowo-script>
		jowo.information( jowo.technology );
		//Result JowoScript Technology
	</jowo-script>
</body>
</html>

Creator | Architecture Technology of *JowoScript and JowoStyle

Muhammad Nurcahyo Pratomo

Copyright

PT JowoScript Technology Indonesia

License

Licensed under privilege of Muhammad Nurcahyo Pratomo

samples's People

Contributors

addyosmani avatar beaufortfrancois avatar dandv avatar developit avatar devnook avatar ebidel avatar guest271314 avatar jeffposnick avatar joemarini avatar jonathangb avatar jpmedley avatar karolklp avatar loonybear avatar madmath avatar mathiasbynens avatar mfoltzgoogle avatar mustafa-x avatar paulirish avatar paulkinlan avatar paullewis avatar robdodson avatar rsolomakhin avatar samdutton avatar samthor avatar scheib avatar surma avatar szager-chromium avatar tomayac avatar vasilvv avatar wibblymat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.